.botones {  font-family: Geneva, Arial, Helvetica, san-serif; font-weight: bold; color: #FFFFFF; font-size: 12px}
.textos {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; text-align: justify}
.cabeceras {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #000099}
.cabenotis { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #006666}

#mainMenu
{
 
   background-color:#6699CC;
   border: 0px solid black;
   float:left;
   display: table;
   vertical-align: bottom;
   color:White;
   width: 700px;  
 }
#dateTimeDIV
{
    float:right;
    font-size : 10px;
    font-weight: bold;
    padding-top: 3px;
 }
#mainMenu ul
{
    margin:0;
    padding:0;
}
#mainMenu ul li
{
    float: left;
    list-style-type : none;
    margin-left:auto;
    width:115px;
}
#mainMenu a
{
    font-family:Arial;
    font-size : 14px;
    text-decoration: none;
    color : white;
    padding: 0px 6px 0px 6px;
    text-align: center;
    border: 1px solid white;
    border-width: 0px 1px 0px 0px;
    display: block;
    }
#mainMenu a:hover
{
    font-family:Arial;
    display: block;
    text-decoration: none;
    color : red;
}


.thumbnail{
position: relative;
z-index: 0;
}.thumbnail:hover
{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
 
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
 
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
} 
