body{
  font-family: Verdana, Georgia, Arial;
  font-size: 11px;
  color: #434038;
}

.clear {clear: both;}

.oculto {
  display: block;
  text-indent: -10000px;
}

p {line-height:16px;}

a {
	 text-decoration: none;
}

a:hover {
	 text-decoration: underline;
}

.alerta {
  display: block;
  background:url(../images/atencao.gif) 5px center no-repeat #ffffe1;
  border:1px solid #aca899;
  padding:5px 5px 5px 25px;
  margin:20px;
  font-size: 10px;
  color:#000;
}

.alerta a {
	color: #887E6B;	
} 

.sucesso {
  display: block;
  background:url(../images/sucesso.gif) 5px center no-repeat #ffffe1;
  border:1px solid #aca899;
  padding:5px 5px 5px 25px;
  margin:20px;
  font-size: 10px;
  color:#000;
}

label.error {display: none !important;}

input.error,
textarea.error {
	background: url(../images/erro.gif) right 5px no-repeat #FFFFFF !important;
}

/*---- TOPO--------------------------------------------------*/
#geral-topo {
  width: 100%;
  height: 142px;
  background: url(../images/fundo.jpg) top center no-repeat;
}

#topo {
  margin:0 auto;
  width: 848px;
  position: relative;
  z-index: 1;
}

#topo h1 {
  margin: 0 auto;
  background: url(../images/logo.gif) center top no-repeat;
  width: 205px;
  height: 109px;
  text-indent: -9999px;
}

#topo ul.opcoes {
	float: left;
	width: 70%;
}

#topo ul.paginas {
	float: right;
	width: 25%;	
}

#topo ul li {
	display: inline;
}

#topo ul li a {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;		
	background: url(../images/menu.gif) repeat-x center center;
	padding: 0px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	margin-right: 3px;
	color: #AD9C54;
	text-decoration: none;
	border: 1px solid #DED7BB;	
}

#topo ul.paginas li a {
	float: right;
	margin-right: 0px;
	margin-left: 3px;
}


body#pg-principal ul li a.principal,
body#pg-administracao-condominios ul li a.administracao-condominios,
body#pg-empresa ul li a.empresa,
body#pg-contatos ul li a.contatos,
#topo ul li a:hover {
	background: url(../images/hovermenu.gif) repeat-x center center;	
	border-bottom: 1px solid #FFF;
}

body#pg-alugar div#topo {
	border-bottom: 5px solid #1B71B1;
}

body#pg-alugar ul li a.alugar {
	background: url(../images/fundodestaquealugar.png) repeat-x center center;	
	color: #FFF;
	border-bottom: 1px solid #1B71B1;
}


body#pg-comprar div#topo {
	border-bottom: 5px solid #FED019;
}

body#pg-comprar ul li a.comprar {
	background: url(../images/fundodestaquecompra.png) repeat-x center center;	
	color: #8A7800;
	border-bottom: 1px solid #FED019;
}


body#pg-empreendimentos div#topo,
body#pg-empreendimento div#topo {
	border-bottom: 5px solid #FBD27E;
}

body#pg-empreendimentos ul li a.empreendimentos,
body#pg-empreendimento ul li a.empreendimentos {
	background: url(../images/fundodestaqueemp.png) repeat-x center center;	
	color: #FFF;
	border-bottom: 1px solid #FED019;
}





/*---- GERAL --------------------------------------------------*/
#geral {
  margin:0 auto;
  width: 832px;
  padding: 10px 15px;
  background: url(../images/fundocorpo.gif) top center repeat-y;
}







/*---- PAG PRINCIPAL --------------------------------------------------*/
body#pg-principal div.caixa {
	float: left;
	width: 245px;	
	padding: 10px;
	margin-right: 12px;
}

body#pg-principal div.caixa h2.contato {
	font-size: 17px;
	color: #877D6A;
	line-height: 25px;
	font-weight: normal;
	font-style: italic; 
	padding: 30px 0px;
	text-align: center;
}

body#pg-principal div.caixa ul.caixa-contato {
	background: url(../images/fundocontatohome.gif) no-repeat right top;
	width: 245px;
	height: 92px;	
	padding-top: 5px;
}

