﻿/*Multimedia-NEW*/


/* VIDEO */

.playerMPEPV_c_video {
  position: relative;
  background-color: #000;
  overflow: hidden;
  background: rgb(0,0,0) url(iconos/spinner.gif) no-repeat 20px 95%;
}

.playerMPEPV_controles {
    height: 30px;
    font: normal 11px Arial,Helvetica,sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;   
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    transition: opacity .3s ease-out;
}
.playerMPEPV_c_video:hover .playerMPEPV_controles {
    opacity: 1;
}
.playerMPEPV_reposo {
    cursor: pointer;
}
.playerMPEPV_reposo .playerMPEPV_boton_play_reposo {   
    position: absolute;
    background: rgba(0,0,0,.8) url(iconos/boton_ver_video.png) no-repeat center center;
    bottom: 10px;
    left: 10px;
    width: 80px;
    border-radius: 5px;
    height: 30px;   
    border: 2px solid #fff;
}
.playerMPEPV_controles em {
    font-style: normal;
}
.playerMPEPV_controles .playerMPEPV_boton_play {
    background-image: url(iconos/boton_play.png);
}
.playerMPEPV_controles .playerMPEPV_boton_pause {
    background-image: url(iconos/boton_pause.png);
}
.playerMPEPV_controles .playerMPEPV_pantalla_completa {
    background-image: url(iconos/boton_pantalla_completa.png);
    text-indent: -100px;
    overflow: hidden;
}
.playerMPEPV_controles span {
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 0;
    display: inline-block;
    float: left;
    width: 40px;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    font: normal 11px Arial,Helvetica,sans-serif;
    color: #fff;
}

/* touch, agrandamos controles */
.playerMPEPV_touch_publicidad .playerMPEPV_controles  {
    height: 44px;
}
.playerMPEPV_touch_publicidad .playerMPEPV_controles .playerMPEPV_posicion em {
    padding-top: 1px;
}
.playerMPEPV_touch_publicidad .playerMPEPV_controles  span {
    padding: 12px 0;
    font-size: 16px;
}
.playerMPEPV_touch_publicidad .playerMPEPV_controles .playerMPEPV_altavoz {
   position: absolute;
    top: 0;
    left: 0;    
}
.playerMPEPV_touch .playerMPEPV_controles {
    display:none !important;
}
/* fin touch */

