#ImoveisRecentes{
	float:left;
	margin:10px 0 0 0;
	background-image:url(../../slices/bg-UltimosCadastrados.jpg);
	width:222px;
	height:388px;
}

#ConteudoImoveisRecentes{
	width:100%;
	float:left;
	margin:37px 0 0 0;
}

.ImovelRecente{
	width:214px;
	float:left;
	border-bottom:1px dotted #333;
	padding:8px 0 13px 0;
	margin:0 0 0 5px;
	display:inline;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ImgFotoRecente{
	width:70px;
	height:52px;
	float:left;
}

.ImgFotoRecente img{
	width:70px;
	height:52px;
	border:0;
}

.TxtImovelRecente{
	float:left;
	width:120px;
	font-size:12px;
	color:#666;
	margin:0 0 0 13px;
	display:inline;
	line-height:16px;
}

.TxtImovelBig{
	width:100%;
	display:block;
}

.TxtImovelSmall{
	width:100%;
	display:block;
}

.ValorImovelRecente{
	font-size:14px;
	color:#666666;
	font-weight:bold;
	float:left;
	width:100%;
}


