/* Galeria de imagenes
********************************************************************************/

.zoom_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    display: none;
    z-index: 60;
}

.zoom_overlay.open {
    display: block;
}

.displaynone {
    /*display: none !important;*/
}

.zoom_prev {
    background: url('../img/flecha_izq.fw.png') no-repeat;
    width: 40px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
    background-color: #dddddd;
    background-position: center center;
}

.zoom_next {
    background: url('../img/flecha_der.fw.png') no-repeat;
    width: 40px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
    background-color: #dddddd;
    background-position: center center;
}

.zoom_close {
    /*background: url('../img/ico_cerrar.png') no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50px;
    right: 10px;
    margin-top: -22px;
    z-index: 99999;*/
    background-color: #dddddd;
    font: normal 25px 'Yanone Kaffeesatz', sans-serif;
    width: 86px;
    height: 36px;
    color: #ffffff;
    text-decoration: none;
    top: 42px;
    right: 0;
    margin-top: -43px;
    text-transform: lowercase;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    text-align: center;
}

.zoom_view {
    text-align: center;
    height: 100%;
}

.zoom_view img {
    height: 100%;
    width: auto;
}

.zoom_next, .zoom_prev {
    //display: none !important;
}


/* MEDIAQUERIES */

@media all and (min-width: 320px) {

    .zoom_view img {
        height: auto;
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media all and (min-width: 940px) {
.zoom_overlay {
    /*width: 940px !important;
    height: 660px !important;
    top: 30px !important;
    left: 50% !important;
    margin-left: -460px;
    right: 50% !important;
    margin-right: -330px;
    bottom: 50% !important;
    margin-bottom: -470px;
    border: 4px solid $gris_borde_light;*/    
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8) !important;
  }

  .zoom_view {
    /*height: 85% !important;
    padding: 5%;*/
    box-sizing: border-box;
    width: 940px;
    height: 660px;
    padding: 0;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    margin-top: -320px;
    margin-left: -477px;
    left: 50%;
    background-color: #ffffff;
    border: 4px solid #dddddd;
    }

    .zoom_view img {
    height: 90%;
    width: auto;
    margin: 0 auto;
    margin-top: 2.5%;
    box-sizing: border-box;
    }

    .zoom_next, .zoom_prev {
        display: block !important;
    }
}


/* 1200 */

@media all and (min-width: 1200px) {

}