.playerMPEPV_controles span.playerMPEPV_pantalla_completa:hover {
    background-color: rgba(255,255,255,.2);
}
.playerMPEPV_controles span.playerMPEPV_boton_play_pause {
    width: 60px;
    overflow: hidden;
    text-indent: -1000px;
}
.playerMPEPV_controles span.playerMPEPV_boton_play_rebobinar {
    width: 20px;
}
.playerMPEPV_controles span.playerMPEPV_barra {   
    background-color: #444;
    margin-top: 10px;
    text-align: left;   
    height: 10px;
    padding: 0;   
    position: relative;
}
.playerMPEPV_controles span.playerMPEPV_barra em {
    position: absolute;
    top: 0;
    left: 0;   
    display: inline-block;
    height: 10px;
    background-color: rgba(255,255,255,.2);
   
}
.playerMPEPV_controles .playerMPEPV_altavoz {
    background-image: url(iconos/boton_altavoz.png);
    padding: 0;
}
.playerMPEPV_controles .playerMPEPV_silencio .playerMPEPV_altavoz {
    background-image: url(iconos/boton_altavoz_silencio.png);
}
.playerMPEPV_controles span.playerMPEPV_slider {
    height: auto;
}
.playerMPEPV_controles span.playerMPEPV_slider em {
    display: block;
    height: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.playerMPEPV_controles span.playerMPEPV_slider em:hover {
    background-color: #eee;
}
.playerMPEPV_controles span.playerMPEPV_slider em.on {
    background-color: yellow;
}
.playerMPEPV_controles span.playerMPEPV_altavoz {
    border: 0;
}
.playerMPEPV_controles .playerMPEPV_posicion em,
.playerMPEPV_controles .playerMPEPV_duracion em {
    padding-top: 3px;
    display: inline-block;
}
.playerMPEPV_slider {
    position: absolute;
    left: 7px;
    height: 60px;
    width: 24px;
    background-color: #666;
    display: block;
    border: 1px solid #222;
    border-top: 4px solid #222;
    visibility: hidden;
}
.playerMPEPV_nivel_slider {
    position: absolute;
    height: 30px;
    width: 100%;
    background-color: #fff;
    display: block;
    bottom: 0px;
    z-index: 1;
}
.playerMPEPV_selector_nivel {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    bottom: 0px;
    z-index: 2;
    background: url(iconos/volumen_fondo.png) repeat-y;
}





.playerMPEPV_adsaltar {
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0.7;	
	filter: alpha(opacity=70);
	display: none;
	cursor: pointer;	
	z-index: 3;
}
.playerMPEPV_adsaltar:hover {
	opacity: 1;	
	filter: alpha(opacity=100);
}


.playerMPEPV_unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.playerMPEPV_sliderseek {
	position:absolute;
	height: 100%;
	width: 100%;
	display: block;
	bottom:0px;
	z-index: 2;
}
/*   outline: 1px rgba(0,0,0,.4) solid; */
.playerMPEPV_thumbnails   { 
	position:relative; 
	left:0px; 
	bottom:67px; 
	width:100px;
	height:56px; 
	z-index:10;
	visibility: hidden;
    box-shadow:  rgba(0,0,0,.5) 0 -1px 15px;
    margin-left: -20px;
}

.playerMPEPV_time
{
    position: absolute;
    bottom: -7px;
    height: 12px;
    width: auto;
    padding: 1px 3px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    border: 1px rgba(255,255,255,.6) solid;
    line-height: 13px;
}




/*AUDIO*/

.playerMPEPA_unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.playerMPEPA_c_audio {
	position: relative;
	background-color: #000;
	overflow: hidden;
}

.playerMPEPA_playAudio
{
	background-image: url(iconos/play_poster.png);
	background-repeat: no-repeat;	
	width: 97px;
	height: 30px;
	top: 20%;
	position: absolute;
	padding-left: 8px;
}

.playerMPEPA_controles {
    height: 30px;
    font: normal 11px Arial,Helvetica,sans-serif;
    position: absolute;
	top: 20%;
    left: 0;   
    background-color: rgba(0,0,0,.8);
}

.playerMPEPA_controles em {
    font-style: normal;
}
.playerMPEPA_controles .playerMPEPA_boton_play {
    background-image: url(iconos/boton_play.png);
}
.playerMPEPA_controles .playerMPEPA_boton_pause {
    background-image: url(iconos/boton_pause.png);
}
.playerMPEPA_controles .playerMPEPA_pantalla_completa {
    background-image: url(iconos/boton_pantalla_completa.png);
    text-indent: -100px;
    overflow: hidden;
}
.playerMPEPA_controles span {
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 0;
    display: inline-block;
    float: left;
    width: 54px;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    font: normal 11px Arial,Helvetica,sans-serif;
    color: #fff;
}

/* touch, agrandamos controles */
.playerMPEPA_touch .playerMPEPA_controles  {
    height: 44px;
}

.playerMPEPA_touch .playerMPEPA_controles .playerMPEPA_altavoz {
	display: none;
}
/* fin touch */

.playerMPEPA_controles span.playerMPEPA_pantalla_completa:hover {
    background-color: rgba(255,255,255,.2);
}
.playerMPEPA_controles span.playerMPEPA_boton_play_pause {
    width: 50px;
    overflow: hidden;
    text-indent: -1000px;
}

.playerMPEPA_controles span.playerMPEPA_barra {   
    background-color: #444;
    margin-top: 10px;
    text-align: left;   
    height: 10px;
    padding: 0;   
    position: relative;
}
.playerMPEPA_controles span.playerMPEPA_barra em {
    position: absolute;
    top: 0;
    left: 0;   
    display: inline-block;
    height: 10px;
    background-color: rgba(255,255,255,.2);
   
}

.playerMPEPA_controles span.playerMPEPA_barra em.playerMPEPA_down {
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-block;
    height: 1px;
    background-color: rgba(255,255,255,1);
}
.playerMPEPA_controles .playerMPEPA_altavoz {
    background-image: url(iconos/boton_altavoz.png);
    padding: 0;
}
.playerMPEPA_controles .playerMPEPA_silencio .playerMPEPA_altavoz {
    background-image: url(iconos/boton_altavoz_silencio.png);
}
.playerMPEPA_controles span.playerMPEPA_altavoz {
    border: 0;
}
.playerMPEPA_controles .playerMPEPA_posicion em,
.playerMPEPA_controles .playerMPEPA_duracion em {
    padding-top: 3px;
    display: inline-block;
}


.playerMPEPA_unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.playerMPEPA_sliderseek {
	position:absolute;
	height: 100%;
	width: 100%;
	display: block;
	bottom:0px;
	z-index: 2;
}



.playerMPEPA_timetooltip   { 
	position:relative;
	text-align: center;
	width: 40px;
	bottom:16px;
	z-index:10;
	visibility: hidden;
	background-color: #ddd;
	color: #000;
	border: 1px #000 solid;
}

.playerMPEPA_rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}  




