html, 
body{
    height: 100%;
    background-color: #000;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
@font-face {
    font-family: 'GuardianEgyp-Black';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Black.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Black.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Black.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Black.otf') format('otf'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'GuardianEgyp-Light';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Light.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Light.otf') format('otf'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'GuardianEgyp-Bold';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Bold.otf') format('otf'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'GuardianEgyp-Medium';
    src: url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://especiales.trome.pe/elementos-comunes/fonts/GuardianEgyp-Medium.otf') format('otf'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'icomoon';
    src:  url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
      url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.ttf') format('truetype'),
      url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.woff') format('woff'),
      url('https://especiales.trome.pe/elementos-comunes/fonts/icomoon.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
    
/* header comercio */
header{
    position: fixed;
    height: 46px;
    width: 100%;
    top: 0;
    z-index: 999999999;
    display: table;
}
.header-comercio {
    background: #E06437;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.ctn-header-comercio {
    margin: 0 auto;
    max-width: 990px;
    text-align: left;
    vertical-align: middle;
    position: relative;
    padding: 6px 10px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}
a.logo-trome {
    background: url(/elementos-comunes/img/logo-trome.png) no-repeat 0 0;
    background-size: 100%;
    height: 32px;
    width: 100px;
    float: left;
    display: inline-block;
}
.header-barra-2 {
    height: 20px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 1px;
}
.boton-especiales {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    text-indent: 0 !important;
    margin: 0 0 0 9px;
    color: #fff;
    font: 700 13px/13px Arial;
    padding-top: 5px;
}
.cruz {
    display: inline-block;
    width: 12px;
    position: relative;
    height: 12px;
    top: 1px;
}
.cruz:before, .cruz:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #FFF;
}
.cruz:before {
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}
.cruz:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
}
#social {
    float: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 8px;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}
#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
#social ul li a i {
    font-size: 18px;
}
/* fin de header comercio */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.ball-comercio {
    max-width: 50px;
    width: 100%;
}

h5.fecha {
    color: white;
    text-align: left;
    font: 2rem/1.1 'GuardianEgyp-Light';
    font-style: italic;
    margin: 10px 0px;
}



.bloque-negro {
    background-color: black;
    width: 100%;
    display: inline-block;
}
    .cabecera {
        max-width: 640px;
        margin: 20px auto;
        padding: 0px 20px 0px 20px;
    }

    .cabecera h1 {
        font: 2.2rem/0.9 "addingtoncf-bold";
        color: #ffffff;
        max-width: 80%;
        text-transform: none;
    }
        h2.subtitle {
        font: 1.4rem/0.9 "addingtoncf-bold";
        color: white;
        text-transform: uppercase;
        max-width: 250px;
        }

        h2.subtitle span {
            font: 0.96rem/0.4 "addingtoncf-bold";
            color: white;
            text-transform: initial;
            max-width: 250px;
            font-style: italic;
        }

        h3.subtitle {
        font: 0.9rem/0.9 "addingtoncf-bold";
        color: #E3DA9F;
        text-transform: uppercase;
        }

     p.txt-white {
        color: white;
        font: 1.0rem/1.5 "addingtoncf-demibold";
        max-width: 80%;
     }
.bloque-amarillo {
    background-color: #E3DA9F;
    width: 100%;
    display: inline-block;
}
     p.txt-amarillo  {
         color: black !important;
         font: 1.0rem/1.5 "addingtoncf-demibold";
     }
p.auto {
    font: 0.9rem/1.5 "addingtoncf-demibold";
    background-color: white;
    color: black;
    padding-left: 30px;
    max-width: 175px;
    position: relative;
    top: -30px;
    left: 57px;
}
.btn-start {
    color: black;
    max-width: 120px !important;
}
.color-dorado {
    color: #E3DA9F;
    text-transform: uppercase;
}
.botonera {
    width: 100%;
    margin: 0px auto;
    /*background-color: aquamarine;*/
    max-width: 120px;
    margin-bottom: 50px;
    padding: 20px 10px 40px 10px;
}

a.animsition-link {
    text-decoration: none;
}

.pt-50{
    padding-top: 35px;
}

p.txt-white2 {
    color: white;
    font: 1.0rem/1.5 "addingtoncf-demibold";
    max-width: 100%;
    padding-bottom: 40px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}



.clear{
    clear: both;
}
.bg-crema {
    background-color: #E3DA9F !important;
}

