@charset "UTF-8";
/* CSS Document */

/*MEDIA QUERIES*/
@media screen and (max-width:767px) {
.contenedor-apertura{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../imagenes/caqueta/apertura-caqueta-movil.jpg);		
image-rendering: -webkit-optimize-contrast;
}
}
