@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	color: #D4D0C8;
}



/*Abaixo, CSS da galeria de imagens*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.hoverbox {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333333;}

.thumbnail{position: relative; z-index: 0;}

.thumbnail:hover{background-color: transparent; z-index: 10;}

/*CSS for enlarged image*/
.thumbnail span{ position: absolute; background-color: lightyellow; padding: 5px; left: -1000px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none;}

 /*CSS for enlarged image*/
.thumbnail span img{border-width: 0; padding: 2px; }

 /*CSS for enlarged image on hover*/
 .thumbnail:hover span{
visibility: visible;
top: 400px;
left: 450px; /*position where enlarged image should offset horizontally */
}                             

/* Regras de estilo da galeria 
----------------------------------------------------------------------*/
a {text-decoration: none;}

	
.hoverbox {
	
	list-style: none;
	padding:10px;
	}
	


.hoverbox a .preview {display: none;}

.hoverbox a:hover .preview { 
	display: block;
	position: absolute;
	z-index: 1;
	/* aqui voce define onde vai aparecer a foto ampliada em relacao a miniatura */
	/* retire a declaracao position:relative de hoverbox li (logo abaixo na proxima regra CSS) e a posicao sera fixa.   		experimente fazer isso e mudar os valores abaixo */ 
	top: 50px;
	left: 50px;
		}
.hoverbox li {
	position: relative;
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	width:176px;
	height:180px;
	display: inline;
	float: left;
	margin-right:10px;
	margin-top:10px;
	text-align: center;
	}
	
.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin-top:4px;	
	}
	
.hoverbox .preview {
	border-color: #000;
	
	/* aqui as dimensoes reais da foto ampliada: */
	width:auto;
	height: auto;
	}


/*  Hacks para o Internet Explorer
----------------------------------------------------------------------*/
* html .hoverbox a { position: relative;}
* html .hoverbox a:hover { 	font-size: 99.99%; 	z-index: 1;}
* html .hoverbox a:hover .preview { top: 50px; left: 50px;}
* html .hoverbox li { position: static;}

/*LINKS*/
body,td,th {
	color: #000;
}
a:link {
	color: #0F236A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #132E88;
}
a {
	font-weight: bold;
}

a:visited {
	color: #0F236A;
}
a:hover {
	color: #4b5a7d;
}