.video_MPEP {
	overflow: hidden;
	background-color: #000000;
}

.video_MPEP .img_MPEP{
	position: absolute;
}

.video_MPEP a:hover img {opacity: 0.8;}
.video_MPEP  a img {border: none;}

/*MULTIMEDIA-NEW*/


.boton_video {
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 10px;
    bottom: 10px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(iconos/boton_video_nuevo.png);
    z-index:5;
    background-size: 18%; 
}

.boton_video:hover {cursor: pointer;}
.mosca_elpaistv {
    background-image: url(iconos/mosca_videos_elpais.png);
    width: 63px;
    height: 30px;
    right: 15px;
    top: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute; 
}

/* nuevo boton play videos reales */


.video_cargando .boton_video {width: 63px; height: 33px; border-radius: 4px; border: 1px solid rgba(255,255,255,.3); background: rgba(0,0,0,.5) url(iconos/spinner.gif) no-repeat center center;}
a.video_cargando {cursor: default;}
a.video_cargando:hover img {opacity: 1 !important; filter: alpha(opacity=100) !important;}
.boton_video .video_cargando {z-index: 1000; display: block; position: absolute; width: 65px; height: 35px; left: 15px; bottom: 15px; background-position: 0 0; background-repeat: no-repeat; background: transparent url(iconos/spinner.gif) no-repeat;} 

/* pantallazo previo de video */

.video_previa {position: relative; cursor: pointer;}

/* video no disponible */

