.zona_titulo
{
	background-color:#C5DAC7;
	padding:5px;
	height:15px;
}
.zona_titulo .titulo
{
	float:left;
	font-weight:bold;
	font-size:12px;
}
.zona_titulo .ver_todo
{
	float:right;
	font-weight:bold;
	font-size:11px;
}

/*---------------------------------------------------------*/
/* Noticias en portada */
/*---------------------------------------------------------*/

#noticias_portada
{
	/*height:390px;*/
	height:600px;
}
#noticias_portada .noticia
{
	/*height:170px; */
	height:50px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-color:#999999;
	border-bottom-style:dashed;
	border-bottom-width:0px;
}
#noticias_portada .noticia .fecha
{
	color:#666666;
	padding-bottom:3px;
}
#noticias_portada .noticia .foto
{
	float:left;
	width:200px;
	height:130px;
}
#noticias_portada .noticia .foto img
{
	width:200px;
	height:150px;
}
#noticias_portada .noticia .titular
{
	float:left;
	font-weight:bold;
	padding-left:5px;
	width:250px;
	height:25px;
	overflow:hidden;
	color:#333333;
}
#noticias_portada .noticia .titular_sinfoto
{
	float:left;
	font-weight:bold;
	padding-left:5px;
	width:450px;
	height:25px;
	overflow:hidden;
	color:#333333;
}

#noticias_portada .noticia .titular_corto
{
	float:left;
	font-weight:bold;
	padding-left:5px;
	width:450px;
	height:27px;
	overflow:hidden;
	color:#333333;
}


#noticias_portada .noticia .texto
{
	float:left;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	width:250px;
	height:93px;
	overflow:hidden;
}
#noticias_portada .noticia .texto_sinfoto
{
	float:left;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	width:450px;
	height:93px;
	overflow:hidden;
}
#noticias_portada .noticia .ver_mas
{
	float:left;
	padding-top:5px;
	padding-left:5px;
	width:250px;
	font-weight:bold;
}

/*---------------------------------------------------------*/
/* Agenda en portada */
/*---------------------------------------------------------*/

#agenda_portada
{
	padding-top:10px;
	padding-bottom:10px;
	height:200px;
}
#agenda_portada .evento
{
	float:left;
	width:245px;
	height:40px;
	padding-left:5px;
	padding-top:8px;
	overflow:hidden;
}
#agenda_portada .evento .fecha
{
	color:#666666;
}
#agenda_portada .evento .nombre 
{
	font-weight:bold;
}