/**************************************************/
/* by BCK Design - www.bck.com.br                 */
/* Versão 1.1									  */
/**************************************************/

/* COMUNS */
a { /* Links */
	color: #241E1E;
	text-decoration: underline;
}
a:hover {/* Links */
	color: #554646;
	text-decoration: none;
}
.tituloPagina {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 12px;
	font: 19px "Trebuchet MS", Arial;
	font-weight: bolder;
	color: #A48242;
	border-bottom: 1px solid #A59C8D;
	background: url(../Imgs/backDecorTitulo.gif) no-repeat left bottom;
}
.subTituloPagina {
	font: 16px "Trebuchet MS", Arial;
	font-weight: bolder;
	color: #AF0000;
	padding: 5px 0 6px 3px;
}
.blocoLinks { /* Bloco com links */
	clear: both;
	text-align: center;
	padding: 25px 5px 0 5px;
}
.blocoLinks li {
	display: inline;
}
.blocoLinks a {
	font-size: 9px;
	font-weight: normal;
	color: #524949;
}
.blocoLinks a:hover {
	font-size: 9px;
	font-weight: normal;
	color:#524949;
}
.blocoLinks .voltar {
	padding-left: 13px;
	padding-right: 3px;
	background-image: url(../Imgs/decorBlocoLinkVoltar.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.blocoLinks .home {
	padding-left: 20px;
	padding-right: 3px;
	background-image: url(../Imgs/decorBlocoLinkHome.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.blocoLinks .topo {
	padding-left: 14px;
	background-image: url(../Imgs/decorBlocoLinkTopo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.aviso { /* Mensagens de erro ou diretamente ao visitante */
	text-align: center;
	padding: 10px 20px 10px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF0000;
}
.frase {
	margin: 0;
}
div.error { /* estilo validação formulário*/
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 108px;
	padding-top: 2px;
	font-size: 10px;
	color: #FF0000;
}
.paginacao {
	clear: both;
	width: auto;
	height: auto;
	text-align: center;
}
.paginacao a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.paginacao strong {
	font-weight: bolder;
	color: #7D6533;
	font-size: 11px;
}
.paginacao em {
	font-style: normal;
	color: #CCCCCC;
}
.imgQuemSomos {
	float: left;
	margin: 6px 6px 6px 6px;
	border: 3px solid #EFEDE9;
}

/* Formulário Busca */
#formBuscaRapida div.error { /* estilo validação formulário*/
	margin: 0;
	padding: 0;
	text-align: left;
	padding: 1px 4px 0 7px;
	font-size: 10px;
	color: #FF0000;
}
#formBuscaCodigo div.error { /* estilo validação formulário*/
	margin: 0;
	padding: 0;
	text-align: left;
	padding: 2px 4px 0 10px;
	font-size: 10px;
	color: #FF0000;
}
/* Lista Imóveis */
.listaImoveis {
	padding: 0;
	margin: 0;
	float: left;
}
.listaImoveis li {
	width: auto;
	margin-bottom: 15px;
	list-style: none;
	background: url(../Imgs/backListaImovel1.jpg) repeat-x center top;
}
.listaImoveis li.par { /* Alternancia cor lista */
	background: url(../Imgs/backListaImovel2.jpg) repeat-x center top;
}
.listaImoveis li .boxImgDestaque {
	float: left;
	width: 152px;
	text-align: left;
	background: url(../Imgs/cantoListaImovel1_esq.gif) no-repeat left top;
}
.listaImoveis li.par .boxImgDestaque { /* Alternancia cor lista */
	background: url(../Imgs/cantoListaImovel2_esq.gif) no-repeat left top;
}
.listaImoveis li .boxImgDestaque img {
	margin: 6px 0 0 6px;
	border: 3px solid #FFFFFF;
}
.listaImoveis li .infoImovel {
	float: left;
	width: 358px;
	margin-left: 6px;
	background: url(../Imgs/cantoListaImovel1_dir.gif) no-repeat right top;
}
.listaImoveis li.par .infoImovel { /* Alternancia cor lista */
	background: url(../Imgs/cantoListaImovel2_dir.gif) no-repeat right top;
}
.listaImoveis li .infoImovel h3 {
	font: 16px "Trebuchet MS", Arial;
	color: #AF0000;
	font-weight: bolder;
	padding-top: 7px;
}
.codigoLista {
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
.listaImoveis li .infoImovel ul{
	margin: 0;
	padding: 0 10px 5px 4px;
}
.listaImoveis li .infoImovel ul li {
	float: none;
	background: url(../Imgs/decorLista1.gif) no-repeat left 4px;
	padding: 0 0 4px 15px;
	margin: 0;
}
.boxBtDetalhes {
	clear: both;
	text-align: right;
	padding: 4px 7px 0 0;
}
.mensagemBuscaImovel {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF0000;
}
#boxOrdenacaoImoveis {
	padding: 5px 0 5px 0;
	text-align: right;
	font-size: 11px;
	color: #000000;
}
#boxTextoProcura {
	font-weight: bolder;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #000000;
}
#boxTextoProcura strong {
	font-weight: normal;
	color: #5F594B;
}
#boxTextoProcura em {
	font-style: normal;
	font-weight: bolder;
	color: #5F594B;
	padding-left: 7px;
	padding-right: 4px;
}
/* Cadastro de Imóveis */
#formCadImovel {
	margin: 0 5px 0 5px;
	padding: 0;
}
#formCadImovel h3.subTituloPagina {
	text-align: left;
	padding-top: 22px;
	padding-left: 105px;
}
#formCadImovel fieldset {
	text-align: right;
	margin: 0;
	padding: 0 ;
	border: none;
}
#formCadImovel fieldset legend {
	display: none;
}
#formCadImovel label {
	padding-right: 6px;
}
#formCadImovel label#labelCadImovel_email {
	padding-left: 22px;
}
#formCadImovel label#labelCadImovel_cidade {
	padding-left: 24px;
}
#formCadImovel label#labelCadImovel_estado {
	padding-left: 24px;
}
#formCadImovel input {
	width: 356px;
	margin-top: 8px;
	margin-right: 40px;
	padding: 2px;
}
#formCadImovel input#formCadImovel_valor {
	width: 100px;
	margin-right: 296px;
}
#formCadImovel select {
	width: 280px;
	margin-top: 8px;
	margin-right: 124px;
}
#formCadImovel textarea {
	width: 356px;
	height: 120px;
	margin-top: 8px;
	margin-right: 40px;
	padding: 2px;
}
#formCadImovel input.btLimpa {
	border: none;
	margin: 0;
	padding: 0;
	width: 68px;
	height: 24px;
	cursor: pointer;
	background: url(../Imgs/btLimpar.gif) no-repeat center center;
}
#formCadImovel input.btEnvio {
	border: none;
	margin: 10px 50px 0 5px;
	padding: 0;
	width: 68px;
	height: 24px;
	cursor: pointer;
	background: url(../Imgs/btEnviar.gif) no-repeat center center;
}
/* Cadastro Contato */
#formContato {
	margin: 30px 5px 0 5px;
	padding: 0;
}
#formContato fieldset {
	text-align: right;
	margin: 0;
	padding: 0 ;
	border: none;
}
#formContato fieldset legend {
	display: none;
}
#formContato label {
	padding-right: 6px;
}
#formContato label#labelFormContato_email {
	padding-left: 22px;
}
#formContato input {
	width: 356px;
	margin-top: 8px;
	margin-right: 40px;
	padding: 2px;
}
#formContato textarea {
	width: 356px;
	height: 120px;
	margin-top: 8px;
	margin-right: 40px;
	padding: 2px;
}
#formContato input.btLimpa {
	border: none;
	margin: 0;
	padding: 0;
	width: 68px;
	height: 24px;
	cursor: pointer;
	background: url(../Imgs/btLimpar.gif) no-repeat center center;
}
#formContato input.btEnvio {
	border: none;
	margin: 10px 50px 0 5px;
	padding: 0;
	width: 68px;
	height: 24px;
	cursor: pointer;
	background: url(../Imgs/btEnviar.gif) no-repeat center center;
}
#localizacaoContato {
	padding-left: 105px;
}
#localizacaoContato h3 {
	padding-top: 20px;
}
#localizacaoContato address {
	padding-left: 5px;
}
/* Detalhes Imóvel */
#tituloImovelDetalhes {
	font: 16px "Trebuchet MS", Arial;
	font-weight: bolder;
	color: #AF0000;
	padding: 5px 0 0 0;
}
#codigoDetalhes {
	font-size: 11px;
	color: #000000;
}
#descricaoDetalhes {
	margin-top: 20px;
	line-height: 20px;
}
#descricaoDetalhes strong {
	display: block;
	padding-bottom: 3px;
}
#enderecoDetalhes {
	margin-top: 20px;
}
#enderecoDetalhes strong {
	display: block;
	padding-bottom: 3px;
}
#boxViewImagem {
	float: left;
	display: inline;
	width: 290px;
	padding-top: 15px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}
