ul.inmuebles {
	margin : 25px;
}
ul.inmuebles li{
	margin : 5px;
	list-style : circle;
}
ul.info li{
	margin : 5px 20px;
	list-style : square;
}
