body {
	background-image: url(Images/degradado.gif);
	background-color: #939393;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}
.logo1 {
	font-size: 43px;
	color: #32884F;
}
.logo2 {
	font-size: 43px;
	color: #FFFFFF;
	background-color: #32884F;
}
.logo3 {
	font-size: 11px;
	color: #333333;
	display: inline;
}
.ads1 {
	font-size: 10px;
	color: #3dff01;
}
.ads2 {
	color: #C4EBD1;
	font-size: 11px;
}
.ads3 {
	color: #FFFFFF;
	font-size: 11px;
}
.enc1 {
	font-size: 21px;
	color: #32884F;
	padding-left: 15px;
}
.imagen {
	border: 3px solid #999999;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
}
.style2 {color: #FFFFFF; font-size: 11px; font-weight: bold; }
.style3 {font-size: 21px; color: #2b8abb; padding-left: 15px; font-weight: bold; }
a:link {
	color: #2b8abb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2b8abb;
}
a:hover {
	text-decoration: underline;
	color: #2b8abb;
}
a:active {
	text-decoration: none;
	color: #4CB26E;
}
.style4 {font-size: 21px; color: #999999; font-weight: bold; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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: 2;
left: 50px; /*position where enlarged image should offset horizontally */

}
