address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
a{
	color: #FF6600;
}

a:hover{
	color: #99CC33;
}

* {margin: 0; padding: 0; list-style: none}
html{height: 100%;}
body{
	font-family: "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	height: 100%;
	background-image: url(../img/bg_body_home.gif);
	background-repeat: repeat-x;
	behavior: url(../include/csshover.htc);
}
a img {
	border: 0
}
/* CLEARFIX: LIMPAR FLOAT NO FIREFOX */
div.empreender:after,
div.empreendimento:after,
form.buscaimovel:after,
form.faleconosco:after,
div.quadroamplie:after,
div.thumbs:after,
div#resultadoComparacao:after,
form.login:after,
div.containerEmpreendimento:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix,
* html div.empreender,
* html div.empreendimento,
* html form.buscaimovel,
* html form.faleconosco,
* html div.quadroamplie,
* html div.thumbs,
* html div#resultadoComparacao,
* html div.containerEmpreendimento,
* html form.login{height: 1%;}
/* End hide from IE-mac */
/* FIM CLEARFIX */

strong{
	color: #81B023;
}
/* table */
table{
	background: #FFF;
	width: 100%;
	font-size: 12px;
	color: #006699;
	border: 1px solid #C1DAD7;
	clear: both;
	border-collapse:collapse;
	border-spacing:0;
	margin: 20px 0;
}
th,td{margin:0;padding:0;}
table td{
	vertical-align: middle;
	text-align: center;
	height: 27px;
	border: 1px solid #C1DAD7;
}
table tr.impar{
	background-color: #F5FAFA;
}
table thead tr td{
	background: #B6DDE0 url(../img/bg_thead.jpg) repeat-x;
}

body.empresa,
body.imprensa,
body.empreendimentos,
body.faleconosco{
	background-image: url(../img/bg_body_secao.gif);
}

.auxilionav{display: none;}
img.alt{visibility: hidden;}
a {text-decoration: none;}

a img{
	display: block;
}

