@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Mas {
	color: #003366;
	font-weight: bold;
}

#listadoNews {
	position:absolute;
	left:625px;
	top:235px;
	width:209px;
	height:485px;
	z-index:31;
	overflow-x: hidden;
	overflow-y: scroll;
}

#noticias {
	position:absolute;
	left:18px;
	top:235px;
	width:592px;
	height:485px;
	z-index:30;
	overflow-x: hidden;
	overflow-y: scroll;
	visibility: visible;
}


