@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#808080;
	
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
@font-face {
    font-family: 'DidotLTStdHeadline';
    src: url('../fonts/didotltstd-headline-webfont.eot');
    src: url('../fonts/didotltstd-headline-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/didotltstd-headline-webfont.woff') format('woff'),
         url('../fonts/didotltstd-headline-webfont.ttf') format('truetype'),
         url('../fonts/didotltstd-headline-webfont.svg#DidotLTStdHeadline') format('svg');
    font-weight: normal;
    font-style: normal;

}
a {
	margin:0;
	padding:0;
	color:#808080;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
h1{
	font-family: 'DidotLTStdHeadline';
	font-size:22px;
	color:#fff;
	font-weight:lighter;
	float:left;
	width:940px;
	height:110px;
	line-height:110px;
}
h1 span{
	font-size:30px;
}
h2{
	float:left;
	width:100%;
	margin-bottom:20px;
	font-size:18px;
	font-weight:normal;
}
h3{
	font-family: 'DidotLTStdHeadline';
	font-size:30px;
	color:#464646;
	width:100%;
	float:left;
	margin-bottom:5px;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
	border:none;
}
html, body, #wrap {
	height: 100%;
}
 
body > #wrap {
	height: auto; 
	min-height: 100%;
	min-width:940px;
}
 
#main {
	overflow:auto;
	padding-bottom: 180px;}  /* deve ter a mesma altura do rodapé */
 
#footer {
	position: relative;
	margin-top: -180px; /* valor negativo da altura do rodapé */
	*margin-top: -135px;
	height: 180px;
	clear:both;
	background:#D7D7CE;
} 
#footer .section{
	width:940px;
	margin:0 auto;
	font-size:12px;
	color:#808080;
	text-align:center;
	padding-top:17px;
	line-height:133%;
}
#footer .section .logo{
	margin-bottom:17px;
}
#footer .section .factor{
	color:#AFAF9E;
	margin-top:25px;
}
#footer .section .factor span{
	
}
#footer .section .factor a img{
	margin-bottom:-3px;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* HEADER */
#header{
	height:70px;
	width:100%;
	background:#464646;
	border-bottom:1px solid #AFAFAF;
	padding-bottom:1px;
}
#header .section{
	margin:0 auto;
	width:940px;
}
#header .section .logo{
	float:left;
	margin:22px 0 0 0;
}
#header .section .nav{
	float:right;
	font-size:14px;
	margin-top:27px;
}
#header .section .nav li{
	float:left;
	margin-left:20px;
}
#header .section .nav li:first-child{
	margin:0pt;
}
#header .section .nav li a{
	text-transform:uppercase;
	color:#B8B8A9;
}
/* FIM HEADER */
.content{
	float:left;
	width:620px;
	margin:0 20px 45px 0;
}
.sidebar{
	float:left;
	width:300px;
	margin:0 0 45px; 0;
}
.sidebar .form_acompanhe{
	float:left;
	width:260px;
	padding:20px;
	background:#D7D7CE;
	border-radius:5px;
	margin-top:20px;
}
.sidebar .form_acompanhe h2{
	color:#474747;
}
.sidebar .form_acompanhe p{
	float:left;
	width:260px;
	margin-bottom:20px;
}
.sidebar .form_acompanhe label{
	float:left;
	width:54px;
	color:#474747;
	font-size:14px;
	text-align:right;
	line-height:30px;
	margin-right:15px;
}
.sidebar .form_acompanhe input{
	float:left;
	font-size:13px;
	padding:0pt;
	color:#fff;
}
.sidebar .form_acompanhe input[type="text"]{
	background:#818181;
	line-height:30px;
	height:30px;
	width:170px;
	padding:0 10px;
}
.sidebar .form_acompanhe input[type="password"]{
	background:#818181;
	line-height:30px;
	height:30px;
	width:110px;
	padding:0 10px;
}
.sidebar .form_acompanhe input[type="submit"]{
	background:#464646;
	color:#B8B8A9;
	line-height:30px;
	height:30px;
	width:60px;
}
.sidebar .telefone{
	width:300px;
	float:left;
	text-align:center;
	margin-top:35px;
}