div.site{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
/* TOPO DO SITE */
div.cabecalho{
	position: relative;
	width: 100%;
	margin: 5px 0 0 0;
}
div.conteudoCabecalho{
	width: 770px;
	height: 108px;
	margin: 0 auto;
}
img.logoEmpresa{
	position: relative;
	top: 14px;
	left: 8px;
	float: left;
}
/* MENU SUPERIOR */
ul.superior{
	background: #F1F7D5;
	color: #006800;
	height: 51px;
	float: right;
	position: relative;
	margin: 0 4px 0 0;
	display: inline
}
ul.superior li, ul.superior li a{
	float: left;
	height: 51px;
}
ul.superior li img{
	visibility: hidden;
}
ul.superior li.mnsEmpresa a{
	background: url(../img/menu_empresa.png) 0 0 no-repeat;
	width: 76px;
}
ul.superior li.mnsImprensa a{
	background: url(../img/menu_imprensa.png) 0 0 no-repeat;
	width: 79px;
}
ul.superior li.mnsEmpreendimentos a{ 
	background: url(../img/menu_empreendimentos.png) 0 0 no-repeat;
	width: 137px;
}
ul.superior li.mnsFaleconosco a{
	background: url(../img/menu_faleconosco.png) 0 0 no-repeat;
	width: 106px;
	border-right: 1px solid #D2E379;
}
body.empresa ul.superior li.mnsEmpresa a,
body.imprensa ul.superior li.mnsImprensa a,
body.empreendimentos ul.superior li.mnsEmpreendimentos a,
body.faleconosco ul.superior li.mnsFaleconosco a{
	cursor: default;
}
ul.superior li.mnsEmpresa a:hover,
body.empresa ul.superior li.mnsEmpresa a,
body.corretor ul.superior li.mnsEmpresa a{
	background-position: 0 -51px;
}
ul.superior li.mnsImprensa a:hover,
body.imprensa ul.superior li.mnsImprensa a{
	background-position: 0 -51px;
}
ul.superior li.mnsEmpreendimentos a:hover,
body.empreendimentos ul.superior li.mnsEmpreendimentos a{
	background-position: 0 -51px;
}
ul.superior li.mnsFaleconosco a:hover,
body.faleconosco ul.superior li.mnsFaleconosco a{
	background-position: 0 -51px;
}
/* DEFINIÇÃO DE IDIOMA NO MENU SUPERIOR */
ul.idioma{
	width: 73px;
	height: 47px;
	display: block;
	border-right: 1px solid #D2E379;
	float: right;
	position: relative;
	margin: 0 3px 0 0;
}
ul.idioma li {
	display: block;
	width: 73px;
	overflow: hidden;
}
ul.idioma li img{
	visibility: hidden;
}
ul.idioma li a{
	width: 73px;
	height: 10px;
	padding: 0;
	display: block;
}
ul.idioma li.portugues{
	position: absolute;
	top: 37px;
}
ul.idioma li.portugues a{
	background: url(../img/idioma_portugues.gif) 0 0 no-repeat ;
}
ul.idioma li.english{
	position: absolute;
	top: 37px;
}
ul.idioma li.english a{
	background: url(../img/idioma_english.gif) 0 0 no-repeat ;
}
ul.idioma li.english a:hover,
ul.idioma li.english.selecionado a,
ul.idioma li.english.selecionado a:hover{
	background: url(../img/idioma_h_english.gif) 0 0 no-repeat ;
}
ul.idioma li.portugues a:hover,
ul.idioma li.portugues.selecionado a,
ul.idioma li.portugues.selecionado a:hover{
	background: url(../img/idioma_h_portugues.gif) 0 0 no-repeat ;
}
/* CONTEÚDO */
div.envelopeConteudo{ /* center all content */
	width: 770px;
	position: relative;
	padding: 7px 0 5px 0; /* estas medidas são para espaçamento do menu lateral */
	margin: 0 auto;
	z-index: 1;
}
div.conteudo{
	width: 538px;
	min-height: 300px;
	position: absolute;
	top: -25px;
	left: 0;
	z-index: 2;
}
div.conteudo p{
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

html>body div.conteudo div.portaBgPng{/* exclui o IE6 da brincadeira para colocá-lo com arquivo css específico */
	background: url(../img/bg_conteudo.png) no-repeat 0 0;
}
/*
SEÇÃO: CORRETOR
 */
html>body.corretor div.conteudo div.portaBgPng,
html>body.empresa.portfolio.produto div.conteudo div.portaBgPng{/* exclui o IE6 da brincadeira para colocá-lo com arquivo css específico */
	background: url(../img/bg_conteudo_seta.png) no-repeat 0 0;
}
body.corretor div.conteudo div.portaBgPng div.miolo{
	padding-top: 0;
}
div.conteudo div.portaBgPng{
	width: 538px;
	height: 100%;
	zoom: 1; /* para fazer o PNG não tapar os links "hasLayout" */
}
div.conteudo div.portaBgPng a{
	position: relative;
	z-index: 1;
}
div.conteudo div.portaBgPng div.miolo{
	padding: 115px 22px 0 24px;
	/* propriedades para imagens tema das seções */
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 600px;
}
div.conteudo div.portaBgPng div.miolo ul li{
	background: url(../img/seta.gif) no-repeat left 7px;
	line-height: 20px;
	padding: 0 0 0 12px;
	color: #666;
}
div.miolo h1.titSecao{
	border-bottom: 1px dashed #CCE599;
	margin: 0 0 15px 0;
}
div.miolo h1.titSecao2{
	border-bottom: 1px dashed #CCE599;
	margin: 0 0 15px 0;
}
div.miolo h2.titSecao{
	border-bottom: 1px dashed #CCE599;
	margin: 0 0 15px 0;
}
div.submenuSecao{
	position: relative;
	left: 538px;/* largura da coluna de conteúdo */
	top: 0;
	width: 232px;/* complemento da largura para dar mesma largura do div.envelopeConteudo */
}			
div.envelopeBase{				
	width: 100%;
	height: 100%;
	background: #FFF url(../img/bg_envelopeBase.gif) 0 0 repeat-x;
	position: relative;
	padding: 5px 0 0 0;
}			
div.conteudoAuxiliar{
	width: 770px;
	margin: 0 auto;
}
div.barraLateral{
	position: relative;
	left: 538px;
	width: 232px;
	height: 300px;
	z-index: 0;
}
div.barraLateral a.logobolt{
	margin: 50px auto 10px auto;
	background: url(../img/bolt.gif) no-repeat;
	display: block;
	width: 63px;
	height: 17px;
}
div.rodape{
	width: 97%;
	height: 30px;
	margin: 75px 0 30px 0;
	border-top: 1px solid #D2E379;
	float: left;
	clear: both;
}
/* MENU INFERIOR (DO RODAPÉ) */
ul.inferior li{
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	background: url(../img/menu_separador.gif) no-repeat right center;

	float: left;
	display: block;
	padding: 0 9px 0 6px !important; /* padding-rigth 9px pra compensar 3px do separador  */
}
/* RODAPÉ */
div.rodapehome{
	border-top: 1px solid #D2E379;
	width: 770px;
	position: relative;
}

ul.inferior a{color: #789048;}
ul.inferior a:hover{color: #FF9900;}
div.rodapehome img.bolt{
	position: absolute;
	right: 5px;
	top: 5px;
}
/* MARCAR ITEM DO MENU DE ACORDO COM PÁGINA */
body.empresa ul.inferior li.mniEmpresa a ,
body.imprensa ul.inferior li.mniImprensa a,
body.empreendimentos ul.inferior li.mniEmpreendimentos a,
body.faleconosco ul.inferior li.mniFaleconosco a{
	color: #FF9900;
	cursor: default;
}
body.home ul.inferior li.mniHome{
	display: none;
}
/* 
	SEÇÃO: EMPRESA 
*/
/*body.empresa div.conteudo div.miolo{background-image: url(../img/foto_institucional_04.jpg);}*/
/*essas classes abaixo são randomizadas via javascript no arquivo /include/randomize.js */


.fotoInstitucional1 {background: url(../img/foto_institucional_01.jpg) 0 0 no-repeat;}
.fotoInstitucional2 {background: url(../img/foto_institucional_02.jpg) 0 0 no-repeat;}
.fotoInstitucional3 {background: url(../img/foto_institucional_04.jpg) 0 0 no-repeat;}
.fotoInstitucional4 {background: url(../img/foto_institucional_06.jpg) 0 0 no-repeat;}

body.empresa .miolo, body.empreendimentos.principal .miolo {background-image: url(../img/foto_institucional_04.jpg);}
/*estas classes acima são para o caso do js estiver desabilitado*/

body.empresa.portfolio.produto div.conteudo div.miolo{background: none; padding-top: 0;}/* tira a imagem da seção quando está no portifólio produto */
body.empresa.sobre div.menuempresa ul li.sobre a{background: url(../img/mn_sobreempresa.gif) 0 -31px no-repeat;}
body.empresa.qualidade div.menuempresa ul li.qualidade a{background: url(../img/mn_qualidade.gif) 0 -27px no-repeat;}
body.empresa.portfolio div.menuempresa ul li.portfolio a{background: url(../img/mn_portfolio.gif) 0 -26px no-repeat;}
body.empresa.diferenciais div.menuempresa ul li.diferenciais a{background: url(../img/mn_diferenciais.gif) 0 -26px no-repeat;}
body.empresa.mercados div.menuempresa ul li.mercados a{background: url(../img/mn_novosmercados.gif) 0 -26px no-repeat;}
body.empresa.guiacliente div.menuempresa ul li.guia a{background: url(../img/mn_guiacliente.gif) 0 -26px no-repeat;}
body.empresa.investidores div.menuempresa ul li.projetos a{background: url(../img/mn_projetos.gif) 0 -26px no-repeat;}
body.empresa.depoimentos div.menuempresa ul li.depoimentos a{background: url(../img/mn_depoimentos.gif) 0 -27px no-repeat;}
body.corretor div.menuempresa ul li.corretor a{background: url(../img/mn_canalcorretor.gif) 0 -27px no-repeat;}


body.corretor.proposta div.corretor ul li.proposta a{background: url(../img/envieproposta.gif) 0 -32px no-repeat;}
body.corretor.centraldoc div.corretor ul li.centraldoc a{background: url(../img/centraldedocumentacao.gif) 0 -26px no-repeat;}
body.corretor.quadroaviso div.corretor ul li.quadroaviso a{background: url(../img/quadroavisos.gif) 0 -30px no-repeat;}
/* 
	SEÇÃO: IMPRENSA	
*/
body.imprensa div.conteudo div.miolo{background-image: url(../img/imprensa_bg_secao.jpg);}
/* 
	SEÇÃO: EMPREENDIMENTOS	
*/
body.empreendimentos.oempreendimento div.empreender li.empreendimento a{background: url(../img/menu_empreendimento.gif) 0 -32px no-repeat;}
body.empreendimentos.lazer div.empreender li.lazer a{background: url(../img/menu_lazer.gif) 0 -26px no-repeat;}
body.empreendimentos.plantas div.empreender li.plantas a{background: url(../img/menu_plantas.gif) 0 -26px no-repeat;}
body.empreendimentos.localizacao div.empreender li.localizacao a{background: url(../img/menu_localizacao.gif) 0 -30px no-repeat;}

/*body.empreendimentos.principal div.conteudo div.miolo{background-image: url(../img/foto_institucional_04.jpg);}*/
body.empreendimentos.galeria div.empreendimento li.galeria a{background: url(../img/galeriafotos.gif) 0 -41px no-repeat;}
body.empreendimentos.obra div.empreendimento li.obra a{background: url(../img/fotosobra.gif) 0 -36px no-repeat;}
body.empreendimentos.assista div.empreendimento li.assista a{background: url(../img/assistavideo.gif) 0 -41px no-repeat;}

body.empreendimentos.documentacao div.empreendimento li.documentacao a{background: url(../img/centraldocumentacao.gif) 0 -44px no-repeat;}
body.empreendimentos.disponibilidade div.empreendimento li.disponibilidade a{background: url(../img/quadrodisponibilidade.gif) 0 -47px no-repeat;}

div.conteudo ul{
	margin: 2px 0 3px 0;	
}
div.conteudo ul li{
	padding: 0 0 3px 0;	
}
div.conteudo ul li strong{
	font-weight:normal;
}
/* FIM SEÇÃO FALECONOSCO */

/* BUSCA */
div.busca{
	width: 232px;
	position: relative;
	background: #FFF;
	display: block;
	clear: both;
	margin: 20px 0 0 0;
}
div.busca img{
	visibility: hidden;
}
div.busca h1.busca{
	background: url(../img/tit_busca.gif) no-repeat left top;
	width: 68px;
	height: 22px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
div.busca h1.busca img{
	width: 68px;
	height: 22px;
}
div.busca h2.seuimovel{
	background: url(../img/tit_seuimovel.gif) no-repeat right top;
	width: 83px;
	height: 21px;
	display: block;
	float: right;
	clear: right;
	margin: 1px 4px 0 0;
}
div.busca h2.seuimovel img{
	width: 83px;
	height: 21px;
}

form.buscaimovel{
	position: relative;
	width: 227px;
	padding: 0 0 0 2px;
	clear: both;
}
div.busca form.buscaimovel p{
	margin: 0 0 8px 0;
	*margin: 0 0 10px 0;
}
div.busca form.buscaimovel p.cidade select,
div.busca form.buscaimovel p.empreendimento select,
div.busca form.buscaimovel p.preco select{
	width: 227px;
}
div#exibe_cidade {
	display: inline;
}
div.busca form.buscaimovel p.categoria{
	width: 104px;
	float: left;
	display: block;
}
div.busca form.buscaimovel p.categoria select{
	width: 104px;
}
div.busca form.buscaimovel p.quartos{
	clear: right;
	float: right;
}
div.busca form.buscaimovel p.fase{
	float: left;
	clear: left;
	display: block;
	width: 120px;
}
div.busca form.buscaimovel input.botao{
	float: right;
	vertical-align: middle;
	position: relative;
	top: 7px;
	width: 91px;
	height: 36px;
	padding: 36px 0 0 0;
	cursor: pointer;
	margin: 0;
	border: none;
	overflow: hidden;
}
html>body div.busca form.buscaimovel input.botao{
	background: url(../img/bt_buscar.png) no-repeat;
}


/* ENDEREÇO */
div.endereco{
	width: 226px;
	padding: 0 0 0 6px;
	background: #FFFFFF;
	margin-top: 20px;
}
div.endereco img{
	visibility: hidden;
	overflow: hidden;
	height: 0;
}
div.endereco address{
	font-size: 11px;
	line-height: 15px;
	color: #858585;
	padding: 5px 0 10px 0;
}
div.endereco address.linha{
	background: url(../img/linha.gif) repeat-x left bottom;
}

div.endereco h1.enderecobh{
	background: url(../img/tit_bh.gif) no-repeat;
	width: 96px;
	height: 12px;
	margin: 10px 0 5px 0;
	display: block;
}
div.endereco h1.enderecorj{
	background: url(../img/tit_rj.gif) no-repeat;
	width: 92px;
	height: 12px;
	margin: 10px 0 5px 0;
}

/* FIM ENDEREÇO */

/* INFO EMPREENDIMENTO */ /* ARRUMAR O PROBLEMA DO LINK  */

div.empreendimento.sombra{
	background: url(../img/bordabase.png) no-repeat left bottom;
	width: 231px;
	padding: 0 0 3px 0;
	margin: 6px 0;
}
div.empreendimento.sombra ul{
	background: url(../img/bordalateral.png) no-repeat right 5px;
	width: 231px !important;
	display: block;
}
div.empreendimento ul li img{
	visibility: hidden;
}
div.empreendimento ul li{
	float: left;
}
div.empreendimento ul li a{
	display: block !important;
}
div.empreendimento ul li.galeria a{
	background: url(../img/galeriafotos.gif) 0 0 no-repeat;
	width: 229px;
	height: 41px;
}
div.empreendimento ul li.galeria a:hover{
	background: url(../img/galeriafotos.gif) 0 -41px no-repeat;
}
div.empreendimento ul li.obra a{
	background: url(../img/fotosobra.gif) 0 0 no-repeat;
	width: 229px;
	height: 36px;
}
div.empreendimento ul li.obra a:hover{
	background: url(../img/fotosobra.gif) 0 -36px no-repeat;
}
div.empreendimento ul li.assista a{
	background: url(../img/assistavideo.gif) 0 0 no-repeat;
	width: 229px;
	height: 41px;
}
div.empreendimento ul li.assista a:hover{
	background: url(../img/assistavideo.gif) 0 -41px no-repeat;
}
div#hotsite {
	margin: 20px 0 20px 3px;
	position: relative;
	z-index: 0;
}
div#hotsite span {
	width: 70px;
	height: 76px;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 10;
	overflow: hidden;
	display: none;
}
div#hotsite span img {
	position: absolute;
	left: -50%;
	top: -50%;
	overflow: hidden;
}
div.empreendimento ul li.documentacao a{
	background: url(../img/centraldocumentacao.gif) 0 0 no-repeat;
	width: 229px;
	height: 44px;
}
div.empreendimento ul li.documentacao a:hover{
	background: url(../img/centraldocumentacao.gif) 0 -44px no-repeat;
}
div.empreendimento ul li.disponibilidade a{
	background: url(../img/quadrodisponibilidade.gif) 0 0 no-repeat;
	width: 229px;
	height: 47px;
}
div.empreendimento ul li.disponibilidade a:hover{
	background: url(../img/quadrodisponibilidade.gif) 0 -47px no-repeat;
}
/* VENDAS */

div.vendas{
	background: white;
	width: 228px !important;
	border-bottom: 1px solid #FFE57F;
	padding: 0 0 8px 0;
	clear: both;
	margin: 20px 0 0 0;
}
div.vendas img{
	visibility: hidden;
}
div.vendas p.info{
	background: url(../img/vendas_info.gif) no-repeat;
	width: 225px;
	height: 91px;
	overflow: hidden;
}
div.vendas h1.vendas{
	background: url(../img/tit_vendas.gif) no-repeat;
	width: 228px;
	height: 21px;
	margin: 0 0 10px 0;
}
div.vendas p {
	font-size:110%;
	padding: 3px 8px;
	color:#4D794D;
}
h1.end{
	background: url(../img/tit_end.gif) no-repeat;
	width: 228px;
	height: 29px;
	margin: 0 0 10px 0;
}

/* VENDAS - div no Fale Conosco */

div.submenuSecao div.venda{
	background-color: #99CC33;
	width: 232px;
	padding: 25px 0;
}
div.submenuSecao  div.venda img{
	visibility: hidden;
}
div.submenuSecao  div.venda h1.vendas{
	background: transparent url(../img/vendas.gif) no-repeat 0 0;
	width: 176px;
	height: 26px;
	margin: 0 0 0 18px !important;
}
div.submenuSecao  div.venda h2.bh{
	background: url(../img/vendas_bh.gif) no-repeat 0 0;
	width: 107px;
	height: 14px;
	margin: 13px 0 0 41px;
}
div.submenuSecao  div.venda h2.rj{
	background: url(../img/vendas_rj.gif) no-repeat 0 0;
	width: 103px;
	height: 13px;
	margin: 13px 0 0 41px;
}
div.submenuSecao  div.venda p.telbh{
	background: url(../img/vendas_telbh.gif) no-repeat 0 0;
	width: 162px;
	height: 26px;
	margin: 10px 0 0 41px;
}
div.submenuSecao  div.venda p.telrj{
	background: url(../img/vendas_telrj.gif) no-repeat 0 0;
	width: 154px;
	height: 17px;	
	margin: 10px 0 0 41px;
}


/* Canal corretor */

div.corretor.sombra{
	background: url(../img/bordabase.png) no-repeat left bottom;
	width: 231px;
	padding: 0 0 3px 0;
}
div.corretor.sombra ul{
	background: url(../img/bordalateral.png) no-repeat right 5px;
}
div.corretor ul li img{
	visibility: hidden;
}
div.corretor ul li{
	display: block;
	*float: left;
}
div.corretor ul li a{
	display: block;
}
div.corretor ul li.proposta a{
	background: url(../img/envieproposta.gif) 0 0 no-repeat;
	width: 229px;
	height: 32px;
}
div.corretor ul li.proposta a:hover{
	background: url(../img/envieproposta.gif) 0 -32px no-repeat;
}
div.corretor ul li.centraldoc a{
	background: url(../img/centraldedocumentacao.gif) no-repeat;
	width: 229px;
	height: 26px;
}
div.corretor ul li.centraldoc a:hover{
	background: url(../img/centraldedocumentacao.gif) 0 -26px no-repeat;
}
div.corretor ul li.quadroaviso a{
	background: url(../img/quadroavisos.gif) 0 0 no-repeat;
	width: 229px;
	height: 30px;
}
div.corretor ul li.quadroaviso a:hover{
	background: url(../img/quadroavisos.gif) 0 -30px no-repeat;
}

/* MENU */

div.menuempresa{
	background-color: #99CC33;
	width: 230px;
}
div.menuempresa ul li img{
	visibility: hidden;
}
div.menuempresa ul{
	width: 230px;
	display: block;
}	
div.menuempresa ul li{
	background-repeat: no-repeat !important;
	*float: left; /* hack IE7 */
	display: block;
}
div.menuempresa ul li,
div.menuempresa ul li a{
	display: block;
}
div.menuempresa ul li.sobre a{
	background: url(../img/mn_sobreempresa.gif) 0 0 no-repeat;
	width: 230px;
	height: 31px;
}
div.menuempresa ul li.sobre a:hover{
	background: url(../img/mn_sobreempresa.gif) 0 -31px no-repeat;
}
div.menuempresa ul li.diferenciais a{
	background: url(../img/mn_diferenciais.gif) 0 0 no-repeat;
	width: 230px;
	height: 26px;
}
div.menuempresa ul li.diferenciais a:hover{
	background: url(../img/mn_diferenciais.gif) 0 -26px no-repeat;
}
div.menuempresa ul li.depoimentos a{
	background: url(../img/mn_depoimentos.gif) 0 0 no-repeat;
	width: 230px;
	height: 27px;
}
div.menuempresa ul li.depoimentos a:hover{
	background: url(../img/mn_depoimentos.gif) 0 -27px no-repeat;
}
div.menuempresa ul li.guia a{
	background: url(../img/mn_guiacliente.gif) 0 0 no-repeat;
	width: 230px;
	height: 26px;
}
div.menuempresa ul li.guia a:hover{
	background: url(../img/mn_guiacliente.gif) 0 -26px no-repeat;
}
div.menuempresa ul li.portfolio a{
	background: url(../img/mn_portfolio.gif) 0 0 no-repeat;
	width: 230px;
	height: 26px;
}
div.menuempresa ul li.portfolio a:hover{
	background: url(../img/mn_portfolio.gif) 0 -26px no-repeat;
}
div.menuempresa ul li.qualidade a{
	background: url(../img/mn_qualidade.gif) 0 0 no-repeat;
	width: 230px;
	height: 27px;
}
div.menuempresa ul li.qualidade a:hover{
	background: url(../img/mn_qualidade.gif) 0 -27px no-repeat;
}
div.menuempresa ul li.mercados a{
	background: url(../img/mn_novosmercados.gif) 0 0 no-repeat;
	width: 230px;
	height: 26px;
}
div.menuempresa ul li.mercados a:hover{
	background: url(../img/mn_novosmercados.gif) 0 -26px no-repeat;
}
div.menuempresa ul li.projetos a{
	background: url(../img/mn_projetos.gif) 0 0 no-repeat;
	width: 230px;
	height: 26px;
}
div.menuempresa ul li.projetos a:hover{
	background: url(../img/mn_projetos.gif) 0 -26px no-repeat;
}
div.menuempresa ul li.corretor a{
	background: url(../img/mn_canalcorretor.gif) 0 0 no-repeat;
	width: 230px;
	height: 27px;
}
div.menuempresa ul li.corretor a:hover{
	background: url(../img/mn_canalcorretor.gif) 0 -27px no-repeat;
}



/* DOWNLOAD PDF */

div.downloadpdf{
	background-color: #99CC33;
	width: 230px;
	height: 191px;
}
div.downloadpdf img{
	visibility: hidden;
}
div.downloadpdf a{
	background: url(../img/downloadpdf.gif) no-repeat;
	width: 230px;
	height: 191px;
	display: block;
	overflow: hidden;
}

/* Menu Empreendimento */

div.menuempreendimento.sombra{
	background: url(../img/bordabase.png) no-repeat left bottom;
	width: 231px;
	padding: 0 0 3px 0;
	margin: 7px 0 0 0;
}
div.menuempreendimento.sombra ul{
	background: url(../img/bordalateral.png) no-repeat right 5px;
}
div.menuempreendimento ul li img{
	visibility: hidden;
}
div.menuempreendimento li{
	*float: left;
}
div.menuempreendimento li a{
	display: block;
}
div.menuempreendimento li.oempreendimento a{
	background: url(../img/mn_oempreendimento.gif) 0 0 no-repeat;
	width: 229px;
	height: 32px;
}
div.menuempreendimento li.oempreendimento a:hover{
	background: url(../img/mn_oempreendimento.gif) 0 -32px no-repeat;
}
div.menuempreendimento li.opcoeslazer a{
	background: url(../img/mn_opcoeslazer.gif) 0 0 no-repeat;
	width: 229px;
	height: 26px;
}
div.menuempreendimento li.opcoeslazer a:hover{
	background: url(../img/mn_opcoeslazer.gif) 0 -26px no-repeat;
}
div.menuempreendimento li.galeriafotos a{
	background: url(../img/mn_galeriafotos.gif) no-repeat;
	width: 229px;
	height: 26px;
}
div.menuempreendimento li.galeriafotos a:hover{
	background: url(../img/mn_galeriafotos.gif) 0 -26px no-repeat;
}
div.menuempreendimento li.plantas a{
	background: url(../img/mn_plantas.gif) 0 0 no-repeat;
	width: 229px;
	height: 26px;
}
div.menuempreendimento li.plantas a:hover{
	background: url(../img/mn_plantas.gif) 0 -26px no-repeat;
}
div.menuempreendimento li.localizacao a{
	background: url(../img/mn_localizacao.gif) 0 0 no-repeat;
	width: 229px;
	height: 30px;
}
div.menuempreendimento li.localizacao a:hover{
	background: url(../img/mn_localizacao.gif) 0 -30px no-repeat;
}


div.empreender.sombra{
	background: url(../img/bordabase.png) no-repeat left bottom;
	width: 231px;
	padding: 0 0 3px 0;
}

div.empreender.sombra ul{
	background: url(../img/bordalateral.png) no-repeat right 5px;
	width: 231px !important;
	display: block;
}
div.empreender img{
	visibility: hidden;
}

div.empreender ul li{
	float: left !important;
}
div.empreender ul li a,
div.empreender ul li a:hover{
	display: block;
	overflow: hidden;
}
div.empreender li.empreendimento a{
	background: url(../img/menu_empreendimento.gif) 0 0 no-repeat;
	width: 230px;
	height: 32px;
}
div.empreender li.empreendimento a:hover{
	background: url(../img/menu_empreendimento.gif) 0 -32px no-repeat;
}
div.empreender li.lazer a{
	background: url(../img/menu_lazer.gif) 0 0 no-repeat;
	width: 230px;
	height: 26px;
}
div.empreender li.lazer a:hover{
	background-position: 0 -26px;
}
div.empreender li.plantas a{
	background: url(../img/menu_plantas.gif) 0 0 no-repeat;
	width: 230px;
	height: 26px;
}
div.empreender li.plantas a:hover{
	background: url(../img/menu_plantas.gif) 0 -26px no-repeat;
}
div.empreender li.localizacao a{
	background: url(../img/menu_localizacao.gif) 0 0 no-repeat;
	width: 230px;
	height: 29px;
}
div.empreender li.localizacao a:hover{
	background: url(../img/menu_localizacao.gif) 0 -29px no-repeat;
}

/* QUADRO AMPLIE */
div.quadroamplie{
	width: 163px;
	/*height: 284px;*/
	height: auto;
	margin: 0 0 0 20px;
	float: right;
	font: bold 11px/22px Tahoma,sans-serif;
	background: url(../img/lupa.gif) no-repeat right bottom;
	text-align: right !important;
}
div.quadroamplie img{
	border: 3px solid #CDF075;
	width:157px;
	/*height:253px;*/ /*deixar automatico*/
	height: auto;
	padding: 1px;
	background: #FFF;
	float: right
}
div.quadroamplie div.barrinha{
	height: 23px;
	
}
div.quadroamplie div.barrinha .lupa{
	background: #CDF075 url(../img/canto.gif) no-repeat left top;
	display: block;
	position: relative;
	right: 26px;
	margin: 1px 0 0 0;
	padding: 0 10px 0 27px;
	width: auto;
	height: 22px;
	color: #709d17;
	float: right;
	cursor: pointer
}

/* IMPRENSA E CENTRAL DOCUMENTAÇÃO */

dl.imprensa,
dl.centraldoc{
	position: relative;
	width: 488px;
}
dl.imprensa dt,
dl.centraldoc dt{
	font: 12px/17px Tahoma, sans-serif;
	color: #9C3;
}
dl.imprensa dt a,
dl.centraldoc dt a{
	color: #9C3;
	text-decoration: none
}
dl.imprensa dt a:hover,
dl.centraldoc dt a:hover{
	color: #F60;
	text-decoration: underline
}
dl.imprensa dd.imprensa,
dl.centraldoc dd.tipo{
	font: 11px/20px Tahoma, sans-serif;
	color: #999;
	float: left;
}
dl.imprensa dd.data,
dl.centraldoc dd.data{
	/*background: url(../img/data_imprensa.gif) no-repeat;*/
	font: 10px/20px Tahoma, sans-serif;
	color: #999;
	padding: 0 0 0 22px;
	position: absolute;
	right: 0;
	clear: right;
}
dl.imprensa dd.data a, dl.centraldoc dd.data a{
	display: block;
	color: #999;
}
dl.imprensa dd.data a img, dl.centraldoc dd.data a img{
	float: left;
	margin: 0 3px 0 0
}
dl.imprensa dd.data a:hover{
	text-decoration: underline;
	color: #F60;
}
dl.imprensa dd.download,
dl.centraldoc dd.download{
	background: url(../img/bullet_imprensa.gif) no-repeat left center;
	font: 11px/20px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;
	color: #FF6600;
	margin: 0 0 25px 0;
	padding: 0 0 0 17px;
	clear: left;
	border-top: 1px dashed #CDF075;
}

/* IMPRENSA navegação */
div.navegacao{
	width: 385px;
	margin: 0 auto;
	padding: 0 18px;
	font: 11px/30px Tahoma, sans-serif;
	color: #ff6600;
	height: 30px;
	border-top: 1px solid #E6F7BA;
	border-bottom: 1px solid #E6F7BA;
}
div.navegacao a{
	font: 11px/30px Tahoma, sans-serif;
	color: #ff6600;
	text-decoration: underline;
}
div.navegacao a:hover {color: #99CC33;}
div.navegacao span{
	margin: 0 35px;
	color: #666666;
}
div.navegacao span a{
	font-weight: bold;
	line-height: 14px;
	padding: 0 3px;
	margin: 0 7px 0 0;
}
div.navegacao span span.active{
	font-weight: bold;
	background: #99CC33;
	color: white;
	padding: 0 3px;
	margin: 0 7px 0 0;
}

/* PORTFOLIO */

div.itemportfolio{
	background-color: #F2FBDC;
	width: 97px;
	height: 184px;
	float: left;
	margin: 0 26px 15px 0;
}
div.itemportfolio p{
	font: bold 11px/15px Tahoma, sans-serif;
	text-align: center;
	color: #709D17;
	margin: 5px;/* 5px 0 10px;*/
}
div.itemportfolio img{
	margin: 8px 0 0 10px;
}
div.itemportfolio a img{
	border: 2px solid #CDF075;
}
div.itemportfolio a:hover img,
div.itemportfolio a:hover{
	border-color: #FFCC00;
}

/* RESULTADO BUSCA */

strong.busca_retorno{
	font-size: 17px;
	line-height: 20px;
	color: #ff9900;
}
/* quadro comparativo  */
div.quadrocomparativo{
	background: #FFC200 url(../img/bg_quadrocomparativo.jpg) repeat-x;
	width: 233px;
	float: right;
	margin: 0 0 0 25px;
}
div.quadrocomparativo div{
	padding: 0 0 5px 0;
	border: 2px solid #FF9900;
	border-top: none;
}
div.quadrocomparativo h1{
	background: url(../img/quadro_comparativo.gif) no-repeat;
	width: 233px;
	height: 46px;
}
div.quadrocomparativo a{	
	width: 210px;
	height: 36px;
	display: block;
	margin: 0 auto;
}
html>body div.quadrocomparativo a{/* TIRAR O IE DA BRINCADEIRA */
	background: url(../img/compararselecionados.png);
}
div.quadrocomparativo img{
	visibility: hidden;
}
div.quadrocomparativo p{
	font-size: 14px;
	margin: 10px;
	color: #ffffcc;
}
/* conheça */
div.envolve{
	margin: 30px 0 0 -20px;
}
div.conheca{
	background: #CDF075 url(../img/quinatransparente.gif) no-repeat;
	background-position: right bottom;
	width: 237px;
	padding: 0 0 7px 0;
	margin: 0 19px 20px 0;
	float: left;
}
div.conheca img{
	border: 2px solid #99CC33;
	margin: 0 6px 10px 10px;
	float: left;
}
div.conheca form{
	font: 12px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;	
	color: #666;
	margin: 5px 0 0 0;
}
div.conheca form input.bt_conheca{
	margin: 10px 0 0 0;
}
a.compararselecionados{
	background: url(../img/compararselecionados.gif) no-repeat;
	width: 210px;
	height: 37px;
	display: block;
	margin: 35px auto 0 auto;
	clear: both;
}
a.compararselecionados img{
	visibility: hidden;
}
/* RESULTADO BUSCA opção 2 */
div.quadrocomparativoG{
	background: #FFC200 url(../img/bg_quadrocomparativo.jpg) repeat-x;
	width: 496px;
	margin: 10px auto 25px auto;
	clear: both;
	float:left;
}
div.quadrocomparativoG div{
	padding: 0 0 5px 0;
	border: 2px solid #FF9900;
	border-top: none;
	float:left;
	width:492px;
}
div.quadrocomparativoG h1{
	background: url(../img/quadro_comparativoG.gif) no-repeat;
	width: 496px;
	height: 46px;
}
div.quadrocomparativoG a{
	width: 210px;
	height: 36px;
	display: block;
	margin: 5px 10px 0 15px;
	float: right;
}
html>body div.quadrocomparativoG a{
	background: url(../img/compararselecionados.png);
}
div.quadrocomparativoG img{
	visibility: hidden;
}
div.quadrocomparativoG p{
	font-size: 14px;
	margin: 10px;
	color: #ffffcc;
	float:left;
	width:200px;
}
ul.ladoalado li{
	float: left;
	width: 40%;	
}
table td.nomeempreendimento{
	text-align: left;
	padding: 0 0 0 10px;
}
table td a{
	color: #ff6600;
	text-decoration: underline;
}
table td a:hover{
	color: #99CC33;
}
table td.nomeempreendimento img{
	vertical-align: middle;
	margin: 0 0 0 10px;
}
input.compararselecionados2{
	background: url(../img/compararselecionados.png) no-repeat;
	width: 210px;
	height: 37px;
	display: inline;
	float: right;
	border: none;
	margin: 10px 10px 0 0;
	cursor: hand !important;
	cursor: pointer;
}
/* RESULTADO COMPARAÇÃO BUSCA */
div#resultadoComparacao{
	background-color: white;
	width: 100%;
	border: 3px solid #99CC33;
	padding: 10px;
	position: relative;
}

div#resultadoComparacao a img{
	visibility: hidden;
}
div#resultadoComparacao a.fecharx,
div#resultadoComparacao a.fecharx img{
	background: url(../img/bt_x.gif) no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	position: absolute !important ;
	top: 0 !important ;
	right: 0 !important ;
}
a#TB_closeWindowButton{
	background-color: #99CC33;
	border: 1px solid white;
	font: bold 15px/24px Verdana, Arial,sans-serif;
	color: white;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}
