
BODY {
	SCROLLBAR-FACE-COLOR: #575558;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: black;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #575558;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	background: #333 url(Images/bg.gif);

}
	
.Estilo1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.Estilo3 {
	font-family: Verdana;
	font-size: 12px;
}
.Estilo5 {font-family: Verdana; font-size: 12px; font-weight: bold; color: #FFFFFF; }
a:link {
	color: #000000;
	text-decoration: none;
}
.Estilo6 {font-family: Verdana; font-size: 10px}
.Estilo11 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #575558;
}
a:active {
	text-decoration: none;
	color: #575558;
}

input { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; background-color: #E0E0E0; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; background-color: #E0E0E0; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
textarea { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; background-color: #E0E0E0; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

/*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: -62;
left: -520px; /*position where enlarged image should offset horizontally */

}
#index {
	left:0;
	padding:0 0px 0 0;
	margin:0;
}
#index p {
	color:#000000;
	margin:0px 0 0px 0px;
	padding:0;
	line-height:14px;
	font-size:11px;
	text-align:justify;
	font-family:verdana, arial;
}