
/* SECCIÓN NOTICIAS------------------------------------------------------------------------------------------------------ */

div#listado_noticias {
	float: left;
	width: 20%;
	margin-top: -2em;
	margin-right: 2.5em;
}
div#listado_noticias ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
div#listado_noticias li {
	margin-top: 0px;
	margin-bottom: 0px;
}
div#desarrollo_noticia {
	float: left;
	margin-top: -2.5em;
	width: 77%;
	margin-bottom: 1em;
}
div#desarrollo_noticia ul{
	margin: 0 0 0 25px;
}
div#desarrollo_noticia li{
	background: url(../img/general/bullet_lista.jpg) no-repeat 0 0;
	padding: 0 0 0 20px;
}

div#listado_noticias li.fecha {
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#listado_noticias li.activo {
	color: #0099FF;
	background-color: #DEEBFE;
	padding: 0.2em;
	font-weight: bold;
}

div#desarrollo_noticia p.fecha {
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

div#desarrollo_noticia h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

div#desarrollo_noticia h3 {
	font-size: 1.5em;
	color: #000000;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#desarrollo_noticia img {
	float: left;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	margin-top: 2em;
	margin-right: 2em;
}