a.fechar{
	background: url(../img/bt_fechar.gif) no-repeat;
	width: 83px;
	height: 36px;
	display: block;
	float: right;
	margin: 10px 0 0 10px;
}
div#resultadoComparacao h1{
	background: url(../img/tit_quadrocomparativo.gif) 0 0 no-repeat;
	width: 100%;
	height: 37px;
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #cce599;
	color: #008C38;
}
div#resultadoComparacao h1 img{
	display: none
}
a.imprimir{
	background: url(../img/bt_imprimir.gif) no-repeat;
	width: 120px;
	height: 36px;
	display: block;
	float: right;
	margin: 10px 0 0 10px;
}
div#resultadoComparacao table td{
	text-align: left;	
	padding: 0 0 0 10px;
}
div#resultadoComparacao table td.titulo{
	text-align: right;
	padding: 0 10px 0 0;
	color: #666666;
}
/* EMPREENDIMENTO */
body.empreendimento.centraldoc div.empreendimento ul li.documentacao{
	background-image: url(../img/menu_h_faleconosco.jpg);
}
h3.categoria{
	font: bold 14px/20px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;	
	color: #99cc33;
	border-bottom: 1px dashed #CCE599;
	margin: 10px 0;
}

ul.treeview {
	background-image: none !important;
	font: 14px/20px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;	
	color: #007272 !important;
}

