@font-face {
   /* font-family: 'Trajan Regular';*/
    src:url("fonts/TrajanPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
#multimedios{
    background: url(../img/bg/body.png) center top repeat;
}
#multimedios h1{
    margin-top: 15px;
    font-size: 26px;
    text-align: center;
}
section#destacado{ 
    background: rgba(119,119,119,0.3);
    min-height: 280px;
    margin-bottom: 2em;
}
section#destacado .inner, section#destacado .detalle{
    display: inline-block;
    position: absolute;
    width: 100%;
}
section#destacado .inner, section .imgs{
    -webkit-box-shadow:inset 0 0 8px 1px rgba(0,0,0,0.6);
    box-shadow:inset 0 0 8px 1px rgba(0,0,0,0.6);
    z-index: 8;
}
section#destacado .detalle{ 
    background-image: url(../img/bg/destacado-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);  
    z-index: 7;
}
section#destacado h2{
    font-size: 22px;
    font-weight: bold;
}
section#destacado .orbit-container{
    background-color: transparent;
}
section#destacado .orbit-bullets{
    position: relative;
    top: -35px;
    left: 80%;
    z-index: 99;
}
section#destacado .orbit-bullets li{
    -webkit-border-radius: 50%;
    border-radius: 50%;  
    width: 20px;
    height: 20px;
    cursor: pointer;
}
section#destacado .orbit-bullets li:hover{ background: #c7ad00; }
section#destacado .orbit-bullets li.active{ background: #f0b900; }

section#destacado .orbit-caption{
    position: absolute;
    right: 1px;
    bottom: 20px;
    z-index: 20;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    background: none;
    width: auto;
}



/* ------------------ SECCION IMAGENES ------------------ */
section .imgs{
    background: rgba(119,119,119,0.3);
    min-height: 100px;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 2em;
}
.imgs .content-carousel{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.imgs .inner:first-child{
    margin-bottom: 1.4em;
}
.imgs .contenido{
    background: #818181;
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.25);
    box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.25);
}
.imgs  .contenido h4{
    font-size: 0.875em;
    margin: 0;
    color: #e7e7e7;
}
.imgs  .contenido .texto, section#principal .texto{
    padding: 0.4em 0.5em;
    color: #e7e7e7;
}
.imgs  .contenido small, section#principal small{
    text-transform: uppercase;
}
.imgs .contenido .right{
    background: #818181;
}
.imgs .contenido .vivo{
    text-align: center;
    background: #bd3541;
    color: #dfebff;
    font-size: 0.786em;
    padding: 0.3em 0.5em;
}
.imgs  .contenido span.medios{
    display: block;
    color: #e7e7e7;
    font-size: 1.5em;
    padding: 0.8em;
}
#multimedios .crsl-nav#nav-imagenes a{ margin-top: 38%; }
#multimedios .crsl-nav#nav-imagenes a.previous{margin-left: -3px}
#multimedios .crsl-nav#nav-imagenes a.next{ right: 21px; }
/* ------------------ CONTROL DE NAVEGACION ------------------ */

#multimedios .crsl-nav a{
    position: relative;
    z-index: 2;
    color: #edc031;
    text-shadow: 0 1px 1px #FFFFFF;
    font-size: 1.5em;
}

#multimedios .crsl-nav a:hover{
    color: #FFF;
    text-shadow: 0 -1px 1px #333;
}
#multimedios .crsl-nav#nav-imagenes a.previous{float: left}
#multimedios .crsl-nav a.next{float: right; }
#multimedios #carousel-imagenes .crsl-nav a.next{margin-right: 15px!important;}
/* ------------------ SECCION NOTAS ------------------ */
.bloque-principal{
    background: #FFF;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    margin-bottom: 2em;
    overflow: hidden;
}
.bloque-principal .section-content{
    background: url(../img/bg/bg-bloque.png) top center no-repeat;
    background-size: 100%;
}
.bloque-principal:not(#programacion) .section-content{
    padding: 0 2em 2em 2em;
}
.bloque-principal header{
    text-align: center;
    padding: 0.5em;
}
.bloque-principal header h2{
    font-family: "Trajan Regular", Open Sans, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.bloque-principal header h2 span{
    margin-right: 10px;
}
.bloque-principal#notas h3{
    font-size: 16px;
}
#notas header small{
    padding-top: 7px;
}
#notas table{
    margin-bottom: 0;

}
#notas table tr.alt, #notas table tr.even, #notas table tr:nth-of-type(even){
    background-color: #e6e6e6;
}
#notas table tr td, #notas table tr th{
    padding: 1.7em 1.4em;
}
#notas table, #notas tbody{
    border: none;
}

