.video-inread                                       {/* display:none; */margin: 50px auto 40px auto;z-index:100}
.video-inread .content-reproductor-inread                         {position: relative;background: #efefef;}
.video-inread #ima-inread                                         {border-radius: 5px;width: 288px;height: 162px;margin-left: auto;margin-right: auto;display: block;}
.video-inread #ima-inread video                                   {width: 288px; height: auto;}
.video-inread #content_video-inread                               {}
.video-inread .closeWrapper-inread                                {width: 28px;height: 28px;position: absolute;top: -34px;padding: 2px 0;z-index: 1;right: 0;}
.video-inread .closeWrapper-inread .contentClose-inread           {width: 28px;height: 28px;float: left;}
.video-inread .closeWrapper-inread .contentCloseImg-inread        {width: 28px;height: 28px;background-image: url('/noticias/stat/includes/publicidad/img/iconos/close.svg');cursor: pointer;background-position: center;background-size: 50%;background-repeat:no-repeat;}
.video-inread .contControlsVideo-inread                           {width: 100%;height: 34px;top: -34px;padding: 2px 0;background: #efefef;position: absolute;border-radius: 4px 0 0 0;/* display: none; */}
.video-inread .contControlsVideo-inread:before                    {    content: "POR COOPERATIVA "; width: 130px; height: 25px; background-image: url(/noticias/stat/includes/publicidad/img/iconos/coopsticky.svg); background-position: center; background-size: 23px; position: ABSOLUTE; padding: 2px; top: 0; background-repeat: no-repeat; background-position-y: 2px; background-position-x: 5px; color: #aeaeae; text-indent: 30px; font-size: 8px;}
.video-inread .contControlsVideo-inread .buttonAudio-inread       {width: 28px;height: 28px;top: 0px;position: absolute;right: 28px;background: #efefef;background-image: url('/noticias/stat/includes/publicidad/img/iconos/speaker.svg');background-size: 55%;background-position: center;background-repeat: no-repeat;margin: 0px 5px 0 0;cursor: pointer;border-radius: 50%;}
.video-inread .contControlsVideo-inread .buttonMute-inread        {width: 28px;height: 28px;position: absolute;top: 3px;right: 28px;background: #efefef;background-image: url('/noticias/stat/includes/publicidad/img/iconos/mute.svg');background-size: 55%;background-position: center;display: none;background-repeat: no-repeat;margin: 0px 5px 0 0;cursor: pointer;border-radius: 50%;}
.video-inread #content_video                                      {overflow: hidden;}
.video-inread .contMiniPlayer                                     {position: fixed !important;bottom: 0px;right: 0px;width: 275px !important;height: 155px !important; padding-bottom: 0px;z-index: 1;    box-shadow: 12px -11px 20px 11px black;}
/*solo efecto*/
.video-inread .contMiniPlayer {bottom: 150px; animation: fadein 1s; -moz-animation: fadein 1s; /* Firefox */ -webkit-animation: fadein 1s; /* Safari and Chrome */ -o-animation: fadein 1s; /* Opera */ animation-fill-mode: forwards; }
@keyframes fadein {
    from {
        opacity:0;
 
    }
    to {
        opacity:1;
        bottom: 0px;
     
        
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
      
    }
    to {
        opacity:1;
        bottom: 0px;
      
        
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
        
    }
    to {
        opacity:1;
         bottom: 0px;
     
        
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
     
    }
    to {
        opacity: 1;
         bottom: 0px;
     
        
    }
}


