@charset "iso-8859-1";
/* CSS Document */

/* Estilos de Links */
a:link {text-decoration: none; color: #E5E5E5}
a:visited {text-decoration: none; color: #E5E5E5}
a:active {text-decoration: none; color: #E5E5E5}
a:hover {text-decoration: none; color: #e2b231}

html, body {
	height: 100%;
}
body    {  	
	background-image:url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position:center; 
	background-position:top;
	margin-left:0px; margin-right:0px; margin-bottom:0px; margin-top:0px;	
	
}






/* ******************** CAPAS  ***********************/

/* index.php */

#capa_header{ height:285px; width:100%; }
#capa_pagina { margin-left: auto; margin-right: auto; width: 795px; min-height:630px; }
#capa_footer{margin-left: 0px; margin-right: 0px; height: 205px; width:100%; }

/* header.php */	

#menu{ position:relative; margin-top:0px; margin-left: auto; margin-right: auto; width: 1002px; height:40px; }
#secciones{	position:absolute; top:0px;	left:26px; width: 771px; height:40px; }
#social{ position:absolute; top:0px; left:814px; width: 160px; height:40px;	}

/* footer.php */

#footer-logo { clear: both; height: 140px; background-image:url(img/footer-logo.jpg); background-repeat:repeat-x; background-position:center; background-position:top; }
#footer-nav  { height: 18px; background: #262626 url(.jpg) repeat-x; font-family: Georgia; font-size: 11px; color: #666666; text-align: center; }
#footer-copy { height: 18px; background: #262626 url(.jpg) repeat-x; font-family: Georgia; font-size: 11px; color: #666666; text-align: center; }
#footer-web { height: 29px; background: #262626 url(.jpg) repeat-x; font-family: Georgia; font-size: 11px; color: #666666; text-align: center; }

/* capa seccion */
#capa_seccion { position:relative; left:0px; top:0px;	width:795px; }


/* inicio.php */
#capa_col1 { float:left; top:0px; width:380px; }
#capa_col2 { float:left; margin-left:25px;	top:0px; width:370px; }


/* banda.php */

#capa_op{ position:absolute; left:255px; top:0px; width:123px; height:50; text-align:right; }
#capa_info { float:left; top:0px; width:380px; }
#capa_fotos { float:left; margin-left:15px; top:0px; width:396px; }




/* ************ Estilos de Fuentes *********** */

.Blanco_A12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Blanco_A9  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.Gris_A7  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #999;
}
.topic { color: #FFFFFF; font-size: 20px; font-weight: bold; }
.news { color: #E5E5E5; font-size: 12px; font-family: Georgia; text-align: justify; }
.date { color: #666666; font-size: 10px; font-family: Tahoma; }
.line { clear: both; height: 4px; background: url(img/line.gif) repeat-x left bottom; margin: 10px 0; }
.grey { color: #838383; font-size: 12px; font-family: Georgia; }
.guest { color: #838383; font-size: 10px; font-family: Georgia; }
.info { font-family: Georgia; font-size: 14px; color: #666666; text-align: center; }