div.vejafotos{
	width: 163px;
	float: right !important;
}
div.vejafotos img{
	border: 3px solid #99CC33;
}
div.vejafotos a{
	background: url(../img/vejafotos.jpg) no-repeat;
	width: 163px;
	height: 47px;
	display: block;
	margin: 1px 0 0 0;
}
div.vejafotos a img{
	visibility: hidden;
}

/* quadro disponibilidade */
form.quadrodisponibilidade label{
	font: 12px/24px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;	
	color: #666666;
	height: 20px;
}
form.quadrodisponibilidade label strong{
	color: #666;
	font-weight: bold;
}
form.quadrodisponibilidade label input{
	vertical-align: middle;
	margin: 0 5px 0 0;
}
h3.nomeEdificio{
	font: 16px/24px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;	
	color: #ff6600;
	border-bottom: 1px dashed #FFCC7F;
	margin: 40px 0 10px 0;
}
h3{
	font: 14px/20px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;	
	color: #89B531;
	margin: 15px 0 10px 0;
}
h4{
	font: 14px/24px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;	
	color: #7AAA1B;
}
div.legenda{
	font: 12px/17px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;
	color: #666;
}
div.legenda ul{
	width: 100%;
	height: 20px;
	margin: 0 0 5px 0;
}
div.legenda ul li{
	font: 10px/24px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;
	float: left;
	display: block;
	padding: 0 0 0 30px !important;
	margin: 0 15px 0 0;
}
div.legenda ul li.escriturada{
	background: url(../img/legenda_escriturada.gif) no-repeat left center !important;
}
div.legenda ul li.reservada{
	background: url(../img/legenda_reservada.gif) no-repeat left center !important;
}
div.legenda ul li.disponivel{
	background: url(../img/legenda_disponivel.gif) no-repeat left center !important;
}
div.legenda ul li.foravendas{
	background: url(../img/legenda_foravenda.gif) no-repeat left center !important;
}

