@charset "utf-8";

/*Links*/


a:link {
	color: #B42326;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B42326;
}
a:hover {
	text-decoration: none;
	color: #1572B5;
}
a:active {
	text-decoration: underline;
	color: #1572B5;
}


body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}


/*Contenido*/

.fondofoot {
	background-image: url(../images/images/foot_background.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
.fondomain {

}
.fondomiddle {
	background-image: url(../images/images/middle_background.jpg);
	background-repeat: no-repeat;
}
.fondoLinks {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
#vineta {
	vertical-align: middle;
}

.propiedades {
	background-image:url(../images/images/propiedades_background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.novedades {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 15px;
	margin: 0px;
}
.masinfoNoticias {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.propiedadesSeccion {
	background-image:url(../images/images/secciones/fondo_botton_secciones.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

