.imovel{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #DDD;
	padding:10px;
	margin-top:10px;
	background:#fdfdfd;
	height:200px;
	overflow:hidden;
	
}
.imovel .ft{
	width:100%;
	height:124px;
}
.imovel .ft a{
	border:2px solid #E0E0E0;
	display:block;
	width:160px;
	background-color:#FFF;
	height:120px;
	overflow:hidden;
	margin:0 auto;
}
.imovel .ft a:hover{
	border-color:#D9C590;
}
.imovel h3{
	text-align:center;
	font-size:100%;
	font-family:Arial, Verdana;
	margin:5px 0;
	padding:0;
	color:#333;
}
.imovel div{
	font-size:95%;
	font-family:Arial, Verdana;
}
.imovel a{
	color:#666;
}
.imovel a:hover{
	color:#000;
}
.dormitorios, .ref, .valor{
	margin:5px;
}
.dormitorios{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#f0f0f0;
	text-align:center;
	padding:5px;
}

.hover{
	border-color:#CCC;
	background:#f9f9f9;
}
