/*hojas de estilo asociadas*/
@import"menu.css";
@import"textos.css";

/*  Estructura  general de la pagina */
body {margin:auto; padding:0; text-align:center; background:#F0A001 url(../img/degradado_x.jpg) top repeat-x;}
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:11px; color:#000000;}
ul{text-align:left;}
div{margin:0; padding:0; position:relative;}
a{ color:#000000; text-decoration:none;}
a:hover{text-decoration:underline;}
/* estructura de divs */

#fondo1{margin:auto; width:100%; height:auto !important; height:580px; min-height:580px; background:url(../img/repetir_y.jpg) repeat-y center;}
#detalle_cab{margin:auto; width:100%; height:auto !important; height:580px; min-height:580px; background:url(../img/detalle_cab.gif) top center no-repeat;}
#detalle_pie{margin:auto; width:100%; height:auto !important; height:580px; min-height:580px; background:url(../img/detalle_pie.gif) bottom center no-repeat;}
#total{margin:auto; width:980px; height:auto !important; height:580px; min-height:580px;}

/*Cabecera*/
#cabecera{width:980px; height:186px; margin-bottom:20px; background:url(../img/cabecera.jpg) top center no-repeat; float:left;}
	.cab1{ width:100%; height:96px; float:left;}
	.cab2{ width:100%; height:90px; float:left; clear:both;}
	
/*Cuerpo*/
#content{width:980px; height:auto !important; height:520px; min-height:520px; clear:both; float:left;}
	/*se estira*/
	/*.secciones{width:579px; margin:0 auto; height:auto !important; min-height:400px; float:left;}*/
	.secciones{width:605px; margin:0 auto; height:500px; overflow:auto; float:left;}
	.menu{width:220px; margin:0 auto; height:auto !important; min-height:400px; height:400px; float:left;}
	.login{position:absolute;bottom:0px;right:0px;width:160px; margin-bottom:8px; height:200px;}

/*Pie*/
#pie{width:980px; height:194px; clear:both; text-align:center; margin-top:10px;}
	.pie0{width:201px; height:194px; float:left;}
	.pie1{width:698px; height:121px; float:left; background:url(../img/pie1_back.gif) center no-repeat; }
	.pie2{width:698px; height:73px;  float:left; text-align:center;}

/*Contenedores adicionales*/
.ajuste{clear:both;}
.patrocinadores{ display:block; margin:0 auto; width:73%; height:auto; padding:0;}
.patrocinadores img{ margin:0 3px; float:left;}

.item_galeria{margin: 4px 9px; width:180px; border:1px solid #990066; float:left; height:130px; overflow:hidden; display:inline;}
.item_noticias{ margin:10px !important; margin:9px; width:550px; border-bottom:1px solid #990066; float:left;}
.noticia{ margin:10px !important; margin:9px; width:550px; float:left;}
.video_portada{ display:block; margin:auto; width:560px; height:auto !important; height:50px; min-height:50px;}

.news{ margin:20px auto auto auto; height:172px; float:left; clear:both; background:url(../img/fondo_news.gif) no-repeat; width:195px; display:block;}

.zprivada{display:inline; float:right; margin:40px 100px 0 55px;}

/*Efecto pulsado en vínculo dentro de este span*/
.btn a:hover{ position:relative; top:1px; left:1px;}
