* 
{
	margin:0;
	border:0;
	padding:0;
}
BODY 
{
    font-family: Arial;
    color:#454545;
    text-align:center;
	font-size:10px;
}
.bloque_inmobiliaria {
	float:left;
	width:180px;
	height:400px;
	background-color:#f0f0f0;
	margin-right:10px;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
.bloque_inmobiliaria A{
    font-family: Trebuchet MS;
	color:#96ba12;
	font-weight:bold;
	text-decoration:none;
}
.bloque_inmobiliaria A:hover {
	text-decoration:underline;
}
.bloque {
	float:left;
	width:165px;
	height:200px;
	text-align:left;
	padding-left:10px;
	border-left:1px solid #999999;
	padding-right:10px;
}
.titular {
    font-family: Trebuchet MS;
	color:#96ba12;
	font-weight:bold;
	text-transform:uppercase;
}
.titular A{
    font-family: Trebuchet MS;
	color:#96ba12;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.titular A:hover {
	text-decoration:underline;
}
#contenedor
{
	margin:auto;
    width:950px;
    height:auto;
	margin-top:30px;
}

