.noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Silver;
	position: static;	
	width: 410px;
	height: 164px;
	z-index: 1;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
}
.noticias2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Silver;
	position: static;	
	width: 410px;
	height: 275px;
	z-index: 1;
	overflow: auto;
	margin-right: 10px;
	margin-left: 10px;
}
.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration:none;
	
	
}
.enlace:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight:bolder;
	background-color: #666666;
	padding: 3;
}
