@charset "utf-8";

/* RESET
***************************************************************************************************************************/
body, h1, h2, h3, h4, h5, h6,
div, span, object, iframe, img, p, blockquote,
ul, li, ol, dl, dd, dt,
table, thead, tbody, tfoot, tr, td, th,
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #1a1718;
}
ul {list-style: none;}
:focus {outline: none;}
input[type=text], 
textarea,
input[type=password] {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a1718; 
	font-size: 12px;
	display: inline-block;
}
textarea {resize: none; overflow-y: auto;}
small {
	display: block;
	font-size: 10px; 
	line-height: 14px; 
	position: relative;
	top: 10px;
}


/* ESTRUTURA
***************************************************************************************************************************/
#main {width: 944px; margin: 0 auto;}
#header, #content, #footer {width: 100%; float: left;} 
#header {
	height: 130px;
	position: relative;
	z-index: 100;	
}
#header h1 {
	width: 354px;
	height: 65px;
	text-indent: -5000px;
	background: url(../img/logo.png) no-repeat 0 0;
	position: absolute;
	z-index: 2;
	bottom: 25px;
	left: 0;
}
#header ul {
	position: absolute;
	z-index: 100;
	bottom: 50px;
	right: 0;
	float: left;	
}
#header ul li {
	float: left;
	text-transform: uppercase;
	margin-right: 20px;
	position: relative;
	z-index: 1;	
}
#header ul li a {
	color: #231f20;
	display: block;
	padding-bottom: 3px;
	line-height: 100%;
	zoom: 1;
	text-decoration: none;
}
#header ul li a:hover,
#header ul li a.atv {
	border-bottom: solid 1px #e9e8e8;
	color: #173f1a;	
	padding-bottom: 2px;
}
#header ul li ul {
	width: 132px;
	position: absolute;
	top: 13px;
	right: -72px;
	display: none;
	float: none;
}
#header ul li ul li {
	width: 190px;
	height: 19px;
	padding-bottom: 2px;
	text-transform: none;
	float: none;
}
#header ul li ul li a {
	width: 190px;
	height: 19px;
	text-indent: -5000px;
	background: url(../img/bg-itens-dropdown.png) no-repeat 0 0;	
	padding-bottom: 0;
	border-bottom: 0;
}
#header ul li ul li a:hover {padding-bottom: 0; border-bottom: 0;}
#header ul li ul li .it-fundo {background-position: 0 -43px;}
#header ul li ul li .it-eac {background-position: 0 -21px;}
#header ul li:hover ul {display: block;}

#content {padding-bottom: 45px;}
#content a {color: #598d60; text-decoration: none;}
#content a:hover {text-decoration: underline;}
#content p {display: block; margin-bottom: 20px;}

#left {width: 355px; float: left;  margin-bottom: 20px;}
#right {width: 570px; float: right; margin-bottom: 20px;}

.col-1 {clear:both; float:left; position:relative; min-height:65px }
.col-2 {margin-bottom:30px; width: 457px; float: left; margin-right: 30px; }
.col-2.last {margin-right:0; }

