@charset "utf-8";
/* CSS Document */

/*---------------------------*/
#contenedor_elementos_portada{
	position:relative;
	margin:auto;
	width:912px;
	height:296px;
	border:1px solid red;
	margin-top:30px;
}
.listado_noticias{
	position:relative;
	float:left;
	width:271px;
}
.titulo_noticias{
	position:relative;
	float:left;
	width:271px;
	margin-bottom:10px;
}
.imagen_titulo_noticias{
	position:relative;
	float:left;
	width:45px;
	height:38px;
}
.titulo_noticias{
	position:relative;
	float:left;
	width:226px;
}
.foto_noticia{
	position:relative;
	float:left;
	width:85px;
}
.contenido_noticia{
	position:relative;
	float:left;
	width:186px;
}

