@import url('template.css');

#wrapper{
	background:#fff url(../img/indexSegunda_back.gif) repeat-y 209px top;
}



/*Primera
**************************************************************/
#primera{
	width:209px;
}

/*extras*/
.extras{
	width:175px;	
}

/*utilidades*/
.utilidades{
	width:172px;
}

/*Oficial*/
.oficial{
	width:171px;
}



/*Segunda
**************************************************************/
#segunda{
	width:716px;
}

/* Hora */
.hora{
	background-color:#fff;
	padding:5px 20px 18px 0;
	color:#7d7d7d;
	text-align:right;
}
.hora span{
	background:url(../img/ico_hora.gif) no-repeat left center;
	padding:0 0 0 15px;
}

h2{
	height:13px;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 16px 0;
	/*text-indent:-900em;*/
}

/* Destacados */
.destacados{
	float:left;
	width:263px;
	padding:0 27px 0 37px; 
}
.destacados h2{
	/*background-image:url(../img/h2_destacados.gif);*/
}
.destacados li{
	margin:0 0 25px 0;
	color:#6f7070;
}
.destacados li.last{
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px solid #bbb;
}
.destacados h3{
	font-size:1.2em;
	/*color:#0096ad;*/
	margin:0 0 10px 0;
}
.destacados h3 a{	
	color:#000;
}
.destacados h3 a:hover{	
	color:#01ABCF;
}
.destacados p{
	margin:0 0 13px 0;
}
.destacados a{
	color:#6f7070;
}
.destacados a:hover{
	color:#000;
}
.destacados .masInfo{
	float:right;
	/*color:#00ad12;*/
	font-weight:bold;
}
.destacados .fecha{
	padding:0 0 0 15px;
	background:url(../img/ico_fecha.gif) no-repeat left center;
}
.destacados a.ver_todas {
	font-size:1.1em;
	color:#00a9cc;	
}
.destacados a.ver_todas:hover{
	/*font-weight:bold;
	color:#00a9cc;*/
	color:#787b7d;
}



/*destacado flash*/

.flash_destacado {position:relative; height:1px; }
.flash_destacado img.izquierda{position:absolute; top:280px; left:198px;}
.flash_destacado img.derecha{position:absolute; top:280px; left:442px;}

.flash_destacado div.izquierda{position:absolute; top:280px; left:198px; width:204px; height:111px; padding:20px; background-color:#E2001A; cursor:pointer;}
.flash_destacado div.izquierda2 {position:absolute; top:280px; left:198px; width:204px; height:111px; padding:20px; background-color:#FBBB01; cursor:pointer;}
.flash_destacado div.izquierda3 {position:absolute; top:280px; left:198px; width:204px; height:111px; padding:20px; background-color:#85BBE4; cursor:pointer;}



.flash_destacado div  h3 {
	font-size:1.2em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFF;
	padding:10px 0;
}
.flash_destacado div  h3 a{
	color:#FFF;
}

.flash_destacado div  p {
	font-size:1.0em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
}
.flash_destacado div  p a{
	color:#000;
}

