
/* PORTAL PlaySER - Definicion base ====================================================================================================================== */

html, body {width: 100%; height: 100%;}

/* estructura */

body {font: 12px/18px "proxima_nova", Helvetica, Helvetica Neue, Arial; overflow-y: scroll; min-width: 320px; }
.wrapper {width: 1000px; margin: 0 auto; min-height: 100%; box-sizing: border-box; padding-bottom: 280px; position: relative; overflow: hidden; background: #e1e1e2; transition: padding 0.5s linear;}
.wrapper.hidden {padding-bottom: 182px;} 
.pie {position: absolute; z-index: 1; bottom: 0; left: 0; height: 280px; width: 100%; background: #0e1215; color: #fff;}

.no-desktop {display: none !important;}
.on-tablet {display: block !important;}

h2 {font-weight: 700; font-size: 14px; line-height: 54px; text-transform: uppercase;}

/* CABECERA PRINCIPAL ====================================================================================================================== */

.cabecera { background: #191e23; color: #9c9c9c; position: relative; z-index: 100}
.cabecera .inner {height: 70px; border-top: 1px solid #666; margin: 0 10px;}
.cabecera .logo {float: left; display: block; width: 180px; height: 100%; margin: 0 30px 0 0; background: transparent url(../img/logo_playser.svg) no-repeat 0 50%/100% auto; text-indent: -9999px; white-space: nowrap; overflow: hidden; }
.cabecera .logo:hover,
.cabecera .logo:focus {opacity: 0.7; transition: none;}
.cabecera ul.aux {display: block; float: right; margin-top: 10px; }
.cabecera ul.aux li {display: block; float: left; width: 60px; height: 60px; margin-left: 1px; position: relative; }
.cabecera ul.aux li button,
.cabecera ul.aux li a {display: block; height: 100%; width: 100%; background: #323232; border: 0; color: #fff; padding: 0; text-decoration: none; text-align: center; }
.cabecera ul.aux li button span,
.cabecera ul.aux li a span {font-size: 20px; line-height: 60px; }
.cabecera ul.aux li button:hover,
.cabecera ul.aux li button.activo,
.cabecera ul.aux li a:hover,
.cabecera ul.aux li a:focus {background: #009fe1;}
.cabecera ul.aux .usuario {width: 126px; padding: 17px 18px; background: #fff; border: 1px solid #ccc; position: absolute; top: 60px; left: 50%; margin-left: -82px;}
.cabecera .foto-usuario {display: block; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; margin: 0 auto;}
.cabecera .foto-usuario img {width: 100%; height: 100%; display: block;}
.cabecera ul.aux ul.usuario:before {content: ""; width: 0; height: 0; border: 12px solid transparent; border-bottom: 10px solid #ccc; position: absolute; top: -23px; left: 50%; margin-left: -12px;}
.cabecera ul.aux ul.usuario:after {content: ""; width: 0; height: 0; border: 12px solid transparent; border-bottom: 10px solid #fff; position: absolute; top: -22px; left: 50%; margin-left: -12px  }
.cabecera ul.aux ul.usuario li {display: block; width: auto; border: 0; height: auto; float: none; font-size: 14px; line-height: 27px;}
.cabecera ul.aux ul.usuario li a {color: #000; text-decoration: none; padding:  2px; line-height: 27px; background: none; display: inline; height: auto; width: auto; }
.cabecera ul.aux ul.usuario li a:hover,
.cabecera ul.aux ul.usuario li a:focus {background-color: #ccc}
.cabecera .nav-wrapper {font-size: 13px; }
.cabecera .nav-wrapper .menu {display: none; height: 54px; width: 54px; background: #323232; border: 0; color: #fff;}
.cabecera .nav-wrapper .menu span {font-size: 28px; line-height: 57px;}
.cabecera .nav {display: block; white-space: nowrap; line-height: 54px; margin-top: 17px; }
.cabecera .nav a {color: #fff; text-transform: uppercase; text-decoration: none; font-weight: 700; line-height: 53px; border-bottom: 3px solid transparent; display: inline-block;}
.cabecera .nav li {display: block; float: left; line-height: 53px; overflow: visible; margin-right: 3.5%;}
.cabecera .nav li a:hover, 
.cabecera .nav li a:focus {color: #009fe1} 
.cabecera .nav li.activo a {border-color: #009fe1; color: #009fe1} 
.cabecera .nav li.activo a:hover {opacity: 0.7;} 

	/* item cadena ser */

	.cabecera .nav .cadenaser a {position: relative; font-weight: normal;}
	.cabecera .nav .cadenaser a span {display: inline-block; width: 0; height: 13px; padding: 0 10px 0 3px; line-height: 13px; font-size: 8px; margin: -1px 3px 0 0; text-align: center; vertical-align: middle; background-color: #fff; color: #000; border-radius: 100%;}
	.cabecera .nav .cadenaser a:hover span,
	.cabecera .nav .cadenaser a:focus span {background-color: #009fe1;}
	.cabecera .nav .cadenaser a em {display: inline-block; font-size: 31px; vertical-align: middle; margin: -2px 0 0 0;} 

    /* siguenos */
    .cabecera .nav .redes {margin: 0;}
    .cabecera .redes ul {float: left; height: 54px; overflow: hidden;}
	.cabecera .redes li {margin: 9px 0 0 0; line-height: 27px; }
    .cabecera .redes span {font-size: 10px; display: block; float: left; line-height: 54px;}
    .cabecera .nav .redes a {width: 27px; height: 27px; display: inline-block; line-height: auto; border: 0; text-align: center; color: #666; }
    .cabecera .nav .redes:hover a,
    .cabecera .nav .redes:focus a {color: #999;}
    .cabecera .nav li li a:hover,
    .cabecera .nav li li a:focus {color: #fff !important;}
    .cabecera .redes a span {line-height: 27px; font-size: 15px; display: inline-block; margin: 0; width: 100%; height: 100%}



/* CUERPO ====================================================================================================================== */

.contenedor {position: relative; top: -3px; background: #e1e1e2}
.main {width: 670px; float: left; margin: 0 10px; padding-bottom: 18px; position: relative; }
.contenido {background: #fff;}

.sidebar {width: 300px; float: right; margin-right: 10px; padding-top: 73px; clear: right;}
.p_detalle-audio .sidebar {padding-top: 10px;}

/* caja noticias columna 2 */

.caja h2 {margin-top: 10px; line-height: 65px;}
.caja .contenido {background-color: transparent;}
.caja .article {display: block; width: 100%; box-sizing: border-box; background-color: #f0f0f0; padding: 10px; margin-bottom: 4px; text-decoration: none;}
.caja .article:hover, 
.caja .article:focus {opacity: 0.7;} 
.caja .foto,
.caja .texto {float: left;} 
.caja .foto,
.caja .foto img {width: 100px; height: auto;} 
.caja .foto {margin-right: 10px;} 
.caja .texto h3 {font-size: 13px; line-height: 18px; font-weight: 600; color: #000; text-decoration: none;} 

/* modulo directos */

div[class*="directos-"]  {overflow: hidden; background: #fff url('../img/bg-ondas.png') left bottom repeat-x; position: relative; clear: both; border-bottom: 1px solid #dbdbdb; height: 230px;}

    /*directos simple */
    .directos-simple .directo-principal {width: 661px; padding: 0 0 0 101px; margin: 0 auto; }

    /*directos doble*/
    .directos-doble .directo-principal,
    .directos-doble .programas-alternativos {width: 50%; box-sizing: border-box; float: left; padding-left: 10px; }

    /*directos multiple (3 o mas)*/
    .directos-multiple .directo-principal {width: expression(50% - 40px); width: calc(50% - 40px); float: left; padding-left: 10px; }
    .directos-multiple .programas-alternativos {width: 40%; width: expression(50% - 30px); width: calc(50% - 30px); float: left; padding-left: 10px; }
    .directos-multiple .controles {width: 60px; float: right; background: #009fe1; height: 100%;}
    .directos-multiple .controles button {height: 50%; display: block; background: none; border: 0; width: 100%; padding: 0; text-align: center; line-height: 50%; color: #fff; font-size: 40px; }
    .directos-multiple .controles button:hover,
    .directos-multiple .controles button:focus {background: #007fb4} 

    /*programa*/
    div[class*="directos-"] div[class*="directo-"] {position: relative; height: 230px; overflow: hidden; }
    div[class*="directo-"] .img {position: absolute; bottom: 0; right: 0; z-index: 1;}
    div[class*="directo-"] .text {width: 65%; float: left; position: relative; z-index: 2; }
    div[class*="directo-"] .alto_maximo {max-height: 160px; overflow: hidden;}
    div[class*="directo-"] span  {display: block;}
    div[class*="directo-"] .cintillo {font-weight: 700; font-size: 16px; line-height: 32px; text-transform: uppercase; padding-top: 18px;}
    div[class*="directo-"] .programa {font-weight: 700; font-size: 26px; line-height: 32px; text-transform: uppercase; color: #009fe1; text-decoration: none; margin-bottom: 5px; display: block;}
    div[class*="directo-"] a.programa:hover,
    div[class*="directo-"] a.programa:focus {opacity: 0.7;}
    div[class*="directo-"] .presentador {font-size: 16px; line-height: 20px; font-weight: 700; display: inline; vertical-align: bottom; }
    div[class*="directo-"] .hora {font-size: 12px; line-height: 20px; display: inline; vertical-align: bottom;}
    div[class*="directo-"] .presentador + .hora:before {content: " | "; font-size: 12px; line-height: 20px; margin: 0 5px; display: inline;} 
    div[class*="directo-"] .btn,
    .detalle .principal .btn-primary {height: auto; margin-top: 15px; padding: 10px 18px; display: inline-block; font-weight: 700; text-transform: uppercase; font-size: 14px; line-height: 15px; white-space: nowrap; cursor: pointer;}
	div[class*="directo-"] .btn a,
    .detalle .principal .btn-primary a {color: #fff; text-decoration: none;}
    div[class*="directo-"] .btn span,
    .detalle .principal .btn-primary span {display: inline; vertical-align: middle}
    div[class*="directo-"] .btn .btn-text:after,
	.detalle .principal .btn-primary .btn-text:after {content: " "; border-right: 1px solid rgba(255,255,255,0.8); margin-left: 10px; opacity: 0.8; padding: 2px 0;}
	div[class*="directo-"] .btn .icon-equalizer,
	div[class*="directo-"] .btn .icon-video,
	.detalle .principal .btn-primary .icon-equalizer {font-size: 18px; line-height: 15px; margin-left: 13px;}
    
    .directos-doble div[class*="directo-"] .text,
    .directos-multiple div[class*="directo-"] .text {width: 55%;}
	.directos-doble div[class*="directo-"] .cintillo,
    .directos-multiple div[class*="directo-"] .cintillo {font-size: 14px;}
    .directos-doble div[class*="directo-"] .programa,
    .directos-multiple div[class*="directo-"] .programa {font-size: 20px; line-height: 27px;}
    .directos-doble div[class*="directo-"] .presentador,
    .directos-multiple div[class*="directo-"] .presentador {font-size: 14px; line-height: 18px; font-weight: 600; }
	.directos-doble div[class*="directo-"] .hora,
	.directos-multiple div[class*="directo-"] .hora {line-height: 18px;} 
    .directos-doble div[class*="directo-"] .hora:before,
    .directos-multiple div[class*="directo-"] .hora:before {line-height: 16px; margin: 0 2px!important;} 
	.directos-doble div[class*="directo-"] .img,
    .directos-multiple .inner,
    .directos-multiple div[class*="directo-"] .img {height: 100%;}    
        
  
/* pestanas */   /* ------------- presentes en en-directo, emisora, programa y tag ------------- */

/* La definicion por defecto es la de dos pestanas, que es la de emisora, programa y tag.
   La redefinicion es para comentarios de directo, que puede haber una, dos, tres o cuatro pestanas, en funcion de los directos simultaneos */
	
.pestanas {height: 63px; line-height: 63px; padding: 9px 0 0 0; position: relative;}
.pestanas h2 {width: 200px; float: left; line-height: 54px; padding-top: 5px;}
.pestanas .btn-normas {position: absolute; top: auto; bottom: -3px; left: 0; margin: 0; padding: 6px 11px 0 8px; border-radius: 0; background-color: #fff; border-color: #fff; color: #777;}
.pestanas ul {float: none; position: relative; width: 100%; height: 63px; border-bottom: 1px solid #e5e5e5; }
.pestanas li {text-align: center; font-size: 12px; white-space: nowrap; box-sizing: border-box; border: solid #f3f3f3; border-width: 0 1px; background: #f3f3f3; font-weight: 600; display: block; float: left; }
.pestanas li a {display: block; overflow: hidden; text-overflow: ellipsis; color: #666; padding: 0 20px; text-decoration: none; text-transform: uppercase; }
.pestanas li.ui-state-active {background: #fff; border-color: #e5e5e5; height: 64px;}
.pestanas li.ui-state-active:first-child {margin-left: -1px;}
.pestanas li.ui-state-active:first-child a {padding-left: 21px;}
.pestanas li.ui-state-active.ui-state-hover {border-color: #e5e5e5;}
.pestanas li.ui-state-hover a,
.pestanas li.ui-state-active a {color: #000;}
.pestanas.unica li {width: auto; max-width: none; }
.pestanas.doble li {width: 100%; max-width: 50%; }
.pestanas.triple li {width: 100%; max-width: 33.3%; }
.pestanas.cuadruple li {width: 100%; max-width: 25%; }
.slick-prev, .slick-next, .slick-dots {display: none!important;}

/* bloque comentarios */

.comentarios {background: url('../img/bg-comillas.png') 105px top no-repeat;}
.comentarios .registro {position: relative; padding: 10px;}
.comentarios .registro a {text-decoration: none; color:#009fe1;}
.comentarios .registro a:hover,
.comentarios .registro a:focus {opacity: 0.7;}

.comentarios .pestanas {height: 64px;}
.comentarios .pestanas ul {width: calc(100% - 200px); expression: calc(100% - 200px); float: left;}
.comentarios .pestanas li.ui-state-active:first-child {margin-left: 0;}
.comentarios .pestanas li.ui-state-active:first-child a {padding-left: 20px;}

/* comentarios: cabecera usuario no registrado */

.comentarios .registro .capainfo {height: 60px;}
.comentarios .registro .capainfo p {font-size: 13px; line-height: 19px; padding-top: 10px;}
.comentarios .registro .capainfo p a:hover,
.comentarios .registro .capainfo p a:focus {color: #666; opacity: 1;}
.comentarios .registro .login {padding: 30px 55px; position: relative;}
.comentarios .registro .loguearse {margin-right: 221px;}
.comentarios .registro .loguearse input {font-size: 13px; line-height: 17px; color: #000; background-color: #f3f3f3; border: 1px solid #f3f3f3; margin: 0 0 10px 0; width: 100%; height: auto; padding: 10px; border-radius: 2px; box-sizing: border-box;}
.comentarios .registro .loguearse input.activo {background-color: #191e23; border-color: #191e23; color: #fff;}
.comentarios .registro .loguearse .contenedorenlaces {margin: 3px 0 0 0;}
.comentarios .registro .loguearse a {font-size: 11px; line-height: 16px; display: block;}
.comentarios .registro .loguearse a.entrar {background-color: #009fe1; text-transform: uppercase; color: #fff; padding: 10px 40px 8px; float: right; border-radius: 4px;}
.comentarios .registro .loguearse a.entrar:hover,
.comentarios .registro .loguearse a.entrar:focus {background-color: #191e23; opacity: 1;}
.comentarios .registro .loguearse a.contrasena {font-size: 11px; line-height: 34px; color: #999; float: left;}
.comentarios .registro .loguearse a.contrasena:hover,
.comentarios .registro .loguearse a.contrasena:focus {color: #000; }
.comentarios .registro .enlacessinregistro {width: 160px; height: 140px; position: absolute; right: 55px; top: 90px; border-left: 1px solid #efefef; padding-left: 30px; text-align: center;}
.comentarios .registro .enlacessinregistro a.boton {color: #fff; border-radius: 4px; font-size: 12px; line-height: 23px; text-transform: uppercase; text-decoration: none; width: 160px; height: 21px; text-align: center; padding: 8px 0; margin: 0 0 10px 0; display: block; background-color: #191e23;}
.comentarios .registro .enlacessinregistro a.boton:hover,
.comentarios .registro .enlacessinregistro a.boton:focus {color: #fff;}
.comentarios .registro .enlacessinregistro .pregunta {color: #000; background-color: transparent; border: 0; font-size: 11px; font-weight: 700; line-height: 14px; margin: 3px 0 0 0; text-align: center; padding: 12px 0; border-radius: 4px;}
.comentarios .registro .enlacessinregistro .pregunta:before { position: absolute; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); top: 6px; width: 0; height: 0; border: 4px solid; border-top: none; border-color: rgba(0, 0, 0, 0); border-bottom-color: #000; content: "";}
.comentarios .registro .enlacessinregistro .pregunta:hover
.comentarios .registro .enlacessinregistro .pregunta:focus {opacity: 0.7;}
.enlacessinregistro .contenedor_capa_ventajas {position: relative;}
.enlacessinregistro .capa_ventajas {width: 360px; position: absolute; top: 0; right: 0; background-color: #f3f3f3; border: 2px solid #fff; z-index: 10; padding: 15px; font-size: 11px; line-height: 16px; box-shadow: 0 0 5px #ccc; text-align: left; display: none;}
.enlacessinregistro .capa_ventajas:before {position: absolute; right: 50px; top: -19px; width: 0; height: 0; border: 20px solid; border-top: none; border-color: rgba(0, 0, 0, 0); border-bottom-color: #f3f3f3; content: "";}
.enlacessinregistro .capa_ventajas .encabezado {text-transform: uppercase; margin-bottom: 15px;}
.enlacessinregistro .capa_ventajas p {width: 180px; float: left; padding: 0; margin: 0; color: #000; font-weight: 700; font-size: 13px;}
.enlacessinregistro .capa_ventajas .close {top: 10px; right: 10px;}
.enlacessinregistro .capa_ventajas ul {margin-left: 15px;}
.enlacessinregistro .capa_ventajas ul li {font-size: 13px; line-height: 21px; color: #000; list-style-type: disc;}
.enlacessinregistro .capa_ventajas .enviar {overflow: hidden; padding: 0;}
.enlacessinregistro .capa_ventajas a.entrar {color: #fff; background-color: #009fe1; font-size: 11px; line-height: 17px; text-transform: uppercase; float: right; padding: 9px 30px 8px; border-radius: 4px; margin-top: 10px;}
.enlacessinregistro .capa_ventajas a.entrar:hover,
.enlacessinregistro .capa_ventajas a.entrar:focus {background-color: #191e23; color: #fff; opacity: 1;}

/* comentarios: usuario registrado */

.comentarios .registro .usuario {padding: 20px 20px 20px 130px; position: relative;}
.comentarios .registro .usuario .foto {position: absolute; top: 20px; left: 41px; width: 55px;}
.comentarios .registro .usuario .foto img {border: 1px solid #e7e7e3; border-radius: 100%; display: block; height: auto; width: 100%; padding: 2px; box-sizing: border-box;}
.comentarios .registro .usuario .datos .enlaces {text-transform: uppercase;}
.comentarios .registro .usuario .linea {display: none;}
.comentarios .registro .usuario .nombre {font-size: 19px; font-weight: 700; line-height: 20px; margin: 7px 0 10px 0; color: #000;}
.comentarios .registro .usuario .nombre a {color: #009fe1;}
.comentarios .registro .usuario .nombre a:hover,
.comentarios .registro .usuario .nombre a:focus {color: #666;}
.comentarios .registro .usuario ul li {list-style-type: none; display: inline; font-weight: normal; font-size: 11px; line-height: 14px; margin: 0 12px 0 0; padding: 0;}
.comentarios .registro .usuario ul li a {text-decoration: none; color: #009fe1; display: block; float: left; position: relative; padding-left: 10px; margin-right: 10px;}
.comentarios .registro .usuario ul li a:before {position: absolute; top: 5px; left: 0; content: ""; background-color: #009fe1; width: 3px; height: 3px; border-radius: 100%;}
.comentarios .registro .usuario ul li a:hover,
.comentarios .registro .usuario ul li a:focus {opacity: 0.5;}

/* comentarios: mostrar/ocultar uno u otro */

.comentarios_eskup .comentarioSesion,
.comentarios_eskup.logado .comeneskupCont {display: block;}
.comentarios_eskup .comeneskupCont,
.comentarios_eskup.logado .comentarioSesion {display: none;}

/* si no hay comentarios */

.sin-comentarios h2 {line-height: 68px; padding-top: 5px;}
.sin-comentarios .contenido {background-color: #f0f0f0;}
.sin-comentarios .listado li {border-color: #e1e1e2;}
.sin-comentarios .listado li:first-child {border-top: 1px solid #fff;}


 /* PAGINA DE PROGRAMA Y EMISORA ====================================================================================================================== */
 
 /* cabecera programa y emisora, tomando como base la de programa */
 
.header-programa-emisora {padding: 21px 0 18px 0; background: #fff;}
.header-programa-emisora .inner {background: #009fe1; height: 115px; padding: 0 10px 0 0;  position: relative}
.header-programa-emisora .foto {position: absolute; bottom: 0; left: 0; width: 123px; height: 123px; overflow: hidden;}
.header-programa-emisora .foto img {height: 100%;}
.header-programa-emisora .text {padding: 0 310px 0 135px; margin-top: 10px; transition: padding .3s linear;}
.header-programa-emisora .text h1 {line-height: 25px; margin: 10px 0 0 0; font-weight: 700; color: #fff; font-size: 24px; text-transform: uppercase; max-height: 53px;}
.header-programa-emisora .text h1 a {margin-right: 5px; color: #fff; text-decoration: none;}
.header-programa-emisora .text h1 a:hover,
.header-programa-emisora .text h1 a:focus {opacity: 0.7;}
.header-programa-emisora .text h1 span {color: #000; font-size: 20px; font-weight: normal; text-transform: uppercase;}
.header-programa-emisora .datos {color: #fff; font-weight: 600; display: inline-block; text-transform: uppercase; margin-top: 4px;}
.header-programa-emisora .datos em {font-style: normal; text-transform: none!important; margin: 0 2px;}
.header-programa-emisora ul.redes,
.header-programa-emisora ul.redes li {display: inline; color: #fff; font-weight: 400; margin-top: 0;}
.header-programa-emisora ul.redes li a {color: #fff; text-decoration: none; padding: 0 0 0 8px;}
.header-programa-emisora .datos + ul.redes:before {content: " | "; font-size: 12px; line-height: 20px; margin: 0 5px 0 3px; display: inline;}
.header-programa-emisora ul.redes {display: inline-block; margin-top: 4px;}
.header-programa-emisora .datos + ul.redes {display: inline; margin-top: 0;}
.header-programa-emisora .sidebar {position: absolute; top: 0; right: 0; padding: 0; width: 300px; height: 115px; }
.header-programa-emisora .btn-primary {margin-top: 12px; background: #191e22; border-radius: 3px; color: #fff; display: inline-block; line-height: 36px; box-sizing: border-box;}
.header-programa-emisora .btn-primary:hover,
.header-programa-emisora .btn-primary:focus {opacity: 1;}
.header-programa-emisora .btn-primary:hover span,
.header-programa-emisora .btn-primary:focus span,
.header-programa-emisora .btn-primary:hover a,
.header-programa-emisora .btn-primary:focus a {opacity: 0.7;}
.header-programa-emisora .btn-primary .btn-text {text-transform: uppercase; font-size: 14px; font-weight: 700; text-decoration: none; color: #fff;}
.header-programa-emisora .btn span {display: inline; vertical-align: middle;}
.header-programa-emisora .btn .btn-text:after {content: " "; border-right: 1px solid rgba(255,255,255,0.3); margin-left: 10px; opacity: 0.8; padding: 2px 0;}
.header-programa-emisora .btn .icon-hablar {font-size: 23px; line-height: 14px; margin-left: 13px;}
.header-programa-emisora .media {margin-top: 12px;}
.header-programa-emisora .media h2 {height: 18px; line-height: 15px; padding-top: 5px; font-weight: 700; font-size: 12px; border: solid #000; border-width: 1px 0; color: #000; text-transform: uppercase;}
.header-programa-emisora .feed {float: left; line-height: 29px; }
.header-programa-emisora .feed a {margin-right: 13px; font-weight: 600;}
.header-programa-emisora .feed span {margin-right: 4px;}
.header-programa-emisora .feed a,
.header-programa-emisora .feed span {color: #000; font-size: 10px; text-decoration: none; text-transform: uppercase;}
.header-programa-emisora .feed span,
.header-programa-emisora .feed em {vertical-align: middle;}
.header-programa-emisora .feed [class*="icon-"] {font-size: 15px}
.header-programa-emisora .feed .icon-rss {font-size: 13px}
.header-programa-emisora .feed .icon-itunes {font-weight: 700; margin-right: 5px;}
.header-programa-emisora .feed .icon-feedly {margin-right: 2px; margin-left: -5px;}
.header-programa-emisora .feed .icon-ivoox{display:inline-block;background:url(/bundles/playserweb/img/ivoox_negro.svg) 0 0 no-repeat;background-size:contain;width:15px;height:15px;}
.header-programa-emisora ul.nav {display: block; position: absolute; bottom: -3px; left: 135px; white-space: nowrap; transition: left .3s linear;}
.header-programa-emisora ul.nav  li {float: left; border-bottom: 3px solid transparent; margin-right: 20px; }
.header-programa-emisora ul.nav  li:last-child {margin-right: 0; }
.header-programa-emisora ul.nav  li a {display: block; line-height: 27px; color: #191e23; text-transform: uppercase; font-weight: 700; text-decoration: none;}
.header-programa-emisora ul.nav  ul,
.header-programa-emisora ul.nav  li,
.header-programa-emisora ul.nav  li a {height: 31px;}
.header-programa-emisora ul.nav  li.active {border-bottom-color: #191e23;}
.header-programa-emisora ul.nav  li.item-secciones {position: relative; margin-right: 15px;}
.header-programa-emisora ul.nav  li.externo span {display: inline-block; width: 0; height: 13px; padding: 0 10px 0 3px; line-height: 13px; font-size: 8px; margin: -1px 3px 0 0; text-align: center; vertical-align: middle; background-color: #191e22; color: #009fe1; border-radius: 100%;}
.header-programa-emisora ul.nav  li a .icon-flecha-down {font-size: 8px; font-weight: 700; margin-left: 5px;}
.header-programa-emisora a:hover,
.header-programa-emisora a:focus {opacity: 0.7;} 
.header-programa-emisora em {font-style: normal;}
.header-programa-emisora.no-foto .foto {display: none;}
.header-programa-emisora.no-foto .text {padding-left: 10px;}
.header-programa-emisora.no-foto ul.nav {left: 10px;}


.header-tematica .text,
.header-emisora .text {padding-left: 10px;}
.header-emisora .text h1 a {margin-right: 0;}
.header-emisora ul.nav {left: 10px;}
.header-emisora .btn {cursor: pointer;}
.header-emisora .btn span.icon-equalizer {font-size: 17px; line-height: 15px; margin-left: 11px;}

/* capa secciones */

.capa-secciones {position: absolute; z-index: 110; top: -17px; left: -21px; background-color: #009fe1; border: 1px solid rgba(255, 255, 255, 0.5); width: 300px; padding: 16px 20px 20px; box-sizing: border-box; display: none;}
.capa-secciones .cabecerilla {position: relative; border-bottom: 1px solid #191e22; }
.capa-secciones .cabecerilla h3 {font-size: 12px; font-weight: 700; line-height: 27px; text-transform: uppercase; padding: 0 0 4px; color: #191e22;}
.capa-secciones .cabecerilla .close {top: 0; right: -8px; color: #191e22; font-weight: 700;}
.capa-secciones .contenido {background-color: #009fe1; max-height: 250px; overflow-y: auto; padding: 10px 0 0; line-height: 27px;}
.header-programa-emisora ul.nav .capa-secciones .contenido  ul,
.header-programa-emisora ul.nav .capa-secciones .contenido  li,
.header-programa-emisora ul.nav .capa-secciones .contenido  li a {height: auto;}
.capa-secciones .contenido  ul li {display: block; font-size: 13px; float: none; margin-right: 0;}
.capa-secciones .contenido  ul li a {text-decoration: none; color: #fff; text-transform: none; font-weight: 400; line-height: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.capa-secciones .contenido  ul li a:hover,
.capa-secciones .contenido  ul li a:focus {color: #191e22; opacity: 1;}
.capa-secciones .contenido .activado a {font-weight: 700; color: #191e22;}
.capa-secciones .contenido .activado a:hover,
.capa-secciones .contenido .activado a:focus {opacity: 1; cursor: text;}

/* cabecera seccion de programa */

.header-programa-emisora .seccion {padding: 21px 0 18px 145px; margin-bottom: -19px; background: #fff; border-bottom: 1px solid #009fe1;}
.header-programa-emisora .seccion h4 {text-transform: uppercase; color: #009fe1; font-size: 20px; font-weight: 400; line-height: 22px;}

/* boton normas en comentarios */

.p_programa .main h2 {line-height: 80px; margin-top: 5px;}
.btn-normas {display: inline-block; margin: 0 0 0 10px; padding: 3px 7px 3px 3px; background-color: #b5b5b5; border: 1px solid #a4a4a4; color: #fff; border-radius: 2px; font-size: 10px; font-weight: 600; text-transform: uppercase; text-decoration: none; position: relative; top: -3px; line-height: 10px;}
.btn-normas:hover,
.btn-normas:focus {opacity: 0.7;}
.btn-normas .icon-text {margin-right: 7px; vertical-align: middle;}
.btn-normas .txt {vertical-align: middle;}

/* caja ficha de emisora */

.ficha-emisora {background-color: #f0f0f0; margin-top: 30px;}
.ficha-emisora .cabecerilla {position: relative; padding: 18px 70px 15px 10px; border-bottom: 1px solid #fff;}
.ficha-emisora .cabecerilla h2 {line-height: 19px; }
.ficha-emisora .cabecerilla .vermas {position: absolute; right: 10px; top: 15px; width: 60px; display: block; background-color: #000; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 10px; padding: 2px 7px 1px; border-radius: 2px;}
.ficha-emisora .cabecerilla .vermas:hover,
.ficha-emisora .cabecerilla .vermas:focus {opacity: 0.7;}
.ficha-emisora .cabecerilla .vermas .icon-mas {margin-left: 7px; font-size: 8px;}
.ficha-emisora .inner ul li {border-bottom: 1px solid #fff; padding: 10px; box-sizing: border-box;}
.ficha-emisora .inner ul li:last-child {border-bottom: none; padding-bottom: 20px;}
.ficha-emisora .inner ul li .apartado {display: block; text-transform: uppercase; font-size: 12px; font-weight: 700;}
.ficha-emisora .inner ul li .detalle {clear: left; background-color: transparent; font-size: 14px; padding: 0; margin: 0; color: #009fe1; text-decoration: none;}
.ficha-emisora .inner ul li a.detalle {border-bottom: 1px dotted rgba(0,159,225,0.4);}
.ficha-emisora .inner ul li a.detalle:hover,
.ficha-emisora .inner ul li a.detalle:focus {border-bottom-color: transparent; color: #000;}

/* listado ul & ol */   /* ------------- presentes en buscador, emisora, programa, tag y columna derecha de detalle de audio ------------- */

ul.listado li,
ol.listado li {border-bottom: 1px solid #ebebeb; height: 36px; padding: 14px 130px 14px 10px; position:relative; font-size: 15px; color: #666; line-height: 0; overflow: hidden;}
ul.listado li:last-child,
ol.listado li:last-child {border-bottom: none;}
ul.listado li .programa,
ol.listado li .programa {font-weight: 700; color: #191e23; display: block; max-width: 100%; box-sizing: border-box; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 18px; height: 18px; overflow: hidden; text-decoration: none;}
ul.listado li .programa:hover,
ul.listado li .programa:focus,
ol.listado li .programa:hover,
ol.listado li .programa:focus {color: #888;}
ul.listado li .info,
ol.listado li .info {position: relative; display: block; box-sizing: border-box; font-size: 11px; line-height: 24px; height: 18px; text-transform: uppercase}
ul.listado li .info .presentador,
ol.listado li .info .presentador {display: block; float: left; max-width: 78%; margin-right: 3px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
ul.listado li em,
ol.listado li em {font-style: normal; color: #009fe1;}
ul.listado li .horario,
ol.listado li .horario {line-height: 24px;}
ul.listado li .btn,
ol.listado li .btn {height: 33px; line-height: 34px; padding: 0 15px; background: #404040; position: absolute; right: 10px; top: 15px; font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; cursor: pointer; box-sizing: border-box; display: none;}
ul.listado li .btn .icon-equalizer,
ol.listado li .btn .icon-equalizer {display: none;}
ul.listado li:hover,
ul.listado li:focus,
ol.listado li:hover,
ol.listado li:focus {background: #f0f0f0;} 
ul.listado li:hover:before,
ul.listado li:focus:before,
ol.listado li:hover:before,
ol.listado li:focus:before {color: #404040;}
ul.listado li:hover .btn,
ul.listado li:focus .btn,
ol.listado li:hover .btn,
ol.listado li:focus .btn {display: block;}
ul.listado li:hover .btn:hover,
ul.listado li:focus .btn:focus,
ol.listado li:hover .btn:hover,
ol.listado li:focus .btn:focus {background: #009fe1}

/* ol exceptions */

ol.listado {counter-reset: my-counter;}
ol.listado li {padding: 14px 130px 14px 72px;}
ol.listado li:before { content: counter(my-counter); counter-increment: my-counter; display: block; width: 72px; height: 7px; position: absolute; top: 0; left: 0; text-align: center; line-height: 69px; font-size: 50px; font-weight: 700; color: #ccc;}

/* mensaje si no hay audios */

.reproducciones h2,
.p_programa .reproducciones h2 {border: 10px solid #fff; border-radius: 15px; background-color: #f3f3f3; color: #999; text-shadow: 1px 1px 0 #fff; text-align: center; font-size: 12px; font-weight: 400; line-height: 54px; margin-top: 0;}

/* audios mas escuchados en columna 2 (en detalle de audio) */

.sidebar ol.listado li {padding: 8px 50px 8px 22px; font-size: 14px; border-color: #d8d8d9;}
.sidebar ol.listado li:first-child {border-top: 1px solid #d8d8d9;}
.sidebar ol.listado li:before {font-size: 12px; line-height: 36px; color: #666; width: 20px;}
.sidebar ol.listado li .info,
.sidebar ol.listado li .horario {line-height: 21px; height: 17px;}
.sidebar ol.listado li .info {width: 100%;}
.sidebar ol.listado li .info .presentador {max-width: 55%;}
.sidebar ol.listado li .btn {width: 40px; height: 40px; top: 5px; right: 5px; background: transparent; color: #999; display: block;}
.sidebar ol.listado li .btn:hover,
.sidebar ol.listado li .btn:focus {color: #fff;}
.sidebar ol.listado li .btn .txt {display: none;}
.sidebar ol.listado li .btn .icon-equalizer {display: inline-block; line-height: 42px; font-size: 17px; margin-left: -4px;}

/* paginacion */

.paginacion {text-align: center; margin: 0 auto; padding: 15px 0; background-color: #e1e1e2;}
.paginacion button, .paginacion a {height: 28px; width: 28px; border-radius: 50%; background-color: transparent; border: 0; text-align: center; padding: 0; color: #000; font-size: 13px; vertical-align: middle  }
.paginacion button span, .paginacion a span {vertical-align: middle; font-weight: 700;}
.paginacion button.off, .paginacion a.off {opacity: 0.2; text-shadow: 1px 1px 0 #fff; }
.paginacion button:hover,
.paginacion button:focus,
.paginacion a:hover,
.paginacion a:focus{background: #191e22; color: #fff;}
.paginacion button:hover span,
.paginacion button:focus span,
.paginacion a:hover span,
.paginacion a:focus span{font-weight: 400;}
.paginacion button.off:hover,
.paginacion button.off:focus,
.paginacion a.off:hover,
.paginacion a.off:focus{background-color: transparent; color: #000; opacity: 0.2; cursor: text;}
.paginacion button.off:hover span,
.paginacion button.off:focus span,
.paginacion a.off:hover span,
.paginacion a.off:focus span{font-weight: 700;}
.paginacion .txt {text-transform: uppercase; margin: 0 10px;}
.paginacion em {font-style: normal;}
.paginacion:first-child {float: none; position: absolute; top: 27px; right: 0; margin: 0; }
.paginacion:first-child button, .paginacion:first-child a {line-height: 18px; }

/* PAGINA BUSCADOR ====================================================================================================================== */

/* cabecera con caja de busqueda */

.header-buscador {padding: 21px 0 25px; background: #fff; position: relative;}
.header-buscador .borde {background-color: #f5f5f5; padding: 8px; border-radius: 8px; position: relative; margin: 27px auto; width: 80%;}
.header-buscador .inner {padding: 0; height: 58px; position: relative;}
.header-buscador .inner input[type="text"] { background-color: #fcfcfc; border: 1px solid #ccc; width: 100%; padding: 0 0 0 20px; font-weight: 600; font-size: 16px; color: #000; height: 58px; box-sizing: border-box;}
.header-buscador .inner .icon-lupa {display: none;}
.header-buscador .inner .buscar {position: absolute; top: 5px; right: 5px; background: #009fe1; border: 0; color: #fff; border-radius: 4px; text-transform: uppercase; padding: 16px 35px; font-size: 13px; font-weight: 700; height: 48px; cursor: pointer;}
.header-buscador .inner .buscar:hover,
.header-buscador .inner .buscar:focus {opacity: 0.7;}

/* capa predictiva buscador */

.capa-predictiva {position: relative; bottom: 1px;}
.capa-predictiva ol.listado,
.capa-predictiva ul.listado {position: absolute; z-index: 5; width: 100%; background-color: #fff; border: 1px solid #ccc; box-sizing: border-box; box-shadow: 0 5px 5px rgba(0,0,0,0.3); max-height: 320px; overflow: auto;}
.capa-predictiva ol.listado li,
.capa-predictiva ul.listado li {padding-left: 20px; }
.capa-predictiva ol.listado li:last-child,
.capa-predictiva ul.listado li:last-child {border-bottom: none;}
.capa-predictiva ul.listado li a .coincidencia,
.capa-predictiva ol.listado li a .coincidencia {color: #009fe1;}

/* pestanas */

.p_buscador .resultados {font-size: 12px; padding: 25px 0 24px; color: #444; text-transform: uppercase; max-width: 480px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.p_buscador .resultados em {display: inline-block; background-color: #fff; color: #000; font-size: 14px; font-weight: 700; font-style: normal; padding: 3px 8px; border-radius: 3px; height: 18px; margin-right: 2px; position: relative;}
.p_buscador .resultados em:after {content: ""; width: 0; height: 0; border: 7px solid transparent; border-top: 12px solid #fff; position: absolute; bottom: -19px; left: 50%; margin-left: -7px;}
.p_buscador .paginacion:first-child {top: 24px;}

/* filtros de busqueda */   /* ------------- presentes en buscador, a la carta (solo fecha), emisora, programa y tag ------------- */

.filtros {position: relative; clear: both; background-color: #fff;}
.filtros .inner {padding: 0 120px 0 115px;}
.filtros .encabezado {position: absolute; left: 15px; top: 0; width: 100px; color: #009fe1; padding: 17px 0;}
.filtros .encabezado h2 {display: inline-block; vertical-align: middle; font-size: 12px; font-weight: 700; line-height: 19px; margin: 0 5px 0 0; padding: 2px 0;}
.filtros .encabezado .icon-flecha-dch {vertical-align: middle; font-size: 9px;}
.filtros .contenedor-filtros {}

.filtros .boton {position: absolute; right: 15px; top: 0; width: 100px; padding: 17px 0; text-align: right;}
.filtros .boton .quitar {display: inline-block; padding: 2px 0; height: auto; background-color: #fff; color: #009fe1; font-size: 12px; font-weight: 700; line-height: 19px; text-transform: uppercase; cursor: pointer;}
.filtros .boton .quitar:hover,
.filtros .boton .quitar:focus {opacity: 0.7;}

.filtros:after {display: block; width: 100%; height: 3px; content: ""; border-top: 1px solid #dfdfdf;
                                background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(234,234,234,0) 100%); 
                                background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(234,234,234,0) 100%);
                                background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(234,234,234,0) 100%); 
                                background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(234,234,234,0) 100%); 
                                background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(234,234,234,0) 100%); 
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 ); 
}

[class*="filtro-"] {position: relative; float: left; margin: 0 1.5%;}
[class*="filtro-"] .btn {padding: 0; float: left; background-color: transparent; text-transform: uppercase; font-size: 10px; font-weight: 700; height: auto; line-height: 30px;}
[class*="filtro-"] .btn:hover,
[class*="filtro-"] .btn:focus {opacity: 0.7;}
[class*="filtro-"] .nombre {font-size: 12px; padding: 2px 10px 1px; background-color: transparent; border-radius: 4px; line-height: 19px; margin: 17px 0;}
[class*="filtro-"] .nombre .txt {margin-right: 5px;}
[class*="filtro-"] .nombre .icon-flecha-down {font-size: 9px;}
[class*="filtro-"] .nombre .icon-ok {display: none; font-size: 9px; margin-left: 3px;}
[class*="filtro-"].activado .nombre {background-color: #191e22; color: #fff;}
[class*="filtro-"].activado .icon-flecha-down {display: none;}
[class*="filtro-"].activado .icon-ok {display: inline-block;}

/* filtro desactivado */

[class*="filtro-"].desactivado .nombre {opacity: 0.3; position: relative;}
[class*="filtro-"].desactivado .nombre:before {content: ""; position: absolute; width: 30px; height: 30px; top: -4px; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); background: transparent url(../img/icono-desactivado.svg) no-repeat 0 0/100% auto; opacity: 0.3; z-index: 1;}
[class*="filtro-"].desactivado .icon-flecha-down {display: none;}
.capa-explicacion {position: absolute; z-index: 110; top: 44px; left: 0; width: 100%; background-color: #191e23; border-radius: 16px; border: 10px solid #fff; padding: 21px; box-sizing: border-box;}
.capa-explicacion .close {top: 15px; color: #fff;}
.capa-explicacion p {text-transform: uppercase; color: #fff; text-align: center;}
.capa-explicacion p:before {position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); width: 0; height: 0; border: 6px solid; border-bottom: none; border-color: rgba(0, 0, 0, 0); border-top-color: #fff; content: "";}

/* capas desplegables */

[class^="capa-filtro-"] {position: absolute; z-index: 110; top: -1px; left: -11px; background-color: #fff; border: 1px solid #ddd; box-shadow: 0 0 5px #ccc; width: 300px; padding: 19px; box-sizing: border-box;}
[class^="capa-filtro-"] .cabecerilla {position: relative;}
[class^="capa-filtro-"] .cabecerilla h3 {font-size: 12px; font-weight: 700; line-height: 19px; text-transform: uppercase; padding: 0 0 18px; color: #009fe1; }
[class^="capa-filtro-"] .cabecerilla .close {top: -5px; right: -8px; color: #009fe1; font-weight: 700;}
[class^="capa-filtro-"] input {display: block; width: 100%; height: 30px; padding: 0 0 0 8px; border: 1px solid #191e22; box-sizing: border-box; background-color: #f0f0f0; color: #000;}

.botones {border: solid #efefef; border-width: 1px 0; padding: 10px 0;}
.botones .btn {text-transform: uppercase; padding: 0 20px; font-size: 12px; font-weight: 700; height: 30px; line-height: 32px;}
.botones .quitar {background-color: #fff; color: #666; padding: 0 14px; width: auto; border: none; cursor: pointer;}
.botones .aplicar {float: right; background-color: transparent; color: #000;}
.botones .quitar:hover,
.botones .quitar:focus {background-color: #999; color: #fff; opacity: 1;}
.botones .aplicar:hover,
.botones .aplicar:focus {background-color: #191e22; color: #fff; opacity: 1;}

/* contenido checkboxes */

[class^="capa-filtro-"] .contenido {max-height: 250px; overflow-y: auto; padding: 15px 0 0; line-height: 27px;}
[class^="capa-filtro-"] .contenido  ul li {display: block; font-size: 13px;}
[class^="capa-filtro-"] .contenido  input {display: inline; width: auto; height: auto; padding: 0; border: 0; margin: 0 8px 0 0;}
[class^="capa-filtro-"] .contenido  input,
[class^="capa-filtro-"] .contenido  label {vertical-align: middle;}
[class^="capa-filtro-"] .contenido  label {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: inline-block; max-width: 215px;}
[class^="capa-filtro-"] .contenido  input:checked + label {font-weight: 700;}
[class^="capa-filtro-"] .contenido  label:hover,
[class^="capa-filtro-"] .contenido  label:focus {opacity: 0.7;}

/* fecha */

.filtro-fecha button {border: 0; padding: 0; vertical-align: top;}
.filtro-fecha .capa-filtro-fecha {width: 200px; height: 280px; overflow: hidden; transition: all 0.5s ease-out;}
.filtro-fecha .capa-filtro-fecha .contenido {overflow-y: visible; max-height: none;}
.filtro-fecha .capa-filtro-fecha .contenido  label {max-width: 135px;}
.filtro-fecha .capa-filtro-fecha .rangos {width: 175px; float: left;}
.filtro-fecha .capa-filtro-fecha .rangos ul li {line-height: 33px;}
.filtro-fecha .capa-filtro-fecha .calendario {width: 250px; height: 0; position: relative; top: -10px; overflow: hidden; float: right; transition: none;}

.filtro-fecha .desde-hasta {margin: 15px 0 0 21px; height: 0; overflow: hidden; transition: none;}
.filtro-fecha .desde-hasta ul li {font-size: 12px; line-height: 26px;}
.filtro-fecha .desde-hasta ul li .label {float: left; width: 45px; vertical-align: middle;}
.filtro-fecha .desde-hasta ul li input {float: left; width: 90px; padding: 8px 7px 7px; background-color: #f5f5f5; border: 1px solid #f5f5f5; margin: 0; font-size: 11px; font-weight: 700; color: #000;}
.filtro-fecha .desde-hasta ul li input:focus {background-color: #fff; border-color: #009fe1;}
.filtro-fecha .desde-hasta ul li .icon-flecha-dch {display: none; float: left; width: 10px; line-height: 30px; color: #009fe1; vertical-align: middle; margin-left: 5px; font-weight: bold;}
.filtro-fecha .desde-hasta ul li input:focus ~ .icon-flecha-dch {display: block;}
.filtro-fecha .desde-hasta .aplicar {font-size: 13px; line-height: 26px; margin: 5px 0 0 45px; padding: 0 15px;}
.filtro-fecha .desde-hasta .aplicar:hover,
.filtro-fecha .desde-hasta .aplicar:focus {background-color: #191e22; color: #fff; opacity: 1;}

/* calendario */

.calendario .ui-datepicker-header {padding-bottom: 8px; border-bottom: 1px solid #f0f0f0; overflow: hidden;}
.calendario .ui-datepicker-header .ui-datepicker-title {text-transform: uppercase; line-height: 32px; float: left; }
.calendario .ui-datepicker-header .ui-datepicker-prev,
.calendario .ui-datepicker-header .ui-datepicker-next {position: absolute; top: 0; height: 28px; width: 28px; text-align: center; border: 0; padding: 0; color: #000; font-size: 13px; vertical-align: middle; background-color: transparent; border-radius: 100%; cursor: pointer;}
.calendario .ui-datepicker-header .ui-datepicker-prev {right: 30px; background: transparent url(../img/spt-flecha-left-narrow.svg) no-repeat 6px 7px/13px auto;}
.calendario .ui-datepicker-header .ui-datepicker-next {right: 0; background: transparent url(../img/spt-flecha-right-narrow.svg) no-repeat 8px 7px/13px auto;}
.calendario .ui-datepicker-header .ui-datepicker-prev:hover,
.calendario .ui-datepicker-header .ui-datepicker-prev:focus {background-color: #191e22; background-position: 6px -13px;}
.calendario .ui-datepicker-header .ui-datepicker-next:hover,
.calendario .ui-datepicker-header .ui-datepicker-next:focus {background-color: #191e22; background-position: 8px -13px;}
.calendario .ui-datepicker-header .ui-icon {text-indent: -9999px; overflow: hidden; display: block;}
.calendario .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled ,
.calendario .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {opacity: 0.3;}
.calendario .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:hover,
.calendario .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:focus {background-color: transparent; background-position: 6px 7px; cursor: text;}
.calendario .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:hover,
.calendario .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:focus {background-color: transparent; background-position: 8px 7px; cursor: text;}
.calendario table {width: 100%;}
.calendario table th {font-size: 10px; text-transform: uppercase; height: 40px;}
.calendario table td {border: 2px solid #fff;}
.calendario table td,
.calendario table td span,
.calendario table td a {text-align: center; font-size: 12px; line-height: 30px; box-sizing: border-box;}
.calendario table td span,
.calendario table td a {display: block;}
.calendario table td a {background-color: #f5f5f5; color: #000; text-decoration: none;}                                     /* dia normal seleccionable */
.calendario table td.ui-state-disabled {background-color: #f5f5f5; color: #ddd; text-shadow: 1px 1px 0 #fff; cursor: text;} /* dia sin contenido */
.calendario table td.ui-state-disabled:hover,
.calendario table td.ui-state-disabled:focus {background-color: #f5f5f5; color: #ddd;}
.calendario table td.ui-datepicker-today a,                                                                                 /* dia de hoy */
.calendario table td.ui-datepicker-today a.ui-state-active  {background-color: #e0e0e0; color: #000;}                        
.calendario table td a.ui-state-active {background-color: #009fe1; color: #fff;}                                             /* dia seleccionado */
.calendario table td.ui-datepicker-other-month,                                                                             /* td vacio */
.calendario table td.ui-datepicker-other-month:hover,
.calendario table td.ui-datepicker-other-month:focus {background-color: transparent;}
.calendario table td.ui-datepicker-today a.ui-state-active:hover,
.calendario table td.ui-datepicker-today a.ui-state-active:focus,
.calendario table td a:hover,
.calendario table td a:focus {background: #000; color: #fff;}

/* con elegir fechas activo */

.filtro-fecha .elegir-fechas {width: 465px; height: 415px;}
.filtro-fecha .elegir-fechas .desde-hasta {height: 100px; transition: height 0.3s linear 0.5s;}
.filtro-fecha .elegir-fechas .calendario {height: 280px; top: 0; transition: all 0.3s ease-out 0.5s;}

/* PAGINA A LA CARTA ====================================================================================================================== */
 
/* destacados a la carta */

.p_a-la-carta .main h2 {margin-top: 5px; line-height: 68px;}
.bloque.listado {background: #fff; padding: 10px 10px 10px 0;}
.bloque.listado ul {width: 100%;}
.bloque.listado li {width: 50%; box-sizing: border-box; float: left; padding-left: 10px; margin-bottom: 1px; }
.bloque.listado li a {background: #009fe1; height: 50px; display: block; padding: 13px 10px; text-decoration: none; color: #000; position: relative}
.bloque.listado li a:hover,
.bloque.listado li a:focus {opacity: 0.7;} 
.bloque.listado .text {display: block; margin-right: 90px;}
.bloque.listado .nombre {color: #fff; font-size: 15px; font-weight: 700; display: block; text-transform: uppercase}
.bloque.listado .presentador { text-transform: uppercase; font-size: 11px; line-height: 16px; display: block; margin-top: 2px;}
.bloque.listado img {position: absolute; top: 0; right: 0; height: 100%; filter: grayscale(100%); -webkit-filter: grayscale(100%);}
.bloque.listado .buscador {background: #191e22; padding: 27px 10px; margin: 10px 0 0 10px;}
.bloque.listado .select {width: 40%; margin-right: 2%; float: left; overflow: hidden; background: transparent url('../img/select-negro.png') right center no-repeat;}
.bloque.listado select {height: 29px; border: 0; padding: 0; line-height: 25px; border: 1px solid #fff; color: #fff; background: #191e22; width: 120%; background: url('../img/dot-trans.png'); }
.bloque.listado .select.disabled{opacity: 0.2;}
.bloque.listado  select:disabled{cursor: default;}
.bloque.listado select:selection  {background: #000; color: #fff;}
.bloque.listado .select option {background-color: #191e22; color: #fff;}
.bloque.listado .icon-flecha-right-narrow {position: absolute; top: 13px; right: 20px; color: #fff; font-size: 17px; color: #fff; opacity: 0; transition: all 0.2s ease-out;}
.bloque.listado a:hover .icon-flecha-right-narrow,
.bloque.listado a:focus .icon-flecha-right-narrow {opacity: 1; right: 9px;}
.bloque.listado .btn {display: inline-block; height: 29px; line-height:  30px; width: 15%; font-size: 13px; font-weight: 700; text-transform: uppercase; text-align: center; padding: 0;}
.bloque.listado .btn a {text-decoration: none; color: #fff;}

.bloque.secciones ul {margin-left: 9px; background: #009fe1; width: auto; padding: 9px 0}
.bloque.secciones li {width: 33%; padding-left: 0; margin-bottom: 0; white-space: nowrap}
.bloque.secciones li a {height: 18px; padding: 4px 10px;}
.bloque.secciones .text {margin: 0;}
.bloque.secciones .nombre {line-height: 18px; overflow: hidden; text-overflow: ellipsis;}
.bloque.secciones li a:hover,
.bloque.secciones li a:focus {background: #009fe1; } 
.bloque.secciones li a:hover,
.bloque.secciones li a:focus .nombre {color: #000;}

/* filtro fecha en a la carta */

.header-buscador .filtros {clear: none; position: absolute; width: 300px; top: 27px; right: 10px; background-color: transparent; margin: 0 auto; padding: 0; box-sizing: border-box; text-align: center;}
.header-buscador .filtros:after {display: none;}
.header-buscador .filtros h2 {font-size: 12px; line-height: 59px; color: #009fe1; display: inline-block; vertical-align: middle; margin-top: 0;}
.header-buscador .filtro-fecha {position: static; float: none; margin: 0; display: inline-block; vertical-align: middle; text-align: left;}
.header-buscador .filtro-fecha .nombre {padding: 2px 2px 1px;}
.header-buscador .activado .nombre {margin-left: 3px; padding: 2px 10px 1px;}
.header-buscador .filtro-fecha [class^="capa-filtro-"] {left: auto; right: 0;}
.header-buscador .filtro-fecha [class^="capa-filtro-"] {top: 0;}

/* PAGINA DETALLE DE AUDIO ====================================================================================================================== */
 
.detalle {background: #fff; margin-top: 10px; padding: 10px;}
.detalle h1 {font-size: 30px; line-height: 36px; font-weight: 400; margin: 5px 0 15px;}
.detalle .firma,
.detalle .firma a {color: #666; text-decoration: none;}
.detalle .firma a:hover,
.detalle .firma a:focus {color: #000;}
.detalle .firma .autor {text-transform: uppercase;}
.detalle .firma .autor + .data:before,
.detalle .firma .autor + .actualizado:before {content: " | "; font-size: 12px; line-height: 20px; margin: 0 5px; display: inline;}
.detalle .firma .data + .actualizado:before {content: " | "; font-size: 12px; line-height: 20px; margin: 0 5px; display: inline;}
.detalle p {font-size: 15px; line-height: 22px;}

.detalle .botonera {background-color: #e1e1e2; border-radius: 3px; margin: 20px 0; padding: 5px;}
.detalle .principal {float: left;}
.detalle .principal .btn-primary,
.detalle .principal .duracion {float: left;}
.detalle .principal .btn-primary {margin-top: 0;}
.detalle .principal .duracion {font-size: 16px; line-height: 36px; margin-left: 10px;}
.detalle .secundario {float: right; position: relative;}
.detalle .secundario .btn {background-color: #191e22; color: #fff; padding: 0 9px; margin: 7px 7px 0 0; height: 22px; line-height: 19px; border-radius: 3px;}
.detalle .secundario .btn:hover,
.detalle .secundario .btn:focus {opacity: 0.7;}
.detalle .secundario .btn .btn-text {text-transform: uppercase; font-size: 10px; font-weight: 400; vertical-align: middle;}
.detalle .secundario .btn .btn-text:after {content: " "; border-right: 1px solid rgba(255,255,255,0.2); margin-left: 6px; opacity: 0.8;}
.detalle .secundario .btn .icon-embed {font-size: 14px; line-height: 19px; vertical-align: middle; margin-left: 7px;}

/* capa embed */

.detalle .secundario .embed {width: 300px; height: auto; padding: 0; top: 0; right: 0; left: auto; box-shadow: 0 0 7px #777; display: none;}
.detalle .secundario .embed .inner-embed {padding: 10px 15px 15px; height: auto;}
.detalle .secundario .embed .label {border-bottom: 1px solid rgba(255,255,255,0.5); color: #fff; position: static; width: auto; margin: 0 0 15px; padding: 0 0 10px; text-transform: uppercase; font-size: 12px; display: block;}
.detalle .secundario .embed .close {width: auto; top: 8px; right: 15px; background-color: transparent; color: #fff;}
.detalle .secundario .embed .select {width: 100%; overflow: hidden; background: #fff url('../img/select-blanco-azul.png') right center no-repeat; margin-bottom: 15px; }
.detalle .secundario .embed .select select {display: block; width: 120%; height: 30px; padding: 0 0 0 8px; border: 0; border-right: 1px solid #14181b; background: url('../img/dot-trans.png'); color: #000; font-weight: 700;} 
.detalle .secundario .embed .select select:selection  {background: #000; color: #fff;}
.detalle .secundario .embed .select option { padding: 8px 0 8px 8px; color: #000;}
.detalle .secundario .embed .code {width: 100%; float: none; height: 100px; background-color: #fff; font: 11px/16px "Courier New", Courier, monospace; margin-bottom: 10px;}
.detalle .secundario .embed .control-conf {width: auto; display: block;}
.detalle .secundario .embed .control-conf .btn-secundary {text-transform: uppercase; padding: 5px 20px 4px; margin: 0; height: auto; width: auto; font-size: 12px; font-weight: 700; background-color: #fff; color: #009fe1;}
.detalle .secundario .embed .control-conf .btn-secundary:hover,
.detalle .secundario .embed .control-conf .btn-secundary:focus {background-color: #191e22; opacity: 1; color: #fff;}

/* modulo compartir */

.modulo-compartir {margin: 20px 0;}
.modulo-compartir ul {list-style: none;}
.modulo-compartir ul li {float: left; padding: 0; background: none; margin-right: 5px; cursor: pointer;}
.modulo-compartir .boton-enviar {box-sizing: border-box; border-radius: 3px; display: inline-block; float: left; width: 120px; height: 29px; padding: 2px; line-height: 25px; background-color: #191e22;}
.modulo-compartir .boton-enviar:focus {outline: none;}
.modulo-compartir [class^="icon-"] {display: inline-block; width: 25px; height: 25px; font-size: 15px; line-height: 25px; color: #fff; text-align: center;}
.modulo-compartir .contador {display: inline-block; float: right; text-align: right; padding: 0 4px 0 2px; color: #fff; overflow: hidden; max-width: 65px; overflow: hidden; font-size: 14px; line-height: 27px; opacity: 0.8;}
.modulo-compartir .boton-enviar:hover .contador,
.modulo-compartir .boton-enviar:focus .contador {opacity: 1;}
.modulo-compartir .facebook:hover .boton-enviar,
.modulo-compartir .facebook:focus .boton-enviar {background-color: #4862a3;}
.modulo-compartir .twitter:hover .boton-enviar,
.modulo-compartir .twitter:focus .boton-enviar {background-color: #55acee;}

.modulo-compartir .email {position: relative;}
.modulo-compartir .email button,
.modulo-compartir .whatsapp a {box-sizing: border-box; border-radius: 3px; display: inline-block; width: 48px; height: 29px; background-color: #191e22; border: 0;}
.modulo-compartir .email .icon-mail,
.modulo-compartir .whatsapp .icon-whatsapp {width: 100%; font-size: 17px; line-height: 25px; vertical-align: middle;}
.modulo-compartir .whatsapp .icon-whatsapp {line-height: 36px;}
.modulo-compartir .email:hover button,
.modulo-compartir .email:focus button,
.modulo-compartir .whatsapp:hover a,
.modulo-compartir .whatsapp:focus a {opacity: 0.7}

/* capa email */

.modulo-compartir .form-mail {width: 300px; height: auto; padding: 0; top: -9px; box-shadow: 0 0 7px #777; cursor: default; display: none;}
.modulo-compartir .form-mail .form-mail-inner {padding: 10px 15px 15px;}
.modulo-compartir .form-mail .txt {border-bottom: 1px solid rgba(255,255,255,0.5); color: #fff; position: static; width: auto; margin: 0 0 15px; padding: 0 0 5px; text-transform: uppercase; font-size: 12px;}
.modulo-compartir .form-mail .txt .icon-mail {width: auto; margin-right: 10px; line-height: 23px;}
.modulo-compartir .form-mail .txt .close {background-color: transparent; width: auto; top: 8px; right: 10px;}
.modulo-compartir .form-mail .txt .close:hover,
.modulo-compartir .form-mail .txt .close:focus {opacity: 0.5;}
.modulo-compartir .form-mail input {height: 31px; margin-bottom: 15px; padding: 5px;}
.modulo-compartir .form-mail textarea {margin-bottom: 15px; padding: 5px; height: auto;}
.modulo-compartir .form-mail .action {position: static; width: auto;}
.modulo-compartir .form-mail .action button {height: auto; width: auto; padding: 5px 20px 4px; float: none; line-height: 20px;}
.modulo-compartir .form-mail .action button:hover,
.modulo-compartir .form-mail .action button:focus {background-color: #191e22; color: #fff;}
.modulo-compartir .email:hover .action button,
.modulo-compartir .email:focus .action button,
.modulo-compartir .email:hover .txt button,
.modulo-compartir .email:focus .txt button {opacity: 1;}

/* comentarios en detalle de audio */

.p_detalle-audio .comentarios {background-image: none;}
.p_detalle-audio .comentarios h2 {line-height: 80px; margin-top: 5px;}
.comentarios h2 .normas_comentarios {font-size: 10px; font-weight: 400; color: #fff; text-transform: uppercase; background-color: #b5b5b5; padding: 5px 6px 4px; border-radius: 2px; text-decoration: none; position: relative; top: -2px; margin-left: 10px;}
.comentarios h2 .normas_comentarios:hover {opacity: 0.7;}
.comentarios h2 .normas_comentarios .icon-text {color: #fff; margin-right: 5px; position: relative; bottom: -1px;}

/* PAGINA PARRILLA ====================================================================================================================== */

.p_parrilla {border-top: 20px solid #fff;}
.p_parrilla .main {width: auto; float: none;}
.p_parrilla .pestanas li {width: 14.28%;}
.p_parrilla .pestanas li a,
.p_parrilla .pestanas li.ui-state-active:first-child a {padding: 0;}
.p_parrilla .pestanas li em {font-style: normal;}
.p_parrilla .pestanas li span {display: none;}

.programacion-diaria {position: relative; margin: 0 10px; padding: 0 0 10px;}
.programacion-diaria.con-directos .principal{width:67%;float:left;}
.programacion-diaria .mas-directos {float:right;width:31%;}

.programacion-diaria .cab-columna {padding: 25px 0 20px;}
.programacion-diaria .cab-columna h3 {display: inline; vertical-align: middle; font-size: 17px; line-height: 23px; font-weight: 700; text-transform: uppercase; margin-right: 5px; }

/* cambiar de parrilla */

.programacion-diaria .cab-columna .cambio-emisora {display: inline-block; position: relative;}
.programacion-diaria .cab-columna .btn-primary {background: #009fe1; border-radius: 3px; color: #fff; height: auto; line-height: 20px; padding: 0 6px;}
.programacion-diaria .cab-columna .btn-primary .btn-text {text-transform: uppercase; font-size: 10px; font-weight: 700;}
.programacion-diaria .cab-columna .btn-primary span {display: inline; vertical-align: middle;}
.programacion-diaria .cab-columna .btn-primary span.btn-text:after {content: " "; border-right: 1px solid rgba(255,255,255,0.3); margin-left: 3px; opacity: 0.8;}
.programacion-diaria .cab-columna .btn-primary span.icon-flecha-down {font-size: 8px; line-height: 10px; margin-left: 3px;}

/* capa */

.programacion-diaria .seleccion-emisora {top: -8px; left: -4px; z-index: 10; border: 0; border-radius: 0; transform: none; -webkit-transform: none; width: 250px; padding: 10px; display: none;}
.programacion-diaria .seleccion-emisora .close {top: 5px; right: 3px;}
.programacion-diaria .seleccion-emisora .label {font-size: 10px; margin-bottom: 10px;}
.programacion-diaria .seleccion-emisora .select {margin-bottom: 10px;}
.programacion-diaria .seleccion-emisora .select select {font-weight: 400; font-size: 11px; height: 25px;}
.programacion-diaria .seleccion-emisora .acciones {padding: 0;}
.programacion-diaria .seleccion-emisora .acciones .btn-secundary {font-size: 10px; padding: 3px 20px 2px;}

/* parrilla principal */

.programacion-diaria ul {position: relative;}
.programacion-diaria ul li {line-height: 18px;}
.programacion-diaria ul li a {display: block; overflow: hidden; border: solid #e9e9e9; border-width: 1px 1px 0 1px; padding: 10px 0; text-decoration: none;}
.programacion-diaria ul li:last-child a {box-sizing: border-box; border-width: 1px;}
.programacion-diaria ul li a:hover,
.programacion-diaria ul li a:focus {background-color: #fafafa;}
.programacion-diaria .texto {float: none; padding: 0 10px;}
.programacion-diaria .texto .encabezado {font-size: 0;}
.programacion-diaria .texto .hora {font-size: 13px; font-weight: 700; color: #000; float: left; width: 45px;}
.programacion-diaria .texto .programa {font-size: 15px; font-weight: 700; color: #009fe1; text-transform: uppercase; float: left;}
.programacion-diaria .texto .locutor {font-size: 14px; color: #444; margin: 5px 0 0 45px;}

/* programas dentro de programas */

.programacion-diaria ul li.nivel-1 ul {width: 100%; padding: 5px 0;}
.programacion-diaria ul li.nivel-1 ul li {position: static;}
.programacion-diaria ul li.nivel-1 ul li a {background-color: transparent; outline: none;}
.programacion-diaria .nivel-2 .texto {margin-left: 55px; padding: 0;}
.programacion-diaria .nivel-2 .encabezado {float: left; margin-right: 5px;}
.programacion-diaria .nivel-2 .texto .hora {font-size: 12px; font-weight: 600; display: inline-block; width: auto; margin-right: 5px;}
.programacion-diaria .nivel-2 .texto .programa {font-size: 13px; font-weight: 600; text-transform: none;}
.programacion-diaria .nivel-2 .texto .locutor {margin-left: 0;}

/* columna mas directos */

.programacion-diaria .mas-directos ul li {margin-bottom: 10px;}
.programacion-diaria .mas-directos ul li a {border-width: 1px; background-color: #fafafa;}
.programacion-diaria .mas-directos ul li a:hover,
.programacion-diaria .mas-directos ul li a:focus {background-color: #efefef;}
.programacion-diaria .mas-directos .texto .hora {float: none; width: auto; line-height: 22px;}
.programacion-diaria .mas-directos .texto .programa {line-height: 20px;}
.programacion-diaria .mas-directos .texto .locutor {margin-left: 0;}

/* el programa que esta sonando */

.programacion-diaria ul li.actual a {border: 1px dashed #009fe1;}
.programacion-diaria .principal ul li.actual + li a {border-width: 0 1px;}
.programacion-diaria .principal ul li.actual + li:last-child a {border-width: 0 1px 1px;}

/* PAGINA 404  ====================================================================================================================== */

.p_404 .wrapper,
.p_404 .contenedor {background-color: #fff; height: 100%;}
.p_404 .wrapper,
.p_404 .error-wrapper {padding-bottom: 80px;}
.p_404 .contenedor {position: static;}
.p_404 .pie {height: 80px; border-top: 1px solid rgba(255,255,255,0.2);}
.p_404 .pie .inner {height: 80px;}
.p_404 .pie .inner,
.p_404 .cabecera .inner {border-top-color: transparent;}
.p_404 .cabecera .logo {margin-right: 40px;}
.p_404 .cabecera .nav li {margin-right: 4.7%;}
.p_404 .cabecera .nav li.redes {margin-right: 0;}
.p_404 .cabecera .nav li.redes li {margin-right: 0;}
.p_404 .cabecera ul.aux {margin-right: 6px;}
.p_404 .cabecera ul.aux li button,
.p_404 .cabecera ul.aux li a {background-color: transparent;}
.p_404 .cabecera ul.aux li a:hover {opacity: 0.7;}


.p_404 .error-wrapper .marcador {
	width: 1px; height: 100%; border: solid #f00; border-width: 0 1px; position: absolute; top: 0; right: 60%; z-index: 2;
	-webkit-animation: buscando 3.5s 1 forwards;
	animation: buscando 3.5s 1 forwards;
}
@-webkit-keyframes buscando {
	0% {right: 60%;}
	30% {right: 80%;}
	40% {right: 60%;}
	50% {right: 70%;}
	100% {right: 7%;}
}
@keyframes buscando {
	0% {right: 60%;}
	30% {right: 80%;}
	40% {right: 60%;}
	50% {right: 70%;}
	100% {right: 7%;}
}
.p_404 .mensaje {position: absolute; right: 110px; top: 45%; transform: translate(0, -190%); -webkit-transform: translate(0, -190%); z-index: 2; width: 240px; font-size: 18px; line-height: 25px; text-transform: uppercase; font-weight: 700; text-align: center; color: #fff; opacity: 0; transition: all 1s ease-out;}
.p_404 .fin-animacion .mensaje {opacity: 1; top: 50%;}
.p_404 .mensaje p.peq {margin: 10px 0; font-size: 12px; line-height: 18px; font-weight: 400; text-transform: uppercase;}
.p_404 .mensaje p a {padding: 0 3px; color: #009fe1; font-weight: 700; text-decoration: none; }
.p_404 .mensaje p a:hover,
.p_404 .mensaje p a:focus {opacity: 0.7;}

.p_404 .error-wrapper {height: 100%; position: relative; box-sizing: border-box; background-color: #191e22; border-top: 1px solid rgba(255,255,255,0.2);}

.p_404 .error-wrapper .dial {position: absolute; top: 50%; right: -600px; z-index: 1; width: 1600px; height: 80px; padding: 10px 0; background: #191c1f url(../img/dial.svg) no-repeat 0 10px/100% auto; transform: translate(0, -50%); -webkit-transform: translate(0, -50%);
	-webkit-animation: mueve_dial 2s ease-out forwards 1.5s;
	animation: mueve_dial 2s ease-out forwards 1.5s;
}
   
@-webkit-keyframes mueve_dial {
    0% {right: -600px; width: 1600px; height: 80px;}
    100% {right: 0; width: 3200px; height: 160px;}
}
@keyframes mueve_dial {
    0% {right: -600px; width: 1600px; height: 80px;}
    100% {right: 0; width: 3200px; height: 160px;}
}

.p_404 .error-wrapper .dial:before {display: block; width: 100%; height: 5px; position: absolute; top: 0; left: 0; content: "";
                                background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); 
                                background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
                                background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); 
                                background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); 
                                background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%); 
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); 
}
.p_404 .error-wrapper .dial:after {display: block; width: 100%; height: 5px; position: absolute; bottom: 0; left: 0; content: "";
                                background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); 
                                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
                                background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); 
                                background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); 
                                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); 
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); 
}

/* --------------------------------------------------------
   metidos aqui los distintos cortes del responsive de la
   pagina de error 404 para que no lo aplique IE a la
   version desktop pero si lo apliquen los demas
   -------------------------------------------------------- */

@media screen and (max-width: 999px) { /* corte de tableta */


		.p_404 .cabecera {padding-top: 10px;}
		.p_404 .cabecera .inner {border-top-color: #333; margin: 22px 0 0; padding: 0 10px;}
		.p_404 .cabecera .logo {margin-right: 3%;}
		.p_404 .cabecera .nav li {margin-right: 2.5%;}
		.p_404 .cabecera .nav li.redes {right: 10px;}
		
		.p_404 .error-wrapper .dial {right: -750px;}
		@-webkit-keyframes mueve_dial {
			from {right: -750px; width: 1600px; height: 80px;}
			to {right: 0; width: 3200px; height: 160px;}
		}
		@keyframes mueve_dial {
			from {right: -750px; width: 1600px; height: 80px;}
			to {right: 0; width: 3200px; height: 160px;}
		}
		.p_404 .error-wrapper .marcador {right: 50%;}
		@-webkit-keyframes buscando {
			0% {right: 50%;}
			10% {right: 80%;}
			20% {right: 70%;}
			30% {right: 60%;}
			40% {right: 80%;}
			100% {right: 7%;}
		}
		@keyframes buscando {
			0% {right: 50%;}
			10% {right: 80%;}
			20% {right: 70%;}
			30% {right: 60%;}
			40% {right: 80%;}
			100% {right: 7%;}
		}
}

@media screen and (max-width: 650px) { /* corte de movil */

		.p_404 .cabecera {padding-top: 0;}
		.p_404 .cabecera .inner {border-top-color: transparent; margin: 0; padding: 0;}
		.p_404 .cabecera .nav li {margin-right: 0;}
		.p_404 .cabecera .nav li.redes {position: static;}
		.p_404 .wrapper,
		.p_404 .error-wrapper {padding-bottom: 45px;}
		.p_404 .pie,
		.p_404 .pie .inner {height: 45px;}
		.p_404 .mensaje {transform: translate(0, -170%); -webkit-transform: translate(0, -170%); font-size: 12px; line-height: 18px; width: 210px; right: 10px;}
		.p_404 .mensaje p.peq {margin: 5px 0; font-size: 11px; line-height: 16px;}
		.p_404 .error-wrapper .dial {transform: translate(0, -50%); -webkit-transform: translate(0, -50%); right: -600px; width: 1200px; height: 60px;}
		@-webkit-keyframes mueve_dial {
			from {right: -600px;}
			to {right: 0;}
		}
		@keyframes mueve_dial {
			from {right: -600px;}
			to {right: 0;}
		}
		.p_404 .error-wrapper .marcador {right: 40%;}
		@-webkit-keyframes buscando {
			0% {right: 40%;}
			10% {right: 60%;}
			20% {right: 70%;}
			30% {right: 55%;}
			50% {right: 60%;}
			100% {right: 6.95%;}
		}
		@keyframes buscando {
			0% {right: 40%;}
			10% {right: 60%;}
			20% {right: 70%;}
			30% {right: 55%;}
			50% {right: 60%;}
			100% {right: 6.95%;}
		}
		.p_404 .error-wrapper .dial:before {
										background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); 
										background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
										background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); 
										background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); 
										background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); 
										filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); 
		}
		.p_404 .error-wrapper .dial:after {
										background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); 
										background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
										background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); 
										background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); 
										background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); 
										filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 ); 
		}
}



/* PIE ====================================================================================================================== */

.pie {background: #191e23; z-index: 99; transition: bottom 0.5s linear;}
.pie.hidden {bottom: -108px}
.pie .inner {height: 156px; margin: 0 10px; padding: 8px 0 0 0; border-top: 1px solid #555;}
.pie .inner .logo {float: left;width: 90px;height: 38px;margin: 2px 0 0 0;background: transparent url(http://cadenaser.com/iconos/v2.x/v2.0/logo-ser-cabecera-portada.svg) no-repeat 0 0/100% auto;text-indent: -9999px;white-space: nowrap;overflow: hidden;opacity: 0.3;}
.pie .inner .logo:hover,
.pie .inner .logo:focus {opacity: 1;}
.pie .inner ul {float: right;}
.pie .inner li {display: inline-block; font-size: 12px; color: #666;}
.pie .inner li:after {content: " | "; letter-spacing: 10px }
.pie .inner li:last-child:after {content: "";}
.pie .inner a {color: #666; text-decoration: none; text-transform: uppercase}
.pie .inner a:hover,
.pie .inner a:focus {color: #fff}

.pie .nav-wrapper button {display: none;}


/* TELON ====================================================================================================================== */

.telon {width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); position: fixed; top: 0; left: 0; z-index: 6000;}

.seleccion-emisora,
.cnt_mensaje,
.preroll {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); box-sizing: border-box; z-index: 6010;}

/* capa seleccion de emisora */   /* ------------- presente en telon y en parrilla. definicion base la de telon ------------- */

.seleccion-emisora {width: 300px; background-color: #009fe1; border: 6px solid #fff; border-radius: 8px; padding: 20px;}
.seleccion-emisora .close {color: #fff; top: 15px; right: 12px;}
.seleccion-emisora .label {text-transform: uppercase; color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 30px; display: block;}
.seleccion-emisora .select {width: 100%; overflow: hidden; background: #fff url('../img/select-blanco-azul.png') right center no-repeat; margin-bottom: 20px;}
.seleccion-emisora .select select {display: block; width: 120%; height: 30px; padding: 0 0 0 8px; border: 0; border-right: 1px solid #14181b; background: url('../img/dot-trans.png'); color: #000; font-weight: 600;} 
.seleccion-emisora .select select:selection  {background: #000; color: #fff;}
.seleccion-emisora .select option { padding: 3px 0 3px 8px; color: #000;}
.seleccion-emisora .acciones {padding: 10px 0;}
.seleccion-emisora .acciones p {color: #fff; line-height: 27px; float: left;}
.seleccion-emisora .acciones p input {vertical-align: middle; margin: 0 5px 0 0;}
.seleccion-emisora .acciones p label {vertical-align: middle;}
.seleccion-emisora .acciones p input:checked + label {font-weight: 700; color: #191e22;}

.seleccion-emisora .acciones .btn-secundary {float: right; text-transform: uppercase; padding: 5px 20px 4px; margin: 0; height: auto; width: auto; font-size: 12px; line-height: 20px; font-weight: 700; background-color: #191e22; color: #fff;}
.seleccion-emisora .acciones .btn-secundary:hover,
.seleccion-emisora .acciones .btn-secundary:focus {background-color: #fff; opacity: 1; color: #009fe1;}

/* capa contenido adultos */

.cnt_mensaje {width: 370px; border-radius: 20px; background-color: #fff; border: 8px solid #009fe1; padding:30px 40px 40px; text-align: center;}
.cnt_mensaje p {font-size: 30px; font-weight: 700; line-height: 38px; margin: 0 0 30px;}
.cnt_mensaje p span {display: block; color: #009fe1; border: 1px solid; border-color: transparent transparent #009fe1; padding-bottom: 20px; margin-bottom: 20px;}
.cnt_mensaje p.texto {font-size: 16px; line-height: 24px; font-weight: 400;}
.cnt_mensaje a {float: left; display: block; border-radius: 5px; font-size: 14px; font-weight: 700; padding: 10px 25px; background: #000; color: #fff; text-transform: uppercase; text-decoration: none;}
.cnt_mensaje a.ultimo {float: right; background: #009fe1;}
.cnt_mensaje a:hover,
.cnt_mensaje a:focus {opacity: 0.7;}

/* capa preroll de video */

.preroll {width: 900px; height: 500px; background-color: #1a1a1a; box-shadow: 0 0 7px rgba(0,0,0,0.75);}

/* PUBLIS ====================================================================================================================== */

.envoltorio_publi iframe, .envoltorio_publi object, .publi_luto_vertical img {display: block; width: 100%;}
.publi_luto_horizontal object, .publi_luto_horizontal iframe, .publi_luto_horizontal img, .publi_luto_horizontal div div {margin: 0 auto;}

/* 980 */

/* definicion base en cabecera */

.cabecera .envoltorio_publi ,
.pie .envoltorio_publi {text-align: center; margin: 0 10px;}
.publi_luto_vertical {display: inline-block; width:100%;}
.publi_luto_vertical > div {position: relative; margin: 0 0 4px 0;}
.publi_luto_vertical + .publi_luto_vertical {margin-left: 20px;}
.publi_luto_vertical + .publi_luto_vertical > div {margin-right: 8px;}
.publi_luto_vertical > div:before {content: ""; position: absolute; top: 50%; right: -8px; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); width: 7px; height: 100%; background: url(../img/publi-luto-vertical.svg) no-repeat left center/auto 85px;}

/* en pie */

.pie .publi_luto_vertical > div {margin-top: 10px;}

/* 728 intercalado en cuerpo */

.publi-intercalada {display: none;}

/* robapaginas */

.publi_luto_horizontal {text-align: center;}
.publi_luto_horizontal > div {position: relative; width: 300px; margin: 0 auto;}
.publi_luto_horizontal > div:before {content: ""; position: absolute; top: -8px; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); width: 80px; height: 7px; background: url(../img/publi-luto-horizontal.svg) no-repeat center top/85px auto; opacity: 0.5;}

/* PLAYER  ====================================================================================================================== */

.player-wrapper {position: fixed; z-index: 1000; bottom: 0; width: 1000px; left: 50%; margin-left: -500px; height: 100px; transition: height 0.5s linear; background-color: #191e23;}
.player-wrapper.hidden {height: 9px;} 
.player-wrapper .switch {position: absolute; top: -36px; right: 0; height: 36px; width: 52px; background: #191e23; text-align: center; line-height: 36px; border: 0; padding: 0; box-shadow: -1px -2px 5px 0 rgba(0, 0, 0, 0.3);}
.player-wrapper .switch span {vertical-align: middle; color: #009fe1}
.player-wrapper .switch .icon-flecha-down,
.player-wrapper .switch .icon-flecha-up {font-size: 9px; margin-left: 23px;}
.player-wrapper .switch .icon-flecha-down ,
.player-wrapper.hidden .switch .icon-flecha-up{display: block;}
.player-wrapper .switch .icon-flecha-up,
.player-wrapper.hidden .switch .icon-flecha-down {display: none;}
.player-wrapper .switch .ico_sonido {left: 10px; top: -1px;}
.player-wrapper .switch .barra, .switch .on .barra {background-color: #009fe1;}

.btn-primary.loading{background:transparent url(../img/loading.gif) center center no-repeat;background-size:cover;}
.btn-primary.loading span{color:transparent;}
p.error{color:#ef0f0f;font-size:1.1em;padding:0 0 .5em;}

@media (max-width:414px){    
    .programacion-diaria.con-directos .principal{width:100%;}
    .programacion-diaria .mas-directos {width:100%!important;}
}