body#pg-principal div.caixa ul.caixa-contato li {
	padding: 4px 20px;	
	margin-left: 20px;
	font-size: 14px;
}

body#pg-principal div.caixa ul.caixa-contato li a {
	color: #857D6A;
}

body#pg-principal div.caixa ul.caixa-contato li.telefone {
	background: url(../images/icotelefone.png) no-repeat left center;
}

body#pg-principal div.caixa ul.caixa-contato li.online {
	background: url(../images/icoatendimento.png) no-repeat left center;
}

body#pg-principal div.caixa ul.caixa-contato li.formulario {
	background: url(../images/icocontato.png) no-repeat left center;
}

body#pg-principal div.caixa ul.caixa-contato li.orkut {
	background: url(../images/icoorkut.png) no-repeat left center;
}


body#pg-principal div.caixa div.condominio {
	background: url(../images/canto.jpg) no-repeat top left;
	width: 100%;
	height: 80px;
	padding: 20px;
}

body#pg-principal div.caixa div.condominio h2 {
	font-weight: normal;
	font-size: 15px;
	padding: 5px 0px 10px 25px;
	background: url(../images/icocondominio.gif) no-repeat left 5px;
}

body#pg-principal div.caixa div.condominio label {
	display: block;
	clear: both;
	padding: 5px 0px;
}

body#pg-principal div.caixa div.condominio input {
	background-color: #FFF4E0;
	border: 1px solid #BBB4AA;
	font-size: 10px;
	color: #BBB4AA;
	padding: 3px;
	height: 16px;
	width: 112px;
}

body#pg-principal div.caixa div.condominio input.botao {
	background-color: #FFF;
	border: none;
	width: 50px;
	height: 20px;
	float: right;	
	cursor: pointer;
}



body#pg-principal div.caixa div.cadastre {
	background: url(../images/canto.jpg) no-repeat top left;
	width: 100%;
	height: 80px;
	padding: 20px;
}

body#pg-principal div.caixa div.cadastre h2 {
	font-weight: normal;
	font-size: 15px;
	padding: 5px 0px 10px 25px;
	background: url(../images/icodocumentos.gif) no-repeat left 5px;
}

body#pg-principal div.caixa div.cadastre label {
	display: block;
	clear: both;
	padding: 5px 0px;
	line-height: 13px;
}

body#pg-principal div.caixa div.cadastre a {
	display: block;
	float: right;
	font-size: 10px;
	color: #BBB4AA;
	height: 16px;
	line-height: 16px;
	padding: 3px;
	cursor: pointer;
	margin-right: 5px;
}





body#pg-principal div.caixa div.area-restrita {
	background: url(../images/canto.jpg) no-repeat top left;
	width: 100%;
	height: 80px;
	padding: 20px;
}

body#pg-principal div.caixa div.area-restrita h2 {
	font-weight: normal;
	font-size: 15px;
	padding: 5px 0px 10px 25px;
	background: url(../images/icoarearestrita.gif) no-repeat left 5px;
}

body#pg-principal div.caixa div.area-restrita label {
	display: block;
	clear: both;
	padding: 5px 0px;
}

body#pg-principal div.caixa div.area-restrita input {
	background-color: #FFF4E0;
	border: 1px solid #BBB4AA;
	font-size: 10px;
	color: #BBB4AA;
	padding: 3px;
	height: 16px;
	width: 112px;
}

body#pg-principal div.caixa div.area-restrita input.botao {
	background-color: #FFF;
	border: none;
	width: 50px;
	height: 20px;
	float: right;	
	cursor: pointer;
}




body#pg-principal div.caixa div.indices {
	background: url(../images/canto.jpg) no-repeat top left;
	width: 100%;
	height: 80px;
	padding: 20px;
}

body#pg-principal div.caixa div.indices h2 {
	font-weight: normal;
	font-size: 15px;
	padding: 5px 0px 10px 25px;
	background: url(../images/icoindices.gif) no-repeat left 5px;
}

body#pg-principal div.caixa div.indices label {
	display: block;
	clear: both;
	padding: 5px 0px;
}

body#pg-principal div.caixa div.indices ul li {
	display: block;
	float: left;
	width: 116px;
	padding: 5px 3px;	
	font-size: 9px;
	line-height: 16px;
}

