/* ESTILOS DE TEXTO */
.login_txt {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #7d7d7d;
	text-decoration: none;
}

.campos_login {
	font-family: Tahoma, Times;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #f2f2f2;
	border: 1px none #FFFFFF;
}

.texto_padrao {
	font-family: Tahoma, Times;
	font-size: 10px;
	color: #282827;
	text-decoration: none;
	text-align:justify;
}

.texto_corrido {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #282827;
	text-decoration: none;
	text-align:justify;
}



.mais {
	font-family: Tahoma, Times;
	font-size: 12px;
	color: #5b1611;
	text-decoration: none;
}

.moeda {
	font-family: Verdana, Times;
	font-size: 10px;
	color: #5b1611;
	text-decoration: none;
}

.texto_destaque {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #571701;
	text-decoration: none;
}

.info_ti {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #5b1611;
	text-decoration:underline;
}

.info_txt {
	font-family: Tahoma, Times;
	font-size: 10px;
	color: #797979;
	text-decoration: none;
	text-align:justify;
}

.link_links {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #2a2a2a;
	text-decoration:underline;
	text-align:justify;
	background-color: #FEF2CF;
}

.link_parceiros {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
	text-align:justify;
}

.ti_links {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #5b1611;
	text-decoration:none;
}


.texto_dados {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #282827;
	text-decoration: none;
	text-align:justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.bts {
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #5b1611;
	text-decoration:none;
	background-color: #FFFFFF;
}

/* FIM ESTILOS DE TEXTO*/

/* ESTRUTURA - SITE */

* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

body {
	margin:0px;
}

#geral {
	position:relative;
	width: 746px;
	height:auto;
}

#topo {
	position:relative;
	width: 746px;
	height: 200px;
}

#dlogin {
	position:relative;
	width: 746px;
	height: 35px;
	background-image:url(../img/fundo_linha_login.jpg);
	background-repeat:repeat-x;
}

#clogin {
	position:relative;
	float:left;
	width: 400px;
}


#bandeiras {
	position:relative;
	float:right;
	width: 150px;
}

#menu {
	position:relative;
	width: 191px;
	height:auto;
	float: left;
	background-color:#fef2ce;
}

#conteudo {
	position:relative;
	width: 540px;
	height:auto;
	float: right;
}

#bannerzao {
	position:relative;
	width: 540px;
	height: 230px;
	margin: 20px 0px 0px 0px;
}

/* MISSAO*/
#c_missao {
	position:relative;
	width: 355px;
	height: 180px;
	float: left;
	margin: 5px 0px 5px 0px;
	background-color: #FEF2CC;
}

#titulo_missao {
	position:relative;
	width: 355px;
	height: 28px;
	float: left;
	margin: 0px 0px 15px 0px;
}

#img_missao {
	position:relative;
	width: 131px;
	height: 131px;
	float: left;
	margin: 0px 0px 5px 5px;
}

#texto_missao {
	position:relative;
	background-color:#FFFFFF;
	width: 192px;
	height:auto;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 3px;
	text-align:justify;
}
#mais_missao {
	position:relative;
	width: 50px;
	float: right;
	margin: 0px 10px 0px 0px;
	text-align:right;
}
/* MISSAO*/

#atendimento {
	position:relative;
	width: 172px;
	height: 181px;
	float: right;
	margin: 5px 0px 5px 0px;
}

/* OPICOES DE INVESTIMENTO */
#opicoes_invest {
	position:relative;
	width: 540px;
	height: 193px;
	float: left;
	margin: 5px 0px 5px 0px;
	background-color: #FEF2CC;
	border-bottom: 2px solid #cccccc;
}

#titulo_opicoes {
	position:relative;
	width: 540px;
	height: 28px;
	float: left;
	margin: 0px 0px 15px 0px;
}

#caixa_opicoes {
	position:relative;
	width: 160px;
	height: 138px;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 3px;
	background-color:#FFFFFF;
}

#caixa_img {
	position:relative;
	width: 160px;
	height: 60px;
	float: left;
	padding: 0px 0px 3px 0px;
	border-bottom: 2px solid #5b1611;
}

#caixa_texto {

	position:relative;
	width: 160px;
	height: 60px;
	float: left;
}

#caixa_texto a:hover {
	color:#666666;
}

#caixa_texto a {
	color: #000000;
}

#mais_opcoes {
	position:relative;
	float: right;
}

/* OPICOES DE INVESTIMENTO */



