/* ESTRUCTURA A DOS COLUMNAS
--------------------------------------------*/
.contenedor_portada {
	width:660px;
	min-height:10px;
	background:url(../images/separador_vertical.gif) repeat-y 380px top;
	float:left;}
	
.contenedor_portada .col_01{
	width:370px;
	min-height:10px;
	margin-right:20px;
	float:left;}
	
.contenedor_portada .col_02{
	width:270px;
	min-height:10px;
	float:left;}

.contenedor_portada .publicidad{
	width:100%;
	padding-bottom:12px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
	float:left;}
	
body.spa .contenedor_portada .publicidad{
	background:url(../spa/images/col_dcha_publicidad.gif) no-repeat right bottom;}





/* NOTICIAS
----------------------------------------------*/
.noticia {
	width:100%;
	min-height:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e5e5e5;
	float:left;
	/*text-align:justify;*/}
	
.noticia_ultima {
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;}
	
.noticia p{
	margin:0px 0px 5px 0px;}
	
.noticia .categoria{
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;}
	
.noticia .tit a{
	color:#e1021a;
	font-size:1.2em;
	line-height:1.0em;
	margin:7px 0px 5px 0px;
	text-decoration:none;
	text-align:left;}

.noticia img{
	margin:0px 10px 7px 0px;
	float: left;}
	
.noticia .tit a:hover{
	text-decoration:underline;}
	
.noticia .entradilla{
	font-size:0.8em;
	line-height:1.3em;
	text-align:justify;}
	
.noticia .fecha{
	font-size:0.75em;
	color:#9e9e9e;
	margin:0;}	
	
.noticia .relacionada{
	color:#e1021a;
	font-size:0.8em;
	margin:7px 0px 5px 0px;}
	
.noticia .comentarios {
	width:100%;
	float:left;
	text-align:right;
	font-size:0.7em;
	color:#25a0ff;}
	
.noticia .comentarios span{
	background:url(../images/bullet_comentarios.gif) no-repeat right 3px;
	padding-right:20px;}		
	
	
/* NOTICIA DESTACADA PORTADA
--------------------------------------------*/
.portada_destacada .tit a{
	font-size:1.9em;
	/*font-weight:bold;*/}	
	
	
/* NOTICIAS DESTACADAS COLUMNA 01 PORTADA
--------------------------------------------*/
.portada_01_destacada .tit a{
	font-size:1.55em;
	/*font-weight:bold;*/}	
	
/* NOTICIAS COLUMNA 02 PORTADA
--------------------------------------------*/
.portada_col_02 .tit a{
	color:#161616;
	font-weight:bold;}		