body#pg-principal div.caixa div.indices ul li span {
	font-size: 12px;
	color: #8C836A;
	display: block;
}



/*---- IMOVEIS --------------------------------------------------*/
div.menu-opcoes {
	width: 220px;
	float: left;
	padding-right: 10px;
}

div.menu-opcoes h2.frase {
	font-size: 17px;
	color: #877D6A;
	line-height: 20px;
	font-weight: normal;
	font-style: italic; 
	padding: 10px 0px 0px 0px;
	text-align: center;	
}

div.menu-opcoes h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #49453C;
	border-bottom: 1px solid #E9DBB8;
	padding: 5px 0px;
	margin-top: 25px;
}

div.menu-opcoes ul.opcoes {
	margin: 5px 0px;
}

div.menu-opcoes ul.opcoes li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #49453C;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
}

div.menu-opcoes ul.opcoes li a.selecionado,
div.menu-opcoes ul.opcoes li a:hover {
	color: #FFF;
	text-decoration: none;	
}

body#pg-alugar div.menu-opcoes ul.opcoes li a.selecionado,
body#pg-alugar div.menu-opcoes ul.opcoes li a:hover {
	background: url(../images/fundodestaquealugar.png) repeat-x center center;
}

body#pg-comprar div.menu-opcoes ul.opcoes li a.selecionado,
body#pg-comprar div.menu-opcoes ul.opcoes li a:hover {
	background: url(../images/fundodestaquecompra.png) repeat-x center center;
	color: #8A7800;
}

body#pg-empreendimento div.menu-opcoes ul.opcoes li a.selecionado,
body#pg-empreendimento div.menu-opcoes ul.opcoes li a:hover {
	background: url(../images/fundodestaqueemp.png) repeat-x center center;
	color: #8A7800;
}

body#pg-area-de-clientes div.menu-opcoes ul.opcoes li a.selecionado,
body#pg-area-de-clientes div.menu-opcoes ul.opcoes li a:hover {
	background: url(../images/fundodestaqueemp.png) repeat-x center center;
	color: #8A7800;
}

div.menu-opcoes a.imprimir-todos {
	display: block;
	background: url(../images/icoimpressao.gif) no-repeat left center;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	color: #857D6A;
	margin-left: 5px;
}

div.menu-opcoes ul.caixa-contato {
	padding-left: 5px;
}

div.menu-opcoes ul.caixa-contato li.telefone,
div.menu-opcoes ul.caixa-contato li a {
	color: #857D6A;
	display: block;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
}

div.menu-opcoes ul.caixa-contato li.telefone {
	margin-top: 5px;
	background: url(../images/icotelefone.png) no-repeat left center;
}

div.menu-opcoes ul.caixa-contato li.online {
	background: url(../images/icoatendimento.png) no-repeat left center;
}

div.menu-opcoes ul.caixa-contato li.formulario {
	background: url(../images/icocontato.png) no-repeat left center;
}


div.imoveis {
	width: 602px;
	float: left;
}

div.imoveis a.item {
	display: block;
	float: left;
	width: 180px;
	height: 185px;
	background: url(../images/canto.jpg) no-repeat left top;
	padding: 20px 0px 0px 20px;	
}

div.imoveis a.item:hover {
	text-decoration: none;
}

div.imoveis a.item span.foto {
	display: block;
	width: 165px;
	height: 125px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
}

div.imoveis a.item p {
	text-align: center;
	color: #49453C;
	font-size: 12px;
	line-height: 18px;	
}

div.imoveis a.item p.valor {
	font-size: 16px;
	color: #49453C;
}

body#pg-alugar div.imoveis a.item p.valor {
	color: #0677C9;	
}

body#pg-comprar div.imoveis a.item p.valor {
	color: #A49400;	
}

div.paginacao {
	clear: both;
	height: 76px;
	background: url(../images/paginacao.gif) no-repeat center center;
	text-align: center;
}

div.paginacao p {
	height: 76px;
	line-height: 76px;
	font-size: 20px;
}

div.paginacao p a {

	color: #857D6A;
}



/*---- IMOVEL --------------------------------------*/
div.imovel div.info {
	float: left;
	width: 400px;
	padding: 10px 0px;
}

div.imovel div.info h2 {
	font-size: 22px;
	font-weight: normal;
	padding-left: 5px;
}