/* INFORMAÇÕES ÚTEIS */
#informacoes_uteis {

	position:relative;
	width: 355px;
	height: 155px;
	float: left;
	margin: 5px 0px 5px 0px;
	border-bottom: 2px solid #fed862;
}

#titulo_informacoes {

	position:relative;
	width: 355px;
	height: 28px;
	float: left;
	margin: 0px 0px 25px 0px;
}

#caixa_moeda {

	position:relative;
	width: 162px;
	height: 80px;
	float: left;
	margin: 0px 0px 0px 7px;
	
}

#titulo_moeda {

	position:relative;
	width: 162px;
	height: 15px;
	float: left;
	background-color:#fef2cd;
	margin: 0px 0px 10px 0px;
	padding: 2px;
}

#conteudo_moeda {

	position:relative;
	width: 162px;
	height: 30px;
	float: left;
}
/* INFORMAÇÕES ÚTEIS */


/* TEMPO */
#tempo {

	position:relative;
	width: 171px;
	height: 155px;
	float: right;
	background-color:#FEF1CE;
	margin: 5px 0px 5px 0px;
}

#t_tempo {

	position:relative;
	width: 171px;
	height: 28px;
	float: right;
	margin: 0px 0px 15px 0px;
	
}

#conteudo_tempo {

	position:relative;
	width: 160px;
	float: right;
	padding: 0px 0px 3px 8px;
}
/* TEMPO */



#endereco {
	position:relative;
	width: 540px;
	float: right;
}


/* A EMPRESA */
#descri_pagina {
	position:relative;
	width: 540px;
	height:auto;
	float: left;
	margin: 20px 0px 10px 0px;
	background-color: #FEF2CC;
}

#titulo_pagina {
	position:relative;
	width: 540px;
	height: 28px;
	float: left;
	margin: 0px 0px 10px 0px;
}


#texto_pagina {
	position:relative;
	background-color:#FFFFFF;
	width: 514px;
	height:auto;
	float: left;
	padding: 3px;
	text-align:justify;
	margin: 5px;
}

/*////////////////////////////////*/

#descri_empresa {
	position:relative;
	width: 540px;
	height:auto;
	float: left;
	margin: 0px 0px 10px 0px;
	background-color: #FEF2CC;
}

#titulo_empresa {
	position:relative;
	width: 540px;
	height: 28px;
	float: left;
	margin: 0px 0px 10px 0px;
}

#img_empresa {
	position:relative;
	width: 284px;
	height: 264px;
	float: left;
	margin: 0px 0px 0px 5px;
}

#texto_dir_empresa {
	position:relative;
	width: 220px;
	height: 252px;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 6px;
	background-color:#FFFFFF;
}

#texto_baixo_empresa {
	position:relative;
	width: 510px;
	height:auto;
	float:right;
	margin: 10px 5px 10px 5px;
	background-color:#FFFFFF;
	padding:5px;
}
/* A EMPRESA */




/* CONSTRUÇÃO */

#baixo_construcao {
	position:relative;
	width: 540px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
}

#titulo_baixo_construcao {
	position:relative;
	width: 540px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
	margin: 0px 0px 15px 0px;
}

#obras_geral {
	position:relative;
	width: 540px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
}

#obras_item1 {
	position:relative;
	width: 256px;
	height:auto;
	float:left;
	background-color:#FEF2CC;
	margin: 15px auto;

}

#obras_item2 {
	position:relative;
	width: 256px;
	height:auto;
	float:right;
	background-color:#FEF2CC;
	margin: 15px auto;
}

#img_obra {
	position:relative;
	width:104px;
	height:168px;
	float:left;
	margin:5px 0px 5px 5px;
}

#texto_obra {
	position:relative;
	width:122px;
	height:158px;
	float:right;
	padding:5px;
	background-color:#FFFFFF;
	margin:5px 2px 5px 0px;
}


#texto_obra a:hover{
	color:#666666;
}

#texto_obra a {
	color:#000000;
}



#mais_obra {
	position:relative;
	width:auto;
	height:17px;
	float:right;
}

/* CONSTRUÇÃO */


/* PROJETOS E ASSESSORIA */
#projeto_item1 {
	position:relative;
	width: 256px;
	height:auto;
	float:left;
	background-color:#FEF2CC;
	margin: 15px auto;

}

#projeto_item2 {
	position:relative;
	width: 256px;
	height:auto;
	float:right;
	background-color:#FEF2CC;
	margin: 15px auto;
}

#projeto_titulo {
	position:relative;
	width:236px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	padding:0px 0px 0px 3px;
	margin:3px 0px 5px 5px;
}

