@charset "utf-8";
/* CSS Documento para Congreso 2010
Autor: Enrique Ortiz C. */

/* Generales */
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin:auto;
	padding: 0;
	margin: 0;
	background: #276783 url('../img/bgk.jpg') top left repeat-x;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #FC0;
}

a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