div.imovel div.info p {
	padding-left: 5px;
}

div.imovel div.info a.item {

}

div.imovel div.info a.item:hover {
	text-decoration: none;
}

div.imovel div.info a.item span.foto {
	display: block;
	width: 360px;
	height: 250px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
	border: 1px solid #E9DBB8;
}

.album {
	background: url(../images/canto.jpg) no-repeat left top;
	padding: 20px 0px 0px 20px;
}

#carousel {
	/*width: 450px;
	height: 390px;*/
	width: 360px;
	height: 285px;
	padding: 0;
	overflow: hidden;
}
#carousel ul {     
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}

div.imovel div.info h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #49453C;
	border-bottom: 1px solid #E9DBB8;
	padding: 5px 0px;
	margin: 25px 15px 0px 10px;
}

div.imovel div.info div.mapa {
	display: block;
	width: 400px;
	background: url(../images/canto.jpg) no-repeat left top;
	padding: 20px 0px 0px 20px;		
}

div.imovel div.info div#mapa-google {
	width: 360px;
	height: 250px;
	margin-bottom: 5px;
	border: 1px solid #E9DBB8;
}





div.imovel div.detalhe {
	float: left;
	width: 200px;
	padding: 10px 0px;
}

div.imovel div.detalhe h2 {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	text-align: right;
}

div.imovel div.detalhe p.preco {
	font-size: 14px;
}

div.imovel div.detalhe .comp-preco {
	display: block;
	color: #49453C;
	padding: 0px;
}

div.imovel div.detalhe h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #49453C;
	border-bottom: 1px solid #E9DBB8;
	padding: 5px 0px;
	margin-top: 15px;
}

div.imovel div.detalhe p {
	padding: 5px 0px;	
}

div.imovel div.detalhe a.iniciar-negociacao {
	display: block;
	background: url(../images/iconegociacao.gif) no-repeat left center;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	color: #857D6A;
	margin-left: 5px;
}

div.imovel div.detalhe form#formNegociacao {
	display: none;
}

div.imovel div.detalhe form#formNegociacao label {
	display: block;
	padding: 5px 0px;
}

div.imovel div.detalhe form#formNegociacao input,
div.imovel div.detalhe form#formNegociacao textarea {
	width: 97%;
	border: 1px dotted #ACA69C;
	border-bottom: 1px solid #ACA69C;
	padding: 2px 0px;
}

div.imovel div.detalhe form#formNegociacao input.botao {
	background-color: #E9DBB8;
	margin: 10px 0px 0px 35px;
	border: 1px solid #E9DBB8;
	width: 65%;
	cursor: pointer;
	
}

div.imovel div.detalhe li a {
	color: #857D6A;
	display: block;
	background: url(../images/icodownload-p.gif) no-repeat left center;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
}




/*---- EMPREENDIMENTOS --------------------------------------*/
div.empreendimentos {
	padding: 10px;
}

div.empreendimentos h3 {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #49453C;
	border-bottom: 1px solid #E9DBB8;
	padding: 5px 0px;
	margin: 0px 0px 0px 10px;
}

div.empreendimentos a.item {
	float: left;
	margin: 10px;
	border: 1px solid #E9DBB8;
}









/*---- EMPREENDIMENTO --------------------------------------*/
div.empreendimento div.info {
	float: left;
	width: 400px;
	padding: 10px 0px;
}

div.empreendimento div.info h2 {
	font-size: 22px;
	font-weight: normal;
}


div.empreendimento div.info h3 {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #49453C;
	border-bottom: 1px solid #E9DBB8;
	padding: 5px 0px;
	margin: 10px 15px 0px 0px;
}

div.empreendimento div.info p {
	padding: 5px 0px 10px 0px;
}


div.empreendimento div.info a.item {
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	background: url(../images/canto.jpg) no-repeat left top;
	padding: 15px 0px 0px 15px;	
	margin: 10px 10px 0px 0px;
}

div.empreendimento div.info a.item:hover {
	text-decoration: none;
}

div.empreendimento div.info a.item span.foto {
	display: block;
	width: 90px;
	height: 70px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
}

div.empreendimento div.info div.player {
	margin: 10px 0px;
}

