
.visor{
	
	background-color: white;
	width: 1024px;
}



.sellonoticias{
	width: 350px;
	height: 50px;

}



.noticias{
	float: left;
	width: 650px;
	margin-top: 25px;
	text-align: left;
}



.noticias a{
	text-align: left;
	text-decoration: none;
	color: black;
	
}

.noticias a:hover{
	color: #006599;

}


.imagen{
	float: left;
	width: 300px;
	height: 450px;
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 3px solid #006599;
}



