body, html {
    height: 100%
}

body {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
}
a {
    text-decoration: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;    
}
.img-lapadula{
    margin: 40px auto;
}
.header {
    width: 100%;
    max-width: 700px;
    margin: 50px auto 100px auto;
    text-align: center;
}
@font-face {
    font-family: 'icomoon';
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.eot?yiyid2');
    src:  url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.eot?yiyid2#iefix') format('embedded-opentype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.ttf?yiyid2') format('truetype'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes/fonts/icomoon.woff?yiyid2') format('woff'),
      url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/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-facebook:before {
    content: "\ea90";
}
.icon-whatsapp:before {
    content: "\ea93";
}
.icon-twitter:before {
    content: "\ea96";
}
.video-lapadula{
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}
/* header comercio */
header {
    position: fixed;
    height: 46px;
    width: 100%;
    background: #000;
    top: 0;
    z-index: 99;
    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: 0px 10px;
}
.ctn-header-comercio a {
    display: inline-block;
    color: #FFF;
}
.ctn-header-comercio .logo-comercio i {
    font-size: 18px;
}
.cruz {
    display: inline-block;
    width: 12px;
    position: relative;
    height: 12px;
    top: 1px;
}
.cruz:before,
.cruz:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #D2D900;
}
.cruz:before {
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}
.cruz:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
}
a.logo-comercio {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-depor.png) no-repeat 0 0;
    background-size: 100%;
    height: 25px;
    margin: 10px;
    width: 110px;
}
a.logo-especiales {
    background: url(https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/img/logo-especiales.png) no-repeat 0 3px;
    background-size: 85%;
    height: 32px;
    width: 100px;
}
a.logo-comercio-especiales {
    text-indent: inherit;
}
a.logo-comercio-especiales img {
    vertical-align: top;
}
#social {
    float: right;
    margin-right: 0
}
#social ul {
    display: inline-block;
    margin: 15px auto 0;
    padding: 0;
    vertical-align: top
}
#social ul li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: top
}
#social ul li a {
    height: 32px;
    width: 25px;
}
#social ul li:hover {
    opacity: 0.5
}
/* fin de header comercio */
.youtube-video{
    margin: 0 auto;
}
.d-inline {
    margin: 3px 0;
    font: 500 13px/18px 'roboto-regular';
    display: block;
    text-align: center;
}
/*Banners de publicidad*/
.container-top{
    padding: 50px 0 5px 0;
    margin: 0 auto;
    text-align: center;
    max-width: 980px;
    width: 100%;
}

.lateral-izq{
    display: inline-block;
    padding: 12px 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: 35px;
    left: 0;
}
.lateral-der{
     display: inline-block;
    padding: 12px 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: 35px;
    right: 0;
}
.container-caja3{
    display: none;
}
.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;
}
.clear{
    clear: both;
}
/*Fin banners de publicidad*/
.espacio-blanco{
    height: 130px;
}
@media only screen and (max-width: 1024px) {
    .lateral-izq, .lateral-der{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .container-caja3{
        margin: 20px auto;
        padding: 0 0 20px 0;
        text-align: center;
    }
    .espacio-blanco{
        height: 60px;
    }
}  
@media only screen and (max-width: 640px){
    #wst{
        display: inline-block;
    }
}  
@media only screen and (max-width: 320px){
    a.logo-comercio {
        height: 15px;
        margin: 6px 5px;
        width: 90px;
    }
}