.col-1 p { margin:0; padding:0; line-height:16px; }
.col-1 p span { color:#456548; }
.col-2 h1 { margin-bottom:30px; padding:8px 0 8px 20px; font-size:15px; text-transform:uppercase; color:#183f1a; background-color:#dfdfdf; }
.col-2 p { color:#1a1718; }
.col-2 ul.pdfs { margin-left:20px; }
.col-2 ul.pdfs li { margin:4px 0; padding:5px 0 5px 25px; color:#1a1718; font-style:italic; background:url(../img/ic-pdf.gif) no-repeat; }
.col-2 ul.pdfs li a { color:#1a1718; font-style:italic; }


#footer {padding-bottom: 75px; position: relative;}
#footer .enderecos {
	width: 100%;
	height: 120px;
	background: #fcfcfc url(../img/bg-enderecos.gif) repeat-x 0 0;
	margin-bottom: 50px;	
}
#footer .enderecos dl {
	width: 230px;
	float: left;
	margin-left: 10px;
	color: #5a5a5a;	
}
#footer .enderecos dl dt {
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
	margin: 8px 0 20px;	
}
#footer .enderecos dl dd {font-size: 11px;}
#footer address {
	width: 536px;
	display: block;
	margin: 0 auto;
	font-size: 11px;
	font-style: normal;
	color: #5b5456;
}

/* HOME
***************************************************************************************************************************/

.banner {
	width: 100%;
	height: 153px;
	text-indent: -5000px;
	background: url(../img/banner-home.jpg) no-repeat 0 0;
	margin-bottom: 15px;	
}

.box-login {
	width: 100%;
	height: 199px;
	margin-bottom: 30px;	
	background: #f4f9ec no-repeat 28px 23px;
}
.box-login form {
	width: 280px;
	float: left;
	margin: 20px 0 0 71px;
}
.box-login form dl {width: 100%; margin-bottom: 20px;}
.box-login form dl dt {
	font-size: 16px; 
	line-height: 100%;
	color: #113c15;
	margin-bottom: 5px;
	font-weight: bolder;
}
.box-login form dl dd {color: #41984c;}
.box-login form p {
	width: 100%;
	display: block;
	margin-bottom: 8px;
}
.box-login form label {
	width: 38px;
	color: #113c15;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;	
}
.box-login form input[type="text"],
.box-login form input[type="password"],
.box-login form input[type="submit"] {display: inline-block; vertical-align: middle;}
.box-login form input[type="text"],
.box-login form input[type="password"] {
	width: 118px;
	padding: 8px 5px;
	border: 0;
	background: url(../img/cp-sua-conta.png) no-repeat  0 0;
}
.box-login form input[type="submit"] {
	width: 73px;
	height: 28px;
	border: 0;
	cursor: pointer;
	background: url(../img/bt-entrar.gif) no-repeat 0 0;
}

.tab-home {
	width: 100%; 
	border-collapse: collapse;
	margin-bottom: 10px;
}
.tab-home thead {background-color: #173f1a;}
.tab-home thead th {
	font-size: 14px;
	font-weight: bolder;
	color: #fff;
	padding: 8px 10px 7px 15px;
	text-align: left;	
	border-bottom: solid 10px #fff;
}
.tab-home tbody tr {background-color: #dfdfdf}
.tab-home tbody td {
	padding: 8px 10px 7px 15px;
	border-bottom: solid 10px #fff;
}

#left.home {height: 290px; position: relative;}

/* INTERNAS
***************************************************************************************************************************/

#content h2 {
	width: 924px;
	background-color: #548556;
	padding: 45px 20px 7px 0;
	color: #fff;
	text-align: right;
	font-size: 34px;
	margin-bottom: 10px;
}

.premiacoes {
	width: 323px;
	height: 246px;
	padding: 0 10px;
	border: solid 6px #dfdfdf;
	font-size: 11px;	
}
.premiacoes dt {
	font-size: 16px;
	line-height: 100%;
	font-weight: bolder;
	color: #163f19;
	margin: 15px 0;	
}
.premiacoes dd ul li {
	width: 100%;
	padding: 4px 0;
	border-bottom: solid 1px #e6f1d7;
	color: #5a5a5a;
}
.premiacoes dd ul li strong {font-weight:normal; color: #173f1a;}
.premiacoes dd ul li.last {border: 0;}

.texto p {
	width: 100%;
	display: block;
	margin-bottom: 25px !important;
}
.texto dl {width: 100%; margin-bottom: 20px;}
.texto dl dt {
	padding: 4px 0 4px 20px;
	font-size: 14px;
	color: #173f1a;
	background-color: #dfdfdf;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 22px;
}
.texto dl dd ul li {
	padding-left: 41px;
	padding-bottom: 3px;
	line-height: 18px;	
	display: block;
	background: url(../img/blt-empresa.png) no-repeat 20px 3px;
}

.top-rent {
	width: 100%;
	float: left;
	margin-bottom: 8px;	
}

.top-rent h3 {
	width 222px !important;
	font-size: 14px;
	line-height: 25px;
	padding-left: 15px;
	color: #173f1a;
	float: left;
	vertical-align: middle;	
	font-style: italic;
}

.nav-anos {width: 120px; float: right;}
.nav-anos a {
	width: 26px;
	height: 25px;
	float: left;
	vertical-align: middle;
	text-indent: -5000px;
	background: url(../img/setas-nav.png) no-repeat 0 0;	
	cursor: pointer;
}
.nav-anos .disable {cursor: default;}
.nav-anos .prev {background-position: -26px 0; margin-right: 1px;}
.nav-anos .prev.disable {background-position: -78px 0;}
.nav-anos .next {background-position: 0 0; margin-left: 1px;}
.nav-anos .next.disable {background-position: -52px 0;}
.nav-anos span {
	width: 66px;
	height: 25px;
	line-height: 28px;
	float: left;
	vertical-align: middle;
	zoom: 1;
	color: #7b7b7a;
	text-align: center;
	background: url(../img/box-anos.png) no-repeat 0 0;
}

.rent-acum {width: 100%; border-collapse: collapse;}
.rent-acum thead,
.rent-acum tfoot {
	background-color: #173f1a;
	color: #fff;
	font-style: italic;
}
.rent-acum thead {border-bottom: solid 7px #fff;}
.rent-acum tfoot {font-style: normal; border-top: solid 7px #fff;}
.rent-acum .lat {
	width: 10px; 
	border: 0;
	white-space: nowrap;
}
.rent-acum thead th,
.rent-acum tbody td,
.rent-acum tfoot td {padding: 8px 5px; line-height: 100%}
.rent-acum tbody {background-color: #ececec;}
.rent-acum td {border-bottom: solid 1px #fff; text-align: center;}
.rent-acum tfoot td {border-bottom: 0;}
.rent-acum td.mes {text-align: left;}

.produtos {
	width: 552px !important;
	height: 450px; 
	position: relative;
}
.produtos .nav {float: right; margin-bottom: 35px;}
.produtos .nav li {float: left; margin-right: 25px;}
.produtos .nav li a {
	color: #163e19; 
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;	
}
.produtos .nav li a:hover {text-decoration: underline;}
.produtos dl {
	width: 100%;
	float: left;
	margin-bottom: 25px;	
}
.produtos dl dt {
	color: #173f1a;
	padding-bottom: 3px;
	line-height: 100%;
	font-weight: bolder;
	border-bottom: solid  1px #c6c7c5;
	margin-bottom: 20px;	
}

.selo-anbima {
	width: 176px;
	height: 63px;
	display: block;
	text-indent: -5000px;
	background: url(../img/selo-anbima.png) no-repeat 0 0;	
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.selo-investir {
	width: 99px;
	height: 51px;
	display: block;
	text-indent: -5000px;
	background: url(../img/selo-como-investir.png) no-repeat 0 0;	
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 224px;
}

.selo-anbima1 {
	width: 176px;
	height: 63px;
	background: url(../img/selo-anbima.png) no-repeat 0 0;	
}

.selo-investir1 {
	width: 99px;
	height: 51px;
	background: url(../img/selo-como-investir.png) no-repeat 0 0;	
}

.bt-politica-voto {
	width: 134px;
	height: 53px;
	display: block;
	text-indent: -5000px;
	background: url(../img/selo-politica-de-voto.png) no-repeat 0 0;	
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 366px;
}


.form-contato {width: 100%;}
.form-contato em {
	width: 100%;
	display: block;
	font-weight: bolder;
	color: #173f1a;	
	margin-bottom: 20px;
}
.form-contato p {
	width: 572px; 
	float: left;
	margin-bottom: 8px !important;
}
.form-contato p * {display: inline-block; vertical-align: middle;}
.form-contato p label {width: 70px; line-height: 25px;}
.form-contato p label.lbl-msg {vertical-align: top !important;}
.form-contato p input[type="text"],
.form-contato p textarea {
	width: 488px;
	padding: 5px;
	font: normal 12px/100% "Trebuchet MS", Arial, Helvetica, sans-serif; 
	border: 0;
	background-color: #dfdfdf;	
}
.form-contato p textarea {height: 180px;}
.form-contato p input[type="text"].ddd {width: 30px; margin-right: -2px;}
.form-contato p input[type="text"].telefone {width: 120px;}

.form-contato input[type="reset"],
.form-contato input[type="submit"] {
	width: 75px;
	height: 30px;
	border: 0;	
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}
.form-contato input[type="reset"] {background-image: url(../img/bt-limpar.png);}
.form-contato input[type="submit"] {background-image: url(../img/bt-enviar.png);}

#nota {
font-size:9px;
}




















