/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Mono', monospace;
*/

@charset "UTF-8";

html, body{
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #030562;
    background-color: #adaeae;
}

a{
    text-decoration: none;
    color: #030562;
}

.clear{
    clear: both;
}

/*Home*/

header, footer{
    position: fixed;
    width: 100%;
    height: 45px;
    left: 0;
    background-color: #adaeae;
    z-index: 3;
    font-family: 'Roboto Mono', monospace;
}

header{
    top: 0;
}

.menu{
    width: -o-calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin: auto;
}

.menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    width: -o-calc(50% - 120px);
    width: -ms-calc(50% - 120px);
    width: -moz-calc(50% - 120px);
    width: -webkit-calc(50% - 120px);
    width: calc(50% - 120px);
    float: left;
}

.menu li{
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
}

.menu li.act{
    text-decoration: underline;
}

.menu li:hover{
    text-decoration: underline;
}

.menu#menu_superior li{
    padding-top: 30px;
}

.menu#menu_superior ul.m_center li{
    padding-top: 22px;
}

.menu#menu_superior ul.m_center li:hover{
    text-decoration:none;
}

.menu#menu_superior{}

.m_left{
    text-align: left;
}



.menu ul.m_center{
    letter-spacing: 4px;
    line-height: 92px;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    width: 240px;
}

.m_center h1{
    font-size: 0px;
    color: transparent;
    margin: 0;
    height: 0;
}

.m_center img{
    max-height: 57px;
    width: auto;
}



.m_right{text-align: right;}

.menu#menu_superior .m_left li{}

.menu#menu_inferior ul.m_center img{
    margin-bottom: -7px;
}

.menu#menu_superior .m_right li{
    margin-left: 100px;
}

.menu#menu_inferior{}

.menu#menu_inferior li{
}

.menu#menu_inferior ul.m_center li{
    position: relative;
}

.menu#menu_inferior ul.m_center li:hover{
    text-decoration: none;
}

.menu#menu_inferior ul.m_center{
    margin-top: -60px;
}

.menu#menu_inferior ul.m_right{
    margin-top: 4px;
}

.menu#menu_inferior .m_left li{
    margin-right: 100px;
}

.menu#menu_inferior .m_left li.buscador{
    margin: 0;
    position: relative;
    padding-bottom: 0px;
}

.menu#menu_inferior .m_left li.buscador:hover{
    text-decoration:none;
}

.menu#menu_inferior .m_right li{
    margin-left: 100px;
}

.wrapper{
    height: -o-calc(100vh - 110px);
    height: -ms-calc(100vh - 110px);
    height: -moz-calc(100vh - 110px);
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
    top: 55px;
    position: absolute;
    width: 100%;
    z-index: 5;
    overflow: hidden;
}

.content{
    width: -o-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin: auto;
    height: 100%;
    position: relative;
}

