@charset "UTF-8";
/* CSS Document */

* {
border:0 none;
list-style:none outside none;
margin:0;
padding:0;
text-decoration:none;
}

body { font-family:Arial;}
p { font-size: 13px; color: #1d1d1d;}
a:hover { text-decoration:underline;}

#header {
	background: url(img/bg-head.jpg) repeat-x;
	height: 89px;
	width: 100%;
	border-bottom: 1px solid #75858f;
}

.interna #header {border-bottom: 3px solid #75858f;}
#header div { width: 914px; margin: 0 auto; position:relative; height: 100%;}
#header h1 {
	position:absolute;
	top: 0;
	left: 0;
	width: 278px; 
	height: 158px;	
}
#header h1 a { 
	width: 278px; 
	height: 158px;	
	text-indent:-9999px;
	cursor: pointer;
	display: block;
	background: url(img/logosegeo.png) no-repeat;
}
#header ul { float: right; margin: 60px 0 0 25px; display: block; width: 590px;}
#header ul li { float: left; margin-right: 48px;}
#header ul li.semmargem { margin-right:0;}
#header ul li a { font-size: 16px; color: #fff;}
#header ul li a.ativo { color: #96d6fe; border-bottom: 1px solid #fff;}
#header ul li a.ativo:hover { text-decoration:none;}

#content { width: 100%;}
#content h3 { text-transform: uppercase; font-weight: normal; font-size: 20px; margin-bottom: 18px;}

#top-content { width: 100%; background:url(img/bg-content.jpg) top center no-repeat #173041; color:#FFF;}
#top-content div { width: 914px; margin: 0 auto; overflow:hidden; padding: 100px 0 35px;}
#top-content h2 { float: left; width: 278px; font-size: 24px; font-weight: normal;margin-bottom:25px;}
#top-content h2 strong { color: #96d6fe; font-size:32px; font-weight:normal;}
#top-content p { float: left; width: 278px; font-size: 13px; color:#FFF;}
#top-content img { float: right;}

#itens-content { background: #f0f0f0; width: 100%; border-bottom: 1px solid #c6c5c5;}
#itens-content div { width: 914px; margin: 0 auto; padding: 40px 0; overflow:hidden;}
#itens-content div ul li.blocos { width: 278px; float: left;display: block; background:url(img/itens-separador.jpg) left center no-repeat; padding-left: 20px; height: 290px;overflow: hidden;}
#itens-content div ul li.blocosbdr { background:none;}
#itens-content ul li img { margin-bottom: 5px;}

#itens-content ul li ul { margin-top: 10px;}
#itens-content ul li ul li {font-size: 13px; margin-bottom: 3px;}
#itens-content #conteudo p {
	font-size: 15px;
	color: #1d1d1d;
	line-height:22.5px;
	margin: 0 10px 50px 0;
}

#conteudo ul {
    display: block;
    float: left;
    overflow: hidden;
    text-transform: lowercase;
    width: 435px;
    margin-right: 20px;
}
#conteudo ul li { 
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom:  6px;
}

.interna #conteudo { *margin-top: 40px;}
#itens-content #conteudo h1 { border-bottom: 1px solid #244B7A; color: #244B7A; margin: 50px 0;}
#itens-content #conteudo p img { float:right; margin-left: 15px;}
h2 { font-size: 16px;}

.saibamais { float: right; font-size: 12px; color: #1d1d1d; margin-right:10px;}

#galeria-content { width: 100%; background:#e3e2e2; padding: 40px 0;}
#galeria-content .divgaleria { width: 914px; margin: 0 auto; overflow: hidden; display: block;}
#galeria-content h3 { background:url(img/itens-galeria.jpg) no-repeat left center; padding: 11px 60px;}

#galeria { width: 855px;} 

/*LIGHTBOX*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 90px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#footer {width: 100%; background:#E3E2E2;}
#footer p { text-align: center; font-size: 9px; /* background: url(img/rodapetrac-jpg) 327px top no-repeat;*/ padding-top: 8px; padding-bottom: 20px;}

