@charset "utf-8";
/* CSS Document */
#noticiasDiv {
	width: 910px;
	height: 350px;
	position: absolute;
	visibility: hidden;
	left:50%;
	top:0%;
	margin-left:-455px;
	/*margin-top:-360px;*/
	z-index:100;	
	
}
a.noticia:link {
	font-family:Verdana;
	color:#666666;
	font-weight:normal;
	text-decoration:underline;
	font-size:10px;	
}
a.noticia:visited {
	font-family:Verdana;
	color:#666666;
	font-weight:normal;
	text-decoration:underline;
	font-size:10px;	
}
a.noticia:hover {
	font-family:Verdana;
	color:#FF0000;
	font-weight:normal;
	text-decoration:underline;
	font-size:10px;	
}

