/*#ima-inread                                         {border-radius: 5px;width: 640px;height: 388px;margin-left: auto;margin-right: auto;display: none;}
#content_video                                      {overflow: hidden;}
.contControlsVideo-inread                           {width: 100%;height: 28px;bottom: 0px;position: absolute;display: none;}
.contControlsVideo-inread .buttonAudio-inread       {width: 28px;height: 28px;bottom: 0;background-image: url('/noticias/stat/includes/publicidad/img/iconos/Play_sonido-01.svg');float:right;display: none;background-repeat: no-repeat;margin: -5px 5px 0 0;cursor: pointer;}
.contControlsVideo-inread .buttonMute-inread        {width: 28px;height: 28px;bottom: 0;background-image: url('/noticias/stat/includes/publicidad/img/iconos/mute_mute__-01.svg');float:right;display: none;background-repeat: no-repeat;margin: -5px 5px 0 0;cursor: pointer;}
.video-inread                                       {display: none;margin: 0 auto;}
.closeWrapper-inread                                {width: 30px;height: 28px;position: absolute;top:-30px;right: 0;}
.closeWrapper-inread .contentClose-inread           {width: 30px;height: 28px;float: left;}
.closeWrapper-inread .contentCloseImg-inread        {width: 100%;height: 28px;background-image: url('/noticias/stat/includes/publicidad/img/iconos/Cerrar_cerrar___-01.svg');float: left;cursor: pointer;margin-top: -28px;background-repeat:no-repeat;}
.contMiniPlayer                                     {position: fixed !important;bottom: 20px;right: 20px;width: 350px !important ;height: 200px !important ;animation: fade-in-up .25s ease forwards !important;padding-bottom: 10px;z-index: 1;}
.content-reproductor-inread                         {position: relative;}

*/
.video-inread                                       			  {display:none; margin: 50px auto 40px auto;}
.video-inread .content-reproductor-inread                         {position: relative;background: #efefef;}
.video-inread #ima-inread                                         {border-radius: 5px;width: 640px;height: 360px;margin-left: auto;margin-right: auto;display: block;}
.video-inread #ima-inread video                                   {}
.video-inread #content_video-inread                               {}
.video-inread .closeWrapper-inread                                {width: 28px;height: 28px;position: absolute;top: -28px;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: 28px;top: -28px;padding: 2px 0;background: #efefef;position: absolute;}
.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: 2px;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: 2px;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: 350px !important;height: 197px !important; padding-bottom: 0px;z-index: 2;    box-shadow: 12px -11px 20px 11px black;}


.video-inread .contMiniPlayer {
	 animation: fadein 1s;
	 -moz-animation: fadein 1s; 
	-webkit-animation: fadein 1s; -o-animation: fadein 1s; animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards;}
@keyframes fadein {from {opacity:0; } to {opacity:1; bottom: 0px;} }
@-moz-keyframes fadein {  from {opacity:0; } to {opacity:1; bottom: 0px; } }
@-webkit-keyframes fadein { from {opacity:0; } to {opacity:1; bottom: 0px; } }
@-o-keyframes fadein {  from {opacity:0; } to {opacity: 1; bottom: 0px; } }