/* Realização */

ul.realizacao li{
	background-image: none !important;
	margin: 30px 20px 0 0;/* margin left tinha q ser 30px */
	float: left;
}
ul.realizacao li.canopus{
	float: none;
}
ul.realizacao li.ultimo{
	margin: 30px 0 0 0 !important;
	padding: 0;
}

/* PLANTAS */

div.planta{
	/*background: #E6F7BA url(../img/canto_plantas.gif) no-repeat right bottom;*/
	width: 246px;
	margin: 10px 0;	
	float:left;
}

div.planta img{
	float: left;
	margin: 0 5px 0 0;
	width:220px;
	height:80px;
	border: 4px solid #CDF075;	
}
div.planta a:hover img{
	border: 4px solid #F90;
}/*
div.planta p{
	font: 11px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;
	color: #5A7426;
}
div.planta h1.ttplatas{
	width:200px;
}
*/
/* CANAL CORRETOR */

/*	form login  */
form.login{
	width: 288px;
	position: relative;
}
form.login p{
	height: 36px;
	line-height: 36px !important;
	float: left;
}
form.login a{
	background: url(../img/seta_senha.gif) no-repeat left center;
	padding: 0 0 0 23px;
	color: #FF6600;
}

form.login input.texto{
	width: 270px;
	margin: 0 0 5px 0;
}
form.login input.botao.login{
	position: absolute;
	right: 0;
}
/* cadastro */
div.cadastro{
	width: 100%;
	border-top: 1px dashed #CDF075;
	clear: both;
	margin: 35px 0 0 0;
}
div.cadastro h3{
	font-size: 14px;
	line-height: 32px;
	color: #89b531;
	margin: 0;
	padding: 0 0 0 5px;
}
div.cadastro a{
	background: url(../img/cadastro.gif) no-repeat;
	width: 167px;
	height: 37px;
	display: block;
}
div.cadastro a img{
	visibility: hidden;
}

