@charset "UTF-8";
.fondohome {
	background-image: url(imagenes/fondo_home.jpg);
	background-repeat: no-repeat;
	background-color: rgb(205,206,200);
}
.fondohome2 {
	background-image: url(imagenes/fondo_home2.jpg);
	background-repeat: no-repeat;
	background-color: rgb(205,206,200);
}
.fondotrabajos {
	background-image: url(imagenes/fondo_trabajos.jpg);
	background-repeat: no-repeat;
	background-color: rgb(79,87,98);
}
.fondobotonera {
	background-image: url(imagenes/franja_botonera.png);
	background-repeat: no-repeat;
}
.fondoproductos {
	background-image: url(imagenes/fondo_productos.jpg);
	background-repeat: no-repeat;
	background-color: rgb(205,206,200);
}
.fondotrabajos2 {
	background-image: url(imagenes/fondo_viviendas.jpg);
	background-repeat: no-repeat;
	background-color: rgb(230,230,230);
}
.fondodurlock {
	background-image: url(imagenes/fondo_durlock.jpg);
	background-repeat: no-repeat;
	background-color: rgb(230,230,230);
}
.fondocomercial {
	background-image: url(imagenes/fondo_comercial.jpg);
	background-repeat: no-repeat;
	background-color: rgb(230,230,230);
}
.fondoinstitucional {
	background-color: rgb(230,230,230);
	background-image: url(imagenes/fondo_institucional.jpg);
	background-repeat: no-repeat;
}
.fondoenejecucion {
	background-color: rgb(230,230,230);
	background-image: url(imagenes/fondo_enejecucion.jpg);
	background-repeat: no-repeat;
}
.fondocontacto {
	background-color: rgb(230,230,230);
	background-image: url(imagenes/fondo_contacto.jpg);
	background-repeat: no-repeat;
}
.fondoubicacion {
	background-color: rgb(230,230,230);
	background-image: url(imagenes/fondo_ubicacion.jpg);
	background-repeat: no-repeat;
}
.fondosuperboard {
	background-image: url(imagenes/fondo_superboard.jpg);
	background-repeat: no-repeat;
	background-color: rgb(230,230,230);
}
