@charset "utf-8";
/* CSS Document */

body{
	background:#f2f1f1;
	overflow-x: hidden; 
}

img{
	border: 0px;
}	

a{
	text-decoration: none;
	color:#3C4D33;
}

a:hover{
	text-decoration: none;
}

ul{
	list-style: none;
}

div.clear{
	clear:both;
}

@font-face {
	font-family: 'GnuolaneRg-Regular';
	src: url('../fontes/gnuolanerg.eot');
	src: url('../fontes/gnuolanerg.eot?#iefix') format('embedded-opentype'),
				url('../fontes/gnuolanerg.woff') format('woff'),
				url('../fontes/gnuolanerg.ttf') format('truetype'),
				url('../fontes/gnuolanerg.svg#gnuolanerg') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
    font-family: 'gotham_blackregular';
    src: url('../fontes/gotham-black-webfont.eot');
    src: url('../fontes/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/gotham-black-webfont.woff') format('woff'),
         url('../fontes/gotham-black-webfont.ttf') format('truetype'),
         url('../fontes/gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fontes/gotham-light-webfont.eot');
    src: url('../fontes/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/gotham-light-webfont.woff') format('woff'),
         url('../fontes/gotham-light-webfont.ttf') format('truetype'),
         url('../fontes/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img.pequena {
	display:none;
}


div.navegador{
	position:absolute;
	z-index:10000;
	top:0;
	width:100%;
	height:70px;
	background:#FFFFFF;
}

div.esp-navegador{
	width:1000px;
	height:70px;
	margin:0 auto;
}
div.esp-navegador h3{
	width:350px;
	font-size:14px;
	color:#3D4C33;
	font-family: 'gotham_lightregular';	
	float:left;
}
div.esp-navegador p{
	width:500px;
	font-size:14px;
	color:#3D4C33;
	margin-top:-25px;
	float:left;
	margin-right:130px;
}
div.esp-navegador img{
	float:left;
	margin-top:-60px;
	margin-right:30px;
}

div.esp-navegador div.fechar{
	width:18px;
	height:18px;
	margin-top:-55px;
	float:right;
	cursor:pointer;
	background:url(../img/fechar.png) no-repeat;
}
/*
.container{
	border:1px solid red;
}
 .span3{
	border:1px solid #000;
}*/


/*topo*/

div.logo img{
	margin-top:20px;
	margin-bottom:50px;
}

div.menu-principal ul.menu-principal{
	margin-left:0;
	margin-top:52px;
}

div.menu-principal ul.menu-principal li{
	float:right;
	margin-left:27px;
	font-family: 'GnuolaneRg-Regular';
	font-size:24px;
	color:#585858;
	padding-top:5px
}

ul.sublinks{
	display:none;
	width:250px;
	position:absolute;
	z-index:2000;
	margin-top:15px;
	margin-left:-75px;
}

ul.sublinks li{
	width:100%;
	text-align:center;
	background:#FFF;
	font-size:15px;
	margin-top:5px;
	clear:both;
	text-transform:lowercase;
}
	
	
/*topo*/

/*voce esta*/
div.voce-esta{
	height:31px;
	background:url(../img/voce-esta.png) 25px no-repeat;
}
div.voce-esta p{
	margin-left:55px;
	margin-top:5px;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#737474;
}
div.voce-esta p a{
	text-decoration:underline;
	color:#737474;
}


/*voce esta*/

/*rodape*/

div.download{
	margin-top:45px;
}

img.rodape{
	float:left;
	margin-left:65px;
	margin-right:8px;
	margin-top:8px;
}

img.pdf{
	margin-top:4px;
}

p.rodape{
	float:left;
}

div.rodape{
	margin-top:15px;
	height:85px;
	background:#e7e7e6;
}

div.rodape h5{
	color:#3c4d33;
	font-family: 'gotham_blackregular';
	font-size:12px;
	margin-top:35px;
	font-style:italic;
	letter-spacing:-0.5px;
}

div.rodape h6{
	color:#353535;
	font-family: 'gotham_lightregular';
	font-size:12px;
	margin-top:-8px;
	font-style:italic;
}

div.rodape h6 span{
	font-size:14px;
}


/*rodape*/
	