/*
  BODY CON MENU ACTIVO
*/

body.overflow-hidden {
  overflow:hidden;
}
body:before{content:url(/bundles/playserweb/img/iconos_rrss_cab.svg);display:none;}

/*
  WRAPPER
*/

.pie .player-wrapper {
  position:fixed;
  z-index:1000;
  bottom:0;
  width:100%;
  max-width:1000px;
  left:50%;
  transform:translateX(-50%);
  margin-left:auto;
  /*height:auto;*/
  transition:none;
  background-color:transparent;
}

.pie .player-wrapper img {
  max-width:100%;
}

/*
  DETALLE
*/
.main .detalle {
  margin-top:0;
  margin-bottom:20px;
}

.main .detalle .caja-player {
  margin-top:3px;
}

.main .detalle .caja-player img {
  max-width:100%;
}

.main .detalle h1 {
  margin:0;
  padding:0;
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:#333;
  font-size:32px;
  line-height:34px;
  margin-top:15px;
  margin-bottom:15px;
}

.main .detalle h1 strong {
  font-weight:600;
}

.main .detalle .firma {
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:#333;
  font-size:14px;
  line-height:20px;
  margin-bottom:5px;
}

.main .detalle .firma .actualizado {
  color:#9C9C9C;
}

.main .detalle .modulo-compartir {
  margin:0 0 20px;
}

.main .detalle .modulo-compartir li {
  float:none;
  margin:0;
  display:inline-block;
  vertical-align:bottom;
  margin-left:20px;
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:#333;
  font-size:14px;
  line-height:20px;
  text-transform:uppercase;
}

.main .detalle .modulo-compartir .icono_guardar,
.main .detalle .modulo-compartir .icono_descargar {
  margin-right:5px;
}

.main .detalle .modulo-compartir li:nth-child(3) {
  margin-right:20px;
}

.main .detalle .modulo-compartir .icono_descargar {
  margin-top:3px;
}

.main .detalle .modulo-compartir li:first-child {
  margin-left:0;
}

.main .detalle .modulo-compartir li a {
  color:#333;
  text-decoration:none;
  display:block;
}

.main .detalle p,
.main .detalle h2 {
  clear:both;
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:#333;
  font-size:16px;
  line-height:20px;
  margin-bottom:25px;
  text-transform:none;
}

.main .detalle h2 {
  
}

/*
  MODULO > ACORDEÓN
*/

.acordeon {
  margin-top:-1px;
  border-top:1px solid #EBEBEB;
  border-bottom:1px solid #EBEBEB;
}

.main .detalle .acordeon {
  margin-left:-10px;
  margin-right:-10px;
}

.acordeon__titulo {
  display:block;
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:#333;
  font-size:16px;
  line-height:30px;
  text-transform:uppercase;
  text-decoration:none;
  padding:24px 65px 24px 15px;
  position:relative;
  cursor:pointer;
}

.acordeon__titulo a {
  display:inline-block;
  vertical-align:middle;
  color:#333;
  text-decoration:none;
}

.acordeon__titulo a:hover {
  color:#333;
  opacity:.8;
}

.acordeon__titulo:after {
  content:'';
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  width:33px;
  height:33px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:-74px -146px;
  position:absolute;
  top:50%;
  right:20px;
  margin-top:-16.5px;
}

.acordeon.activado .acordeon__titulo:after {
  background-position:-116px -146px;
}

.acordeon__titulo .new {
  background:#FBBB07;
  border-radius:40px;
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:white;
  font-size:14px;
  line-height:20px;
  text-transform:uppercase;
  padding:5px 15px;
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
}

.acordeon__titulo .faq {
  font-weight:600;
  font-style:normal;
  color:#009FE2; /* azul */
  font-size:15px;
  line-height:20px;
  text-transform:none;
  text-decoration:underline;
  display:inline-block;
  vertical-align:middle;
  margin-left:5px;
  position:relative;
}

.acordeon__titulo .faq:hover {
  color:#009FE2; /* azul */
  opacity:1;
}

.acordeon__contenido {
  display:none;
}

.acordeon.activado .acordeon__contenido {
/*  max-height:1500px;*/
}




/*
  PRESENTADORES
*/

.presentadores {
  padding:15px;
}

.presentadores li {
  clear:both;
  overflow:hidden;
  margin-bottom:20px;
  display: inline-flex;
  margin-right: 10px;
}

.presentadores__avatar {
  float:left;
  margin-right:3px;
  width:30px;
  height:30px;
  border-radius:50%;
  overflow:hidden;
}

.presentadores__avatar img {
  display:block;
  max-width:100%;
  max-height:100%;
}

.presentadores__nombre {
  font-family:'proxima_nova';
  font-style:normal;
  font-weight:600;
  color:black;
  font-size:16px;
  line-height:20px;
  text-transform:uppercase;
  display:block;
  margin-top:5px;
}


.presentadores__tags {
  padding:15px;
}

.tag {
  font-family:'proxima_nova';
  font-style:normal;
  font-weight:normal;
  color:white;
  font-size:16px;
  line-height:20px;
  display:inline-block;
  vertical-align:top;
  text-align:center;
  background:#009FE2; /* azul */
  box-shadow:inset rgba(0,0,0,.17) 0 2px 5px 0;
  border-radius:15px;
  margin:0 5px 10px 0;
}

.tag a {
  display:block;
  text-decoration:none;
  padding:5px 15px;
  color:white;
}

.tag a:hover {
  opacity:.8;
}


/*
  MODAL TIP
*/

.enlace-tip {
  position:relative;
}

.enlace-tip:hover .modal-tip {
  display:block;
}

.enlace-tip .modal-tip {
  width:310px;
  border-radius:4px;
  position:absolute;
  left:calc(100% + 15px);
  top:-15px;
  display:none;
  z-index:9;
  background:#0086BF;
}

.modal-tip .modal-tip__titulo {
  display:block;
  background-color:#0071A1;
  padding:10px 25px;
  font-family:'proxima_nova';
  font-style:normal;
  font-weight:700;
  color:white;
  font-size:15px;
  line-height:19px;
  text-transform:uppercase;
  position:relative;
  border-radius:4px 4px 0 0;
  border-bottom:1px solid white;
}

.modal-tip:before {
  content:'';
  display:block;
  border-right:10px solid #0071A1;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  position:absolute;
  top:18px;
  left:-10px;
}

.modal-tip .modal-tip__contenido {
  display:block;
  padding:15px 25px;
  border-radius:0 0 4px 4px;
}

.modal-tip .modal-tip__contenido .fs20 {
  font-size:20px;
}

.modal-tip .modal-tip__contenido .sub {
  text-decoration:underline;
}

.modal-tip .modal-tip__contenido > span {
  display:block;
  clear:both;
  font-family:'proxima_nova';
  font-style:normal;
  font-weight:600;
  color:white;
  font-size:14px;
  line-height:20px;
  text-align:left;
  position:relative;
  margin-bottom:20px;
}

.modal-tip .modal-tip__contenido .icono_buscar,
.modal-tip .modal-tip__contenido .icono_pinchar,
.modal-tip .modal-tip__contenido .icono_seleccionar {
  float:left;
  margin-right:10px;
}


/*
  TRANSCRIPCION
*/

.transcripcion {
  position:relative;
}

.transcripcion .botones-movil {
  display:none;
}

.transcripcion__buscador {
  background:#EFEFF4;
  padding:40px 15px;
}


.transcripcion__buscador.fijar {
  position:fixed;
  top:55px !important;
  width:100%;
  left:0;
  box-sizing:border-box;
  z-index:999;
}

.transcripcion__buscador.fijar .legal{display:none;}
@media screen and (min-width: 651px){
  .transcripcion__buscador.fijar {
   top: 73px !important;
  }
}

@media screen and (min-width: 1000px){
  .transcripcion__buscador.fijar {
   top: 73px !important;
  left: auto;
  width: 670px;
  }
}

.transcripcion__buscador:after {
  content:'';
  display:table;
  clear:both;
}

.transcripcion__buscador-compartir {
  float:right;
}

.transcripcion__buscador-campo {
  float:left;
  width:70%;
  margin-right:12px;
  position:relative;
  border-radius:4px;
}

.transcripcion__buscador-campo input[type=text] {
  border:1px solid #CCCCCC;
  background:#F6F6F6;
  border-radius:4px;
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:black;
  font-size:15px;
  line-height:20px;
  padding:10px 90px 10px 10px;
  width:100%;
  box-sizing:border-box;
  display:block;
  text-align:left;
}

.transcripcion__buscador-campo .boton-buscar-anterior,
.transcripcion__buscador-campo .boton-buscar-siguiente {
  display:block;
  width:40px;
  height:40px;
  background:#009FE2; /* azul */
  text-indent:-9999px;
  overflow:hidden;
  position:absolute;
  top:1px;
  right:42px;
}
.transcripcion__buscador-campo .boton-buscar-siguiente {
  right:1px;
  border-radius:0 4px 4px 0;
}

.transcripcion__buscador-campo .boton-buscar-anterior:after,
.transcripcion__buscador-campo .boton-buscar-siguiente:after {
  content:'';
  position:absolute;
  left:50%;
  top:50%;
  width:15px;
  height:15px;
  border-top:solid 2px white;
  border-right:solid 2px white;
  -ms-transform:translate(-50%,-50%) rotate(-45deg);
  transform:translate(-50%,-50%) rotate(-45deg);
  margin-top:5px;      
}
.transcripcion__buscador-campo .boton-buscar-siguiente:after {
  -ms-transform:translate(-50%,-50%) rotate(135deg);
  transform:translate(-50%,-50%) rotate(135deg);
  margin-top:-5px;
}

.transcripcion__buscador-boton {
  float:left;
  font-size:15px;
  line-height:20px;
  height:42px;
  font-weight:700;
  border:none;
  border-radius: 4px;
  padding: 0 18px;
}

.transcripcion__contenido {
  padding:20px 70px;
  box-sizing:border-box;
  position:relative;
}

.interaccion {
  padding-left:26px;
  position:relative;
}

.interaccion:before {
  content:'';
  display:block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  width:17px;
  height:25px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:-227px -150px;
  position:absolute;
  top:0;
  left:0;
}

.interaccion__nombre {
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:black;
  font-size:15px;
  line-height:19px;
  text-transform:uppercase;
  text-align:left;
  display:block;
  float:left;
  margin-bottom:5px;
}

.interaccion__minuto {
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:#009FE2; /* azul */
  font-size:16px;
  line-height:19px;
  text-transform:uppercase;
  text-align:right;
  float:right;
  margin-bottom:5px;
}

.transcripcion__contenido.ampliar-texto {
  font-size:1.4em;
}

.interaccion p,
.main .detalle .interaccion p {
  clear:both;
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:black;
  font-size:1.3em;
  line-height:180%;
  text-align:left;
  background:#EFEFF4;
  padding:18px 28px;
  position:relative;
  margin-left:25px;
  margin-bottom:30px;
}

.interaccion p .seleccionado-azul {
  background-color:#009FE2; /* azul */
  color:white;
  padding:0 4px;
}

.interaccion p .seleccionado-amarillo {
  background-color:#FBBB07;
  padding:0 4px;
}

