* {
    padding: 0;
    margin: 0;
} 

body {
background: #ffffff;
font-family: "Arial";
font-size: 12px;
color: #464646;
line-height: 24px;
}

a {
text-decoration: none;
color: #088f64;
}
a:hover {
text-decoration: underline;
color: #464646;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
font-family: "Arial";
padding: 30px 0 0 30px;
color:#464646;
letter-spacing: -3px;
}
#header h1 a {
text-decoration: none;
color: #464646;
}
#header h1 a:hover {
text-decoration: none;
color: #464646;
}
#header h2 {
color: #088f64;
font-size: 20px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 31px;
font-family: "Arial";
}

#menu {
height: 180px;
background: #eee url(images/menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color:#464646;
font-size: 24px;
font-family:'Arial';
font-weight: 600;
letter-spacing: -2px;
}
#menu ul li a:hover {
color: #088f64;
text-decoration: none;
}

#content {
padding: 20px;
}

.main {
border-top: 1px solid #464646;
background: #ffffff;
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}
.galeria {
width:800px; 
margin:0 auto;
text-align:left; 
}
.img-aqui {  
width:400px; 
height:400px; 
position:relative; 
top:8px;
float:right; 
}

#bottom {
border-top: 1px solid #464646;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}

ul.fotos {
	position:relative;
	list-style:none;  
	width:200px;
	padding:1px;
	margin:0; 
	padding:0; 
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:50px;
	height:50px;
	float:left; 
	border:2px solid #00d2ff;
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:50px;
	height:50px;
}
ul.fotos li span img {
	border:none;
	width:400px;
	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:400px;
	position:absolute;
	top:420px;
	left:10px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:-5px; 
	left: 200px; 
   }
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#333; 
}