#boxViewImagem img {
	border: 2px solid #DCCEAD;
}
#boxThumbsImagem {
	float: left;
	width: 200px;
	padding-top: 15px;
	margin-right: 20px;
}
#listaThumbsDetalhes {
	float: left;
	padding: 0;
	margin-left: 5px;
}
#listaThumbsDetalhes li {
	float: left;
	width: 94px;
	height: 72px;
	list-style: none;
	margin-right: 7px;
	margin-bottom: 7px;
}
#listaThumbsDetalhes li.quebraLinha {
	margin-right: 0;
}
#listaThumbsDetalhes li a {
	display: block;
	width: 94px;
	height: 72px;
	text-align: center;
	overflow: hidden;
}
#listaThumbsDetalhes li a img {
	border: 2px solid #DCCEAD;
}
#boxLinksDetalhes {
	text-align: center;
}
#boxLinksDetalhes ul { /* Bloco com links */
	clear: both;
	text-align: center;
	padding: 55px 5px 0 5px;
}
#boxLinksDetalhes ul li {
	display: inline;
}
#boxLinksDetalhes ul li a {
	padding-top: 40px;
	font-size: 11px;
	text-decoration: none;
	color: #524949;
}
#tenhoInteresse {
	padding-left: 10px;
	padding-right: 10px;
	background: url(../Imgs/decorBtTenhoInteresse.gif) no-repeat center top;
}
#printDetalhes {
	padding-left: 10px;
	padding-right: 10px;
	background: url(../Imgs/decorBtPrintDetalhes.gif) no-repeat center top;
}
#viewLocalizacaoMapa {
	padding-left: 10px;
	padding-right: 10px;
	background: url(../Imgs/decorBtLocalizacaoMapa.gif) no-repeat center top;
}
#boxLinksDetalhes ul li a:hover {
	font-size: 11px;
	text-decoration: underline;
	color:#524949;
}
#imgLoadingZoomImovel {
	height: 206px;
}
#imgLoadingZoomImovel img {
	border: none;
	margin-top: 55px;
}
#bannerFinanciamentoCaixa {
	padding-top: 20px;
	text-align: center;
}
/* Banner Capa */
#bannerCapa a {
	display: block;
	text-align: right;
	background-color: #FFFFFF;
	padding: 4px;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}
#bannerCapa {
	z-index: 20000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -270px;
	margin-top: -202px;
	padding: 7px;
	background-color: #FFFFFF;
}