/* MENU Migalha de pão */
div.miolo ul.migalha{
	height: 19px;
	display: block;
	position: relative; /* Faz o alinhamento do menu à esquerda */
	left: -20px;
	x*left: 0;
	border-left: 1px solid #F1F1F1;
}
div.miolo ul.migalha li{
	background: none !important;
	float: left;
	font-size: 10px;
	line-height: 19px !important ;
	color: #666;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}
div.miolo ul.migalha li.home a{
	padding: 0 30px 0 10px !important;
}
div.miolo ul.migalha li a{
	display: block;
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	background: url(../img/canto_migalha.gif) no-repeat right top !important;
	cborder: 1px solid orange;
	height: 19px;
	color: #7AAA1B;
}
div.miolo ul.migalha li.atual{
	background: url(../img/canto_migalha_fim.gif) no-repeat right top !important;
	padding: 0 30px 0 0 !important ;
	display: block !important;
}
div.miolo ul.migalha li a:hover{
	color: #FF6600;
}
/* Quadro aviso */
dl.aviso{
	margin: 0 0 20px 0;
}
dl.aviso dt{
	font-size: 14px;
	line-height: 20px;
	color: #89B531;
	float: left;
	margin: 0 10px 0 0;
}
dl.aviso dd.data{
	font-size: 10px;
	line-height: 20px;
	color: #666;
	clear: right;
}
dl.aviso dd.aviso{
	margin: 10px 0 15px 0;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	border-bottom: 1px dashed #CDF075;
	padding: 0 0 15px 0;
}
/* Empresa portfolio produto */
div.logoFachada{
	width: 166px;
	margin: 0 0 0 20px;
	float: right;
}
div.logoFachada div.quadroamplie{
	float: none !important;
	margin: 0 auto !important;
}
div.logoempreendimento{
	background: url(../img/logotipo_empreendimento.gif) no-repeat 0 bottom;
	border-top: 1px solid #F1F1F1;
	width: 166px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	text-align: center;
}
/* HOME */
div.colunaprincipal{
	width: 290px;
	float: left;
	margin: 0 0 0 4px;
	display: inline
}
div.containermarcas{
	width: 166px;
	margin: 30px auto;
	float: right;
}
div.quadroh{
	background: url(../img/logotipo_empreendimento.gif) no-repeat 0 bottom;
	border-top: 1px solid #F1F1F1;
	width: 166px;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}
div.quadrov{
	background: url(../img/bg_quadrov.gif) no-repeat 0 bottom;
	border-top: 1px solid #F1F1F1;
	width: 109px;
	padding: 0 0 5px 0;
	margin: 0 auto 15px auto;
}
div.quadroh img,
div.quadrov img{
	margin: 10px auto;
}

a.acesseCorretor{
	background: url(../img/acesse_corretor.jpg) no-repeat;
	width: 260px;
	height: 85px;
	display: block;
}
a.acesseCorretor img{
	visibility: hidden;
}


/* HOME Empreendimento  */
div.containerEmpreendimento{
	background: #E6F7BA url(../img/canto_plantas.gif) no-repeat right bottom;
	width: 271px;
	margin: 0 0 7px 0;
	padding: 6px;
	position: relative;
	display: block !important;
}
div.containerEmpreendimento img{
	float: left;
	background: #F4FCE2;
	padding: 3px;
	border-right: 1px solid #C1DF6F;
	border-bottom: 1px solid #C1DF6F;
	
}
div.containerEmpreendimento dl{
	width: 181px;
	min-height:121px;
	margin: 0 0 0 6px;
	float: left;
	display: inline
}
div.containerEmpreendimento dd{
	font-size: 11px;
	color: #5A7426;
	clear: left;
}
div.containerEmpreendimento dd.estado{
	font: 9px "Arial Narrow", helvetica, arial, sans-serif !important;
	line-height: 9px !important;
	color: #7DAB46;
	position: absolute;
	top: 3px !important;
	right: 3px !important;
}

/* BUSCA HOME */
body.home div.busca{
	width: 266px;
	height: 301px;
	padding: 10px 0 0 0;
	margin-top: 40px;
}
html>body.home div.busca{	
	background: url(../img/busca_caixa.png) no-repeat;
}
body.home div.busca form{
	margin: 0 auto;
}
body.home div.busca h1{
	position: relative;
	left: 20px;
	margin: 0 0 10px 0;
}
body.home div.busca h2{
	position: relative;
	right: 15px;
	margin: 0 0 10px 0;
}
a.vejamais{
	background: url(../img/vejamais.gif) no-repeat;
	width: 204px;
	height: 16px;
	display: block;
	margin: 20px 15px 20px 25px;
}
a.vejamais img{
	visibility: hidden;
}

/* MENU CANAL CORRETOR */
div.canalcorretor{
	width: 266px;
	padding: 0 0 11px 0;
	background: transparent url(../img/basecanalcorretor.gif) no-repeat left bottom;
}
div.canalcorretor h1{
	width: 266px;
	height: 47px;
}
html>body div.canalcorretor h1{
	background: url(../img/canalcorretor.png) no-repeat left top;
}
div.canalcorretor h1 img{
	visibility: hidden;
}
div.canalcorretor p{
	background: url(../img/bgcanalcorretor.gif) repeat-y;
	line-height: 20px;
	padding: 0 20px 0 20px;
	color: #89B531;
}
div.canalcorretor ul.opcoes{
	background: url(../img/bgcanalcorretor.gif) repeat-y;
	padding: 0 0 10px 0;
}
div.canalcorretor ul.opcoes li{
	background: url(../img/seta_canalcorretor.gif) no-repeat left center;
	width: 212px;
	height: 24px;
	display: block;
	margin: 0 0 0 20px;
	padding: 0 0 0 14px;
	line-height: 24px;
	border-bottom: 1px dashed #DBE9C1;
}
div.canalcorretor ul.opcoes li:hover{	
	background: #CDF075 url(../img/seta_canalcorretor_hover.gif) no-repeat left center;
}
div.canalcorretor ul.opcoes li a{
	width: 212px;
	height: 24px;
	display: block;
	color: #FF6600;
}
div.canalcorretor ul.opcoes li a:hover{
	color: #336600;
}
div.canalcorretor ul.opcoes li.sair{
	border: none !important;
}
div.canalcorretor ul.opcoes li.sair a{
	color: #676767;
}
/* MODIFICAÇÕES PARA LAYOUT ESPECÍFICO COM FLASH DOS EMPREENDIMENTOS */
div.apresentacaoProduto{
	width: 770px;
	position: relative;
	top: -28px;
	left: 2px;
	margin: 0 auto;
	z-index: 2;
	width: 770px;
	height: 264px;
	text-align: left;
}
body.largo{
	background-image: url(../img/bg_body_largo.gif) !important;
}
html>body.largo div.site div.envelopeConteudo div.conteudo div.portaBgPng{ /* controla o png no ie 6*/
	background: url(../img/bg_conteudo_largo.png) no-repeat 0 0;
	z-index: 2;
}
body.largo div.site div.envelopeConteudo div.conteudo div.portaBgPng div.miolo{
	padding: 18px 22px 0 24px;
}
body.largo div.site div.envelopeConteudo div.barraLateral{
	position: absolute;
	top: -24px;
}

/* HOME */
body.largo.home div.site div.envelopeConteudo div.conteudo div.portaBgPng{
	background: none;
}
body.largo.home div.site div.envelopeConteudo div.conteudo,
body.largo.home div.site div.envelopeConteudo div.conteudo div.portaBgPng{
	width: 505px;
}
body.largo.home div.site div.envelopeConteudo div.conteudo div.portaBgPng div.miolo{
	padding: 20px 25px 0 0;
	background: none;
}
body.largo.home div.barraLateral{
	left: 505px !important;
	width: 266px;
}
body.largo.home div.busca{
	position: relative;
	top: -40px;
}
body.largo.home h1.home{
	border-left: 1px solid #D2E379;
	padding: 10px 0 0 5px;
	margin: 0 0 15px 0;
}

/* FORMULÁRIOS */
form p{
	display: block;
	clear: right;
	margin: 0 0 10px 0;
}

form label{
	display: block;
	color: #789048;
	clear: right;
}
form label.obrigatorio{color: #336633;}
form input.texto{
	background: #CDF075 url(../img/bg_input.gif) no-repeat 1px 1px;
	color: #3F4F5C;
	border: none;
	height: 21px;
	float: none;
	line-height: 27px;
	padding: 6px 0 0 10px;
}
form input.texto.obrigatorio{background-color: #99CC33;}
form select{
	border: 1px solid #7F9DB9;
	display: block;
	background: #FFF;
	color: #4D6D70;
	/*height: 24px;*/
	/*line-height: 27px;*/
	/*padding: 19px 0 6px 10px;*/
}
form select option{padding-left: .2em;}
form textarea{
	background: #CDF075 url(../img/bg_textarea.gif) no-repeat 1px 1px;
	border: none;
	/*padding: 19px 0 6px 10px;*/
}
/* 
	SECÃO: FALE CONOSCO
*/
body.faleconosco div.conteudo div.miolo{background-image: url(../img/faleconosco_bg_secao.jpg);}

form.faleconosco{
	width: 390px;
	position: relative;
}
form.faleconosco p.nome,
form.faleconosco p.email,
form.faleconosco p.rua,
form.faleconosco p.bairro,
form.faleconosco p.cidade,
form.faleconosco p.contactar,
form.faleconosco p.contactar select{
	width: 283px;
}
form.faleconosco p.nome input,
form.faleconosco p.email input,
form.faleconosco p.rua input,
form.faleconosco p.bairro input,
form.faleconosco p.cidade input{
	width: 273px;
}
form.faleconosco p.ddd{width: 60px; float: left;}
form.faleconosco p.ddd input{width: 50px;}
form.faleconosco p.fone{width: 212px; margin-left: 72px; padding: 0; *margin-left:10px;}
form.faleconosco p.fone label {*padding-left: 10px;}
form.faleconosco p.fone input{width: 202px; clear: right;}
form.faleconosco p.rua{clear: left;}
form.faleconosco p.numero{width: 74px; float: left;}
form.faleconosco p.numero input{width: 64px;}
form.faleconosco p.complemento{width: 198px; margin-left: 85px; *margin-left: 10px;}
form.faleconosco p.complemento label {*padding-left: 10px;}
form.faleconosco p.complemento input{width: 188px;}
form.faleconosco p.bairro{clear: left;}
form.faleconosco p.cep{width: 150px; float: left;}
form.faleconosco p.cep input{width: 140px;}
form.faleconosco p.estado{width: 120px; margin-left: 162px;}
form.faleconosco p.estado select{width: 120px;}
form.faleconosco p.contactar{clear: left;}
form.faleconosco p.comentario{width: 390px}
form.faleconosco p.comentario textarea{width: 390px; height: 150px;}
form.faleconosco input.botao{float: right;}


div.portaForm{
	width: 100%;
	position: relative;
}
/* DIV DE ALERTA SOBRE ERROS DE ENVIO DE DADOS NO FORMULÁRIO */
div.erro *{	
	color: #f60 !important;
}
div.erro{
	width: 200px;
	font-size: 12px;
	z-index: 4;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.erro span.atencao{
	width: 57px;
	height: 16px;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #f60;
	background-color: #fff;
	border-top: 1px solid #f60;
	border-right: 1px solid #f60;
	border-left: 1px solid #f60;
	padding: 2px 0 0 5px;
	display: block;
}
div.erro div.detalhes ul.ulErro li{
	background: none !important;
	padding-left: 0 !important;
}
div.erro strong{	
	color: #f60;
	font-weight: bold !important;
}
div.erro div.detalhes{
	border: 1px solid #F60;
	background-color: #ffc;
	font: 12px tahoma, Arial, Helvetica, sans-serif;	
	padding: 7px;	
}
span.verifique{
	color: #F60;
	display: block;
	margin: 0 0 6px 0;
}
form.faleconosco{
	width: 390px;
	position: relative;
}
form.proposta p.geral,
form.proposta p.geral select{
	width: 283px;
}
form.proposta p.ddd{width: 60px; float: left;}
form.proposta p.ddd input{width: 50px;}
form.proposta p.fone{width: 212px; margin-left: 72px;  padding: 0; *display: inline; *margin-left: 10px;}
form.proposta p.fone input{width: 202px; clear: right;}
form.proposta p.comentario{width: 390px}
form.proposta p.comentario textarea{width: 390px; height: 150px;}
form.proposta input.botao{ margin-left:302px}

div.thumbs{
	width: 100%;
	margin: 10px auto 20px auto;
	padding: 0 !important;
}
div.thumbs img{
	border: 2px solid white;
	padding: 2px !important;
	margin: 0 0 8px 8px;
	float: left;
}
div.thumbs a img{
	display: block;
	border: 1px solid #CDF075;
}
div.thumbs a{
	padding: 0 !important;
}
div.thumbs a:hover img{
	border-color: #FFCC00;
}
div#galeria-flash img{
	margin: 2px 0;
	clear: both;
	display: block;
}

/* Logado */

div.infoLogin{
	height: 45px;
	background: url(../img/bg_infoLogin.gif) no-repeat right bottom;
	float: right;
	padding: 0 15px 0 0;
	position: absolute;
	bottom: 0 !important;
	right: 0 !important;
}

div.infoLogin p{
	font-size: 12px;
	line-height: 20px;
	color: #89b531;
	float: right;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}

div.infoLogin ul{
	float: right;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}

div.infoLogin ul li{
	float: left;
	font: 11px/20px Tahoma,sans-serif;
	color: #FF9900;
	padding: 0 8px;
}

div.infoLogin ul li.sair{
	background: url(../img/infoLogin_barra.gif) no-repeat left center;
	padding-right: 0 !important;
}

div.infoLogin ul li a{color: #FF9900;}
div.infoLogin ul li a:hover{color: #99CC33;}

form#formulario {
	clear: both;
	padding: 30px 0 0 0;
}
body#body-dados-unidade{
	padding: 0 10px 10px 10px;
	background-color: #CDF075
}
body#body-dados-unidade div.conteudoCabecalho{
	margin: 0 0 20px 0
}
body#body-dados-unidade div.conteudoCabecalho h1{
	width: 300px;
	float: right;
	padding: 0;
	margin: 30px 0 0 0;
	border-bottom: 1px dashed #cce599;
	color: #008C38;
}
body#body-dados-unidade div.conteudoCabecalho{
	width: 100%;
}
body#body-dados-unidade div#container-plantas{
	width: 450px;
	float: right;
}
div#dados-unidade{
	
	float: left;
	margin: 0;
	padding: 10px;
	background: #FFF;	
}
div#dados-unidade table{
	width: 300px;
	margin: 2px 20px 20px 0;
	padding: 0;
	float: left;
}
div#dados-unidade h1{
	background: none;
}
div#dados-unidade div#container-plantas{
	width: 280px;
	float: right;
	/*clear: both;*/
}
div#dados-unidade div#container-plantas div.planta{
	margin-right: 40px
}
div#dados-unidade h2{
	border-bottom: 1px dashed #cce599;
	color: #008C38;
	margin: 0 0 6px 0;
}
div#dados-unidade a.fechar{
	clear: both
}
div#dados-unidade a.fechar img{
	visibility: hidden;
}