/**************************************************/
/* CSS Con las imágenes (estas NO cambian según el idioma) */
/**************************************************/
body {
	/*
	background-image:url("../imagenes/fondo_sitio.png");
	background-position:left top;
	background-repeat:no-repeat;
	*/
}
#footer {
	background-image:url("../imagenes/fondo_pie.png");
	background-position:left bottom;
	background-repeat:no-repeat;
}
#header {
	background-image:url("../imagenes/fondo_cabezal.png");
	background-position:left top;
	background-repeat:no-repeat;
}
/* HOME */
#banner_caja {
	background-image:url("../imagenes/fondo_caja.png");
	background-position:left top;
	background-repeat:no-repeat;
}
#fondo_contenidos_home {
	background-image:url("../imagenes/fondo_contenido_home.png");
	background-position:left bottom;
	background-repeat:no-repeat;
}
/* FIN HOME */
/* FIN COLUMNAS HOME */
/* WIDGETS */
#widgets {
	background-image:url("../imagenes/fondo_widgets.png");
	background-position:left bottom;
	background-repeat:no-repeat;
}
/* FIN WIDGETS */
/* Páginas internas */
#fondo_contenidos_interno {
	background-image:url("../imagenes/fondo_contenido_interno.png");
	background-position:left bottom;
	background-repeat:no-repeat;
}
.fondo_contenido_int_noticias {
	background-image:url("../imagenes/fondo_contenido_int_noticias.png") !important;
	background-position:left bottom;
	background-repeat:no-repeat;
}
/* Buscadores */
.fondos_busca {
	background-position:left top;
	background-repeat:no-repeat;
}
#campos_busca {
	background-image:url("../imagenes/busc_campos.png");
}
#remates_busca {
	background-image:url("../imagenes/busc_remates.png");
}
#inmuebles_busca {
	background-image:url("../imagenes/busc_inmuebles.png");
}
#noticias_busca {
	background-image:url("../imagenes/busc_noticias.png");
}
