@charset "utf-8";
/* CSS Document */

/* imoveis caixa padrao */
	
.caixa_imovel{
	position:relative;
	float:left;
	width:168px;
	background-color:#FFFFFF;
	margin-top:15px;
	margin-left:18px;
	cursor:pointer;
	}
	
.caixa_favoritar{
	position:relative;
	float:right;
	width:168px;
	height:18px;
	}
	
.caixa_favoritar h1{
	position:relative;
	float:right;
	width:70px;
	height:18px;
	background-image:url(../imagens/comparar-imoveis-jacques-gassmann.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#494949;
	font-size:11px;
	text-align:right;
	line-height:1.70em;
	padding-right:5PX;
	
	
	}
	
.caixa_favoritar h2{
	position:relative;
	float:left;
	width:71px;
	height:18px;
	background-image:url(../imagens/referencia-imovel.jpg);
	background-repeat:no-repeat;
	background-position:-10px 0px;
	font-size:11px;
	color:#990000;
	padding-left:5px;
	line-height:1.70em;
	}
	
.estrela_favoritar{
	position:absolute;
	top:25px;
	right:10px;
	background-image:url(../imagens/imovel-favorito.png);
	background-repeat:no-repeat;
	width:22px;
	height:20px;
	z-index:100;
	}

/**
 LUIZ - 15/08/2011 - RETIRADO PARA N�O CONFUNDIR
.estrela_favoritar:hover{
	background-position:0px -20px;
	}
*/	

.estrela_hover{
	background-position:0px -20px;
	}

.referencia_cor{
	color:#494949;

	}
	
.check_favoritos{
	position:relative;
	float:right;
	width:17px;
	height:17px;
	padding:0px;
	margin:0px;
	}
	
.caixa_principal_imovel{
	position:relative;
	float:left;
	width:166px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
.btn-favorito {width:29px; height:20px; position:absolute; top:102px; right:4px; background:url(imagem/imoveis-favoritos.png) no-repeat; display: block; z-index:10}
.btn-favorito:hover {background-position:0 -21px}
	
.foto_principal_imovel{
	position:relative;
	float:left;
	width:160px;
	height:119px;
	margin-left:3px;
	margin-top:3px;
	background-image:url(../imagens/sem-imagem-do-imovel.jpg);
	background-repeat:no-repeat;
	}
	
.foto_principal_imovel img{
	width:160px;
	height:119px;
	}
		
.info_principal_imovel{
	position:relative;
	float:left;
	width:160px;
	height:44px;
	margin-left:3px;
	margin-top:3px;
	border-bottom:1px dotted #999999;
	}
	
.info_principal_imovel h1{
	position:relative;
	float:left;
	width:160px;
	height:16px;
	font-size:12px;
	color:#666666;
	margin-top:3px;
	}
	
.info_secundaria_imovel{
	position:relative;
	float:left;
	width:160px;
	margin-left:3px;
	}

.info_secundaria_imovel h1{	
	position:relative;
	float:left;
	width:160px;
	height:15px;
	font-size:12px;
	color:#333333;
	margin-top:3px;
	
	}
	
.info_secundaria_imovel h2{	
	position:relative;
	float:left;
	width:160px;
	font-size:12px;
	color:#990000;
	}
	
.bairro_vermelho{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	}	
	
.detalhar_botao{
	position:relative;
	float:left;
	width:166px;
	height:18px;
	background-image:url(../imagens/consulte-detalhes-do-imovel.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}

.detalhar_botao:hover{
	background-position:0px -18px;
	}	

.espaco_entre_imoveis_home{
	margin-left:25px;
	}
	
.espaco_por_regiao{
	margin-left:18px;
	}
	
.caixa_para_comparar{
	position:relative;
	float:left;
	width:274px;
	height:19px;
	background-image:url(../imagens/comparar-imoveis.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.caixa_para_comparar:hover{
	background-position:0px -21px;
	}
	
.box-favorito {float:right; width:274px; height:19px; background:url(../imagens/imoveis-favoritos.fw.png) no-repeat; background-position:244px 0; cursor:pointer}
.box-favorito:hover {background-position:244px -21px}
.box-favorito h1 {float:right; font-size:13px; color:#333333; padding-right:32px; line-height:2.20em;}
.box-favorito h1:hover {text-decoration:underline}

.compara_extra{
	margin-left:15px;
	margin-top:20px;
	}
	
.paginacao_padrao{
	position:relative;
	float:right;
	height:20px;
	}
	
.paginacao_extra_home{
	margin-right:15px;
	margin-top:20px;
	}

.seta_esquerda{
	position:relative;
	float:right;
	width:23px;
	height:19px;
	background-image:url(../imagens/imoveis-pagincao.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	}
.seta_esquerda2{
	position:relative;
	float:right;
	width:25px;
	height:19px;
	background-image:url(../imagens/paginacao_atras.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	background-position:0px -1px;
	}
	
.seta_esquerda:hover, .seta_direita:hover{
	background-position:0px -19px;
	}
	
.seta_direita{
	position:relative;
	float:right;
	width:23px;
	height:19px;
	background-image:url(../imagens/imoveis-pagincao-direita.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.seta_direita2{
	position:relative;
	float:right;
	width:25px;
	height:19px;
	background-image:url(../imagens/paginacao_frente.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	background-position:0px -1px;
	}
	
.seta_direita2:hover{
	background-position:0px -20px;
	}
	
.seta_esquerda2:hover{
	background-position:0px -20px;
	}
	
.navegacao_paginacao{
	position:relative;
	float:right;
	height:20px;
	padding-left:20px;
	padding-right:20px;
	}
	
.espaco_paginacao{
	margin-left:10px;
	}
	
.navegacao_paginacao h1{
	position:relative;
	float:left;
	height:20px;
	font-size:15px;
	color:#333333;
	cursor:pointer;
	line-height:1.50em;
	}
	
.navegacao_paginacao h1:hover{
	color:#FF0000;
	text-decoration:underline;
	}

.comporta_navegacao_compara{
	position:relative;
	float:left;
	width:740px;
	margin-left:10px;
	margin-top:15px;
	}		
	
.caixa_para_comparar h1{
	position:relative;
	float:left;
	font-size:13px;
	color:#333333;
	padding-left:30px;
	line-height:2.20em;
	}
	
.caixa_para_comparar h1:hover{
	text-decoration:underline;
	}
	
.espaco_home_comporta{
	position:relative;
	float:left;
	width:740px;
	height:20px;
	}
	
.label_lancamento{
	position:absolute;
	top:-4px;
	left:-5px;
	width:121px;
	height:81px;
	background-image:url(../imagens/imoveis-lancamentos-label.png);
	background-repeat:no-repeat;
	z-index:100;
	}
	
.label_alto_padrao{
	position:absolute;
	top:-4px;
	left:-5px;
	width:121px;
	height:81px;
	background-image:url(../imagens/imoveis-alto-padrao-label.png);
	background-repeat:no-repeat;
	z-index:100;
	}
	
.label_blackfriday{
	position:absolute;
	top:-4px;
	left:-5px;
	width:121px;
	height:81px;
	background-image:url(../imagens/imoveis-blackfriday-label.png);
	background-repeat:no-repeat;
	z-index:100;
	}
	
	