/* CSS Document */
body
{
   background-color:#000000;
   color:#FFFFFF;
  
}
.cuerpo{width: 786px; }
.medio{  width:786px;  border:solid 1px #eeeeee; }
.header{ width:786px; height:187px;}
.copyright { FONT-SIZE: 10px; COLOR: #999999; FONT-FAMILY: verdana,arial,helvetica,sans-serif }
.cont { background-color:#FFFFFF; border:solid 1px #CCCCCC; height:200px; color:#003300}  
.menu{ height: 28px; font-weight:bold}

.noticias
{ 
   border: solid 1px #eeeeee;
}

#gal a:link {filter: alpha(opacity=75); opacity: .75 }     /* unvisited link */
#gal a:visited {filter: alpha(opacity=75); opacity: .75}   /* visited link */
#gal a:hover {filter: alpha(opacity=100); opacity: 1.0}    /* mouse over link */
#gal a:active {filter: alpha(opacity=100); opacity: 1.0}   /* selected link */