#info_noticia {
	float:left;
	width:740px;
	margin-left:10px;
	margin-right: 20px;
	text-align: justify;
}

#info_noticia_titulo {
	color: #002411;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;	
}


#info_noticia_fecha {
	color: #282828;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

#info_noticia_autor {
	color: #282828;
	text-align: left;	
	font-weight: bold;
	font-size: 11px;
}

#info_noticia_resumen {
	margin-top:10px;
	color: #3C3C3C;	
	font-style: italic;
}

#info_noticia_texto {
	margin-top: 20px;	
}

#panel_noticias {
	float:left;
	border: 1px solid #282828;
	/*border-bottom: 1px solid #061A40;*/
	background-color:#F8F9FA;
	width:219px;	
	margin-top: 0px;	
}

#panel_noticias_titulo {
	color: #FFFFFF;
	font-weight: bold;	
	background-image: url('../img/bg_noticias.png');
	border-bottom: 1px solid #282828;
	line-height: 30px;	
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;	
}

#lista_noticias {
	min-height: 500px;
}

.noticia {
	padding-left:2px;
	padding-right:2px;
	margin-bottom: 10px;	
}

.titulo_noticia {
	color: #012C16;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: underline;
}

.resumen_noticia {
	color: #282828;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 2px;	
}

.fecha_noticia {
	color: #282828;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

