/* ARQUIVO DE CONFIGURAÇÕES CSS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #DEEDFA;
}

#corpo {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 780px;
	height: auto;
	background-color: #FFFFFF;
}

#corpo #banner {
	height: 218px;
}

#corpo #content {
	margin: auto;
	margin-top: 10px;
	width: 780px;
	height: auto;
	font-size: 12px;
}

#corpo #content #conteudo {
	float: right;
	width: 555px;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	padding-right: 5px;
}

#corpo #content #conteudo #barra_destaque {
	height: 20px;
	background-color: #6AB5FF;
	padding-left: 10px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

#corpo #content #conteudo #destaques_vendas {
	width: 555px;
	height: 232px;
	margin-bottom: 10px;
}

#corpo #content #conteudo #destaques_vendas #destaque {
	border: 1px solid #6AB5FF;
	width: 133px;
	height: 232px;
	float: left;
	margin-left: 3px;
	margin-top: 20px;
}

#corpo #content #conteudo #destaques_vendas #destaque #foto {
	width: 106px;
	height: 106px;
	margin-top: 5px;
}

#corpo #content #conteudo #destaques_vendas #destaque #transacao {
	width: 133px;
	height: 17px;
	background-color: #6AB5FF;
	margin-bottom: 5px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-weight: bold;	
}

#corpo #content #conteudo #destaques_vendas #destaque #finalidade {
	width: 115px;
	height: 20px;
	background-color: #DFEFFF;
	border: 1px solid #6AB5FF;
	margin-bottom: 2px;
	line-height: 19px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#corpo #content #conteudo #destaques_vendas #destaque #tipo_imovel {
	width: 115px;
	height: 20px;
	border: 1px solid #6AB5FF;
	background-color: #DFEFFF;
	margin-bottom: 2px;
	line-height: 19px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;	
}

#corpo #content #conteudo #destaques_vendas #destaque #codigo {
	width: 115px;
	height: 20px;
	border: 1px solid #6AB5FF;
	background-color: #DFEFFF;
	margin-bottom: 2px;
	line-height: 19px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#corpo #content #conteudo #destaques_vendas #destaque #valor {
	width: 115px;
	height: 20px;
	border: 1px solid #6AB5FF;
	background-color: #DFEFFF;
	margin-bottom: 2px;
	line-height: 19px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#corpo #content #menu {
	width: 190px;
	height: auto;
	margin-left: 5px;
}

#corpo #rodape {
	height: 35px;
	border: 1px solid #6AB5FF;
	clear: both;
	font-size: 12px;
}

#corpo #rodape #marca {
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

#corpo #rodape #endereco {
	width: 740px;
	float: left;
	height: auto;
	margin-top: 2.5px;
}

/*
DETALHES DO IMÓVEL
*/

#corpo #content #conteudo #detalhes_topo {
	margin-top: 5px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #6AB5FF;	
}

#corpo #content #conteudo #detalhes_topo #detalhes_topo_direita {
	width: 250px;
	float: right;
	height: 40px;
	margin-top: 5px;
}

#corpo #content #conteudo #detalhes_topo #detalhes_topo_direita #valor {
	height: 20px;
	font-size: 20px;
	margin-top: 5px;
	font-weight: bold;
}

#corpo #content #conteudo #detalhes_topo #detalhes_topo_esquerda {
	width: 250px;
	height: 40px;
}

#corpo #content #conteudo #detalhes_topo #detalhes_topo_esquerda #tipo {
	height: 15px;
	font-size: 15px;
	font-weight: bold;
}

#corpo #content #conteudo #detalhes_topo #detalhes_topo_esquerda #transacao {
	height: 12px;
	font-size: 12px;
	margin-top: 3px;
	font-weight: bold;
}

#corpo #content #conteudo #detalhes_geral {
	border: 1px solid #6AB5FF;
	min-height: 145px; /* ALTURA MÍNIMA, PARA O FF */
	height: auto !important; /* ASSIM A DIV AUMENTA CASO O CONTEÚDO ULTRAPASSE A ALTURA MÍNIMA */
	height: 145px; /* ALTURA MÍNIMA, PARA O IE6 */
	margin-bottom: 5px;
	margin-top: 5px;
}

#corpo #content #conteudo #detalhes_geral #foto_detalhes {
	width: 176px;
	min-height: 133px; /* ALTURA MÍNIMA, PARA O FF */
	height: auto !important; /* ASSIM A DIV AUMENTA CASO O CONTEÚDO ULTRAPASSE A ALTURA MÍNIMA */
	height: 133px; /* ALTURA MÍNIMA, PARA O IE6 */
	float:left;
	margin: 5px;
	border: 1px solid #000000;
}

#corpo #content #conteudo #detalhes_geral #cidade_detalhes {
	float: left;
	margin-top: 10px;
	font-size: 12px;
}

#corpo #content #conteudo #detalhes_geral #geral_detalhes {
	width: 155px;
	height: auto;
	float: right;
	margin: 5px;
	margin-bottom: 5px;
}

#corpo #content #conteudo #detalhes_geral #geral_detalhes #codigo_detalhes {
	height: 12px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

#corpo #content #conteudo #detalhes_geral #geral_detalhes #quartos_detalhes {
	height: 12px;
	font-size: 12px;
	margin-top: 15px;
	background-image:url(../img/ico_dormitorio.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 2px;
}

#corpo #content #conteudo #detalhes_geral #geral_detalhes #suites_detalhes {
	height: 12px;
	font-size: 12px;
	margin-top: 10px;
	background-image:url(../img/ico_suite.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 2px;
}

#corpo #content #conteudo #detalhes_geral #geral_detalhes #banheiros_detalhes {
	height: 12px;
	font-size: 12px;
	margin-top: 10px;
	background-image:url(../img/ico_banheiro.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 2px;
}

#corpo #content #conteudo #detalhes_geral #geral_detalhes #garagem_detalhes {
	height: 12px;
	font-size: 12px;
	margin-top: 10px;
	background-image:url(../img/ico_garagem.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 2px;
}

#corpo #content #conteudo #descricao_detalhes {
	height: auto;
	border: 1px solid #6AB5FF;
	margin-top: 5px;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 5px;
}

#corpo #content #conteudo #fotos {
	height: auto;
	border: 1px solid #6AB5FF;
	margin-top: 5px;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 5px;
}

#corpo #content #conteudo #contato {
	border: 1px solid #6AB5FF;
	height: auto;
	margin-top: 5px;
}

/* FIM DOS DETALHES */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #333333;
}

.campo {
    color: #000000;
    font-size: 10pt;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.link {
	text-decoration: none;
	color: #333333;
}

.branco12 {
    color: #FFFFFF;
    font-size: 12pt;
	font-family: verdana;
}

.preto15 {
	color: #000000;
	font-size: 15px;
}

.preto12 {
	color: #000000;
	font-size: 12px;
}

.preto10 {
	color: #000000;
	font-size: 10px;
}