.interaccion p::-moz-selection { background-color:#FBBB07; }
.interaccion p::selection { background-color:#FBBB07; }

.interaccion p:before {
  content:'';
  position:absolute;
  top:0;
  left:-25px;
  border-top:25px solid #EFEFF4;
  border-left:25px solid transparent;
  border-right:10px solid #EFEFF4;
}

.transcripcion__paginacion {
  display: none;
  clear: both;
  padding: 10px;
  text-align: center;
}

.transcripcion__buscador.activado .transcripcion__paginacion {
  display: block;
}

.transcripcion__buscador.activado.fijar .transcripcion__paginacion {
  padding-bottom: 0;
}

@media screen and (min-width: 651px){
  .transcripcion__paginacion,
  .transcripcion__buscador.activado .transcripcion__paginacion {
  display: none;
  }
}

.transcripcion__paginacion .paginacion_anterior,
.transcripcion__paginacion .paginacion_siguiente {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #009FE2;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
}

.transcripcion__paginacion .paginacion_anterior:before,
.transcripcion__paginacion .paginacion_siguiente:before {
  content: '';
  border-top: 2px solid #009FE2;
  border-left: 2px solid #009FE2;
  display: block;
  width: 7px;
  height: 7px;
  left: 7px;
  top: 5px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.transcripcion__paginacion .paginacion_siguiente {

}

.transcripcion__paginacion .paginacion_siguiente:before {
  left: 4px;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.transcripcion__paginacion .paginacion_numero {
  display: inline-block;
  vertical-align: middle;
  color: #009FE2;
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px;
}


/*
  COMPARTIR TEXTO
*/

.globo-compartir {
  width:240px;
  border:1px solid #009FE2; /* azul */
  background:white;
  border-radius:6px;
  display:block;
  position:absolute;
  z-index:9;
}

.globo-compartir:before {
  content:'';
  position:absolute;
  top:50%;
  margin-top:-10px;
  left:-10px;
  border-right:10px solid #009FE2; /* azul */
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  display:block;
}
.globo-compartir span,
.globo-compartir a {
  display:inline-block;
  vertical-align:middle;
}

.globo-compartir a {
  margin-left:8px;
}


/*
  LISTADOS
*/

.titular-medio {
  font-size:16px;
  line-height:31px;
  font-weight:700;
  padding:0;
  text-transform:uppercase;
  margin-bottom:5px;
}

.sin-comentarios .contenido {
  background-color:white;
}

.pestanas {
  margin-top:17px;
}

.pestanas li a {
  background:white; 
  color:black;
  font-family:'proxima_nova';
  font-weight:700;
  font-style:normal;
  font-size:14px;
}

.pestanas li.ui-state-hover a {
  opacity:.8;
  background:white; 
  color:black;
}

.pestanas li.ui-state-active a {
  background:#009FE2; /* azul */
  color:white;
}

ul.listado,
ol.listado {
  clear:both;
}

ul.listado li,
ol.listado li {
  padding:21px 80px 21px 21px;
  height:auto;
}

ul.listado li {
  padding-left:21px;
}

ol.listado li:before {
  display:none;
}

ul.listado li .btn, 
ul.listado li .btn, 
ol.listado li .btn, 
ol.listado li .btn,
ul.listado li:hover .btn, 
ul.listado li:focus .btn, 
ol.listado li:hover .btn, 
ol.listado li:focus .btn {
  display:block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  width:45px;
  height:45px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:0px -222px;
  border-top:2px solid #009fe2;
  border-radius:50%;
}

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-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:0px -222px;
}

ul.listado li .programa,
ol.listado li .programa {
  font-family:'proxima_nova';
  font-style:normal;
  font-weight:700;
  font-size:18px;
  line-height:18px;
  height:auto;
  display:block;
  margin-bottom:5px;
}

ul.listado-secciones li,
ol.listado-secciones li {
  padding:25px 70px 25px 45px;
}

ul.listado-secciones li a,
ol.listado-secciones li a {
  font-family:'proxima_nova';
  font-style:normal;
  font-weight:700;
  font-size:18px;
  line-height:22px;
  height:auto;
  display:block;
  margin-bottom:0;
  color:black;
  text-decoration:none;
}

ul.listado-secciones li a,
ol.listado-secciones li a {
  overflow:visible;
  text-overflow:initial;
  height:auto;
}

ul.listado li .info,
ol.listado li .info {
  color:#666666;
  font-size:14px;
  line-height:24px;
  font-weight:normal;
  font-family:'proxima_nova';
  font-style:normal;
}

ul.listado li .info em,
ol.listado li .info em {
  color:#666666;
}

ul.listado li .duracion-del-audio,
ol.listado li .duracion-del-audio {
  position:absolute;
  right:10px;
  top:65px;
  color:#666666;
  font-size:14px;
  line-height:24px;
  font-weight:normal;
  font-family:'proxima_nova';
  font-style:normal;
  width:45px;
  text-align:center;
  display:none;
}

ul.listado li .duracion-del-audio, 
ul.listado li .duracion-del-audio, 
ol.listado li .duracion-del-audio, 
ol.listado li .duracion-del-audio,
ul.listado li:hover .duracion-del-audio, 
ul.listado li:focus .duracion-del-audio, 
ol.listado li:hover .duracion-del-audio, 
ol.listado li:focus .duracion-del-audio {
  display:block;
}

ul.listado li.sonando .btn,
ol.listado li.sonando .btn,
ul.listado li.sonando:hover .btn:hover, 
ul.listado li.sonando:focus .btn:focus, 
ol.listado li.sonando:hover .btn:hover, 
ol.listado li.sonando:focus .btn:focus {
  background-position:-55px -220px;
}

ul.listado li.sonando .duracion-del-audio,
ol.listado li.sonando .duracion-del-audio {
  color:#009FE2; /* azul */
}


/*
  PAGINA BUSCADOR
*/

.header-buscador {
  margin:0;
  padding:0 10px;
  background:transparent;
  width:100%;
  box-sizing:border-box;
}

.header-buscador .borde {
  width:100%;
  box-sizing:border-box;
}

.header-buscador .inner .buscar {
  font-size:15px;
}

.buscador p.resultados {
  color:black;
  font-size:24px;
  line-height:31px;
  font-weight:700;
  font-family:'proxima_nova';
  font-style:normal;
  text-align:center;
  text-transform:none;
  float:left;
  width:66%;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.buscador p.resultados em {
  color:black;
  font-size:24px;
  line-height:31px;
  font-weight:700;
  font-family:'proxima_nova';
  font-style:normal;
  text-align:center;
  background:transparent;
  height:auto;
  width:auto;
  padding:0;
  margin:0;
}

.buscador p.resultados em:after {
  content:none;
  display:none;
}
/*
.buscador .desplegable {
  float:right;
  width:32%;
  border:1px solid #C9C7C7;
  border-radius:3px;
  background:white;
  line-height:1;
  margin-bottom:15px;
  position:relative;
  margin-top:18px;
}

.buscador .desplegable:before {
  content:'';
  position:absolute;
  right:5px;
  top:18px;
  width:10px;
  height:10px;
  border-top:solid 2px #009FE2;
  border-right:solid 2px #009FE2;
  transform-origin:left top;
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
}

.buscador .desplegable select {
  -webkit-appearance:none;
 -moz-appearance:none;
  appearance:none;
  border:none;
  background:transparent;
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:black;
  font-size:16px;
  line-height:26px;
  display:block;
  width:100%;
  padding:7px 15px;
}
*/
.buscador .contenido {
  clear:both;
}

.coincidencias {
  display:inline-block;
  padding:6px 10px;
  border-radius:2px;
  background:#FEBE00; /* amarillo */
  color:#333;
  font-size:14px;
  line-height:18px;
  font-weight:600;
  font-family:'proxima_nova';
  font-style:normal;
  float:right;
  margin-left:5px;
}

.coincidencias .icono_altavoz {
  margin-right:4px;
}

.buscador .sin-resultados {
  background:white;
  padding:15px 15% 30px;
  text-align:center;
  margin:27px 0;
}

.buscador .sin-resultados h2 {
  color:black;
  font-size:22px;
  line-height:28px;
  font-weight:700;
  font-family:'proxima_nova';
  font-style:normal;
  text-transform:none;
  background:none;
  margin:0 0 10px;
  padding:0;
}

.buscador .sin-resultados p {
  color:#333;
  font-size:18px;
  line-height:23px;
  font-weight:normal;
  font-family:'proxima_nova';
  font-style:normal;
}



/*
  PAGINACION
*/

.paginacion {
  width:100%;
  overflow:hidden;
  background:white;
  padding:19px;
  box-sizing:border-box;
  border-top:1px solid #EBEBEB;
}

.paginacion button, .paginacion a {
  display:inline-block;
  vertical-align:middle;
  background:#009FE2; /* azul */
  color:white;
  font-size:15px;
  line-height:20px;
  font-weight:600;
  font-family:'proxima_nova';
  font-style:normal;
  border-radius:2px;
  height:40px;
  width:auto;
  text-align:center;
  padding:10px 20px;
  box-sizing:border-box;
  position:relative;
}

.paginacion button:hover, .paginacion a:hover {
  background:#009FE2; /* azul */
  opacity:.8;
}

.paginacion button.anterior, .paginacion a.anterior {
  float:left;
  padding-left:35px;
}

.paginacion button.siguiente, .paginacion a.siguiente {
  float:right;
  padding-right:35px;
}

.paginacion button.anterior:before,
.paginacion button.siguiente:before,
.paginacion a.anterior:before,
.paginacion a.siguiente:before{
  content:'';
  position:absolute;
  right:5px;
  top:12px;
  width:10px;
  height:10px;
  border-top:solid 2px white;
  border-right:solid 2px white;
  transform-origin:left top;
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}

.paginacion button.anterior:before, .paginacion a.anterior:before {
  right:auto;
  left:18px;
  top:28px;
  -ms-transform:rotate(-135deg);
  transform:rotate(-135deg);
}

.paginacion button span, .paginacion a span {
  display:inline-block;
  vertical-align:middle;
}

.paginacion button.numero, .paginacion a.numero {
  background:white;
  border-radius:0;
  border:1px solid #DDDDDD;
  color:#009FE2; /* azul */
  margin-left:-3px;
  margin-right:-2px;
  min-width:45px;
  padding:10px;
  font-size:18px;
}

.paginacion button.activado, .paginacion a.activado {
  background:#009FE2; /* azul */
  color:white;
}


/*
  FILTROS
*/

.sidebar-filtros {
  margin:27px 0;
}

.sidebar-filtros__titulo {
  padding:15px;
  background:#009FE2; /* azul */
  font-family:'proxima_nova';
  font-style:normal;
  font-weight:600;
  color:white;
  font-size:18px;
  line-height:21px;
}

.sidebar-filtros__contenido {
  padding:15px;
  background:white;
}

.sidebar-filtros__contenido a {
  font-family:'proxima_nova';
  font-style:normal;
  font-weight:normal;
  color:white;
  font-size:16px;
  line-height:20px;
  display:inline-block;
  vertical-align:top;
  text-decoration:none;
  text-align:center;
  background:#D6D6D6;
  border-radius:15px;
  padding:5px 15px;
  margin:0 5px 10px 0;
  transition:all .5s;
}

.sidebar-filtros__contenido a.activo {
  background:#A0A0A0;
}

.sidebar-filtros__contenido a:hover {
  opacity:.8;
}


/*
  SIDEBAR
*/

/*.sidebar,
.p_detalle-audio .sidebar {
  padding-top:0;
}*/
.p_detalle-audio .sidebar{
  padding-top: 25px;
}

.sidebar iframe {
  max-width:100%;
}


/*
  CABECERA > NAV
*/

.cabecera .nav .menu-login,
.cabecera .nav .menu-buscador,
.cabecera .nav .directo-submenu,
.cabecera .nav .alacarta-submenu,
.cabecera .nav .social,
.cabecera .nav .podcast-submenu,
.cabecera .nav .logo-cadenaser,
.cabecera .botones-login-movil {
  display:none;
}

.cabecera .botones-login-escritorio {
  position:relative;
  z-index:10;
}


/*
  MODALES
*/

body.modal-activado {
  overflow:hidden;
}

body.modal-activado:after {
  content:'';
  display:block;
  position:fixed;
  background:rgba(0,0,0,.6);
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:101;
}

.ventana-modal {
  opacity:0;
  visibility:hidden;
  transition:all .5s;
  width:90%;
  max-width:670px;
  background:white;
  position:fixed;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  z-index:102;
  border-radius:4px;
}

.ventana-modal.visible {
  opacity:1;
  visibility:visible;
}

.ventana-modal__menu {
  background:#009FE2; /* azul */
  border-radius:4px 4px 0 0;
}

.ventana-modal__menu ul {
  overflow:hidden;
}

.ventana-modal__menu li {
  font-family:'proxima_nova';
  font-weight:700;
  font-style:normal;
  color:white;
  font-size:14px;
  line-height:20px;
  text-transform:uppercase;
  float:left;
  width:calc(33.33% - 1px);
  text-align:center;
  border-left:1px solid white;
}

.ventana-modal__menu li:first-child {
  width:33.33%;
  border-left:none;
}

.ventana-modal__menu li a {
  color:white;
  text-decoration:none;
  display:block;
  padding:16px;
  transition:all .5s;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ventana-modal__menu li a:hover {
  opacity:.9;
}

.ventana-modal__menu li.activado a {
  background:#006793;
}

.ventana-modal__contenido {
  background:white;
  padding:30px 50px;
}

.ventana-modal__contenido.no-paddings {
  padding:0;
}

.ventana-modal__pie {
  background:#EFEFEF;
  padding:30px 15px;
  text-align:center;
}

.ventana-modal .controles {
  background:#006793;
  max-width:570px;
  width:100%;
  height:40px;
  box-sizing:border-box;
  border-radius:4px;
  overflow:hidden;
  margin-bottom:20px;
  padding:10px;
}

.ventana-modal .controles__play,
.ventana-modal .controles__pausa {
  display:inline-block;
  vertical-align:middle;
  text-indent:-9999px;
  overflow:hidden;
  width:17px;
  height:17px;
  position:relative;
  margin-right:10px;
}

.ventana-modal .controles__play:after {
  content:'';
  border-left:14px solid white;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}

.ventana-modal .controles__pausa:after,
.ventana-modal .controles__pausa:before {
  content:'';
  width:4px;
  height:14px;
  background:white;
  display:block;
  position:absolute;
  top:50%;
  left:calc(50% - 4px);
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}
.ventana-modal .controles__pausa:before {
  left:calc(50% + 4px);
}

.ventana-modal .controles__tiempo {
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:white;
  font-size:14px;
  line-height:17px;
  display:inline-block;
  vertical-align:middle;
  width:40px;
  text-align:center;
}

.ventana-modal .controles__tiempo:nth-child(4) {
  border-right:1px solid #60A0BB;
  padding-right:10px;
  margin-right:10px;
}

.ventana-modal .controles__track {
  display:inline-block;
  vertical-align:middle;
  width:calc(100% - 160px);
  max-width:380px;
  height:2px;
  background:white;
  position:relative;
}

.ventana-modal .controles__track span {
  position:absolute;
  top:0;
  left:0;
  background:#FBBB07;
  height:2px;
}

.ventana-modal .controles__track span:after {
  content:'';
  display:block;
  width:15px;
  height:15px;
  border-radius:50%;
  background:white;
  box-shadow:rgba(0,0,0,.5) 0 2px 4px 0;
  position:absolute;
  top:-7px;
  right:-7px;
}

.ventana-modal .controles__volumen {
  display:inline-block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  width:18px;
  height:17px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:-153px -332px;
}

.ventana-modal .codigo-embeber {
  background:white;
  max-width:570px;
  width:100%;
  height:40px;
  box-sizing:border-box;
  border:1px solid #C9C8C8;
  box-shadow:inset rgba(0,0,0,.14) 0 1px 3px 0;
  border-radius:4px;
  overflow:hidden;
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:#009FE2; /* azul */
  font-size:14px;
  line-height:20px;
  padding:10px;
  height:auto;
}

.ventana-modal .opcion-cortar {
  margin-bottom:35px;
}

.ventana-modal label {
  font-family:'proxima_nova';
  font-weight:700;
  font-style:normal;
  color:black;
  font-size:16px;
  line-height:20px;
}

.ventana-modal input[type=text],
.ventana-modal input[type=password],
.ventana-modal input[type=email],
.ventana-modal textarea {
  border:1px solid #CCCCCC;
  box-shadow:inset rgba(0,0,0,.14) 0 1px 3px 0;
  background:white;
  border-radius:2px;
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:black;
  font-size:15px;
  line-height:20px;
  padding:10px;
  width:100%;
  box-sizing:border-box;
  text-align:left;
  display:inline-block;
  vertical-align:middle;
  border-radius:4px;
  margin-bottom:20px;
  margin-top:10px;
}

.ventana-modal textarea {
  height:140px;
}

.ventana-modal .opcion-cortar input[type=text] {
  box-shadow:none;
  width:100px;
  background:#F6F6F6;
  margin:0 5px;
  padding:5px 10px;
  font-size:17px;
  font-weight:600;
}

.ventana-modal .opcion-cortar button {
  font-size:15px;
}

.ventana-modal .opcion-cortar button[disabled] {
  opacity:.5;
  pointer-events:none;
}

.ventana-modal .new {
  background:#FBBB07;
  border-radius:40px;
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:white;
  font-size:14px;
  line-height:20px;
  text-transform:uppercase;
  padding:5px 15px;
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
}

.ventana-modal .checkbox {
  position:relative;
}

.ventana-modal input[type=checkbox]:checked,
.ventana-modal input[type=checkbox]:not(:checked),
.ventana-modal input[type=radio]:checked,
.ventana-modal input[type=radio]:not(:checked) {
  position:absolute;
  left:-9999px;
}
.ventana-modal input[type=checkbox]:checked + label,
.ventana-modal input[type=checkbox]:not(:checked) + label,
.ventana-modal input[type=radio]:checked + label,
.ventana-modal input[type=radio]:not(:checked) + label {
  position:relative;
  padding-left:40px;
  cursor:pointer;
}
.ventana-modal input[type=checkbox]:checked + label:before,
.ventana-modal input[type=checkbox]:not(:checked) + label:before,
.ventana-modal input[type=radio]:checked + label:before,
.ventana-modal input[type=radio]:not(:checked) + label:before {
  content:'';
  position:absolute;
  left:0;
  top:-6px;
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #CCC;
  box-shadow:inset rgba(0,0,0,.36) 0 1px 3px 0;
  background:white;
}
.ventana-modal input[type=checkbox]:checked + label:before,
.ventana-modal input[type=radio]:checked + label:before {
  background:#009FE2; /* azul */
  box-shadow:none;
  border-color:transparent;
}
.ventana-modal input[type=checkbox]:checked + label:after,
.ventana-modal input[type=checkbox]:not(:checked) + label:after,
.ventana-modal input[type=radio]:checked + label:after,
.ventana-modal input[type=radio]:not(:checked) + label:after {
  content:'';
  position:absolute;
  left:4px;
  top:-2px;
  margin-left:3px;
  margin-top:4px;
  width:14px;
  height:8px;
  border-bottom:solid 2px white;
  border-left:solid 2px white;
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.ventana-modal input[type=checkbox]:not(:checked) + label:after,
.ventana-modal input[type=radio]:not(:checked) + label:after {
  opacity:0;
}
.ventana-modal input[type=checkbox]:checked + label:after,
.ventana-modal input[type=radio]:checked + label:after {
  opacity:1;
}

.ventana-modal__titulo {
  font-family:'proxima_nova';
  font-weight:700;
  font-style:normal;
  color:black;
  font-size:24px;
  line-height:30px;
  display:block;
  text-align:center;
}

.ventana-modal__titulo + .redes {
  margin-top:20px;
}

.ventana-modal__subtitulo {
  font-family:'proxima_nova';
  font-weight:700;
  font-style:normal;
  color:black;
  font-size:16px;
  line-height:20px;
  display:block;
  text-align:left;
  margin-bottom:10px;
}

.ventana-modal .vista-previa + .codigo-embeber {
  margin-top:20px;
}

.ventana-modal .boton {
  border:none;
  background:#009FE2; /* azul */
  border-radius:3px;
  font-family:'proxima_nova';
  font-weight:700;
  font-style:normal;
  color:white;
  font-size:15px;
  line-height:20px;
  text-transform:uppercase;
  padding:10px;
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  text-decoration:none;
  min-width:165px;
  transition:all .5s;
  margin:0 5px;
}

.ventana-modal .boton-secundario {
  background:black;
}

.ventana-modal .boton:hover {
  opacity:.8;
}

.ventana-modal .redes {
  text-align:center;
}

.ventana-modal .redes p {
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:black;
  font-size:18px;
  line-height:20px;
  margin-bottom:20px;
}

.ventana-modal .redes a {
  display:inline-block;
  vertical-align:bottom;
  width:70px;
  height:70px;
  margin:0 8px 10px;
}

.ventana-modal .redes a.inactivo {
  opacity:.5;
  pointer-events:none;
}

.ventana-modal .redes .icono_redondo_facebook,
.ventana-modal .redes .icono_redondo_twitter,
.ventana-modal .redes .icono_redondo_google {
  -ms-transform-origin:center;
  transform-origin:center;
  -ms-transform:scale(1.55);
  transform:scale(1.55);
  margin-top:13px;
  margin-left:13px;
}

.icono_redondo_otras {
  border:1px solid #BEBEBE;
  display:inline-block;
  vertical-align:bottom;
  width:70px;
  border-radius:50%;
  background:white;
  text-align:center;
  padding:20px 0;
  font-family:'proxima_nova';
  font-weight:700;
  font-style:normal;
  color:#333;
  font-size:14px;
  line-height:30px;
  text-transform:uppercase;
}

.icono_check {
  display:inline-block;
  vertical-align:top;
  margin-top:-10px;
  margin-right:10px;
  width:36px;
  height:23px;
  border-bottom:solid 3px #009FE2;
  border-left:solid 3px #009FE2;
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.ventana-modal__opciones {
  overflow:hidden;
}

.ventana-modal__opciones > div {
  float:left;
  width:50%;
  text-align:center;
  padding-bottom:20px;
}

.ventana-modal__opciones .imagen {
  display:block;
  background:#F5F5F5;
  padding:10px;
  text-align:left;
  margin-bottom:20px;
  height:170px;
  position:relative;
}

.ventana-modal__opciones img {
  display:block;
  max-width:calc(100% - 20px);
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}

.ventana-modal__texto {
  border-top:1px solid #EBEBEB;
  padding-top:20px;
  margin-top:20px;
}

.ventana-modal__texto:first-child {
  border-top:none;
  padding-top:0px;
  margin-top:0px;
}

.ventana-modal__texto p {
  font-family:'proxima_nova';
  font-weight:normal;
  font-style:normal;
  color:black;
  font-size:16px;
  line-height:23px;
}

.ventana-modal__texto p strong {
  font-weight:700;
}

.ventana-modal__texto p a {
  color:#009FE2; /* azul */
}


/*
  ICONOS
*/

.icono_cuadrado_facebook,
.icono_cuadrado_twitter,
.icono_cuadrado_linkedin,
.icono_cuadrado_google,
.icono_cuadrado_microsoft {
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  width:34px;
  height:34px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
}

.icono_cuadrado_facebook {
  background-position:left top;
}

.icono_cuadrado_twitter {
  background-position:-57px top;
}

.icono_cuadrado_linkedin {
  background-position:-113px top;
}

.icono_cuadrado_google {
  background-position:-169px top;
}

.icono_cuadrado_microsoft {
  background-position:-224px top;
}

.icono_redondo_facebook,
.icono_redondo_twitter,
.icono_redondo_instagram,
.icono_redondo_google,
.icono_redondo_youtube {
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  width:45px;
  height:45px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
}

.icono_redondo_facebook {
  background-position:0 -51px;
}

.icono_redondo_twitter {
  width:46px;
  background-position:-61px -51px;
}

.icono_redondo_instagram {
  background-position:-123px -51px;
}

.icono_redondo_youtube {
  background-position:-184.5px -51px;
}

.icono_redondo_google {
  background-position:-246px -51px;
}

.logo-cadena-ser {
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  width:42px;
  height:16px;
  background-repeat:no-repeat;
  background-image:url('https://cadenaser05.epimg.net/iconos/v2.x/v2.0/logo-ser-cabecera-portada.svg');
  background-color:transparent;
  background-position:center;
  background-size: contain;
}

.icono_rss,
.icono_itunes,
.icono_ivoox,
.icono_rss-gris,
.icono_itunes-gris,
.icono_ivoox-gris,
.icono_rss-negro,
.icono_itunes-negro,
.icono_ivoox-negro,
.icono_gpodcast-gris,
.icono_spofify-gris {
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  width:27px;
  height:27px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
}

.icono_rss {
  height:24px;
  background-position:0 -112px;
}

.icono_itunes {
  background-position:-97px -111px;
}

.icono_ivoox {
  background-position:-47px -111px;
}

.icono_rss-gris {
  height:24px;
  background-position:0 -302px;
}

.icono_itunes-gris {
  background-position:-97px -302px;
}

.icono_ivoox-gris {
  background-position:-47px -302px;
}

.icono_rss-negro {
  height:24px;
  background-position:0 -434px;
}

.icono_itunes-negro {
  background-position:-98px -433px;
}

.icono_ivoox-negro {
  background-position:-49px -433px;
}

.icono_facebook,
.icono_twitter,
.icono_google,
.icono_facebook-gris,
.icono_twitter-gris,
.icono_google-gris,
.icono_facebook-negro,
.icono_twitter-negro,
.icono_google-negro,
.icono_guardar,
.icono_descargar,
.icono_play {
  display:inline-block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
}

.icono_facebook {
  width:10px;
  height:22px;
  background-position:-1px -188px;
}

.icono_twitter {
  width:21px;
  height:18px;
  background-position:-21px -188px;
}

.icono_google {
  width:29px;
  height:20px;
  background-position:-51px -188px;
}

.icono_facebook-gris {
  width:10px;
  height:22px;
  background-position:-1px -270px;
}

.icono_twitter-gris {
  width:21px;
  height:18px;
  background-position:-21px -270px;
}

.icono_google-gris {
  width:29px;
  height:20px;
  background-position:-51px -270px;
}

.icono_facebook-negro {
  width:10px;
  height:22px;
  background-position:-1px -400px;
}

.icono_twitter-negro {
  width:21px;
  height:18px;
  background-position:-21px -400px;
}

.icono_google-negro {
  width:29px;
  height:20px;
  background-position:-51px -400px;
}

.icono_instagram-gris {
  width: 21px;
  height: 22px;
  background-position: -1px 0;
  display: inline-block;
  vertical-align: bottom;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/bundles/playserweb/img/instragram_youtube_sprite.svg');
  background-color: transparent;

}

.icono_youtube-gris {
  width: 24px;
  height: 22px;
  background-position: -46px 0;
  display: inline-block;
  vertical-align: bottom;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url('/bundles/playserweb/img/instragram_youtube_sprite.svg');
  background-color: transparent;

}

.icono_guardar {
  width:27px;
  height:26px;
  background-position:-90px -188px;
}

.icono_descargar {
  width:21px;
  height:22px;
  background-position:-125px -188px;
}

.icono_play {
  width:45px;
  height:45px;
  background-position:0px -220px;
}

.icono_buscar,
.icono_pinchar,
.icono_seleccionar {
  display:inline-block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  width:44px;
  height:44px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
}

.icono_buscar {
  background-position:-168px -149px;
}

.icono_pinchar {
  background-position:-168px -214px;
}

.icono_seleccionar {
  background-position:-168px -279px;
}

.icono_microfono {
  display:inline-block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  width:17px;
  height:25px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:-227px -150px;
}

.icono_cuadrado_compartir {
  display:inline-block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  width:46px;
  height:42px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:-1px -331px;
}

.icono_cuadrado_compartir_azul {
  display:inline-block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  width:61px;
  height:60px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:-49px -332px;
}

.icono_altavoz {
  display:inline-block;
  vertical-align:bottom;
  text-indent:-9999px;
  overflow:hidden;
  width:18px;
  height:17px;
  background-repeat:no-repeat;
  background-image:url('/bundles/playserweb/img/iconos.svg');
  background-color:transparent;
  background-position:-123px -332px;
}


/* 
  CABECERA > SUBMENU 
*/

.cabecera-submenu {
  background:#009FE2;
  clear:both;
  min-height:60px;
  position:relative;
  font-family:"proxima_nova", Helvetica, Helvetica Neue, Arial;
}

.cabecera-submenu a {
  text-decoration:none;
  display:block;
}

.cabecera-submenu:after {
  content:'';
  display:table;
  clear:both;
}

.cabecera-submenu__texto {
  /*float:left;
  width:40%;*/
  float:none;
  width:100%;
  padding:8px 20px;
  min-height:60px;
  box-sizing:border-box;
}

@media screen and (min-width:1000px){
  .cabecera-submenu__texto > a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:97%;
  }
}

.cabecera-submenu__horario {
  display:none;
}

.cabecera-submenu__titulo {
  display:block;
  font-weight:700;
  font-style:normal;
  color:white;
  font-size:22px;
  line-height:27px;
  text-align:left;
  text-transform:uppercase;
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cabecera-submenu__presentador {
  display:block;
  font-weight:600;
  font-style:normal;
  color:#191E23;
  font-size:12px;
  line-height:15px;
  text-align:left;
  text-transform:uppercase;
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cabecera-submenu__opciones {
  float:right;
  width:61%;
  margin-top:-60px;
  text-align:right;
  position:relative;
  padding-right:67px;
  box-sizing:border-box;
}

.cabecera-submenu__listado {
  float:right;
  width:100%;
  overflow-y:auto;
}

.cabecera-submenu__listado .icon-flecha-down {
  margin-left:4px;
}

.cabecera-submenu__listado ul {
  text-align:right;
}

.cabecera-submenu__listado li {
  font-weight:700;
  font-style:normal;
  color:white;
  font-size:13px;
  line-height:20px;
  text-align:center;
  text-transform:uppercase;
  display:inline-block;
  vertical-align:top;
}

.cabecera-submenu__listado li a {
  color:white;
  display:block;
  text-decoration:none;
  padding:20px 15px;
  transition:opacity .3s;
}

.cabecera-submenu__listado li a:hover {
  opacity:.8;
}

.cabecera-submenu__boton {
  background:#0082BA;
  border:none;
  height:60px;
  width:67px;
  text-indent:-999px;
  overflow:hidden;
  text-decoration:none;
  text-align:center;
  transition:opacity .3s;
  position:absolute;
  top:0;
  right:0;
}

.cabecera-submenu__boton:hover {
  opacity:.8;
}

.cabecera-submenu__boton:after {
  content:'•••';
  text-indent:0;
  display:block;
  color:white;
  font-size:30px;
  letter-spacing:2px;
  margin-top:2px;
}

.cabecera-submenu.activado .cabecera-submenu__boton {
  background:#004563;
}

.cabecera-submenu.activado .cabecera-submenu__boton:hover {
  opacity:1;
}


.cabecera-submenu {
  height:60px;
  overflow:hidden;
  transition:height .5s;
}

.cabecera-submenu.activado {
  height:150px;
}

.cabecera-submenu__opciones {
  background:#009FE2;
  z-index:3;
}

.cabecera-submenu__texto {
  background:#009FE2;
  padding:12px 20px 9px;
  position:relative;
  z-index:3;
  width:39%;
}

.cabecera-submenu__desplegado {
  clear:both;
  background:#004563;
  display:block;
  width:100%;
  height:90px;
  padding-left:150px;
  padding-right:30px;
  position:relative;
  box-sizing:border-box;
  transition:transform .5s, zIndex .6s;
  
}

.cabecera-submenu.activado .cabecera-submenu__desplegado {
  transform:translateY(0px);
  z-index:4;
}

.cabecera-submenu__desplegado a {
  transition:all .5s;
}

.cabecera-submenu__desplegado a:hover {
  opacity:.8;
}

.cabecera-submenu__desplegado .foto {
  position:absolute;
  bottom:0;
  left:0;
  text-align:center;
  width:150px;
  max-height:100px;
  width:123px; height:123px; overflow:hidden;
}

.cabecera-submenu__desplegado .foto img {
  display:block;
  margin:0 auto;
  height:100%;
}

.cabecera-submenu__desplegado .info {
  float:left;
  padding-top:20px;
}

.cabecera-submenu__desplegado .info p,
.cabecera-submenu__desplegado .suscribete p,
.cabecera-submenu__desplegado .siguenos strong,
.cabecera-submenu__desplegado .suscribete li,
.cabecera-submenu__desplegado .suscribete strong {
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:white;
  font-size:12px;
  line-height:15px;
  text-transform:uppercase;
  text-align:left;
}

.cabecera-submenu__desplegado .suscribete strong {
  font-size:10px;
}

.cabecera-submenu__desplegado .siguenos {
  margin-top:10px;
}

.cabecera-submenu__desplegado p + .siguenos {
  border-top:1px solid #799BAA;
  padding-top:8px;
  padding-bottom: 8px;
}

.cabecera-submenu__desplegado .siguenos strong {
  display:inline-block;
  vertical-align:middle;
}

.cabecera-submenu__desplegado .siguenos ul {
  display:inline-block;
  vertical-align:middle;
}

.cabecera-submenu__desplegado .siguenos li {
  display:inline-block;
  vertical-align:middle;
  margin-left:10px;
}

.cabecera-submenu__desplegado .siguenos a {
  display:block;
}

.cabecera-submenu__desplegado .btn-habla,
.cabecera-submenu__desplegado .btn-escucha {
      width: 19%;
    float: left;
    margin-left: 3%;
    margin-top: 10px;
    max-width: 270px;
    box-sizing: border-box;
    display: block;
    padding: 10px 50px 10px 10px;
        padding-right: 50px;
    background: black;
    font-family: 'proxima_nova';
    font-weight: 700;
    font-style: normal;
    color: white;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    padding-right: 50px;
}

.cabecera-submenu__desplegado .btn-habla {
  background:url('/bundles/playserweb/img/fondo-boton-habla.png') no-repeat 98% center black;    
}

.cabecera-submenu__desplegado .btn-habla .icon-equalizer {
  display:none;
}

.cabecera-submenu__desplegado .btn-escucha {
  padding-right:15px;
  background:none black;
}

.cabecera-submenu__desplegado .btn-habla .icon-equalizer,
.cabecera-submenu__desplegado .btn-escucha .icon-equalizer {
  float:right;
  border-left:1px solid #292B2D;
  height:12px;
  padding:4px 4px 4px 10px;
}

.cabecera-submenu__desplegado .suscribete {
  float:right;
  padding-top:20px;
}

.cabecera-submenu__desplegado .suscribete p {
  text-transform:none;
}

.cabecera-submenu__desplegado .suscribete ul {
  border-top:1px solid #799BAA;
  margin-top:10px;
  padding-top:4px;
  text-align:left;
}

.cabecera-submenu__desplegado .suscribete li {
  margin-left:-3px;
  margin-right:8px;
}

.cabecera-submenu__desplegado .suscribete li,
.cabecera-submenu__desplegado .suscribete li span {
  display:inline-block;
  vertical-align:middle;
}

.cabecera-submenu__desplegado .suscribete a {
  color:white;
}

.cabecera-submenu__desplegado .suscribete span {
  -ms-transform:scale(.8);
  transform:scale(.8);
}


/*
  CABECERA > SECCION
*/

.cabecera-seccion {
  background:#E1E1E2;
  padding:12px 20px;
  float: left;
  width: calc(100% - 40px);
}
.cabecera-seccion.no_radio{
	padding:9px 0 8px;
	width:100%;
}
.cabecera-seccion a {
  text-decoration:none;
  display:block;
  float: left;
}

.cabecera-seccion__titulo {
  font-family:'proxima_nova';
  font-weight:600;
  font-style:normal;
  color:#009FE2; /* azul */
  font-size:19px;
  line-height:26px;
  text-transform:uppercase;
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.cabecera-seccion.no_radio .cabecera-seccion__titulo{font-size:16px;color:#a0a0a0;}
.cabecera-seccion .suscribete{display:none;}
@media (min-width:1000px){
.cabecera-seccion{padding:9px 20px 8px;}
.cabecera-seccion .suscribete{float:left;margin-left:1.375rem;position:relative;display:none;background:#fff;border:1px solid #ddd;border-radius:5px;padding:10px 16px 9px;display:block;}
.cabecera-seccion > a{margin:11px 0 10px;}
.cabecera-seccion > a strong{}
.cabecera-seccion .suscribete > p{float:left;font:700 13px/13px 'proxima_nova';color:#929292;text-transform:uppercase;padding:7px 2px 0 0;}
.cabecera-seccion .suscribete ul{float:left;}
.cabecera-seccion .suscribete li{display:block;float:left;margin:0 0 0 14px;}
.cabecera-seccion .suscribete li span{display:block;float:left;width:25px;height:25px;background:url(/bundles/playserweb/img/itunes-rss-ivoox-sprite.svg) 0 0 no-repeat;background-size:cover;}
.cabecera-seccion .suscribete li span.icono_rss-azul{background-position:0 37%;}
.cabecera-seccion .suscribete li span.icono_itunes-azul{background-position:0 28.2%;}
.cabecera-seccion .suscribete li span.icono_ivoox-azul{background-position:0 46.2%;}
.cabecera-seccion .suscribete li strong{display:block;float:left;font:600 13px/13px 'proxima_nova';color:#000;padding:6px 0 0 6px;}
.cabecera-seccion .suscribete li:hover > *{opacity:.7;}
.cabecera-seccion .suscribete li:hover > div{opacity:1;}
}

/*
  REPRODUCCIONES
*/

.reproducciones h2,
ol.listado li h2,
ul.listado li h2 {
  /*border:none;
  background:transparent;
  border-radius:0;
  text-shadow:none;
  font-style:normal;
  font-weight:700;
  font-size:18px;
  line-height:18px;
  text-align:left;*/
  font-family:'proxima_nova';
  height:auto;
  display:block;
  margin-bottom:5px;
  text-transform:none;
}


/*
  GENERICOS
*/

.ocultar {
  display:none;
}



/*
  TABLET
*/

@media screen and (max-width:999px){
  
  /*
    CABECERA
  */
  
  .cabecera {
    padding-top:0;
  }
  
  .cabecera .nav li.redes {
    display:none;
  }
  
  /* 
    CABECERA > SUBMENU 
  */
  
  .cabecera-submenu,
  .cabecera-submenu.activado {
    background:#009FE2;
    height:50px;
    min-height:50px;
  }
  
  .cabecera-submenu__texto {
    padding-left:10px;
    padding-right:30px;
    height:50px;
    min-height:50px;
    width:100%;
    float:none;
  }
  
  .cabecera-submenu__opciones,
  .cabecera-submenu__desplegado,
  .cabecera-submenu__presentador,
  .cabecera-submenu__horario {
    display:none !important;
  }
  
  .cabecera-submenu__titulo {
    font-family:'proxima_nova';
    font-weight:600;
    font-style:normal;
    color:#FFFFFF;
    font-size:22px;
    line-height:32px;
    text-transform:none;
  }
  
  .cabecera-submenu__texto a:before {
    content:'';
    position:absolute;
    right:8px;
    top:50%;
    width:15px;
    height:15px;
    margin-top:-11px;
    border-top:solid 2px white;
    border-right:solid 2px white;
    -ms-transform-origin:left top;
    transform-origin:left top;
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  
  .siguenos .icono_facebook-gris {
    background-position:-2px -400px;
  }

  .siguenos .icono_twitter-gris {
    background-position:-22px -400px;
  }

  .siguenos .icono_google-gris {
    background-position:-52px -400px;
  }
  
  .suscribete .icono_rss-gris {
    height:24px;
    background-position:0 -434px;
  }

  .suscribete .icono_itunes-gris {
    background-position:-98px -433px;
  }

  .suscribete .icono_ivoox-gris {
    background-position:-49px -433px;
  }
  
}


/*
  TABLET-MOVIL
*/

@media screen and (max-width:730px){

  /*
    BUSCADOR
  */
  
  .buscador p.resultados,
  .buscador .desplegable {
    width:100%;
    float:none;
  }
}


/*
  MOVIL
*/

@media screen and (max-width:650px){
  
  
  /*
    CABECERA > NAV
  */
  
  .cabecera-submenu,
  .cabecera-submenu.activado {
    height:auto;
  }
  
  .cabecera .nav .menu-buscador,
  .cabecera .nav .podcast-submenu,
  .cabecera .nav .logo-cadenaser,
  .cabecera .nav .social,
  .cabecera .botones-login-movil {
    display:block;
  }
  
  .cabecera #directo .directo-submenu .nav__label:first-child,
  .cabecera #alacarta .alacarta-submenu .nav__label:first-child {
    padding-top:15px;
  }
  
  .cabecera #directo .directo-submenu .btn:last-child,
  .cabecera #alacarta .alacarta-submenu .btn:last-child {
    margin-bottom:30px;
  }
  
  
  .cabecera #directo .directo-submenu,
  .cabecera #alacarta .alacarta-submenu {
    display:block;
    max-height:0;
    transition:all .7s;
    overflow:hidden;
    padding-top:0;
    padding-bottom:0;
  }
  /*
  .cabecera #directo.activado .directo-submenu:after,
  .cabecera #alacarta.activado .alacarta-submenu:after {
    content:'';
    display:table;
    clear:both;
  }
  */
  
  .cabecera #directo.activado .directo-submenu,
  .cabecera #alacarta.activado .alacarta-submenu {
    max-height:100vh;
/*    overflow:visible;*/
  }
  
  .cabecera .botones-login-escritorio,
  .cabecera .nav .cadenaser,
  .cabecera .nav .redes {
    display:none;
  }

  .cabecera .nav-wrapper {
    width:100%;
    padding-top:55px;
    box-sizing:border-box;
  }

  .cabecera .nav-wrapper .menu {
    position:absolute;
    top:0;
    left:0;
  }

  .cabecera .nav {
    background:#009FE2; /* azul */
    width:100%;
    height:calc(100vh - 55px);
    overflow-y:auto;
  }

  .cabecera .nav a,
  .cabecera .nav ul {
    margin:0;
    padding:0;
    line-height:1;
  }

  .cabecera .nav li {
    height:auto;
    display:block;
    margin-right:auto;
    background:transparent;
    border:none;
  }

  .cabecera .nav > li {
    border-bottom:1px solid white;
  }

  .cabecera .nav > li > a {
    display:block;
    padding:17px;
    font-family:'proxima_nova';
    font-weight:700;
    font-style:normal;
    color:white;
    font-size:16px;
    line-height:20px;
  }

  .cabecera .nav .menu-login {
    padding:0 7px;
    background:white;
    text-align:center;
  }

  .cabecera .nav .conectate {
    padding-bottom:20px;
    border-bottom:1px solid #EBEBEB;
  }

  .cabecera .nav .conectate strong {
    font-family:'proxima_nova';
    font-weight:600;
    font-style:normal;
    color:black;
    font-size:17px;
    line-height:30px;
    display:block;
    text-align:center;
  }

  .cabecera .nav .conectate ul {
    text-align:center;
  }

  .cabecera .nav .conectate li {
    display:inline-block;
    vertical-align:top;
    margin:0 8px;
  }

  .cabecera .nav .conectate li a {
    display:block;
  }

  .cabecera .nav .logueate {
    padding-bottom:20px;
    border-bottom:1px solid #EBEBEB;
    padding-top:5px;
  }

  .cabecera .nav .logueate strong,
  .cabecera .nav .logueate a {
    font-family:'proxima_nova';
    font-weight:600;
    font-style:normal;
    color:black;
    font-size:17px;
    line-height:30px;
    display:block;
    text-align:center;
  }

  .cabecera .nav .logueate a {
    text-transform:none;
    color:#009FE2; /* azul */
  }

  .cabecera .nav .registrate {
    padding-top:5px;
  }

  .cabecera .nav .registrate strong {
    font-family:'proxima_nova';
    font-weight:600;
    font-style:normal;
    color:black;
    font-size:17px;
    line-height:30px;
    display:block;
    text-align:center;
  }

  .cabecera .nav .menu-buscador {
    background:#F5F5F5;
    padding:10px;
    position:relative;
  }

  .cabecera .nav .menu-buscador input[type=text] {
    background:white;
    line-height:30px;
    margin-bottom:0;
  }

  .cabecera .nav .menu-buscador button {
    width:52px;
    height:52px;
    background:#009FE2; /* azul */
    position:absolute;
    border:0 2px 2px 0;
    top:10px;
    right:10px;
    border:none;
  }

  .cabecera .nav .menu-buscador button .icon-lupa {
    color:white;
    font-size:25px;
    line-height:50px;
  }

  .cabecera .nav .btn-primary {
    font-size:15px;
    margin-left:auto;
    margin-right:auto;
    min-width:110px;
  }

  .cabecera .nav .nav__label {
    font-family:'proxima_nova';
    font-weight:600;
    font-style:normal;
    color:black;
    font-size:15px;
    line-height:30px;
    display:block;
    text-align:left;
  }

  .cabecera .nav input[type=text],
  .cabecera .nav input[type=password] {
    border:1px solid #CCCCCC;
    background:#F6F6F6;
    border-radius:2px;
    font-family:'proxima_nova';
    font-weight:normal;
    font-style:normal;
    color:black;
    font-size:15px;
    line-height:20px;
    padding:10px;
    width:100%;
    box-sizing:border-box;
    display:block;
    text-align:left;
    margin-bottom:10px;
  }

  .cabecera .nav .desplegable {
    border:1px solid white;
    border-radius:2px;
    background:black;
    line-height:1;
    margin-bottom:15px;
    position:relative;
    z-index:1;
  }
  
  .cabecera .nav .desplegable:hover {
    z-index:10;
  }
  
  .cabecera .nav .desplegable ul {
    position:absolute;
    top:40px;
    width:100%;
    max-height:0;
    overflow-y:auto;
    background:black;
    border:1px solid white;
    border-top:none;
    left:-1px;
    z-index:9;
  }
  
  .cabecera .nav .desplegable:hover ul {
    max-height:70px;
  }

  .cabecera .nav .desplegable:before {
    content:'';
    position:absolute;
    right:-4px;
    top:14px;
    width:15px;
    height:15px;
    border-top:solid 2px white;
    border-right:solid 2px white;
    -ms-transform-origin:left top;
        transform-origin:left top;
    -ms-transform:rotate(135deg);
        transform:rotate(135deg);
  }

  .cabecera .nav .desplegable select,
  .cabecera .nav .desplegable li,
  .cabecera .nav .desplegable .desplegable_selector {
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    border:none;
    background:transparent;
    font-family:'proxima_nova';
    font-weight:600;
    font-style:normal;
    color:white;
    font-size:15px;
    line-height:26px;
    text-transform:uppercase;
    display:block;
    width:100%;
    padding:7px;
    text-align:left;
  }

  .cabecera .nav .directo-submenu,
  .cabecera .nav .alacarta-submenu {
    background:black;
    padding:15px;
    text-align:center;
  }

  .cabecera .nav .directo-submenu .separator,
  .cabecera .nav .alacarta-submenu .separator {
    margin-left:-15px;
    margin-right:-15px;
    margin-top:10px;
    margin-bottom:10px;
    display:block;
    width:calc(100% + 30px);
    height:1px;
    background:white;
  }

  .cabecera .nav .directo-submenu .nav__label,
  .cabecera .nav .alacarta-submenu .nav__label {
    color:white;
  }

  .cabecera .nav .social {
    padding:15px;
    text-align:center;
  }

  .cabecera .nav .social li {
    display:inline-block;
    vertical-align:top;
    margin:0 4px;
  }

  .cabecera .nav .podcast-submenu {
    padding:14px 15px 13px;
    text-align:left;
    line-height:24px;
  }

  .cabecera .nav .podcast-submenu strong {
    font-family:'proxima_nova';
    font-weight:normal;
    font-style:normal;
    color:white;
    font-size:16px;
    line-height:20px;
    text-transform:uppercase;
    display:inline-block;
    vertical-align:middle;
  }

  .cabecera .nav .podcast-submenu .feed {
    display:inline-block;
    vertical-align:middle;
  }

  .cabecera .nav .podcast-submenu .feed a {
    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
  }

  .cabecera .nav .podcast-submenu em {
    display:none;
  }

  .cabecera ul.aux {
    position:relative;
    z-index:100;
  }
  
  .cabecera ul.aux li:nth-child(2) {
    display:none;
  }
  
  .cabecera #boton-login,
  .cabecera #boton-login-foto {
    background:none transparent;
    text-align:center;
    width:55px;
    height:55px;
  }
  
  .cabecera #boton-login-foto .foto-usuario {
    width:33px;
    height:33px;
  }
  
  .cabecera #boton-login .icon-user {
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-indent:-9999px;
    overflow:hidden;
    width:33px;
    height:33px;
    background-repeat:no-repeat;
    background-image:url('/bundles/playserweb/img/iconos.svg');
    background-color:transparent;
    background-position:-1px -146px;
  }
  
  .cabecera #boton-login:hover {
    background:none transparent;
  }
  
  .cabecera #boton-login .icon-user:before {
    content:none;
    display:none;
  }
  
  .cabecera .nav li.activo a:after {
    content:none;
    display:none;
  }
  
  /*
    EFECTO EN MENU
  */
  .cabecera .nav,
  .cabecera .nav li.menu-login {
    display:block;
    max-height:0;
    overflow:hidden;
    transition:all .5s;
  }
  
  /*
    LOGIN ACTIVADO
  */
  
  .cabecera.cabecera_login-activado #boton-login {
    background:none transparent;
  }
  
  .cabecera.cabecera_login-activado #boton-login .icon-user {
    background-position:-33px -146px;
  }
  
  .cabecera.cabecera_login-activado .nav,
  .cabecera.cabecera_login-activado .nav li.menu-login {
    width:100vw;
    max-height:min-content;
  }
  
  /*
    MENU ACTIVADO
  */
  
  .cabecera.cabecera_menu-activado #boton-menu {
    color:#009fe1;
  }
  
  .cabecera.cabecera_menu-activado #boton-menu .icon-menu {
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
  }

  .cabecera.cabecera_login-activado .nav {
    max-height:min-content;
  }

  .cabecera.cabecera_login-activado #main_navigation > li:not(.menu-login):not(.cadenaser):not(.redes) {
    display:none;
  }
  .cabecera.cabecera_menu-activado #main_navigation > li:not(.menu-login):not(.cadenaser):not(.redes) {
    display:block !important;
  }
  
  .cabecera.cabecera_menu-activado .nav {
    max-height:100vh !important;
  }
  
  
  /*
    DETALLE
  */
  
  .main .detalle {
    margin-left:-10px;
    margin-right:-10px;
  }
  
  .main .detalle .caja-player {
    margin-top:-10px;
    margin-left:-10px;
    margin-right:-10px;
  }

  .main .detalle h1 {
    font-size:24px;
    line-height:26px;
  }

  .main .detalle .firma {
    font-size:13px;
  }

  .main .detalle .modulo-compartir {
    display:none;
  }

  /*
    MODULO > ACORDEÓN
  */


  .acordeon__titulo {
    font-weight:normal;
    font-style:normal;
    font-size:14px;
    line-height:20px;
    padding:15px 65px 15px 15px;
  }

  .acordeon__titulo:after {
    -ms-transform:scale(.8);
    transform:scale(.8);
  }

  .acordeon.activado .acordeon__titulo:after {
    background-position:-116px -146px;
  }

  .acordeon__titulo .new,
  .acordeon__titulo .faq {
    display:none;
  }

  .acordeon__contenido {
  
  }
  
  /*
    LISTADOS
  */

  h2 {
    font-size:14px;
    line-height:20px;
    margin-bottom:20px;
  }

  .sin-comentarios h2 {
    line-height:20px;
  }
  
  .pestanas li {
    width:50%;
    box-sizing:border-box;
  }

  ul.listado li,
  ol.listado li {
    padding:15px 70px 25px 45px;
  }
  
  ul.listado li {
    padding-left:15px;
  }

  ul.listado li .programa,
  ol.listado li .programa {
    font-size:14px;
    line-height:20px;
  }
  
  ul.listado li .programa:hover, 
  ul.listado li .programa:focus, 
  ol.listado li .programa:hover, 
  ol.listado li .programa:focus {
    color:#333;
  }
  
  ul.listado li .info,
  ol.listado li .info {
    font-size:11px;
    line-height:16px;
  }
  
  ul.listado li .horario,
  ol.listado li .horario {
    line-height:16px;
  }

  /*ul.listado li .btn,
  ol.listado li .btn {
    -ms-transform:scale(.8);
    transform:scale(.8);
  }*/
  
  
  ul.listado li .duracion-del-audio,
  ol.listado li .duracion-del-audio {
    font-size:9px;
    line-height:14px;
    width:36px;
    top:54px;
    right:15px;
  }
  
  ul.listado li .btn .icon-equalizer,
  ol.listado li .btn .icon-equalizer {
    display:none;
  }


  /*
    CABECERA > SECCION
  */

  .cabecera-seccion {
    padding:10px 15px 10px 10px;
	width:calc(100% - 25px);
  }

  .cabecera-seccion a {
    position:relative;
  }
  
  .main{clear:both;}
  /*.cabecera-seccion a:before {
    content:'';
    position:absolute;
    right:-4px;
    top:1px;
    width:10px;
    height:10px;
    border-top:solid 2px #009FE2; 
    border-right:solid 2px #009FE2;
    -ms-transform-origin:left top;
        transform-origin:left top;
    -ms-transform:rotate(45deg);
        transform:rotate(45deg);
  }*/

  .cabecera-seccion__titulo {
    font-weight:normal;
    font-size:14px;
    line-height:20px;
  }
  
  /*
    TRANSCRIPCION
  */

  .transcripcion__buscador.activado .transcripcion__buscador-campo {
    display:block;
  }
  
  .transcripcion__buscador.activado .botones-movil {
    float:right;
    width:18%;
    clear:none;
    margin:0;
    height:43px;
  }
  
  .transcripcion__buscador.activado .botones-movil .boton-transcripcion-buscador {
    display:none;
  }
  
  .transcripcion__buscador.activado .botones-movil a {
    width:100%;
    padding:9px;
  }
  
  .transcripcion .botones-movil {
    display:block;
    border-radius:4px;
    overflow:hidden;
    width:100%;
    height:45px;
    clear:both;
  }
  
  .transcripcion .botones-movil a {
    float:left;
    width:50%;
    background:#009FE2; /* azul */
    color:white;
    text-decoration:none;
    text-align:center;
    font-size:25px;
    line-height:27px;
    padding:10px;
    box-sizing:border-box;
  }
  
  .transcripcion .botones-movil a span {
    display:inline-block;
    vertical-align:top;
  }
  
  .transcripcion .botones-movil .boton-transcripcion-ampliar {
    line-height:17px;
    border-left:1px solid white;
  }

  .transcripcion__buscador {
    background:white;
    padding:10px;
  }

  .transcripcion__buscador-compartir {
    display:none;
  }

  .transcripcion__buscador-campo {
    display:none;
    float:left;
    width:80%;
    margin-right:0;
  }

  .transcripcion__buscador-campo .boton-buscar-anterior,
  .transcripcion__buscador-campo .boton-buscar-siguiente,
  .transcripcion__buscador-boton {
    display:none;
  }

  .transcripcion__contenido {
    padding:10px;
  }

  .interaccion {
    padding-left:0;
    padding-top:5px;
  }
  
  .interaccion__nombre {
    margin-left:25px;
  }

  .interaccion:before {
    -ms-transform:scale(.8);
    transform:scale(.8);
  }

  .interaccion p,
  .main .detalle .interaccion p {
    font-size:1.2em;
    line-height:150%;
    padding:15px;
    margin-left:15px;
    margin-bottom:20px;
  }

  .interaccion p:before {
    left:-15px;
    border-top:15px solid #EFEFF4;
    border-left:15px solid transparent;
    border-right:5px solid #EFEFF4;
  }
  
  /*
    COMPARTIR TEXTO
  */

  .globo-compartir {
    display:none;
  }
  
  /*
    PRESENTADORES
  */

  .presentadores li {
    margin-bottom:15px;
  }

  .presentadores__avatar {
    width:26px;
    height:26px;
  }

  .presentadores__nombre {
    font-size:14px;
    line-height:18px;
    margin-top:4px;
  }

  .tag {
    font-size:15px;
  }
  
  /*
    BUSCADOR
  */
  
  .coincidencias {
    float:none;
    margin-left:0;
    margin-bottom:10px;
  }
  
  /*
    PAGINACION
  */
  
  .paginacion button.numero {
    display:none;
  }
  
  /*
    FILTROS
  */
  
  .sidebar-filtros__titulo,
  .sidebar-filtros__contenido a {
    font-size:15px;
  }
  
  
}