/* ------------------ SECCION PRINCIPAL ------------------ */
section#principal{
    background: rgba(0,0,0,0.75);
    -webkit-box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.3);
    box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.3);
    padding: 1em 0;
}
section#principal .flex-video{margin-bottom: 0}
section#principal .texto{
    background: rgba(160,160,160,0.8);
}
section#principal .texto h4{
    font-size: 0.875em;
    margin: 0;
    color: #e7e7e7;
}
section#principal .top a{
    color: #f0b900;
    text-transform: uppercase;
}
section#principal h2{   
    line-height: 1;
    margin: 0.4em 0 0.2em 0;
    color: #fefefe;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
    font-size: 1.5em;
    padding: 0.5em 0;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
section#principal .fecha{
    font-size: 0.8em;
    margin-bottom: 1em;
    color: #b2b2b2;
}
section#principal .social .at300b{
    float: right !important;
}
section#principal .extract{
    padding: 1em 0;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
section#principal .extract p, section#principal .extract a{
    color: #b6b6b6;
}

/* ------------------ SECCION TABS ------------------ */
section#tabs  .title{
    background: rgba(172,172,172,0.3);
}
section#tabs .section-container.auto > section > .title a{
    font-family: trajan, Helvetica, Helvetica, Arial, sans-serif;
    color: #777;
}
section#tabs .content{
    padding: 2em 0 0 0;
    background: none;
    border: none;
}

/* ------------------ SECCION COMPLEMENTOS ------------------ */
#complementos{ 
    background: rgba(255,255,255,0.3);
    margin-bottom: 2em;
}
#complementos #audio .inner{ background: rgba(255,255,255,0.6);width:100%; }
#complementos #imagenes { background: rgba(94,94,94,0.6);  padding-bottom: 20px;
                          padding-left: 20px;
                          margin: 0 0 20px 0;
                          padding-right: 20px; }
#complementos .inner{ padding: 0.5em }
#complementos .inner header{
    text-align: center;
    color: #3f3f3f;
    text-shadow: 0 1px 0px #FFF;
    margin-bottom: 1.5em;
}
#complementos .inner header h3{
    font-size: 1.250em;
    margin-bottom: 0;
}
#complementos #imagenes header h3, #complementos #imagenes header a{
    color: #FFF;
    text-shadow: 0 1px 0px #3f3f3f;
}
#complementos .inner li{
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #b2b2b2;
    margin-bottom: 1em;
}
#complementos .inner li:last-child{ 
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#complementos #audio li, #complementos #audio li p{text-align: center}
#complementos .inner iframe{margin-bottom: 5px;}
#complementos li .datos{text-transform: uppercase;}
#complementos li .datos p{ margin-bottom: 0 }
#complementos li .datos p, #complementos li .datos a{ font-size: 60% }

#complementos .inner a.nota-img{
    width: 30%;
    display: block;
    float: left;
    margin-right: 10px;
}
#complementos li a.link{
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

/* ------------------ SECCION DOCUMENTOS ------------------ */
section#documentos h2{
    text-align: center;
    font-size: 1.5em;
}
section#documentos .sobre{
    display: none;
    width: 90%;
    position: absolute;
    z-index: 5;
    color: #FFF;    
}
section#documentos .list-group{
    height: 150px;
    overflow-y: auto;
}

section#documentos .panel-dark{
    border: none;
    background-color: rgba(0,0,0,0.75);
    margin-bottom: 20px; 
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

}
section#documentos .panel-dark .list-group-item{
    background-color: transparent;
    border-color: rgba(234,234,234,0.1);
    color: rgba(255,255,255,0.5);
    padding-top: 0.5em;
    padding-bottom: 0.7em;

}
section#documentos .panel-dark .list-group-item:hover{
    background-color: rgba(0,0,0,0.1);
    color:#FFF;
    /*    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3);*/
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3);

}
section#documentos .inner{
    height: 220px;
    display: table;
    text-align: center;
    width: 100%
}
section#documentos .inner a{
    display: table-cell;
    vertical-align: middle;
}
section#documentos .inner p{
    text-align: center;
    font-size: 4em;
    margin-bottom: 0.1em;
}
/*
*   @screen-desktop: 992px
*
*
*/