.bloque-invisible {
    position: relative;
    top: -100px;
    height: 20px;
}

hr {
    margin: 5px 0px 0px 0px;
}

.box-black{
    max-width: 140px;
    margin: 0rem 0rem 1rem 0rem;
}
.botonera-abajo{
    max-width: 140px;
    position: relative !important;
    bottom: -40%;
}
img.img-circle {
    max-width: 80px;
    position: relative;
    top: 40px;
    z-index: 1000000;
}

img.img-box {
    max-width: 380px;
    width: 100%;
}

img.btn-izq {
    max-width: 37px;
    margin: 0px 10px;
}
img.btn-der {
    max-width: 37px;
    margin: 0px 10px;
}

.box-slide-video{
    background-color:#00000021;
    height: 100vh;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;

    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.box-slide-content{
    background-color: #000;
    height: 100vh;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;

    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
    .box-slide-image{
        bottom: 0;
        left: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
        .box-slide-image img{
            width: 100%;
        }
    .box-slide-caption{
        /*left: 50px;*/
        position: relative;
        /*right: 50px;*/
        margin: auto;
        max-width: 1024px;
        width: auto;
        z-index: 100;           
    }
        .box-slide-caption h1 {
            color: #ffffff;
            font: 3.8rem/1.1 "guardianegyp-black";
            text-transform: uppercase;
            margin: 20px auto 15px auto;
            max-width: 340px;
            text-shadow: 2px 2px 20px #212121;
        }
        .box-slide-caption h2{
            color: #fff;
            font: 22px/1.2 "addingtoncf-demibold";
            margin: 0px auto 20px auto;
            max-width: 420px;
        }
        .box-slide-caption p{
            background: #000;            
            color: #fff;
            font: 1.2rem/1.5 'actobook';
            /*margin-bottom: 10%;*/
            padding: 8px 7px 3px 7px;
        }

        .box-slide-caption p:hover{
            background: white !important;
            color: #240d21;
        }

            .parrafo{
                font-size: 33px;
                line-height: 48px;
            }
            .centrado{               
                text-align: center;
            }
        .caption-top{
            top: 50px;
        }
        .caption-center{
            top: 45%;
        }
        .caption-bottom{
            bottom: 125px;
        }

h4 {
    color: #fff;
    font: 1.5rem/1.4 'GuardianEgyp-Medium';
    margin: 1.2rem 0rem;
    text-align: left;
    /*text-shadow: 1px 2px 3px #000;*/
}
    h4.subtitulo{
        color: #fdd509;
        font-size: 3em;
    }
    h4 a{
        color: #ffca05;
    }



.swiper-container {
    height: 100%;
    width: 100%;
}
.swiper-container .swiper-button-next{
    background-image: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/derecha.png) !important;
}
.swiper-container .swiper-button-prev{
    background-image: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/izquierda.png) !important;
}

.flex-container {
    height: 80%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
    .row {
        width: auto;
    }
    .flex-item {
        margin: 10px;
        /*width: 100%;*/
}

#myVideo{
    height: 100%;
    object-fit: cover;
}

.flex-container.flex-center{
    align-items: center;
}

h3 {
    color: #E6C50A;
    text-align: left;
    font: 1.7rem/2rem 'GuardianEgyp-Bold';
    max-width: 600px;
    margin: 0px;
}

h3.creditos{
    font: 0.9rem/1rem 'GuardianEgyp-Bold';
    max-width: 600px;
    margin: 0px;
    text-align: center
}
h4.creditos{
    font: 1.0rem/1.5rem 'GuardianEgyp-Bold';
    max-width: 600px;
    margin: 0px;
    padding-bottom: 10px;
    text-align: center
}
h5.creditos{
    font: 1.0rem/1.0rem 'GuardianEgyp-Bold';
    color: white;
    max-width: 600px;
    margin: 0px;
    text-align: center
}
h5.creditos span{
    font: 1.0rem/1.0rem 'GuardianEgyp-Light';
    color: white;
    margin: 0px;
    text-align: center
}
h5.creditos a{
    color: #FF8E00;
    text-decoration: none;
}
.btn{
    background: #fff;
    border-radius: 20px;
    color: #000;
    display: block;
    font: 1em/1.2 'actobold';
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 40%;

    min-width: 150px;
}
span.credito{
    font: 17px/1.3 'actobook';
    width: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}
span.autor{
    color: #ffca05;
    font-family: 'actobook_italic';
}

.portada{
    background-size: cover;
}

    .slide-portada .box-slide-caption p {
        background: transparent;
        font: 1.2rem/1.5 'GuardianEgyp-Black';
        margin-bottom: 0;
        max-width: 720px;
        margin: 0 auto;
        border: 1px solid white;
        text-transform: uppercase;
    }
    span.credito{
        display: block;
    }
    span.resaltar{
        color: #ffca05;
    }
    span.espacio{
        display: block;
        margin-bottom: 30px;
    }

.flex-titular{
    height: 20%;
}


.slide-1{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/01.jpg) no-repeat center top;
    background-size: cover;
}
.slide-2{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/02.jpg) no-repeat center top;
    background-size: cover;
}
.slide-3{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/03.jpg) no-repeat center top;
    background-size: cover;
}
.slide-4{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/04.jpg) no-repeat center top;
    background-size: cover;
}
.slide-5{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/05.jpg) no-repeat center top;
    background-size: cover;
}
.slide-6{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/06.jpg) no-repeat center top;
    background-size: cover;
}
.slide-7{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/07.jpg) no-repeat center top;
    background-size: cover;
}
.slide-8{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/08.jpg) no-repeat center top;
    background-size: cover;
}
.slide-9{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/09.jpg) no-repeat center top;
    background-size: cover;
}
.slide-10{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/10.jpg) no-repeat center top;
    background-size: cover;
}
.slide-11{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/11.jpg) no-repeat center top;
    background-size: cover;
}
.slide-12{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/12.jpg) no-repeat center top;
    background-size: cover;
}
.slide-13{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/13.jpg) no-repeat center top;
    background-size: cover;
}
.slide-14{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/14.jpg) no-repeat center top;
    background-size: cover;
}
.slide-15{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/15.jpg) no-repeat center top;
    background-size: cover;
}
.slide-16{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/16.jpg) no-repeat center top;
    background-size: cover;
}
.slide-17{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/17.jpg) no-repeat center top;
    background-size: cover;
}
.slide-18{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/18.jpg) no-repeat center top;
    background-size: cover;
}
.slide-19{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/19.jpg) no-repeat center top;
    background-size: cover;
}
.slide-20{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/20.jpg) no-repeat center top;
    background-size: cover;
}
.slide-21{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/21.jpg) no-repeat center top;
    background-size: cover;
}
.slide-22{
    background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/img/22.jpg) no-repeat center top;
    background-size: cover;
}