.video_no_disponible {background-color: #000;}
.video_no_disponible .fondo_mensaje_video {position: absolute; left: 10px; bottom: 10px; background-color: #333; background-image: url(iconos/video_error.png); background-position: 8px 8px; background-repeat: no-repeat; background: rgba(0,0,0,.7) url(iconos/video_error.png) 8px 8px no-repeat; padding: 0 5px 0 38px;  width: 134px; height: 40px; border: 1px solid #fff; border-radius: 5px; text-align: center; z-index: 1;}
.video_no_disponible .fondo_mensaje_video span {font: bold 12px/12px Arial, Helvetica, Garuda, sans-serif; color: #fff; text-align: left; display: block; padding-top: 8px;}
.video_no_disponible .boton_video {display: none;}
.video_no_disponible:hover  {cursor: auto;}
.video_no_disponible img, .video_no_disponible a:hover img  {opacity: .6 !important; filter: alpha(opacity=60); cursor: auto;}
.video_no_disponible img {display: block;} 


/* capa vídeo siguiente */
.MPEP-estirar:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.MPEP-principal { height:100%;}
.MPEP-prox-video { background: #313131; display:block; height:100%;}
.MPEP-prox-video a{-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.MPEP-prox-video a:hover { opacity:.5;}
.MPEP-prox-video .MPEP-inner { position:static; left: 0; top: 0; width: 100%; margin: 0;}
.MPEP-prox-btn-ctrl { padding-bottom:20px;}
.MPEP-prox-btn-ctrl:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.MPEP-prox-btn-ctrl a { text-align:center; display:block;float: left;width: calc( 50% - 1px); margin-right: 1px; box-sizing: border-box; display: inline-block;background-color: #535353;}
.MPEP-prox-btn-ctrl a:last-of-type { margin-right:0; margin-left:1px;}
.MPEP-prox-btn-ctrl span {  display: inline-block; text-transform:uppercase;  font: bold 12px/20px 'Roboto', sans-serif; padding: 20px 0;text-align: center;  color:#fff;}
.MPEP-prox-btn-ctrl a:hover { opacity:1; background-color:#3d3d3d;}
.MPEP-prox-btn-sig span:before { margin-top:2px; content:""; display:inline-block; float:left; margin-right:10px; width:16px; height:16px;  background: url(iconos/video_next.png) center center no-repeat;}
.MPEP-prox-btn-ant span:before {margin-top:2px; content:""; display:inline-block; float:left; margin-right:10px; width:16px; height:16px;  background: url(iconos/video_replay.png) center center no-repeat;}
.MPEP-prox-cont {  display: block; font: 10px/20px 'Roboto', sans-serif; color: #cccccc; text-transform: uppercase; margin: 0 30px 20px 30px; text-align: center; padding-bottom: 10px; border-bottom: dotted 1px #535353;}
.MPEP-prox-cont strong { color:#fff; font-weight:bold; font-size:16px;}
.MPEP-prox-video-media { width:50%; float:left; box-sizing:border-box;padding: 0 10px 0 30px;}
.MPEP-prox-video-img { width:100% !important;}
.MPEP-prox-video-txt { width:50%; float:right; box-sizing:border-box;padding: 0 30px 0 10px;}
.MPEP-prox-video-txt a {font: 18px/22px 'Roboto', sans-serif; color:#fff; }

.MPEP-420 .MPEP-prox-btn-ctrl, .izquierda .media .foto .MPEP-420 .MPEP-prox-btn-ctrl { padding-bottom:10px;}
.MPEP-420 .MPEP-prox-btn-ctrl span, .izquierda .media .foto .MPEP-420 .MPEP-prox-btn-ctrl span { padding: 15px 0;}
.MPEP-420 .MPEP-prox-cont { padding-bottom: 5px; margin-bottom: 10px;}
.MPEP-420 .MPEP-prox-video-txt a, .centro .foto .MPEP-420 .MPEP-prox-video-txt a, .izquierda .media .foto .MPEP-420 .MPEP-prox-video-txt a { font:13px/18px 'Roboto', sans-serif;}

.centro .foto .MPEP-prox-video-txt a { font: 14px/18px 'Roboto', sans-serif;}
.izquierda .media .foto .MPEP-prox-video-txt a { font: 14px/18px 'Roboto', sans-serif;}
.izquierda .media .foto .MPEP-prox-video-media { display:none;}
.izquierda .media .foto .MPEP-prox-video-txt { text-align:center; width:100%; float:none; margin:0; padding:0 20px; box-sizing:border-box;}
.izquierda .media .foto .MPEP-prox-btn-ctrl { padding-bottom:20px;}
.izquierda .media .foto .MPEP-prox-btn-ctrl span { padding:15px 0;}
#noticia .columna_principal .article .cuerpo_noticia .MPEP-prox-video-txt a {color:#fff;}
.centro .media .foto .MPEP-prox-video-media img { height: auto; width: 100%;}


@media (max-width:650px){
.MPEP-prox-video-txt a {font: 14px/18px 'Roboto', sans-serif; }
.MPEP-prox-btn-ctrl {padding-bottom: 10px;}
}

@media (max-width:500px){
.MPEP-prox-video-txt a {font: 13px/18px 'Roboto', sans-serif; }
}

@media (max-width:450px){
.MPEP-prox-btn-ctrl span { padding:15px 0;}
.MPEP-prox-video-media { display:none;}
.MPEP-prox-video-txt { text-align:center; width:100%; float:none; margin:0; padding:0 20px; box-sizing:border-box;}
}