#projeto_conteudo {
	position:relative;
	width:233px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	padding:3px;
	margin:2px 0px 5px 5px;
}

#casos_titulo {
	position:relative;
	float:left;
	margin: 0px 0px 20px 0px;
}

#casos_geral {
	position:relative;
	width:540;
	float:left;
}

#casos_item1 {
	position:relative;
	float:left;
	width:120px;
}

#casos_item_img {
	position:relative;
}

#casos_item_leg {
	position:relative;
}

#casos_todos {
	position:relative;
	float:left;
}


/* PROJETOS E ASSESSORIA */




/* INFORMAÇÕES ÚTEIS */
#info_geral {
	position:relative;
	margin: 0px 0px 10px 0px;
}

#info_titulo {
	position:relative;
	margin: 0px 0px 3px 0px;
}

#info_descri {
	position:relative;
	padding: 0px 0px 0px 15px
}
/* INFORMAÇÕES ÚTEIS */




/* LINKS ÚTEIS */

#links_geral {
	position:relative;
	width:340px;
	height:auto;
	float:left;
	margin: 0px 0px 25px 0px;
}

#links_img {
	position:relative;
	width:90px;
	float:left;
	margin: 0px 10px 0px 0px;
}


#links_geral_conte {
	position:relative;
	width:240px;
	float:left;
}

#links_titulo {
	position:relative;
	margin: 0px 0px 5px 0px;

}

#links_descri {
	position:relative;
	margin: 0px 0px 5px 0px;

}

#links_link {
	position:relative;
	width:auto;
	padding: 3px;

}
/* LINKS ÚTEIS */





/* PARCEIROS */

#parc_categoria {
	position:relative;
	width:534px;
	float:left;
	padding: 3px;
	border-bottom: 1px solid #FFD863;
	margin: 0px 0px 10px 0px;
	
}

/* PARCEIROS */


/* IMOVEIS */

#imov_ti {
	position:relative;
	width:534px;
	float:left;
	padding: 3px;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 20px 0px;
	
}

#imov_grande {
	
	position:relative;
	width:348px;
	height:263px;
	float:left;
	border: 1px solid #666666;
	margin: 0px 0px 20px 0px;

}

#imov_pq {
	
	position:relative;
	width:170px;
	height:265px;
	float:right;
	background-color:#fff2d0;
	margin: 0px 0px 10px 0px;
	overflow:auto;
	
	scrollbar-shadow-color: #fff2d0;
	scrollbar-face-color: #F7F7F7;
	scrollbar-3dlight-color: #fff2d0;
	scrollbar-highlight-color: #fff2d0;
	scrollbar-darkshadow-color: #fff2d0;
	scrollbar-track-color: #fff2d0;
	scrollbar-arrow-color:#666666;

}

#imov_dados {
	
	position:relative;
	width:540;
	height:auto;
	float:left;
}

/* IMOVEIS */



/* CONTATO */

#geral_campos {
	
	position:relative;
	width:540;
	height:auto;
	float:left;
	margin: 20px 0px 0px 0px;
	background-color:#fff2d0;
}

#at_online {
	
	position:relative;
	width:auto;
	height:auto;
	float:left;
	margin: 20px 0px 0px 0px;
	background-color:#fff2d0;
	padding:3px;
}

#descri_at_online {
	
	position:relative;
	width:250px;
	height:auto;
	float:right;
	margin: 20px 0px 0px 0px;
	background-color:#fff2d0;
	padding:3px;
}

/* CONTATO */






/* POPUP */

#geral_pop {
	
	position:relative;
	width:350px;
	height:auto;
	float:left;
	
}

#barra_topo {
	
	position:relative;
	width:350px;
	height:10px;
	float:left;
	margin: 0px 0px 10px 0px;
	background-color:#ffbe00;
}

#ti_pop{
	position:relative;
	width:330px;
	float:right;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 10px 0px;
	
}

#conteudo_pop {

	position:relative;
	width:330px;
	height:auto;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;

}

/* POPUP */




/* FIM ESTRUTURA - SITE */
#cont{
	position:relative;
	float:left;
	width:746px;
	height:auto;
	background:url(../img/back.jpg) repeat-y top left;
}

#endereco {
	position:relative;
	float:right;
	height: 50px;
	width: 539px;
	font-family: Tahoma, Times;
	font-size: 11px;
	color: #282827;
	text-decoration: none;
	text-align:center;
	
	padding-top:30px;

	border-top-width: 1px;
	border-top-color: #999999;
}