@charset "UTF-8";
@import url('/css/rtve.2015/rtve.transicion/sectarios_consecutivos.css');
@import url('/css/rtve.2015/rtve.transicion/cabecera_television.css');

/**=================================================
* Estilos específicos de la portada del programa
* Se configuran:
*  -- La cabecera del programa
*  -- El cuerpo del programa (el color  del fondo del '.bodier' ó el color del '.vipZone')
*===================================================*/

/**=================================================
*   BODIER
*===================================================*/
#wrapper .container.bodier{ /* width: 91.6em; */ 
    padding: 0 2em; 
}
#wrapper .mark > .news.comp > * {
    /* padding-left: 0% !important; */
}

/**=================================================
* VIPZONE
*===================================================*/
/* estilo ajustado a container */
#ZDESTA_SI.hddn {
    z-index: 22;
}
/** VipZone para Slider 
#ZDESTA_SI.hddn > .vipZone {
    padding: 0 2em !important; 
    max-width: 1260px !important;
    z-index: 151;
    width: 100% !important;
    min-width: 95.2em;
}
**/
/**
* estilo a 100% de la pagina

#ZDESTA_SI.hddn > .vipZone {
    width:100%;
}
*/
#ZDESTA_SI.hddn > .vipZone img{
    border-radius: 0;
}
#ZDESTA_SI.hddn > .vipZone > .container{
    width:100%;
    /* padding: 0 2em; */
}
#ZDESTA_SI.hddn > .vipZone .catalog .jsContainer.slide .bx-wrapper .bx-viewport ul.jsContainer.paginas li[class*="pagina_"] ul.panel li.liElemento {
    padding: 0 1%;
}

/**=================================================
* COLORES
*===================================================*/

/**======= VipZone =======**/
#ZDESTA_SI.hddn > .vipZone > .container { background: transparent !important; }
#ZDESTA_SI.hddn > .vipZone .mark > .news.comp > h2 span { color: white !important; }
#ZDESTA_SI.hddn > .vipZone .catalog { /* background: #FFF; */ }

/**======= Cabecera =======**/
#wrapper .header .container.cab_especial ul.nav.principal li a {        
    color: #ed8644;
}

/**======= Sectarios =======**/

/* titulo */
body .secmod.sec-especial .title h3 a { color: #ed8644;}
/* linea imagen */
body .secmod.sec-especial .sec_content .mark > .news.comp > [class*="img"] { border-color: #ed8644; }
/* iconos relacionados */
body .secmod.sec-especial .sec_content .mark > .news.comp ul > li a[href*="alacarta/videos"]:before,
body .secmod.sec-especial .sec_content .mark > .news.comp ul > li a[href*="alacarta/audios"]:before,
body .secmod.sec-especial .sec_content .mark > .news.comp ul > li a[href*="mediateca/fotos"]:before{
    background: #ed8644;
}
/* iconos en imagen */
/*body .sec-especial .sec_content .mark > .news.comp [class*="img"] a[href*="alacarta/videos"]:after,
body .sec-especial .sec_content .mark > .news.comp [class*="img"] a[href*="alacarta/audios"]:after,
body .sec-especial .sec_content .mark > .news.comp [class*="img"] a[href*="mediateca/fotos"]:after {
    color: white;
    background: #5F5949;
}*/
/* catalogo flechas direcciones */
body .sec-especial .sec_content .catalog .jsContainer.slide .bx-wrapper .bx-controls.bx-has-controls-direction a:after { background: #ed8644;}
/* catalogo pestanas */
body .sec-especial .sec_content .catalog .jsListaCategorias ul.nav.botonera li.categoria.active a span { color: #ed8644; }
body .sec-especial .sec_content .catalog .jsListaCategorias ul.nav.botonera li.categoria a { border-color:#ed8644; }
/* tooltip texto especial (firma/duracion) */
body .sec-especial .sec_content .catalog ul.panel li.liElemento .mark .contentBox .tooltip .apiCall.duration span,
body .sec-especial .sec_content .catalog ul.panel li.liElemento .mark .contentBox .tooltip .apiCall.sign strong { color: #D2B568; }

.catalog .jsContainer .bx-wrapper .bx-viewport ul.jsContainer.paginas li[class*="pagina_"] ul.panel.col1  > li {font-size: 100%;}
