BODY  {
 	font-family : Arial,Geneva,sans-serif;
 	color : #000000;
 	background-color : #FFFFFF;
	background-image: url(imagenes/fondo.gif);
	background-position: center top;
}


#contenido {
	position: relative;
	width: 960px;
	height: 1080px;
	margin-left: auto;
	margin-right: auto;	
}

#cabecera {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 160px;
	background-image: url(imagenes/cabecera.jpg);
}

#menu {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 960px;
	height: 25px;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	width: 120px;
	height: 25px;
	float: left;
}

#menu ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	width: 120px;
	height: 20px;
	text-decoration: none;
	background-image: url(imagenes/boton1.jpg);
}

#menu ul li a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	width: 120px;
	height: 20px;
	text-decoration: none;
	background-image: url(imagenes/boton2.jpg);
}

#pie {
	position: absolute;
	left: 0px;
	bottom: -20px;
	width: 960px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	text-align: center;
}

#amplio {
	position: absolute;
	top: 190px;
	left: 5px;
	width: 730px;
	height: 838px;
	overflow: auto;
	padding: 5px;
	border: 1px solid silver;
}

#izquierda {
	position: absolute;
	top: 190px;
	left: 5px;
	width: 200px;
	height: auto;
}

#centro {
	position: absolute;
	top: 190px;
	left: 210px;
	width: 540px;
	height: auto;
}

#derecha {
	position: absolute;
	top: 190px;
	left: 755px;
	width: 200px;
	height: auto;
}

#presentacion {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 650px;
	border: 1px solid silver;
}
#tit_presenta {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	color: #FFFFFF;
	background-color: #d98000;
}
#txt_presenta {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 190px;
	height: 600px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
#pie_presenta {
	position: absolute;
	top: 630px;
	left: 0px;
	width: 200px;
	height: 20px;
	text-align: right;
	background-color: #fdda7e;
}

#agrupados {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid silver;
}

#tit_agrupados {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	color: #FFFFFF;
	background-color: #ad0404;
}
#txt_agrupados {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 190px;
	height: 150px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#pie_agrupados {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 200px;
	height: 20px;
	text-align: right;
	background-color: #ffbdbd;
}

#agenda {
	position: relative;
	top: 5px;
	left: 0px;
	width: 200px;
	height: 300px;
	border: 1px solid silver;
}

#tit_agenda {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	color: #FFFFFF;
	background-color: #0028bb;
}
#txt_agenda {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 190px;
	height: 250px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#pie_agenda {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 200px;
	height: 20px;
	text-align: right;
	background-color: #a5b7ff;
}

#boletin {
	position: relative;
	top: 10px;
	left: 0px;
	width: 200px;
	height: 160px;
	border: 1px solid silver;
}

#tit_boletin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	color: #FFFFFF;
	background-color: #287900;
}
#txt_boletin {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 190px;
	height: 110px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#pie_boletin {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 200px;
	height: 20px;
	text-align: right;
	background-color: #b7ed9d;
}

#webmaster {
	position: relative;
	top: 15px;
	left: 0px;
	width: 200px;
	height: 163px;
	border: 1px solid silver;
}

#tit_webmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	color: #FFFFFF;
	background-color: #873b03;
}
#txt_webmaster {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 190px;
	height: 113px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#pie_webmaster {
	position: absolute;
	top: 143px;
	left: 0px;
	width: 200px;
	height: 20px;
	text-align: right;
	background-color: #e0bca6;
}

#ranking {
	position: relative;
	top: 0px;
	left: 0px;
	width: 540px;
	height: 250px;
	background-color: #eeeeee;
}

#tit_ranking {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 540px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	color: #FFFFFF;
	background-color: #00914b;
}
#txt_ranking {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 530px;
	height: 200px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#pie_ranking {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 540px;
	height: 20px;
	vertical-align: middle;
	background-color: #a3c6b5;
}

#noticias {
	position: relative;
	top: 10px;
	left: 0px;
	width: 540px;
	height: 585px;
	border: 1px solid silver;
}

#tit_noticias {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 540px;
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	color: #FFFFFF;
	background-color: #c900c2;
}
#txt_noticias {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 530px;
	height: 535px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#pie_noticias {
	position: absolute;
	top: 565px;
	left: 0px;
	width: 540px;
	height: 20px;
	text-align: right;
	background-color: #f1d0f0;
}

tr.linnot {
	background-color: #f1d0f0;
}

A,A:visited  {
	font-size : 11pt;
	font-family : Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #003366;
	text-decoration : none;
}

A:hover, A:active  {
	font-size : 11pt;
	font-family : Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	color: #0028bb;
	text-decoration : underline;
}

.titulo  {
	font-size : 16pt;
	font-family : Arial,Geneva,sans-serif;
	color : #000033;
	font-weight : bold;
	font-variant: small-caps;
	font-style: normal;

}

.titular {
	font-size : 20pt;
	font-family : Trebuchet,Trebuchet MS,Verdana,sans-serif;
	color : #003366;
	font-weight : bold;
}

.intro {
	font-size : 12pt;
	font-family : Trebuchet,Trebuchet MS,Verdana,sans-serif;
	color : #000000;
	font-weight : bold;
}

.articulo {
	font-size : 10pt;
	font-family : Verdana,sans-serif;
	color : #000000;
	text-align: justify;
}

.subtitulo  {
	font-size : 14pt;
	font-family : Arial,Geneva,sans-serif;
	color : #003366;
	font-weight : bold;
}

.etiq  {
	font-size : 10pt;
	font-family : Trebuchet,Trebuchet MS,Verdana,sans-serif;
	color : #000000;
}

.cablis  {
	font-size : 9pt;
	font-family : Arial,Geneva,sans-serif;
	color : #FFFFFF;
	background-color : #980000;
	font-weight : bold;
	text-align: center;
}

.campo  {
	font-size : 9pt;
	font-family : Arial,Geneva,sans-serif;
	color : #000000;
	border: thin solid Black;
	background-color: #FFF5BB;
}

.boton  {
	font-size : 8pt;
	font-family : Arial,Geneva,sans-serif;
	color : #FFFFFF;
	border: 1px solid black;
	background-color: #777777;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}
