/*
CSS comum a todas as sessoes
*/
body{
background:#f0f0f0;}
@font-face {
    font-family: 'GillSansMTRegular';
    src: url('gill_sans_mt-webfont.eot');
    src: url('gill_sans_mt-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill_sans_mt-webfont.woff') format('woff'),
         url('gill_sans_mt-webfont.ttf') format('truetype'),
         url('gill_sans_mt-webfont.svg#GillSansMTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
ul.sf-menu li{
	font-family: 'GillSansMTRegular';
	font-weight:normal !important;
	font-size:19px !important;
}
.submenu{
display:none;}
.page,.topo,.centro{
width:960px;}

.topo,.centro{
position:relative;}

ul.rede-social{
	position:absolute;
	right:0;
	margin:0;
	top:40px;
	list-style-type:none;}
	
ul.rede-social li{
	display:inline;}

#logo{
position:absolute;
left:0;
top:40px;
z-index:10;}

.onde{
position:absolute;
top:54px;
left:10px;
background: url(../../imgs/bgs/linha.jpg) repeat-x;
width:160px;
height:3px;}

.social{
position:absolute;
top:54px;
left:13px;
background: url(../../imgs/bgs/linha.jpg) repeat-x;
width:260px;
height:3px;}

.trab{
position:absolute;
top:54px;
left:10px;
background: url(../../imgs/bgs/linha.jpg) repeat-x;
width:210px;
height:3px;}

.seja{
position:absolute;
top:54px;
left:10px;
background: url(../../imgs/bgs/linha.jpg) repeat-x;
width:220px;
height:3px;}

#footer{
margin:40px 0;}

.rodape p{
color:#989696;
letter-spacing: -0.7px;
margin-bottom:0;}

.rodape{
font-family: 'GillSansMTRegular';
float:left;
border-left:4px solid #d2d2d2;
padding-left:20px;}

.endereco{
width:420px;
padding-bottom:19px;}

.endereco p{
font-size:15px;
margin-bottom:3px;}

h2{
font-weight:normal;
font-size:19px;
color:#d6d5d5;
margin-bottom:10px;}

.box-informativo {
width:100%;
    float: left;
 	position:relative;
}
.nome-pesquisa,.email-pesquisa{
float:left;
position:relative;
margin:10px 0;}

.nome-pesquisa{
margin-right:20px;}

.nome-pesquisa input#nome {
	border-radius:5px;
    background: url("../../imgs/icones/ico-nome.jpg") no-repeat scroll 6px 6px #fff;
    padding: 6px 6px 6px 25px !important;
    width: 140px;
}
.email-pesquisa input#email {
	border-radius:5px;
    background: url("../../imgs/icones/ico-email.jpg") no-repeat scroll 6px 9px #fff;
    padding: 6px 6px 6px 25px !important;
    width: 142px;
}
#bt-email {
    position: absolute;
    right: -60px;
    top: -1px;
}
#boxlook,.looks{
	float:left;
	height:422px !important;
	width:100%;}
	
.nav{
	font-size:15px;
	color:#233640;
	text-align:center;}
	
.nav a{
	color:#233640;}
	
table td{
	border:0 !important}