/* CSS Document */

.container{ width:100%;
			height:100%;}


#topo {
	position: static;
	height:0px;
	background: url('topo-galeria.jpg') center no-repeat;
	margin-bottom:10px;
	}
#topo h1, #topo h2 {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	text-align:center; 
	 }

.galeria {
	width:400px; 
	margin:0 auto;
	text-align: left; 
	}
.img-aqui { 
	
	width:400px; 
	height:350px; 
	position:relative; 
	top:4px;
	float:right; 
	border:0px solid #fff;
	}
ul.fotos {
	position: absolute;
	list-style:none;  
	width:162px;
	padding:1px;
	margin:0; 
	padding:0;
	float: right;
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:75px;
	height:50px;
	float: left; 
	
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:50px;
	float:left;
}
ul.fotos li span img {
	border:none;
	width:460px;
	height:400px;
	height:auto;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	display: block;
	text-align:center; 
	width:460px;
	position:absolute;
	top:315px;
	left:-2px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:-5px; 
	left: 177px; 
	border:0px solid ;
	
	
   }
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#333; 
}

.texto {
text-align:center; 
font-family:Geneva, Arial, Helvetica, sans-serif;
font-style:italic; 
font: bolder;
color:#000066; 


}
.texto01 {
text-align: justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:22px;
color:#000066; 
font-style:italic;

}
.texto02 {
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000066; 
font-style:italic; 
margin-left:250px;
margin-right:30px; 
font: bold;

}
.texto03 {
text-align: center;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:18px;
color:#000066; 
font-style:italic;

}


.menu {margin:0px;
		float: left;
		}

.footer {  

	background:url(../image/foot.jpg);
	height:150px;
	width:800px;
	
	
}