@media (max-width: 1200px){ 
    section#destacado .detalle{background-position: right center;}
}
@media (min-width: 992px){ 
    section#destacado .detalle{background-position: 98% center;} 
    section#destacado .orbit-caption{
        color: #3a3a3a;
        text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6);
        /*        left: 45%;*/
        padding-bottom: 30px;
    }
}
@media (max-width: 767px){ 
    section#destacado .detalle{background-image: none;}
}
@media (min-width: 768px){ 
    section#destacado .inner, section#destacado .detalle, section#destacado .orbit-container{height: 280px;} 
    #produccion .section-container.auto > .section.active > .title, #produccion .section-container.auto > section.active > .title{ background-color: transparent; }
    #produccion .section-container.auto > .section.active > .title a, #produccion .section-container.auto > section.active > .title a{ color: #457ac5; }
    #produccion .section-container.auto > .section > .title, .section-container.auto > section > .title{
        background-color: transparent;
        border: none;        
    }
    section#documentos .sobre{
        height: 200px;

    }

    #produccion .section-container.auto > .section >.title a, #produccion .section-container.auto > section > .title a{
        padding-left: 1.5em; 
        padding-right: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
        color: #727272;
    }
    #produccion .section-container.auto > .section >.title:hover, #produccion .section-container.auto > section > .title:hover{ background-color: transparent; }
    #produccion .section-container.auto > .section >.title:hover a, #produccion .section-container.auto > section > .title:hover a{ color: #457ac5; }
    #produccion .section-container.auto > .section > .content, #produccion .section-container.auto > section > .content{
        background-color: transparent;
        border: none;
        padding: 0;
    }
    #produccion .section-container.auto, #produccion [data-section=''], #produccion [data-section=auto]{
        margin-bottom: 0;
    }
    section#tabs .section-container.auto > section > .title a{
        padding: 1.5em 2.5em;
    }
    section#tabs .section-container.auto > .section.active > .title a, section#tabs .section-container.auto > section.active > .title a{
        color: #333;
        background: rgba(172,172,172,0.3);
    }
}
.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: white !important;
}
.panel-title > a {
    color: inherit;
}
.list-group-item {
    position: relative;
    display: block; 
    /* padding: 10px 15px; */
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
}

section#documentos .list-group .field-items .field-item.even{
    position: relative;
    display: block;
    padding: 10px 15px; 

    /* background-color: #fff; */
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    padding-bottom: 5px;

}
section#documentos .list-group .field-items .field-item.odd{
    border-bottom: 1px solid #ddd;
    padding: 10px 15px; 
}
section#documentos .list-group .field-items .field-item.odd:hover{
    background-color: rgba(0,0,0,0.1);
    color: #FFF;
    /* -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3); */
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3);  
}
element.style {
}

section#documentos .panel-dark .list-group .field-items .field-item.even {
    background-color: transparent;
    border-color: rgba(234,234,234,0.1);
    color: rgba(255,255,255,0.5);
    padding-top: 0.5em;
    padding-bottom: 0.7em;
}
section#documentos .list-group .field-items .field-item.even:hover {
    background-color: rgba(0,0,0,0.1);
    color: #FFF;
    /* -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3); */
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3);
}
section#documentos .panel-dark .list-group .field-items .field-item.odd {
    background-color: transparent;
    border-color: rgba(234,234,234,0.1);
    color: rgba(255,255,255,0.5);
    padding-top: 0.5em;
    padding-bottom: 0.7em;
}

section#documentos .panel-dark .list-group .field-items .field-item.even a{
    color: #dfebff;
}
section#documentos .panel-dark .list-group .field-items .field-item.even a:hover{
    color: #0072b9;
}
section#documentos .panel-dark .list-group .field-items .field-item.odd a{
    color: #dfebff;
}
section#documentos .panel-dark .list-group .field-items .field-item.odd a:hover{
    color: #0072b9;
}
#tabs{
    margin-top: 75px;
    padding-bottom: 40px;
}
.flickr-slideshow
{
    padding-bottom: 56.25%;
    position: relative;
}
.flickr-slideshow object{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#imagenes .inner{
    padding: 0.5em 0 0 0;
}

#notas footer p
{ padding: 0 15px 10px 15px;} 
.flickr-photoset-img{
    width: 100%;
    height: auto;
}
.flickr-citation{
    display: none;
}
p.flickr-label{
    position: absolute;
    bottom: 0;
    background: white;
    padding: 0.8em;
    color: black;
    text-align: center;
    opacity: 0.8;
    font-weight: 500;
    display: none;
    width: 100%;
    font-size: xx-small;
    margin-bottom: 0;
}
div.flickr-photoset-img{
    position: relative;
}
div.flickr-photoset-img:hover p.flickr-label,div.flickr-photoset-img:active p.flickr-label{
    display: block;
}
div.flickr-slideshow{
    position: relative;
}
div.flickr-slideshow:hover p.flickr-label,div.flickr-slideshow:active p.flickr-label{
    display: block;
}

object.slider-flickr{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc( 100% - 20px );
    height: calc( 100% - 20px );
    width: -moz-calc( 100% - 20px );
    height: -moz-calc( 100% - 20px );
    border: none;
}
#fancybox-title{display: none!important;}

