
#cont-revista .limpiar {
    clear: both;
}
#cont-revista .left {
    float: left;
}
#cont-revista .right {
    float: right;
}
#cont-revista .hidden {
    display: none;
}

#cont-revista .bxslider li {
    position: relative;
}
#cont-revista .bxslider li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#cont-revista .imgcontent{
    width: 100%;
    height: 100%;
}

#cont-revista a.link img {
    width: 100%;
    height: auto;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
}
#cont-revista a.link:hover img {
    border: 1px solid #aaa;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
}
#cont-revista a.linkfalso:hover {
    cursor: auto;
}
#cont-revista a.linkfalso img {
    max-width: 98%;
    height: 98%;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
}
#cont-revista a.linkfalso:hover img {
    border: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    -webkit-opacity: 0.1;
    opacity: 0.1;
    transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
}
#cont-revista a.link[href="#"] {
    display: none;
}
#cont-revista .swiper-container {
    width: 100%;
    height: 100%;
    max-width: 958px;
    max-height: 660px;
}
#cont-revista .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#cont-revista p.instrucciones {
    text-align: center;
    color: #aaa;
    top: 12px;
    position: relative;
    font-size: 12px;
}
#cont-revista #bx-pager {
    text-align: center;
    position: relative;    
    /*top: -80px;*/
    background: #FFFFFF;
    margin-bottom: 10px;
}
#cont-revista #bx-pager a {
    padding: 10px 15px;
    width: 85px;
    display: inline-block;
    text-align: center;
    background: #ccc;
    color: #fff;
    text-transform: uppercase;    
    margin: 5px;
}
#cont-revista #bx-pager a:hover {
    text-decoration: none;
}
#cont-revista #bx-pager a.inicio.press, #bx-pager a.inicio:hover {
    background: #d91f2a;
}
#cont-revista #bx-pager a.disney.press, #bx-pager a.disney:hover {
    background: #ce3d42;
}
#cont-revista #bx-pager a.juguetes.press, #bx-pager a.juguetes:hover {
    background: #faee0e;
}
#cont-revista #bx-pager a.videojuegos.press, #bx-pager a.videojuegos:hover {
    background: #feed01;
}
#cont-revista #bx-pager a.infantil.press, #bx-pager a.infantil:hover {
    background: #94d09d;
}
#cont-revista #bx-pager a.perfumeria.press, #bx-pager a.perfumeria:hover {
    background: #7a3391;
}
#cont-revista #bx-pager a.mujer.press, #bx-pager a.mujer:hover {
    background: #e2258c;
}
#cont-revista #bx-pager a.hombre.press, #bx-pager a.hombre:hover {
    background: #9c9992;
}
#cont-revista #bx-pager a.deporte.press, #bx-pager a.deporte:hover {
    background: #a39894;
}
#cont-revista #bx-pager a.decoracion.press, #bx-pager a.decoracion:hover {
    background: #ef7426;
}
#cont-revista #bx-pager a.tecnologia.press, #bx-pager a.tecnologia:hover {
    background: #d12f3a;
}
#cont-revista #bx-pager a.disnone {
    display: none;
}
#cont-revista .bxslider .ico-mas {
    display: block;
    width: 30px;
    height: 30px;
    width: 2vw;
    height: 2vw;
    position: absolute;
    left: 15%;
    top: 25%;
    text-align: center;
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    z-index: 999;
    font-weight: 300;
    font-family: "belleza", serif, "times";
}
  @media only screen and (max-width: 767px) {
    #cont-revista .bxslider .ico-mas {
        width: 4vw;
        height: 4vw;
    }
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
}
.zoom-overlay {

}
.zoom-overlay-open .zoom-overlay {
  
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  
}
@media (max-width: 768px) {
    #imgpagina0{
        height: 0!important;
    }
}
/* Botones costado */

/*
#bx-pager {
    text-align: center;
    position: absolute;
    top: 172px;
    background: #FFFFFF;
    margin-left: -150px;
    width: 160px;
}
*/