.bloque_noticia {
	font-size: 12px;
	color: #333333;
	margin-bottom: 50px;
	margin-top: 40px;
	clear: both;
}
.fecha {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
}

.imagen_noticia {
	clear: left;
	width: 400px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.volver {
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
}
.volver a {
	color: #000000;
	text-decoration: none;
}



.tit_enlace {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
.tit_enlace a {
	color: #990000;
	text-decoration: none;
}
.ver_noticia {
	color: #990000;
	font-size: 11px;
}

.tit_enlace a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.descrip_enlace {
	margin-top: 10px;
	text-align: justify;
}

