.Bloque
{	display: block; 
	position: center;  
	top: 0; 
	left: 0; 
	font: 11 Arial; 
	width:140; 
	border: 1 solid black
}
.Cabecera
{	color: #ffffff; 
	background: #336699;
	font: 12 Arial;
	width:140; 
	top: 10;
	left: 10
}
.Contenido
{	width:140;
	font: 12 Courier New; 
	color: #000099;
	background: #EBF0FC; 
	padding: 2 2 2 2;
}
.fecha
{	width:140; 
	font: 10 font-family; 
	color: #3300CC;
	background: #EBF0FC; 
	padding: 2 2 2 2;
}
.enlace
{	width:140; 
	font: 10 font-family; 
	color: blue;
	background: #EBF0FC; 
	padding: 2 2 2 2;
}
.Nuevo_bloque
{	border: 1px solid black ; 
	width: 149; //es el ancho del título Noticias
	background: black; 
	color: white; 	
	font: 14 Arial; 
	text-align: center
}
.Nuevo_contenido
{	height: 130; 
	background: white
}
.Contenido_principal
{	border: none; 
	position: absolute; 
	left: 722px; 
	top: 197px; 
	width: 100; 
	height: 100; 
	clip: rect(0,144,125,0 ); // permite definir el tamaño de la ventana desplegable de noticias (arriba,derecha,abajo,izquierda)
	background: transparent
}
.Reporte
{	color: #ffffff; 
	background: #4791C5;
	font: 12 Arial;
	font-weight: bold;
	width:140; 
	top: 10;
	left: 10
}
a:link { text-decoration: none } 
a:visited { text-decoration: none } 
a:hover { text-decoration: underline } 
