#ImoveisRecentes{
	float:left;
	margin:10px 0 0 0;
	background-image:url(../../slices/bg-UltimosCadastrados.jpg);
	width:222px;
	height:358px;
}

#HeaderImoveisRecentes{
	background-image:url(../../slices/header-ImoveisRecentes.jpg);
	width:212px;
	height:35px;
	line-height:32px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#250F72;
	text-indent:50px;
	margin:5px auto 0 auto;
	font-weight:normal;
}

#ConteudoImoveisRecentes{
	width:100%;
	float:left;
	margin:0;
}

.ImovelRecente{
	width:214px;
	float:left;
	border-bottom:1px dotted #333;
	padding:12px 0 13px 0;
	margin:0 0 0 7px;
	display:inline;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ImgFotoRecente{
	width:70px;
	height:75px;
	float:left;
	background-image:url(../../slices/img-VejaMaisRecentes.jpg);
	background-repeat:no-repeat;
	background-position:center bottom
}

.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%;
}