.table{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.table_cell{
    display: table-cell;
    vertical-align: middle;
}

.txt_principal{
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.txt_principal h1{
    margin: 0;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    letter-spacing: 2px;
}

.content.c_blanco .table{
    height: -o-calc(100vh - 360px);
    height: -ms-calc(100vh - 360px);
    height: -moz-calc(100vh - 360px);
    height: -webkit-calc(100vh - 360px);
    height: calc(100vh - 360px);
}

footer{
    bottom: 0;
}

.content_int{
    width: -o-calc(100% - 1px);
    width: -ms-calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    width: -webkit-calc(100% - 1px);
    width: calc(100% - 1px);
    position: relative;
    top: 20px;
    height: -o-calc(100vh - 150px);
    height: -ms-calc(100vh - 150px);
    height: -moz-calc(100vh - 150px);
    height: -webkit-calc(100vh - 150px);
    height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: scroll;
    border-right: 1px solid #fff;
}


.volver{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.cerrar_slider{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.cerrar_slider.act{
    display: block;
}

/*Interior 01*/

.wrapper.wrapper_interiores{
    overflow: hidden;
}

.wrapper_int{
    width: -o-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin: auto;
    overflow: hidden;
    height: -o-calc(100% - 110px);
    height: -ms-calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: -webkit-calc(100% - 110px);
    height: calc(100% - 110px);
    background-color: #fff;
    border-top: 60px solid #fff;
    border-bottom: 50px solid #fff;
    overflow-y: scroll;
}

.content.c_blanco{
    background-color: #fff;
    min-height: 100%;
    height: initial;
    color: #13177f;
}

.content.c_blanco a{
    color: #13177f;
}

.menu_int{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
}

.menu_int ul{
    margin: 0;
    padding: 0;
    text-align: center;
}

.menu_int li{
    list-style: none;
    display: inline-block;
    padding: 20px 50px;
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 1px;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 500;
}

.content_int .menu_int li{
    padding-top: 0;
}

.menu_int li.act{
    text-decoration: underline;
}

.menu_int li:hover{
    text-decoration: underline;
}

.tit{
    text-align: center;
    font-size: 74px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    height: 70px;
    line-height: 70px;
}

.tit.superior{
    padding-top: 60px;
}

.tit.superior img{
    max-height: 54px;
    width: auto;
}

.tit.superior h2{
    display: none;
}

.tit img{
    max-height: 54px;
    width: auto;
}

.tit.inferior{
}

.table.table_int{}

.table.table_int .table_cell{}

.parrafo{
    width: 500px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.tit.inferior img{
    max-height: 57px;
    width: auto;
}

.parrafo p{}


/*residencias : Programa de residencias*/

.contenedor_amarillo{
    margin: auto;
    max-width: 1360px;
    height: -o-calc(100vh - 220px);
    height: -ms-calc(100vh - 220px);
    height: -moz-calc(100vh - 220px);
    height: -webkit-calc(100vh - 220px);
    height: calc(100vh - 220px);
    position: relative;
    top: 60px;
}

.content_amarillo{
    float: left;
    width: -o-calc(50% - 103px);
    width: -ms-calc(50% - 103px);
    width: -moz-calc(50% - 103px);
    width: -webkit-calc(50% - 103px);
    width: calc(50% - 103px);
    margin-right: 86px;
    height: -o-calc(100% - 40px);
    height: -ms-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #fcf6ce;
    position: relative;
    padding: 20px 30px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.content_amarillo.content_amarillo_post{
    padding-top: 0px;
    height: -o-calc(100% - 20px);
    height: -ms-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
}

.content_amarillo.content_amarillo_post .post_info_int{
    display: none;
}

.content_amarillo.content_amarillo_espejo{
    margin: 0;
}

.tit_temporal{
    text-align: center;
}

.tit_temporal.click{
    cursor: inherit;
}

.tit_temporal h2{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0px 20px;
    font-weight: 900;
}

.post{
    padding-top: 5px;
}

.post_tit{
    text-align: center;
    cursor: pointer;
}

.post_tit h3{
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    line-height: 30px;
    font-family: 'Roboto Mono', monospace;
    font-weight: 500;
}

.post.click.act .post_tit h3{
    text-decoration: underline;
}

.post_fecha{
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: none;
}

.post.active .post_fecha{
    display: block;
}

.post_fecha p{
    margin: 0;
}

.post_fecha p:before{
    content:"  .";
    color:transparent
}

.post_info{
    display: none;
}

.post_info.post_info_false{}

.post_info_int{}

.post_slider{
    position: relative;
    width: 100%;
}

.slider{
    position: relative;
    width: 100%;
    padding-bottom: 64.9%;
    margin-bottom: 40px;
    height: 0px;
}

.slide{
    position: absolute;
    width: -o-calc(100% + 20px);
    width: -ms-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    margin-left: -10px;
}

.slide .helper{}

.slide img{
    max-width: -o-calc(100% - 20px);
    max-width: -ms-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 100%;
    width: auto;
    height: auto;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}

.flecha{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -40px;
    background-image: url(img/iconos.svg);
    background-size: 120px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.f_izq{
    right: 40px;
    background-position: 0px -10px;
}

.f_der{
    right: 0px;
    background-position: -80px -10px;
}

.indicador{
    width: 80px;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: -o-calc(50% - 40px);
    left: -ms-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    left: -webkit-calc(50% - 40px);
    left: calc(50% - 40px);
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 11px;
    font-weight: 500;
}

.numerador{}

.denominador{}

.cerrar{
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(img/iconos.svg);
    background-repeat: no-repeat;
    background-position: 0px -160px;
    position: absolute;
    top: 24px;
    right: 170px;
}

.post_text{
    font-weight: 400;
    line-height: 1.3em;
}

.post_text img{
    max-width: 100%;
    height: auto;
}

.post_text p{}

.post_text strong{}

.post.click .post_fecha{
    height:0;
    overflow:hidden;
    transition: 300ms;
}

.post.click.act .post_fecha{
    height:auto;
    transition: 300ms;
}


/*programacion calendario*/

.content_amarillo.content_calendario{
    background-color: #fff;
    font-family: 'Roboto Mono', monospace;
}

.content_amarillo.content_amarillo_espejo.content_calendario{
    background-color: #fff;
    font-weight: 400;
    line-height: 1.3em;
    font-family: 'Roboto', sans-serif;
}
.content_amarillo.content_amarillo_espejo.content_calendario h2{}

.content_amarillo.content_amarillo_espejo.content_calendario h3{
    font-size: 14px;
    letter-spacing: 1px;
    margin: 30px 0px;
    line-height: 19px;
    font-family: 'Roboto Mono', monospace;
    font-weight: 500;
}

.content_amarillo.content_amarillo_espejo.content_calendario a{
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: underline;
}

.contenedor_amarillo.contenedor_amarillo_canal{
    overflow-x: hidden;
    overflow-y: scroll;
    top: 40px;
    height: -o-calc(100vh - 190px);
    height: -ms-calc(100vh - 190px);
    height: -moz-calc(100vh - 190px);
    height: -webkit-calc(100vh - 190px);
    height: calc(100vh - 190px);
    width: -o-calc(100% - 1px);
    width: -ms-calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    width: -webkit-calc(100% - 1px);
    width: calc(100% - 1px);
    max-width: inherit;
    border-right: 1px solid #fff;
}

.content_amarillo.content_amarillo_espejo.content_calendario.act{
    background-color: #fcf6ce;
}

.calendario{
    width: -o-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: auto;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
}

.calendario.carrusel{

}

.calendario_mask{
    width: 100%;
    overflow: hidden;
}

.mes_content{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-right: -9px;
}

.tit_mes{
    height: 60px;
    line-height: 40px;
}

.mes{
    width: 100%;
}

.semana{
    width: 100%;
    position: relative;
    border-bottom: 2px solid #13177f;
}

.semana:last-child{
    border:none;
}

.dia{
    width: -o-calc(100%/7 - 2px);
    width: -ms-calc(100%/7 - 2px);
    width: -moz-calc(100%/7 - 2px);
    width: -webkit-calc(100%/7 - 2px);
    width: calc(100%/7 - 2px);
    border-left: 2px solid #13177f;
    float: left;
    height: 0;
    padding-bottom: -o-calc(100%/7);
    padding-bottom: -ms-calc(100%/7);
    padding-bottom: -moz-calc(100%/7);
    padding-bottom: -webkit-calc(100%/7);
    padding-bottom: calc(100%/7);
    position: relative;
}

.helper{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
}

.semana .dia:first-child{
    border:none;
}

.dd{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    font-weight: 400;
}

.dd.dd_fecha{
    background-color: #fcf6ce;
    cursor: pointer;
}

.dd.dd_fecha:hover{
    font-weight:900;
}

.flecha_c{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    cursor: pointer;
    /*background-image: url(img/iconos.svg);*/
    background-repeat: no-repeat;
    background-size: 120px;
    z-index: 5;
}

.flecha_c.c_f_izq{
    left: 90px;
    background-position: 0px 0px;
}

.flecha_c.c_f_der{
    right: 95px;
    background-position: -80px 0px;
}

.flecha_c.c_f_der input[type='submit']{
    background-image: url(img/iconos.svg);
    width: 40px;
    height: 40px;
    border: none;
    background-color: #fff;
        color: transparent;
    background-position: -80px 0px;
}

.flecha_c.c_f_izq input[type='submit']{
    background-image: url(img/iconos.svg);
    width: 40px;
    height: 40px;
    border: none;
    background-color: #fff;
        color: transparent;
    background-position: 0px 0px;
}

.flecha_c.c_f_izq input[type='submit']:focus{
    outline: 0;
}

.flecha_c.c_f_der input[type='submit']:focus{
    outline: 0;
}

.filtros{
    margin-top: 0px;
    text-align: center;
    width: -o-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: -2px;
    margin-top: 20px;
}

.tit_filtro{
    margin-bottom: 5px;
}

.filtro{
    cursor:pointer;
    width: auto;
    display: table;
    margin: 0px auto 8px;
    position: relative;
}

.filtro.act{
    text-decoration: underline;
}

.icon_cerrar{
    display: none;
    position: absolute;
    left: -20px;
    top: 0px;
    background-position: -10px -250px;
    background-image: url(img/iconos.svg);
    width: 20px;
    height: 20px;
}

.filtro.act .icon_cerrar{
    display: block;
}


/*slider abrir*/

.post_slider.act{
    position: fixed;
    width: -o-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    height: -o-calc(100% - 200px);
    height: -ms-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: -webkit-calc(100% - 200px);
    height: calc(100% - 200px);
    top: 110px;
    left: 100px;
    background-color: #fff;
}

.post_slider.act .slider{
    height: -o-calc(100% - 65px);
    height: -ms-calc(100% - 65px);
    height: -moz-calc(100% - 65px);
    height: -webkit-calc(100% - 65px);
    height: calc(100% - 65px);
    padding: 0;
    width: -o-calc(100% - 440px);
    width: -ms-calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
    margin: 30px auto 0px;
}

.post_slider.act .slide{}

.post_slider.act .f_izq{
    top: -o-calc(50% - 20px);
    top: -ms-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    left: -50px;
    background-position: 0px -80px;
}

.post_slider.act .f_der{
    top: -o-calc(50% - 20px);
    top: -ms-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    right: -50px;
    background-position: -80px -80px;
}

.post_slider.act .cerrar{
    display: block;
}

.post_slider.act .indicador{
    bottom: -40px;
}


.slider_video{
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: auto;
    max-width: 1360px;
}

.s_video{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.s_video_int{
    width: 100%;
    height: 0;
    padding-bottom: 56.6%;
    position: relative;
}

.s_video_int iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.carrusel_videos{
    margin-top: 0px;
    height: auto;
    width: 100%;
    position: relative;
}

.carrusel_video_mask{
    overflow: hidden;
}

.carrusel_desplazar{
    width: auto;
    white-space: nowrap;
    position: relative;
}



.tit_video{
    font-size: 16px;
    position: absolute;
    width: 100%;
    top: 100%;
    font-family: 'Roboto Mono', monospace;
    font-weight: 500;
    text-align: center;
}

.flecha_v{
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 23px;
    background-image: url(img/iconos.svg);
    background-size: 120px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.f_izq_carrusel{left: -40px;background-position: 0px 0px;}

.f_der_carrusel{
    right: -40px;
    background-position: -80px 0px;
}

/*patronato*/

.txt_p_columna{
    width: 500px;
    margin: auto;
    text-align: left;
    text-transform: initial;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

..txt_p_columna h1{
    text-align:center;
}

.txt_principal h2{
    text-decoration: underline;
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500;
}

.txt_principal p{
}

.txt_principal ul{
    padding-left: 20px;
}

.txt_principal ul li{
}

.txt_principal a{
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: underline;
}



nav.redes{}

nav.redes ul{
    padding: 0;
    list-style: none;
}

nav.redes ul li{
    display: inline-block;
    margin-right: 40px;
    font-weight: 500;
}

.logo_int{
    max-height: 326px;
    width: auto;
    max-width: 100%;
    height: auto;
}


.dd.act{
    font-weight: 900;
}





.wrapper::-webkit-scrollbar      {
    width: 5px;
    background: #adaeae;
    border-radius:5px;
}
.wrapper::-webkit-scrollbar-track  {
    width:10px;
    background: #adaeae;
}  
.wrapper::-webkit-scrollbar-thumb {
    width: 5px;
    background: #fff;
    border-radius:5px;
}      
.wrapper::-webkit-scrollbar-corner  {
    border-radius:5px;
} 

.contenedor_amarillo ::-webkit-scrollbar      {
    width: 5px;
    background: #fcf6ce;
    border-radius:5px;
}
.contenedor_amarillo ::-webkit-scrollbar-track  {
    width:10px;
    background: #fcf6ce;
}  
.contenedor_amarillo ::-webkit-scrollbar-thumb {
    width: 5px;
    background: #adaeae;
    border-radius: 0px;
}      
.contenedor_amarillo ::-webkit-scrollbar-corner  {
    border-radius:5px;
} 

.contenedor_amarillo.contenedor_amarillo_calendario ::-webkit-scrollbar      {
    width: 5px;
    background: #fff;
    border-radius:5px;
}
.contenedor_amarillo.contenedor_amarillo_calendario ::-webkit-scrollbar-track  {
    width:10px;
    background: #fff;
}  
.contenedor_amarillo.contenedor_amarillo_calendario ::-webkit-scrollbar-thumb {
    width: 5px;
    background: #adaeae;
    border-radius: 0px;
}      
.contenedor_amarillo.contenedor_amarillo_calendario ::-webkit-scrollbar-corner  {
    border-radius:5px;
} 


.contenedor_amarillo ::-webkit-scrollbar-corner  {
    border-radius:5px;
} 

.contenedor_amarillo.contenedor_amarillo_canal::-webkit-scrollbar      {
    width: 5px;
    background: #fff;
    border-radius:5px;
}
.contenedor_amarillo.contenedor_amarillo_canal::-webkit-scrollbar-track  {
    width:10px;
    background: #fff;
}  
.contenedor_amarillo.contenedor_amarillo_canal::-webkit-scrollbar-thumb {
    width: 5px;
    background: #adaeae;
    border-radius: 0px;
    cursor: pointer;
}      
.contenedor_amarillo.contenedor_amarillo_canal::-webkit-scrollbar-corner  {
    border-radius:5px;
} 

.click_video{
    opacity: 0.8;
}

.click_video:hover{
    opacity: 1;
}

.click_video.act{
    opacity: 1;
}


.content_int::-webkit-scrollbar      {
    width: 5px;
    background: #fff;
    border-radius:5px;
}
.content_int::-webkit-scrollbar-track  {
    width:10px;
    background: #fff;
}  
.content_int::-webkit-scrollbar-thumb {
    width: 5px;
    background: #adaeae;
    border-radius: 0px;
    cursor: pointer;
}      
.content_int::-webkit-scrollbar-corner  {
    border-radius:5px;
}


.content_int_gris::-webkit-scrollbar      {
    width: 5px;
    background: #adaeae;
    border-radius:5px;
}
.content_int_gris::-webkit-scrollbar-track  {
    width:10px;
    background: #adaeae;
}  
.content_int_gris::-webkit-scrollbar-thumb {
    width: 5px;
    background: #fff;
    border-radius: 0px;
    cursor: pointer;
}      
.content_int_gris::-webkit-scrollbar-corner  {
    border-radius:5px;
}

a.pdf{
    padding-right: 3px;
    background-image: url(img/flecha_b.png);
    background-repeat: no-repeat;
    background-position: right center;
}


a.pdf:after{
    content: " es";
    color: transparent;

}

.content_int_gris.content_int_gris_prensa a{
    padding-right: 3px;
    background-image: url(img/flecha_b.png);
    background-repeat: no-repeat;
    background-position: right center;
}


.content_int_gris.content_int_gris_prensa a:after{
    content: " es";
    color: transparent;

}
#link_0 a{
    padding-right: 0;
    background-image: inherit;
}

#link_0 a:after{
    content: "";
    color: transparent;

}

.content_int_gris.content_int_gris_prensa .txt_principal p:first-child a{
    padding-right: 0;
    background-image: inherit;
}

.bitacora{
    float: left;
    width: -o-calc(20% - 44px);
    width: -ms-calc(20% - 44px);
    width: -moz-calc(20% - 44px);
    width: -webkit-calc(20% - 44px);
    width: calc(20% - 44px);
    margin: 10px;
    border: 2px solid #13177f;
    position: relative;
    padding: 10px;
    color: #13177f;
}

.bitacora_int{
    position: relative;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    background-image: url(img/cruz.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.bitacora_int h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.fecha{
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
    font-size: 14px;
}

.bitacora_content{
    width: -o-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: auto;
}


.side_bar{
    position: fixed;
    width: -o-calc(50% - 440px);
    width: -ms-calc(50% - 440px);
    width: -moz-calc(50% - 440px);
    width: -webkit-calc(50% - 440px);
    width: calc(50% - 440px);
    padding-left: 40px;
    top: 95px;
}

.side_bar .fecha{
    letter-spacing: 2px;
    font-weight: 400;
}

.side_bar h1{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
}

.side_bar .autor{
    font-size: 15px;
    font-weight: 400;
}

.content_bit_text{
    width: 500px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.content_bit_text img{
    max-width: 100%;
    height: auto;
}

.content_bit_text p.p_iframe{
    width: 100%;
    position: relative;
    height: 0px;
    padding-bottom: 56.6%;
}

.content_bit_text p.p_iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content_bit_text iframe{
    max-width: 100%;
}

.side_bar_flecha{
    width: 30px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0;
    background-image: url(img/iconos.svg);
    background-position: -10px -85px;
}

.buscador{}

.buscador form{}

.buscar{
    /* display: none; */
    position: absolute;
    background-color: rgb(173, 174, 174);
    width: 100%;
    height: 100%;
    line-height: 30px;
    cursor: pointer;
}

.buscar:hover{
    text-decoration:underline;
}

.buscador form input{
    width: 140px;
    border: 0;
    margin: 0;
    padding: 0;
    height: 30px;
    background-color: #adaeae;
    font-family: 'Roboto Mono', monospace;
    color: #030462;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.buscador form input[type="submit"]{
    width: 30px;
    height: 30px;
    font-size: 0;
    color: transparent;
    background-image: url(img/iconos.svg);
    background-position: -85px -86px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}


.buscador input{
    -webkit-appearance:none;
    -webkit-border-radius: 0;
}

.buscador input:focus{
    outline: 0;
}

.buscador input:active{
    outline: 0;
}


.contenedor_buscar{
    width: -o-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin: auto;
    height: 100%;
    position: relative;
    background-color:#fcf6ce;
    min-height: 100%;
    height: initial;
    color: #13177f;
}

.post_buscador{
    margin: 30px 0px;
}

.post_buscador h2{
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.post_buscador p{
    margin: 0;
    font-family: 'Roboto Mono', monospace;
}

.content_int_gris{
    width: 100%;
    height: -o-calc(100% - 70px);
    height: -ms-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    margin: 35px 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.nav_menu_responsive{
    display: none;
}

.menu_responsive{
    display: none;
}

.btn_r_menu_int{
    display: none;
}


/******************************
*******************************
*******************************

C A N A L
*******************************
*******************************
******************************/


.content_video{
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: auto;
    position: relative;
}

.p_video{
    width: -o-calc(20% - 30px);
    width: -ms-calc(20% - 30px);
    width: -moz-calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
    float: left;
    margin: 10px 15px 15px;
    vertical-align: top;
}

.p_video_int{
    width: 100%;
    padding-bottom: 56%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.p_video_tit{
    margin-top: 6px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Mono', monospace;
    height: 60px;
}

.p_video_tit p{
    margin: 0;
}

.video_content{
    width: 100%;
}

.video_content_int{
    width: -o-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    /*padding-bottom: 56.2%;
    height: 0px;*/
    position: relative;
    margin: auto;
    height: -o-calc(100vh - 190px);
    height: -ms-calc(100vh - 190px);
    height: -moz-calc(100vh - 190px);
    height: -webkit-calc(100vh - 190px);
    height: calc(100vh - 190px);
}

.video_content_int iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.v_content_tit{
    position: relative;
    margin-top: 20px;
}

.sidebar_video{
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    width: -o-calc(40% - 30px);
    width: -ms-calc(40% - 30px);
    width: -moz-calc(40% - 30px);
    width: -webkit-calc(40% - 30px);
    width: calc(40% - 30px);
    margin: 10px 15px;
}

.sidebar_video h1{
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}

.content_info_video .side_bar_flecha{}

.content_info_video .fecha{}

.sidebar_video p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
} 

.content_info_video{
    width: -o-calc(60% - 100px);
    width: -ms-calc(60% - 100px);
    width: -moz-calc(60% - 100px);
    width: -webkit-calc(60% - 100px);
    width: calc(60% - 100px);
    display: inline-block;
    vertical-align: top;
    margin: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.content_info_video p{
    margin-top: 0px;
}

.sidebar_video .side_bar_flecha{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.canal_lado{
    display: inline-block;
    vertical-align: top;
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}



