#img_oficios {
  margin-bottom: 10px;
  width: 100%;
  height: 312px;
  display: block;
  background: transparent url('../imagenes/index/oficio.jpg') center top no-repeat;
}

#img_oficios:hover {
   background-image: url('../imagenes/index/oficio_hover.jpg');
}



img#img_comunidad {
  margin-bottom: 10px;
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/index/comunidad.jpg') center top no-repeat;
}

img#img_comunidad:hover {
   opacity: 0.5;
}

#img_comunidad2 {
  margin-bottom: 10px;
  width: 100%;
  height: 312px;
  display: block;
  background: transparent url('../imagenes/index/6.jpg') center top no-repeat;
}


#img_equipo {
    width: 100%;
  height: 312px;
  display: block;
  background: transparent url('../imagenes/index/equipo.jpg') center top no-repeat;
}

#img_calle2 {
    width: 100%;
  height: 312px;
  display: block;
  background: transparent url('../imagenes/index/calle.jpg') center top no-repeat;
}




#img_urbanizacion {
  margin-bottom: 10px;
  width: 100%;
  height: 312px;
  display: block;
  background: transparent url('../imagenes/index/urbanizacion.jpg') center top no-repeat;
}

#img_urbanizacion:hover {
   background-image: url('../imagenes/index/urbanizacion_hover.jpg');
}


