/*NOTICIAS COLUMNA*/
.noticia_columna{
	width:160px;
	display:block;
}
.noticia_columna img{
	border-bottom:2px solid #E30D40;
	max-width:160px;
	width:expression(document.body.clientWidth > 160? "160px": "auto" );
}
.noticia_columna span{
	display:block;
	border-top:2px solid #E8869E;
	background-color:#F8E9EC;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	padding:4px 6px;
	line-height:13px;
	
	color:#000000;
}
.noticia_columna .leermas{
	background:url(../imagenes/leermas.gif) no-repeat left top #E30D40;
	display:block;
	width:54px;
	line-height:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	padding:0px 0px;
	padding-right:4px;
	margin-bottom:15px;
	float:right;
	
	border-top:0px;
	text-transform:none;
	cursor:pointer;
	
}
/*NOTICIA AMPLIADA y PORTADA*/
#noticia h4, #noticia .titular{
	font-size:23px;
	font-weight:normal;
	color:#E30D40;
	font-variant: small-caps;
	margin-bottom:10px;
}
#noticia h4 a:hover, #noticia .titular a:hover{
color:#F32C5E;
}
#noticia .entradilla{
	margin-bottom:7px;
	font-weight:bold;
}
#noticia .entradilla_portada{
	margin-bottom:7px;
	font-weight:normal;
}
#noticia .foto_izquierda{
float:left;
margin-right:15px;
font-size:10px;
line-height:110%;
color:#666666;
text-align:center;
width:100px;
position:relative;
top:5px;
margin-bottom:10px;
}

#noticia .foto_derecha{
float:right;
font-size:10px;
line-height:110%;
color:#666666;
text-align:center;
width:100px;
position:relative;
top:5px;
margin-right:0px;
padding-left:15px;
margin-bottom:10px;
}

#noticia .foto_centro{margin-right:0px;
margin-left:0px;
font-size:10px;
line-height:110%;
color:#666666;
text-align:center;
width:95%;
position:relative;
top:5px;
margin-bottom:20px;
}

#noticia .foto_noticia img{
display:block;
}
#noticia .botones{
display:block;
float:right;
clear:both;
margin-top:22px;
}
* html #noticia .botones{
padding-right:18px;
}
*:first-child+html #noticia .botones{
padding-right:18px;
}
#noticia .botones img{
margin-left:6px;
margin-bottom:3px;
}
