body{
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    background-color: #d2d2d2;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/** fonts **/
@font-face {
    font-family: 'icomoon';
    src:  url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.ttf?yiyid2') format('truetype'),
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.woff?yiyid2') format('woff'),
        url('https://especiales.diariocorreo.pe/elementos-comunes/fonts/icomoon.svg?yiyid2#icomoon') format('svg');
    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-logoEc:before {
    content: "\e900";
  }
  .icon-download:before {
    content: "\e901";
  }
  .icon-star:before {
    content: "\e902";
  }
  .icon-mail4:before {
    content: "\ea86";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-instagram:before {
    content: "\ea92";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-youtube:before {
    content: "\ea9d";
  }
  .icon-pinterest:before {
    content: "\ead1";
  }

/* header comercio */
header{
    position: fixed;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 999999999;
    display: table;
}
.header-comercio {
    background: #000;
    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;
}
a.logo-depor {
    background: url(/elementos-comunes/img/logo.png) no-repeat 0 0;
    background-size: 95%;
    height: 40px;
    width: 40px;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}
.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: 14px;
}
#social {
    float: right;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    height: 100%;
}
#social ul {
    vertical-align: middle;
    display: table-cell;
}
#social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#social ul li a i {
    font-size: 18px;
}
/* fin de header comercio */
.clear{
    clear: both;
}
.header{
    padding-bottom: 0;
    width: 100%;
    max-width: 980px;
    margin: 10px auto 100px auto;
    text-align: center;
}
.img-fluid{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.contenedor{
    position: relative;
    width: 100%;
}
img {
    max-width: 100%;
}
/*Banners de publicidad*/
.container-zocalo{
    max-width: 728px;
    height: auto;
    z-index: 2147483646;
    position: fixed;
    margin: 20px auto 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}
.container-top{
    margin: 42px 0 0 0;
    padding: 10px 0;
    height: auto;
    text-align: center;
}
.container-caja3{
    display: none;
}
.lateral-izq{
    display: inline-block;
    padding: 20px 0;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    left: 0;
}
.lateral-der{
    display: inline-block;
    padding: 20px 0;
    width: 12%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 620px;
    overflow: auto;
    position: -webkit-sticky;
    position: fixed;
    top: 30px;
    right: 0;
}
/*Fin banners de publicidad*/
.oculto{
    display: none;
}
@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1024px) {
    .lateral-izq, .lateral-der{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    /*Banners de publicidad*/
    .container-top {
        overflow: scroll;
        width: 100%;
        height: auto;
        padding: 10px 0 5px 0
    }
    .container-caja3{
        display: block;
        margin: 10px auto;
        padding-bottom: 140px;
        text-align: center;
    }
    .header{
        margin: 5px auto;
    }
}

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

    #social ul li {
    margin-right: 5px;
    }
}


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

}

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


}

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

}