#complementos .field-item {
    width: 50%!important;
    float: left;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 2px;

}
#complementos .field-item:first-child {
    width: 100%!important;
}

/*Vista Multimedios*/
.panel .item-list ul {margin: 0; padding: 0}
.panel .item-list ul li {margin: 0; padding: 0}

.panel .item-list ul li {
    width: 50%!important;
    float: left;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 2px;

}
.panel .item-list ul li.first {
    width: 100%!important;
}
.panel .item-list ul li .flickr-photoset-img p.flickr-label span{
    display: none;
}
.panel .item-list ul li.first .flickr-photoset-img p.flickr-label span{
    display: block;
}
/*div.crop-img{
    width: 765px;
    height: 280px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0;
    padding: 0;
    position: relative;
}
div.crop-img img{  
    margin: -18% 0 -25% 0;
}*/
@media (max-width: 767px){ 
    section#destacado .inner, section#destacado .detalle, section#destacado .orbit-container , div.crop-img{height: 350px;} 
    div.crop-img{width: 100%}
    section#destacado .orbit-caption{
        background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%,#fff 50%, rgba(0, 0, 0, 0) 90%);
        bottom: 0;
        right: 0px;
        margin-top: 0;
    }

} 


section#ficha{
    margin-top: 1px;
}
section#ficha header {
    background: rgba(6,6,6,0.5);
    padding:0.7em 1em 0.5em 1em;
}
section#ficha header h3{
    color: #FFF;
    text-shadow: 0 1px 0px rgba(1, 1, 1, 0.6);
    margin: 0;
}
section#ficha .section-container.accordion > section > .title{
    background: rgba(6,6,6,0.1);
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
section#ficha .section-container.accordion > section.active > .title{
    background: rgba(6,6,6,0.2);
}
section#ficha .section-container.accordion > section > .title:hover{
    background: rgba(6,6,6,0.15);
}
section#ficha .section-container.accordion > section > .title a{
    padding:0.5em 3.6em 0.4em 1.5em;
    font-size: 1em;
    font-weight: 300;
}
section#ficha .section-container.accordion > section.active > .title a{
    color: #FFF;
    white-space: normal;
}

section#ficha .section-container.accordion > section > .title a span.fa{
    font-weight: 300;
    font-size: 1.2em;
    position: absolute;
    right: 20px;
}
section#ficha .section-container.accordion > section > .title a:hover span.fa{
    color: rgba(255,255,255,0.7);
}
section#ficha .section-container.accordion > section > .content{
    border: none;
    background: rgba(255,255,255,0.3);
}
section#ficha h5{
    font-family:'Open Sans';
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    font-size: 1em;
    font-weight: 600;
}




#videos, 
#boletines {
    margin-bottom: 1.5em;
    overflow: hidden;
}
#videos #nav-videos a, 
#boletines #nav-boletines a{
    margin-bottom: 1px;
    float: left;
    width: calc(10% - 1px);
    -o-width: calc(10% - 1px);
    -moz-width: calc(10% - 1px);
    -webkit-width: calc(10% - 1px);
    -ms-width: calc(10% - 1px);
    margin-right: 1px;
    background: rgba(6,6,6,0.1);
    height: 40px;
    text-align: center;
    padding-top: 9px;
    color: #767776;
    text-shadow: none;
}
#videos #nav-videos a:hover, 
#boletines #nav-boletines a:hover{
    color: #f0b900;
    text-shadow: 0 1px 0 rgba(6,6,6,0.4);
}

#videos #nav-videos a:last-child, 
#boletines #nav-boletines a:last-child{
    margin-right: 0;
}
#videos .content-carousel,
#boletines .content-carousel{
    padding: 1em;
    background: rgba(6,6,6,0.1);
    max-height: 200px;
    overflow: hidden;
}
#videos h4, 
#boletines h4{
    font-size: 1.1em;
    margin: 0;
    background: rgba(6,6,6,0.1);
    padding-top: 10px;
    float: left;
    height: 40px;
    display: block;
    width: 80%;
    margin-right: 1px;
}
#boletines .extract{
    padding: 1em 0;
}
#boletines small{
    display: block;
    margin-bottom: 5px;
}

h6 a{
    font-size: 0.9em;
}
h6 a:hover{
    color: #222;
}

section#principal small {
    color: #CCC;
}
section#principal .top a {
    color: #f0b900;
    text-transform: uppercase;
}
section#principal span, section#principal small a {
    color: #f0b900;
}
section#principal .options {
    width: 100%;
    padding-right: 1.875rem;
    position: relative;
    bottom: 0px;
    /*  top: 257px;*/
}
p.multimedios-legislativos{
    margin-top: 30px;
}