.introduccion{
    height: auto;
    max-width: 400px;    
}
    .introduccion .flex-item{
        /*-ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }


@media only screen and (max-width: 640px){

    .slide-1{
    background-size: 240%;
    background-position: center center;
    }
    
    .cabecera h1 {
        max-width: 100%;
    }
    
    #wst {
        display: inline-block
    } 
    .box-slide-caption p{
        line-height: 1.3;
    }
    .flex-item {
        margin: 10px 65px;
    }
    .flex-container{
        align-items: flex-end;
    }
    .introduccion .flex-item h4{
        font-size: 1.0em;
    }
    .slide-portada .flex-container{
        height: auto;
    }
  
    .portada{
        background-position: left top;
    }

    .flex-titular {
        height: auto;
    }
}

@media only screen and (max-width: 320px){
       
    .slide-1 {
    background-position: center top !important;
    }

    a.logo-comercio {
    width: 70px !important;
    }
    
    
    .header-comercio {
        position: relative;
    }
    h3 {
    font: 1.8rem/1.0rem 'addingtoncf-bold';
    }
    .introduccion .flex-item h4 {
    font-size: 1.1em;
    }
    
}


#swiper .swiper-button-next, .swiper-button-prev,
.swiper-button-next, .swiper-button-prev {    
    width: 40px;
    height: 40px;
    background-size: 100%;
}

#swiper .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-size: 100%;
}

#mute-video{
        position: absolute;
    z-index: 999999999;
    top: 100px;
}

a.sonido{
	background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/off.png) no-repeat 0 0;
    background-size: 100%; 
    cursor: pointer;
	height: 30px;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 55px;
	width: 30px;
	z-index: 20;
}
	a.sonido.active{
		background: url(/infierno-en-mesa-redonda-cronologia-del-incendio-video-emporio-testimonios-como-quedo-la-zona-20-anos-siniestro-en-lima-galeria-hechos-nndd-tvisual/img/on.png) no-repeat 0 0;
		background-size: 100%;
	}