.cabecera .inner {
  height:73px;
}

@media screen and (max-width:650px){
  .cabecera .inner {
    height:55px;
  }
}

.cabecera .inner.fijar {
  position:fixed;
  top:0;
  left:50%;
  width:100%;
  margin:0;
  background:black;
  z-index:999;
  max-width:1000px;
  transform:translateX(-50%);
  padding-left:10px;
  box-sizing:border-box;7/16
}

.caja-player .commonmm_sonExpand {
  position:relative;
}

.mm_player .mm_capa_compartir-mensaje .mm_texto_ayuda .mm_tooltip {
  top:-100px;
}
.mm_player .mm_capa_compartir-mensaje .mm_tooltip p {
  color:white;
}
.cabecera {
  z-index:102;
}

.pie {
  z-index:101;
}
.bloque.listado .buscador .desplegable{float:left;width:39.5%;position:relative;margin:0;overflow:initial;background:none;}
.bloque.listado .buscador .desplegable:nth-child(2){margin:0 1rem;}
.bloque.listado .buscador .desplegable > a{padding:.438rem 0 .438rem .25rem;font:.813rem/1em proxima_nova;display:block;float:left;border:1px solid #fff;color:#fff;background:#191e22;text-decoration:none;position:relative;width:calc(100% - .25rem);}
.bloque.listado .buscador .desplegable > a:after{content:" ";height:0;width:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff;position:absolute;right:8px;top:11px;transition:all 0.3s linear;}
.bloque.listado .buscador .desplegable > a:before{content:" ";height:100%;position:absolute;right:1.75rem;border-left:1px solid #fff;top:0;}
.bloque.listado .buscador .desplegable > ul, .bloque.listado .buscador .desplegable > div{position:absolute;top:100%;left:0;width:100%;border-left:1px solid #fff;border-right:1px solid #fff;z-index:10;max-height:9.375rem;overflow-y:auto;padding:0;background:none;margin:0;}
.bloque.listado .buscador .desplegable ul li{width:100%;margin:0;padding:0;border-bottom:1px solid #fff;display:block;}
.bloque.listado .buscador .desplegable ul li a{background:#000;font:.813rem/1em proxima_nova;color:#fff;height:auto;padding:.5rem .25rem;}
.bloque.listado .buscador .desplegable ul li a:hover, .buscador .desplegable ul li a:focus{opacity:1;background:#999;}

@media (max-width:650px){
  .bloque.listado .buscador .desplegable{width:100%;}
  .bloque.listado .buscador .desplegable:nth-child(2){margin:1rem 0;}
}

@media screen and (max-width: 650px){
  .pie .player-wrapper { height: 152px; }
  .pie .player-wrapper.player-wrapper-live { height: 102px; }
}

.legal, .main .detalle .legal {
  margin-bottom: 20px;
}

.legal p, .main .detalle .legal p {
  font-size: 11px;
  line-height: 130%;
}

.interaccion-hombre:before {
  background-repeat: no-repeat;
  background-image: url('/bundles/playserweb/img/icono-hombre.svg');
  background-color: transparent;
  background-position: center;
}

.interaccion-mujer:before {
  background-repeat: no-repeat;
  background-image: url('/bundles/playserweb/img/icono-mujer.svg');
  background-color: transparent;
  background-position: center;
}

.cnt-lo-mas{width:100%;clear:both;padding:1.75rem 0;float:left;}
.cnt-lo-mas > h3{font:700 1.5rem/1em proxima_nova;color:#000;}
.cnt-lo-mas > ul{width:100%;clear:both;margin-top:1.25rem;background:#d4d4d4;}
.cnt-lo-mas > ul li{width:50%;float:left;cursor:pointer;text-align:center;padding:1.375rem 0;font:1.125rem/.75em proxima_nova;color:#000;}
.cnt-lo-mas > ul li.activo{background:#fff;cursor:inital;}
.cnt-lo-mas > div{background:#fff;width:100%;float:left;padding-bottom:1.25rem}
.cnt-lo-mas > div ol{counter-reset: section;list-style-type: none;}
.cnt-lo-mas > div li{display:block;float:left;width:calc(100% - 1.3rem);padding:1.25rem .625rem 0;position:relative;}
.cnt-lo-mas > div li:after{counter-increment: section;content: counter(section);position: absolute;right: 4rem;top: 25%;font: 700 7.375rem/.75em proxima_nova;color: #f4f4f4;text-align: center;width: 4rem;}
.cnt-lo-mas > div li img{float:left;width:7.25rem;}
.cnt-lo-mas > div li h4{float:left;margin-left:.75rem;width:calc(100% - 8rem);font:1rem/1.25em proxima_nova;padding-top:.25rem;position:relative;z-index:100;}
.cnt-lo-mas > div li a{color:#000;text-decoration:none;}
@media (min-width:768px) and (max-width:768px){
  .cnt-lo-mas > div li{width:calc(20% - 1.3rem);}
  .cnt-lo-mas > div li img{width:100%;}
  .cnt-lo-mas > div li h4{clear:both;width:100%;margin:0;padding-top:1rem;}
  .cnt-lo-mas > div li:after{bottom:-.5rem;top:auto;}
}

body.ovhd{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow: hidden;
}
.mm_capa_foto img{z-index:1001;}
.mm_infopanel_background{bottom:100%;top:auto!important;}
.mm_infopanel_message{font:.875rem/1em proxima_nova!important;padding:.625rem 0;}
.cabecera-submenu__desplegado.sin-imagen{padding-left:20px;}
.cabecera-submenu__desplegado.sin-imagen .info{width: 39%;max-width: 370px;}

.mm_player_permanente.mm_player_permanente_live .mm_capa_pausado .mm_programa.mm_programa-largo div, .mm_player_permanente.mm_player_permanente_live .mm_capa_sonando .mm_programa.mm_programa-largo div {
  -webkit-animation: mov_titulo 5s linear infinite !important;
  -moz-animation: mov_titulo 5s linear infinite !important;
  -o-animation: mov_titulo 5s linear infinite !important;
  animation: mov_titulo 5s linear infinite !important; }
.mm_player_permanente.mm_player_permanente_live .mm_capa_pausado .mm_cintillo, .mm_player_permanente.mm_player_permanente_live .mm_capa_sonando .mm_cintillo {
   font-size: 14px !important;
   line-height: 29px !important;
   margin: 2px 0 0 !important;
}
.mm_player_permanente.mm_player_permanente_live .mm_capa_pausado .mm_programa, .mm_player_permanente.mm_player_permanente_live .mm_capa_sonando .mm_programa {
   font-size: 19px !important;
   line-height: 17px !important;
}
.mm_player_permanente.mm_player_permanente_live .mm_capa_pausado .mm_programa.mm_programa-largo div strong, .mm_player_permanente.mm_player_permanente_live .mm_capa_sonando .mm_programa.mm_programa-largo div strong {
   font-size: 19px !important;
}

div.botones-login-escritorio{width:100%;height:100%;}
.OUTBRAIN{background:#f1f1f1;}
.mm_player_permanente.mm_player_permanente_live .mm_capa_desplegada_live .mm_audio_info{height: 165px!important;}
div.botones-login-escritorio{width:100%;height:100%;}
.OUTBRAIN{background:#f1f1f1;}
.mm_player_permanente.mm_player_permanente_live .mm_capa_desplegada_live .mm_audio_info{height:170px!important;margin-top:40px!important;}
.mm_player_permanente.mm_player_permanente_live .mm_capa_desplegada_live .mm_audio_seleccionar{height:230px!important;padding-bottom:0!important;}
.mm_player_permanente.mm_player_permanente_live .mm_capa_desplegada_live .mm_audio_seleccionar .mm_selector.mm_selector_grande{margin-bottom:15px!important;}

@-webkit-keyframes mov_titulo {
  0% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(calc(-100% - 20px), 0%); } }
@-moz-keyframes mov_titulo {
  0% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(calc(-100% - 20px), 0%); } }
@-o-keyframes mov_titulo {
  0% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(calc(-100% - 20px), 0%); } }
@keyframes mov_titulo {
  0% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(calc(-100% - 20px), 0%); } }
@media (min-width:651px){
  .pestanas h2{width:300px;}
  .comentarios .pestanas ul {width: calc(100% - 300px);expression: calc(100% - 300px);}
}
  
@media (max-width:650px){
  .cabecera .logo{margin:0;position:relative;top:10px;left:55px;z-index:100;}
  .cabecera .nav-wrapper{z-index:10;width:auto;}
  .cabecera.cabecera_menu-activado .nav-wrapper{width:100%;}
}

#topui_container_grande_mm_player.con_imagen .mm_capa_portada .mm_titulo{display:block;background:none;font-style:italic;animation:initial;bottom:0;font-size:14px;padding:7px 0 3px 10px;width: 72%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#topui_container_grande_mm_player.con_imagen .mm_capa_portada .mm_titulo a{color:#d7d7d7!important;}
#topui_container_grande_mm_player.con_imagen .mm_capa_portada .mm_imagen img{width:100%;}
@media (min-width:375px){
  #topui_container_grande_mm_player.con_imagen .mm_capa_portada .mm_titulo{padding:5px 0 5px 10px;}
}
@media (min-width:414px){
  #topui_container_grande_mm_player.con_imagen .mm_capa_portada .mm_titulo{font-size:16px;}
}
@media (min-width:426px){
  #topui_container_grande_mm_player.con_imagen .mm_capa_portada .mm_titulo{width:43%;font-size:18px;}
}
@media (min-width:545px){
  #topui_container_grande_mm_player.con_imagen .mm_capa_portada .mm_titulo{width:72%;font-size:20px;padding:12px 0 8px 20px;}
}
@media (min-width:640px){
  #topui_container_grande_mm_player.con_imagen .mm_capa_portada .mm_titulo{font-size:24px;}
}

/*
    PODCASTS EN RSS
  */
.capa_podcast {
    background-color: #333;
    box-shadow: 0 6px 15px -3px rgba(0,0,0,.8);
    z-index: 100;
    overflow: hidden;
    transition: all .2s;
    display: none;
}
.capa_podcast#capa_podcast_cabecera_emisora, .capa_podcast#capa_podcast_cabecera_programa{
    position: absolute;
    bottom:0;
    right:0;
    width:450px;
}
.capa_podcast#capa_podcast_cabecera_seccion_emisora, .capa_podcast#capa_podcast_cabecera_seccion_programa{
    position: absolute;
    top:0;
    left:0;
    width:350px;
}
#capa_podcast_cabecera_emisora p{
  text-transform:none;
}
.capa_podcast a.boton_cerrar_capa_podcast {
    position: absolute;
    top: 5px;
    display: block;
    right: 5px;
    width: 30px;
    height: 30px;
    text-indent: -100px;
    overflow: hidden;
    background: url(https://cadenaser05.epimg.net/ser/iconos/v1.x/v1.0/varios/ico_cerrar.png) no-repeat center center;
}
.capa_podcast p {
    margin: 10px 13px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding-right: 56px;
    line-height: 16px;
}
.capa_podcast a.boton_abrir_podcast {
    width: auto;
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    padding: 0.8em 1em;
    margin: 0 0.7em 1em .95em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    border: 2px solid #fff;
}
.capa_podcast .div_url {
    width: 86%;
    padding: 2%;
    color: #666;
    margin: .5em 5% 1em 5%;
    word-wrap: break-word;
    display: block;
    font: normal 11px monospace;
    background-color: #fff;
  text-transform:none;
}
a.boton_abrir_podcast {
    width: auto;
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    padding: 0.8em 1em;
    margin: 0 0.7em 1em .95em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    border: 2px solid #fff;
    background-image: none;
    height: auto;
    text-indent: 0;
}
@media (max-width:767px){
  .capa_podcast#capa_podcast_cabecera_seccion_emisora, .capa_podcast#capa_podcast_cabecera_seccion_programa{position:fixed;top:auto;width:100%;}
}
.cabecera .redes ul{margin-left:4px;}
.cabecera .redes a span{background:url(/bundles/playserweb/img/iconos_rrss_cab.svg) 0 0 no-repeat;background-size:100% auto;width:15px;height:15px;margin:9px 6px 3px;}
.cabecera .redes a span.icon-facebook{background-position:0 -91px;}
.cabecera .redes a span.icon-twitter{background-position:0 -76px;}
.cabecera .redes a span.icon-google-plus{background-position:0 -106px;}
.cabecera .redes a span.icon-youtube{background-position:0 -121px;}
.cabecera .redes a span.icon-instagram{background-position:0 -136px;}

.cabecera .redes ul:hover a span.icon-facebook{background-position:0 -166px;}
.cabecera .redes ul:hover a span.icon-twitter{background-position:0 -151px;}
.cabecera .redes ul:hover a span.icon-google-plus{background-position:0 -181px;}
.cabecera .redes ul:hover a span.icon-youtube{background-position:0 -196px;}
.cabecera .redes ul:hover a span.icon-instagram{background-position:0 -211px;}

.cabecera .redes ul:hover a:hover span.icon-facebook{background-position:0 -15px;}
.cabecera .redes ul:hover a:hover span.icon-twitter{background-position:0 0;}
.cabecera .redes ul:hover a:hover span.icon-google-plus{background-position:0 -30px;}
.cabecera .redes ul:hover a:hover span.icon-youtube{background-position:0 -45px;}
.cabecera .redes ul:hover a:hover span.icon-instagram{background-position:0 -60px;}

.cabecera .redes a span:before{content:'';}

.mm_player_permanente .mm_icono_embed{background:url("/bundles/playserweb/img/embed.svg") center center no-repeat;width: 50px;height: 50px;border: 2px solid white;display: inline-block;border-radius: 50%;background-size:24px auto;}
.mm_container_embed_player{display: block;position: absolute;bottom: 100%;width: 100%;background: #000;z-index: 10000;height:36px;}
.mm_container_embed_player .inner-embed{padding:0 191px 0 136px;}
.mm_container_embed_player .label{display:block;position:absolute;left:0;color: #009fe1;text-transform: uppercase;font-size: 13px;padding:9px 12px 8px 10.6px;border-right: 1px solid #fff;}
.mm_container_embed_player .select{width: 50%;float: left;overflow: hidden;background: transparent url('http://playser.player-top.prisasd.com/psdmedia/media/top/skins/psv2/assets/img/select-azul.png') right center no-repeat;height: 32px;margin-top:2px;}
.mm_container_embed_player .select select{display: block;width: 110%;padding: 0 0 0 8px;border: 0;border-right: 1px solid #14181b;background: url('http://playser.player-top.prisasd.com/psdmedia/media/top/skins/psv2/assets/img/dot-trans.png');color: #fff;font-weight: 700;height:100%;}
.mm_container_embed_player .select select option{padding: 6px 0 6px 8px;background-color: #009fe1;color: #000;}
.mm_container_embed_player .code{display: block;width: 50%;overflow: hidden;box-sizing: border-box;background: transparent;border: 0;padding:5px 20px 5px 10px;font: 11px/26px "Courier New", Courier, monospace;color:#fff;white-space:nowrap;float:left;}
.mm_container_embed_player .control-conf {position: absolute;right: 0;line-height: 28px;width: 159px;color: #fff;font-size: 14px;padding: 0 0 0 5px;}
.mm_container_embed_player .btn-secundary{height: 24px;line-height: 23px;margin-top: 7px;font-size: 12px;font-weight: 700;padding: 0 15px;text-transform: uppercase;}
.mm_container_embed_player .close{top: 1px;right:0;color: #fff;}
.mm_player.mm_player-blue > div{background:url(//play.cadenaser.com/bundles/playserweb/img/unfocus-blue.jpg) 0 0 no-repeat;background-size:100%;}
.mm_player.mm_player-grey > div{background:url(//play.cadenaser.com/bundles/playserweb/img/unfocus-grey.jpg) 0 0 no-repeat;background-size:100%;}
.mm_player.mm_player-orange > div{background:url(//play.cadenaser.com/bundles/playserweb/img/unfocus-orange.jpg) 0 0 no-repeat;background-size:100%;}
.mm_player.mm_player-blue-no-transcription > div{background:url(//play.cadenaser.com/bundles/playserweb/img/audios-sin-transcripcion-fondo-azul.gif) 0 0 no-repeat;background-size:100%;}
.mm_player.mm_player-grey-no-transcription > div{background:url(//play.cadenaser.com/bundles/playserweb/img/audios-sin-transcripcion-fondo-gris.gif) 0 0 no-repeat;background-size:100%;}
.mm_player.mm_player-orange-no-transcription > div{background:url(//play.cadenaser.com/bundles/playserweb/img/fondo-naranja.gif) 0 0 no-repeat;background-size:100%;}
@media (min-width:1000px){
  .p_seccion .sidebar{padding-top:0;}
  .p_emisora .sidebar, .p_tag .sidebar, .p_tematica .sidebar{padding-top:90px;}
        .cabecera-seccion .suscribete.nuevo{
            float: right;
            position: relative;
            display: none;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px 16px 9px;
            display: block!important;
			right:-10px;
        }
}
.siguenos.nuevo ul li a {
    margin-right: 13px;
}
.siguenos.nuevo {
    float: left;
    width: 128px;
    margin: 10px 10px 22px 31px;
}
.nuevo .icono_twitter-gris {
    width: 21px;
    height: 21px;
    background-position: -21px -267px;
}
.nuevo .icono_youtube-gris {
    width: 24px;
    height: 22px;
    background-position: -46px 2px;
    display: inline-block;
    vertical-align: bottom;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url('/bundles/playserweb/img/instragram_youtube_sprite.svg');
    background-color: transparent;
}
.cabecera-seccion .suscribete.nuevo {
    display: none;
}

.siguenos.nuevo .icono_facebook-negro {
    width: 10px;
    height: 22px;
    background-position: -3px -400px;
}

.nuevo .icono_twitter-negro {
    width: 21px;
    height: 21px;
    background-position: -23px -398px;
}

.icono_instagram-negro {
    width: 21px;
    height: 22px;
    background-position: -1px 0;
    display: inline-block;
    vertical-align: bottom;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url('/bundles/playserweb/img/instragram_youtube_sprite_negro.svg');
    background-color: transparent;
}


.nuevo .icono_youtube-negro {
    width: 24px;
    height: 22px;
    background-position: -46px 0px;
    display: inline-block;
    vertical-align: bottom;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url('/bundles/playserweb/img/instragram_youtube_sprite_negro.svg');
    background-color: transparent;
}
@media (max-width:1000px) {
    .siguenos .icono_facebook-gris {
        background-position: -1px -270px;
    }
    .siguenos.nuevo {
        float: none;
        margin: 0!important;
    }
}
.mm_player_permanente.mm_player_permanente_live .mm_capa_seleccionar.visible{z-index:100;}

.sin-comentarios{
	padding-bottom:20px;
}
.sin-comentarios p{
	color: #666666;
	font: 16px/24px 'proxima_nova';
	padding:10px 20px 0 40px;
}
@media (max-width:768px){
	.sin-comentarios{
		padding-top:15px;
	}
	.sin-comentarios p{
		padding:10px 20px 0 10px;
	}
}

.cabecera-submenu__desplegado .suscribete span.icono_spofify-gris, .cabecera-submenu__desplegado .suscribete span.icono_gpodcast-gris{transform:none;width:25.6px;height:25.6px;}

.icono_gpodcast-gris{background:url(https://cadenaser00.epimg.net/estaticos/recursosgraficos/responsive/img/ico-podcast-playser.svg) 0 0 no-repeat;background-size:contain;}
.icono_spofify-gris{background:url(https://cadenaser.com/estaticos/recursosgraficos/responsive/img/ico-spotify-playser.svg) 0 0 no-repeat;background-size:contain;}
.cabecera-seccion .suscribete li strong{display:none;}
.cabecera-seccion .suscribete li span.icono_gpodcast-azul{background:url(https://cadenaser00.epimg.net/estaticos/recursosgraficos/responsive/img/ico-podcast-playser-azul.svg) 50% no-repeat;background-size:30px;}
.cabecera-seccion .suscribete li span.icono_spofify-azul{background:url(https://cadenaser.com/estaticos/recursosgraficos/responsive/img/ico-spotify-playser-azul.svg) 50% no-repeat;background-size:30px;}

.listado.listado-secciones{display:flex;flex-flow:row wrap;justify-content:space-between;background:#e1e1e2;}
.listado.listado-secciones li{min-width:calc(50% - 5px);max-width:calc(50% - 5px);width:calc(50% - 5px);padding:0;margin:0 0 10px;border:0;background:#fff;}
.listado.listado-secciones li h2{background:transparent;border:0;margin:0;border:0;border-radius:0;padding:15px 0;text-shadow:none;}
@media (max-width:757px){
	.listado.listado-secciones li{min-width:100%;max-width:100%;width:100%;}
}

[class^="capa-filtro-"] .contenido{padding-left: 15px;position: relative;left: -15px;width: 100%;}
[class^="capa-filtro-"] .contenido > div > p{text-transform:uppercase;font:700 12px/30px "proxima_nova";}
[class^="capa-filtro-"] .contenido > div:nth-child(2){background:#f7f7f7;padding-left: 15px;position: relative;left:-15px;width:100%;}
[class^="capa-filtro-"] .contenido > div:nth-child(2) > p{padding-top:10px;}
.bloque.listado .buscador .desplegable > div p{text-transform:uppercase;font:700 .813rem/24px proxima_nova;background:#535353;color:#fff;text-indent:5px;}
.bloque.listado .buscador .desplegable > div ul:nth-of-type(2) li a{background:#313131;}
.bloque.listado .buscador .desplegable > div ul:nth-of-type(2) li a:hover{background:rgba(49,49,49,.6);}

#publi_banner_sync{position: fixed;bottom: 100px;width: 100%;height: auto;background:#191e23;text-align:center;max-width: 1000px;left: 50%;transform: translateX(-50%);}
#publi_banner_sync > *{padding:40px 0;display:inline-block;}

.no_radio + .sin-comentarios .listado.listado-secciones li{background:#ededed;}
.no_radio + .sin-comentarios .listado.listado-secciones h2{color:#494949;}

body .mm_player .mm_capa_portada .mm_imagen img{max-width:100%;}

.cabecera .nav li{margin-right:2%;}
.item-boletines button{background: url(https://cadenaser00.epimg.net/assets/v3.x/v3.0/img/ico-video-amarillo-highlight.svg) center center no-repeat;background-size: cover;width: 22px;height: 22px;position: relative;left: 0;top:-2px;text-indent: -9999px;border: 0;cursor: pointer;}
.item-boletines button.pause{background-image:url(https://cadenaser00.epimg.net/assets/v3.x/v3.0/img/ico-altavoz-amarillo.svg);left: 2px;background-size:18px;}
.item-boletines button.pause:hover{background-image:url(https://cadenaser00.epimg.net/assets/v3.x/v3.0/img/ico-pause-amarillo.svg);left: 2px;background-size:18px;}
@media (max-width:989px){
	.cabecera .nav li{margin-right:0%;width:11.3%;}
	.cabecera .nav > li.item-boletines > a{display: inline-block;padding-right: 0;}
	.cabecera .nav > li.item-boletines > a span{display:none;}
}
@media (max-width:767px){
	.cabecera .nav > li.item-boletines > a span{display:initial;}
}
.filtro-fecha .elegir-fechas{height:auto;}
.capa-filtro-fecha .calendario{display:none;}
.capa-filtro-fecha .contenido > div:nth-child(2){left:10px;}
.capa-filtro-fecha .calendario.hasDatepicker{display:block;}
#spcv_conversation#spcv_conversation .spcv_message-details .spcv_badge {display: none !important;}
#spcv_conversation#spcv_conversation .spcv_text-entity a {display:none !important;}
#spcv_conversation .spcv_conversation-footer {display:none !important;}
.Button__isEllipsis--hdLPE.MenuItem__item--Xxgs_:not(:first-child) {display:none !important;}
[data-spot-im-class^="settings-item"] {display:none !important;}
[data-spot-im-class^="privacy-item"] {display:none !important;}
.aviso_nombre_apellidos_texto_spotim {
    font-weight: bold;
    background: url(//skp00.epimg.net/Iconos/v1.x/v1.0/sprite_neutro.png) no-repeat 0 -3966px;
    display: inline-block;
    padding: 3px 0 3px 24px;
    font-size: 13px;
    font-weight: 400!important;
    font-size: 12px!important;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff;
    color: #999;
    padding: 7px 14px 7px 34px!important;
    background-position: 9px -3962px!important;
    background-color: #f3f3f3!important;
    border-radius: 100px;
}
.aviso_nombre_apellidos_spotim{
    font: normal 13px/20px Arial,Helvetica,sans-serif;
    color: #000;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px!important;
    text-align: center;
    background-color: transparent!important;
    margin: 0px 0 0 0;
}
.paginaTXT{
	background: #fff;
	padding: 20px;
}
.paginaTXT + iframe{
	padding: 20px;
	max-width: calc(100% - 40px);
	background: #fff;
}
#didomi-host > div > div{
	z-index:100000000;
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.7);
}