div.empreendimento div.info div.mapa {
	display: block;
	width: 400px;
	height: 350px;
	background: url(../images/canto.jpg) no-repeat left top;
	padding: 20px 0px 0px 20px;		
}

div.empreendimento div.info div#mapa-google {
	width: 360px;
	height: 330px;
	margin-bottom: 5px;
	border: 1px solid #E9DBB8;
}

div.empreendimento div.info a {
	color: #8F7D79;
}






div.empreendimento div.detalhe {
	float: left;
	width: 200px;
	padding: 10px 0px;
}

div.empreendimento div.detalhe a.item {
	display: block;
	background: url(../images/canto.jpg) no-repeat left top;
	padding: 20px 0px 0px 20px;	
}

div.empreendimento div.detalhe a.item:hover {
	text-decoration: none;
}

div.empreendimento div.detalhe a.item span.foto {
	display: block;
	width: 180px;
	height: 300px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
	border: 1px solid #E9DBB8;
}
















/*---- CONTATOS --------------------------------------*/
body#pg-contatos div.texto {
	float: left;
	width: 550px;
	padding: 10px;
}

body#pg-contatos div.texto form {
	background-color: #EDE7D7;
	padding: 15px;
}

body#pg-contatos div.texto form h2 {
	font-size: 16px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;	
	background: url(../images/icofaleconosco.gif) no-repeat left center;	
	padding-left: 25px;
}

body#pg-contatos div.texto form p {
	padding: 10px 0px;
	line-height: 12px;
}

body#pg-contatos div.texto form input,
body#pg-contatos div.texto form textarea {
	border: 0px;
	border: none;
	height: 18px;
	padding: 3px;
	margin-bottom: 10px;
}

body#pg-contatos div.texto form input.nome {
	width: 515px;
}

body#pg-contatos div.texto form input.cidade {
	width: 450px;
}

body#pg-contatos div.texto form input.uf {
	width: 54px;
}

body#pg-contatos div.texto form input.email {
	width: 350px;
}

body#pg-contatos div.texto form input.telefone {
	width: 154px;
}

body#pg-contatos div.texto form textarea {
	width: 515px;
	height: 150px;
	margin: 0px;
}

body#pg-contatos div.texto form input.botao {
	width: 155px;
	height: 36px;
	background: url(../images/enviar.gif) no-repeat center center;
	cursor: pointer;
	margin-left: 350px;
}

body#pg-contatos div.coluna {
	float: left;
	width: 235px;
	padding: 10px;
}


body#pg-contatos div.coluna h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #49453C;
	border-bottom: 1px solid #E9DBB8;
	padding: 5px 0px;
}

body#pg-contatos div.coluna address {
	padding: 10px 0px;
	line-height: 16px;
}

body#pg-contatos div.coluna a {
	display: block;
	color: #857D6A;
	font-size: 14px;
	margin-bottom: 25px;
}

body#pg-contatos div.coluna p {
	padding: 10px 0px;
}





/*---- HABIVALE - EMPRESA --------------------------------------*/
body#pg-empresa div.texto {
	float: left;
	width: 560px;
	padding: 10px;
}

body#pg-empresa div.texto h2 {
	font-size: 26px;
	font-weight: normal;
}

body#pg-empresa div.texto h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 7px 0px;
	border-bottom: 1px solid #E9DABB;
}

body#pg-empresa div.texto p {
	padding: 5px 0px;
	line-height: 19px;
}


body#pg-empresa div.coluna {
	float: left;
	width: 245px;
}

body#pg-empresa div.coluna div.caixa {
	background-color: #F1EBDA;
	padding: 10px;
	margin-bottom: 20px;
}

body#pg-empresa div.coluna div.caixa h3 {
	font-size: 18px;
	font-weight: normal;
	background: url(../images/aspas.gif) no-repeat left center;
	padding-left: 35px;
}

body#pg-empresa div.coluna div.caixa p {
	padding: 10px 0px;
}

body#pg-empresa div.coluna a.caixa-foto {
	display: block;
}




/*---- ADMINISTRACAO DE CONDOMINIOS --------------------------------------*/
body#pg-administracao-condominios div.texto {
	float: left;
	width: 560px;
	padding: 10px;
}

