.enlaces_noticias {
	clear:both;
	border-top:50px solid white;
}
a {
	color:#757575;
}
a:hover {
        color:#0085ca;
}
.cont_key {
	float:left;
	top:0px;
	left:15px;
	margin-top:0px;
	text-align:justify;
	background-color:green;
}
h1 {
	color:#0085ca;
	font-family:Arial;
	text-align:center;
	font-size:24px;
}
h1:hover {
	color:#00b8ec;
}
.titulo {
	float:left;
	text-align:center;
	width:405px;
	background-color:blue;
}
.subtitulo {
        position:relative;
        width:405px;
}
.texto {
	clear:both;
	text-align:justify;
	width:880px;
	color:#757575;
}
.imagen {
	float:right;
	background-image:url('../img/marco.jpg');
	width:430px;
	height:320px;
	margin-top:-10px;
	margin-left:30px;
}
.imagen2 {
	position:relative;
	top:31px;
	left:33px;
}
.link_subtitulo {
        font-size:12px;
        font-weight: bold;
        text-decoration:none;
        color:#565655;
}
.link_titulo {
	font-size:24px;
	font-weight: bold;
	text-decoration:none;
	color:#e84641;
	text-align:center;
}
.link_titulo:hover {
	color:#b65751;
}
.link_texto {
        font-size:12px;
	text-decoration:none;
	color:#565655;			
}
