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







.selloagenda{
	width: 350px;
	height: 50px;
	margin-left: 50px;
}

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

}


.agenda{
	float: left;
	width: 550px;
	border-right: 2px dotted #006599; 
	margin: 25px 0;
	text-align: center;
}



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



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

.noticias a:hover{
	color: #006599;

}

.noticias h5{
	font-size: 9pt;
	
}