body#pg-administracao-condominios div.texto h2 {
	font-size: 26px;
	font-weight: normal;
}

body#pg-administracao-condominios div.texto h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 7px 0px;
	padding-top: 15px;
	border-bottom: 1px solid #E9DABB;
}

body#pg-administracao-condominios div.texto p {
	padding: 5px 0px;
	line-height: 19px;
}


body#pg-administracao-condominios div.texto ul.caixa-contato {
	padding-left: 5px;
}

body#pg-administracao-condominios div.texto ul.caixa-contato li.telefone,
body#pg-administracao-condominios div.texto ul.caixa-contato li a {
	color: #857D6A;
	display: block;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
}

body#pg-administracao-condominios div.texto ul.caixa-contato li.telefone {
	margin-top: 5px;
	background: url(../images/icotelefone.png) no-repeat left center;
}

body#pg-administracao-condominios div.texto ul.caixa-contato li.online {
	background: url(../images/icoatendimento.png) no-repeat left center;
}

body#pg-administracao-condominios div.texto ul.caixa-contato li.formulario {
	background: url(../images/icocontato.png) no-repeat left center;
}



body#pg-administracao-condominios div.coluna {
	float: left;
	width: 245px;
}

body#pg-administracao-condominios div.coluna div.caixa {
	background-color: #F1EBDA;
	padding: 10px;
	margin-bottom: 20px;
}

body#pg-administracao-condominios div.coluna div.caixa h3 {
	font-size: 18px;
	font-weight: normal;
	background: url(../images/icodownload.gif) no-repeat left center;
	padding-left: 25px;
}

body#pg-administracao-condominios div.coluna div.caixa h3.fale {
	background: url(../images/icofaleconosco.gif) no-repeat left center;
}

body#pg-administracao-condominios div.coluna div.caixa p {
	padding: 10px 0px;
}

body#pg-administracao-condominios div.coluna div.caixa ul {
	list-style-type: circle;
}

body#pg-administracao-condominios div.coluna div.caixa ul li {
	padding: 5px 0px;
	line-height: 14px;
	margin-left: 15px;
}

body#pg-administracao-condominios div.caixa form label {
	display: block;
	padding: 5px 0px;
}

body#pg-administracao-condominios div.caixa form input,
body#pg-administracao-condominios div.caixa form textarea {
	width: 97%;
	border: 1px dotted #ACA69C;
	border-bottom: 1px solid #ACA69C;
	padding: 2px 0px;
}

body#pg-administracao-condominios div.caixa form input.botao {
	background-color: #E9DBB8;
	margin: 10px 0px 0px 55px;
	border: 1px solid #E9DBB8;
	width: 45%;
	cursor: pointer;	
}


body#pg-administracao-condominios div.condominio {
	width: 95%;
	height: 80px;
	padding: 10px;
	margin-bottom: 5px;
}

body#pg-administracao-condominios div.condominio h2 {
	font-weight: normal;
	font-size: 15px;
	padding: 5px 0px 10px 25px;
	background: url(../images/icocondominio.gif) no-repeat left 5px;
}

body#pg-administracao-condominios div.condominio label {
	display: block;
	clear: both;
	padding: 5px 0px;
}

body#pg-administracao-condominios div.condominio input {
	background-color: #FFF4E0;
	border: 1px solid #BBB4AA;
	font-size: 10px;
	color: #BBB4AA;
	padding: 3px;
	height: 16px;
	width: 80px;
}

body#pg-administracao-condominios div.condominio input.botao {
	background-color: #FFF;
	border: none;
	width: 50px;
	height: 20px;
	float: right;	
	cursor: pointer;
}






/*---- CADASTRAR IMOVEL --------------------------------------*/
body#pg-cadastrar-imovel div.texto {
	float: left;
	width: 550px;
	padding: 10px;
}

body#pg-cadastrar-imovel div.texto form {
	background-color: #EDE7D7;
	padding: 15px;
}

body#pg-cadastrar-imovel div.texto form h2 {
	font-size: 16px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;	
	background: url(../images/icofaleconosco.gif) no-repeat left center;	
	padding-left: 25px;
}

body#pg-cadastrar-imovel div.texto form p {
	padding: 10px 0px;
	line-height: 12px;
}

