/* 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: 6;
}

.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;
}


/* 1200 */

@media all and (min-width: 1200px) {
    
    
    .zoom_next, .zoom_prev {
        display: block !important;
    }
}
