.ModeloImoveis{
	cursor:pointer;
	text-align:center;
	width:178px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:5px;
	display:inline;
}

.ModeloImoveis .ModeloImovelTop {}
.ModeloImoveis .ModeloImovelTop .ModeloRef {
	display:none;
}
.ModeloImoveis .ModeloConteudoGeral {}
.ModeloImoveis .ModeloConteudoGeral .ModeloFoto {
	width:178px;
	height:118px;
	margin:auto;
	position:relative;
	border:1px solid;
}

.ModeloImoveis .ModeloConteudoGeral .ModeloFoto img{
	border:0;
}

.ModeloImoveis .TarjaFinanciado{
	width:173px;
	height:28px;
	background-image:url(../../slices/img-TarjaFinanciado.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0; 
	position:absolute;
	bottom:0;
	left:-4px;
}

.ModeloImoveis .TarjaVenda{
	width:173px;
	height:28px;
	background-image:url(../../slices/img-TarjaVenda.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0; 
	position:absolute;
	bottom:0;
	left:-4px;
}

.ModeloImoveis .TarjaLocacao{
	width:173px;
	height:28px;
	background-image:url(../../slices/img-TarjaLocacao.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0; 
	position:absolute;
	bottom:0;
	left:-4px;
}


.ModeloImoveis .ModeloConteudoGeral .ModeloContainerInner {
	background-image:url(../../slices/bg-Destaques.jpg);
	width:178px;
	height:41px;
	background-repeat:no-repeat;
	text-align:left;	
}
.ModeloConteudoGeral .ModeloContainerInner .ModeloConteudoDescricao {
	width:100px;
	margin:auto;

}
.ModeloContainerInner .ModeloConteudoDescricao .PrimeiraSaidaBairro {}
.ModeloContainerInner .ModeloConteudoDescricao .PrimeiraSaidaBairro .ModeloTipoImovel {
	font-weight:bold;
}
.ModeloContainerInner .ModeloConteudoDescricao .SegundaSaidaObservacao {
	display:none;
}
.ModeloConteudoGeral .ModeloContainerInner .TerceiraSaidaPreco {
	font-weight:bold;
	width:100px;
	margin:auto;
}

