@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	background-color:#351a00;}

.contenedor{
 	margin:0 auto 0 auto;	
	width:970px;
	background-color:#FFFFFF;
	height:100%;
}
.header{
	width:970px;
	height:110px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;}
.logo{
	float:left;
	width:173px;
	height:75px;
	margin-left:20px;
	margin-top:25px;}
.header_opciones{
	float:right;
	height:80px;
	width:250px;
	margin-top:30px;
	margin-right:10px;}
.menu{
	width:100%;
	height:60px;}
.clima{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #999999;
	float:right;
	margin-top:9px;}
.central_imagen{
	width:940px;
	height:346px;
	}
.contenido_cuadros{
	width:950px;
	height:250px;
	margin-left:20px;}

.cuadromedio{
	width:212px;
	float:left;}
	
.cuadromedio_a{
	overflow:hidden;
	display:block;
	width:213px;
	height:8px;
	background-image:url(images/cuadro_arriba.gif);
	background-repeat:no-repeat;
	overflow:hidden;}
.cuadromedio_m{

	width:213px;
	height:220px;
	background-image: url(images/cuadro_medio.gif);
	background-repeat:repeat-y;
	background-position: left;}
.cuadromedio_d{
display:block;
	width:213px;
	height:14px;
	background-image: url(images/cuadro_abajo.gif);
	background-repeat:no-repeat;
	background-position: left;}
.titulo_cuadromedio{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#b60b01;
	text-transform:uppercase;}
.titulo_cuadromedio a{
	color:#b60b01;}
.contenido_medio{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#282828;}
.cuadro_mensaje{
	float:left;
	width:260px;
	height:250px;
	margin-left:5px;}
.mensaje_a{
	overflow:hidden;
	background-image: url(images/mensaje_a.gif);
	height:41px;
	width:260px;}
.mensaje_m{
	background-image: url(images/mensaje_m.gif);
	background-repeat: repeat-y;
	width:260px;
}
.contenido_mensaje{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:240px;
	line-height:15px;
	margin-left:10px;}
.mensaje_d{
	background-image: url(images/mensaje_d.gif);
	width:260px;
	height:18px;}
.centro{
	width:970px;
	height:530px;}
.centro_publicidad{
	float:left;
	padding-left:20px;
	width:660px;
	height:650px;}
.noticia{
	float:left; 
	width:260px; 
	height:220px;
	margin-left:5px;}
.noticia_arriba{
	width:260px;
	height:10px;
	background-image:url(images/noticia_arriba.gif);
	background-repeat:no-repeat;
	overflow:hidden;}
.noticia_medio{
	width:260px;
	height:200px;
	background-image:url(images/noticia_medio.gif);
	background-repeat:repeat-y;}
.noticia_abajo{
	width:260px;
	height:10px;
	background-image:url(images/noticia_abajo.gif);
	background-repeat:no-repeat;}
.n_noticia{
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	text-decoration:none;}
.n_noticia a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	}
.inferior{
	margin-left:20px;
	float:left;
	width:900px;
	height:270px;
	border:1px solid #ececec;}
.cat_titulo{
	height:30px;
	width:100%;
	background-color:#ececec;
	line-height:2em;}
.directorio_contenido{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight:100;
	text-transform:none;}

.directorio_contenido a{
	text-decoration:none;
	color:#666666;}
.directorio_contenido a:hover{
	text-decoration:none;
	color: #660000;}
.inferior_2{
	width:930px;
	height:250px;
	float:left;
	margin-left:15px;
	margin-top:10px;}
.pie{
	margin-left:20px;
	margin-top:10px;
	width:930px;
	height:80px;
	text-transform:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight:100;
	float:left;}