body#pg-cadastrar-imovel div.texto form input,
body#pg-cadastrar-imovel div.texto form textarea {
	border: 0px;
	border: none;
	height: 18px;
	padding: 3px;
	margin-bottom: 10px;
}

body#pg-cadastrar-imovel div.texto form div.finalidade {
	height: 20px;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #FFF;	
}

body#pg-cadastrar-imovel div.texto form div.finalidade label {
	height: 20px;
	padding: 3px;	
	vertical-align: middle;
}

body#pg-cadastrar-imovel div.texto form div.finalidade label input {
	margin: 1px 5px 3px 0px;
	
}

body#pg-cadastrar-imovel div.texto form input.cem {
	width: 515px;
}

body#pg-cadastrar-imovel div.texto form input.oitenta {
	width: 450px;
}

body#pg-cadastrar-imovel div.texto form input.vinte {
	width: 54px;
}

body#pg-cadastrar-imovel div.texto form input.setenta {
	width: 350px;
}

body#pg-cadastrar-imovel div.texto form input.trinta {
	width: 154px;
}

body#pg-cadastrar-imovel div.texto form textarea {
	width: 515px;
	height: 100px;
}

body#pg-cadastrar-imovel div.texto form textarea.final {
	margin: 0px;
}

body#pg-cadastrar-imovel div.texto form input.botao {
	width: 155px;
	height: 36px;
	background: url(../images/enviar.gif) no-repeat center center;
	cursor: pointer;
	margin-left: 350px;
}

body#pg-cadastrar-imovel div.coluna {
	float: left;
	width: 235px;
	padding: 10px;
}


body#pg-cadastrar-imovel div.coluna h3 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #49453C;
	border-bottom: 1px solid #E9DBB8;
	padding: 5px 0px;
}

body#pg-cadastrar-imovel div.coluna address {
	padding: 10px 0px;
	line-height: 16px;
}

body#pg-cadastrar-imovel div.coluna a {
	display: block;
	color: #857D6A;
	font-size: 14px;
	margin-bottom: 25px;
}

body#pg-cadastrar-imovel div.coluna p {
	padding: 10px 0px;
}





/*---- AREA DE CLIENTES -------------------------------------*/
body#pg-area-de-clientes div.meus-imoveis,
body#pg-area-de-clientes div.recados {
	float: left;
	width: 580px;
	padding: 10px;
}


body#pg-area-de-clientes div.meus-imoveis h2,
body#pg-area-de-clientes div.recados h2 {
	font-size: 26px;
	font-weight: normal;
	padding: 0px 0px 7px 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E9DABB;
}

body#pg-area-de-clientes div.meus-imoveis p,
body#pg-area-de-clientes div.recados p {
	padding: 5px 0px;
	line-height: 19px;
}

body#pg-area-de-clientes table.dados {
	width: 100%;
	border: 1px solid #E4E4E4;
	margin-bottom: 10px;
	border-top: 3px solid #E4E4E4;
}

body#pg-area-de-clientes table.dados tr th {
	text-align: right;
	padding: 5px;
}

body#pg-area-de-clientes table.dados tr td {
	padding: 5px;
}

body#pg-area-de-clientes table a {
	color: #887E6B;
	font-weight: normal;
}

body#pg-area-de-clientes table.parcelas {
	width: 100%;
	border: 1px solid #E4E4E4;
	margin-bottom: 10px;
	border-top: 3px solid #E4E4E4;
}

body#pg-area-de-clientes table.parcelas tr th {
	text-align: center;
	padding: 5px;
}

body#pg-area-de-clientes table.parcelas tr td {
	text-align: center;
	padding: 5px;
}

body#pg-area-de-clientes table.parcelas tr th.titulo {
	background-color: #E4E4E4;
}

body#pg-area-de-clientes table.dados tr.titulo * {
	background-color: #E4E4E4;
}

/*---- RODAPE--------------------------------------------------*/
#rodape {
	font-size: 10px;
	margin:0 auto;
    width: 842px;
	padding: 15px 10px 20px 10px;
	background: url(../images/rodapecorpo.gif) no-repeat top center;
	color: #8C836A;
}

#rodape p {
  float: left;
  width: 100%;
}

#rodape p span {float: left;}

#rodape a#link-arealocal {float: right; color: #8C836A;}











