/**
 * Prensa CSS
 */

/** Listado **/
#noticiasContainer{
	background: url(/images/bg_noticias.jpg) no-repeat right top;
}
#listadoNoticias{
	width: 320px;
}
#listadoNoticias h3{
	margin: 10px 0;
}
#listadoNoticias a{
	color: #08266e;
}

/** Show **/
#containerPrensa{
	padding-right: 25px;
	border-bottom: 1px dotted #08266e;
	padding-bottom: 20px;
}

#containerPrensa h3{
	margin: 10px 0 0 0;
	font-size: 1.4em;
}
#fecha{
	margin: 10px 0 20px 0;
	font-size: 0.9em;
	color: #5A5A5A;
}
#link_listado{
	padding-right: 25px;
}
#link_listado a{
	color: #08266e;
}
.pdf{
	margin-top: 20px;
	padding-left: 30px;
	background: url(/images/pdf2.gif) no-repeat;
	display: block;
	height: 30px;
}
.pdf a{
	color: #08266e;
	text-decoration: underline;
}
#listadoImagenes{
	width: 226px;
	background: #e4e7ef;
}
h5{
	margin: 20px 0 5px 0;
}
#listadoImagenes li{
	padding: 5px;
}