/* CSS Document */
body     { background-color: #ababab; background-image: url("bg_grad.jpg"); background-repeat: repeat-x; margin: 14px; padding: 0 }
#LEFT-MENU  { color: #ffffff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding: 0; position: absolute }
h1 {
	font-size: 15px;
	color: #932424;
}
#MAIN-TXT    { color: #666666; font-size: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif; padding: 0 12px }
a:link  { color: black; text-decoration: underline }
a:visited  { color: black }
a:hover     { color: maroon }
a:active  { color: black }
.Estilo1   { color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline }
table  { font-size: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif }
link2 { color: white }


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -600;
left: 60px; /*position where enlarged image should offset horizontally */

}
