@CHARSET "ISO-8859-1";



a#liga img 
{
	border: 0;	
}

div#avisos {
	position: absolute;
	top: 90px;
	left: 220px;
	z-index: 10;
	background-image: url("ventanacircular2.png");
	height: 450px;
	width: 780px;
	
	
}

div#menu {
	position: relative;
	left: 130px;
	width: 615px;
	padding: 5px;
	text-align: right;
}

div#menu h3
{
	text-align: center;
	font-family: Arial;		
}


div#contenido {
	overflow-y :auto;
	position: relative;
	height: 320px;
	left: 140px;
	width :620px;
	font-family: Arial;
}


div#fullscreen {

	position: absolute;
	background-color: BLACK;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* for IE */
  	filter:alpha(opacity=60);
 	 /* CSS3 standard */
  	opacity:0.6;
  	
}



table.noticias {
	
	border-collapse: collapse;		

}

td.seccion
{
	background-color: Yellow;	
}

td.fecha1, td.titulo1
{
	background-color: ORANGE;
	
}

td.fecha, td.fecha1
{
	padding: 5px;		
}

td.titulo1, td.titulo
{
 	width: 100%;
 	text-align: center;
 	padding: 5px;
 	font-weight: bold;
}
td.titulo1 a, td.titulo a
{
		
	
}

td.noticia
{
	background-color: silver;
	text-align: left;
	padding: 15px;
}