/*header top************************************/
.header-top{
    background-color: rgb(19,83,135);
    height: 144px;
}
.header-top .logo{
    display:block;
    width: 313px;
    height: 100px;
    margin: 22px 0;
    background-image: url(../images/header-logo.png);
    background-repeat: no-repeat;
}
.header-top .social{
    font-size: 14px;
    font-family: "Arial";
    color: rgb(242, 242, 242);
    float:right;
    clear:right;
    display: flex;
    margin-top: 7px;
}
.header-top .social A{
    width:24px;
    height:24px;
    display: inline-block;
    margin-right:10px;
    background-size: 100%;
}
.header-top .social .youtube{
    background-image: url(../images/header-youtube.png);
}
.header-top .social .facebook{
    background-image: url(../images/header-facebook.png);
}
.header-top .social .twitter{
    background-image: url(../images/header-twitter.png);
    margin-right:0;
}
.header-top .social SPAN{
    margin-right:10px;
    line-height: 24px;
}
.audio_vivo{
    /*background-image: url(../images/sesion-vivo-header.png);*/
    width: 179px;
    height: 31px;
    display: inline-block;
    bottom: 6px;
    position: absolute;
    right: 222px;
    cursor: pointer;
}
.audio_vivo.offline{
    opacity: 0.5;
}
A.vivo{
    width: auto;
    height: 31px;
    display: inline-block;
    bottom: 6px;
    position: absolute;
    right: 222px;
    font-size: 14px;
    font-family: "Arial";
    color: rgb(242, 242, 242);
}  

/*header bottom************************************/
.header-bottom{
    background-color: rgb(46,53,63);
    margin-bottom: 1px;
}
.header-bottom .navbar-default .navbar-nav > li > a.seccion{
    color: rgb(242, 242, 242);
    padding: 15px 25px;
    font-family: 'Arial' ,sans-serif;
    font-size:16px;
    cursor:pointer;

}
.header-bottom .navbar-default .navbar-nav > li > a.seccion.selected{
    background-color: rgb(93, 100, 104);
    color: rgb(242, 242, 242);
}
.header-bottom .navbar-default .navbar-nav > li > a.seccion:after{
    content: "";
    border-right: 1px solid rgb(63,70,79);
    height: 26px;
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
}
.header-bottom .navbar-default .navbar-nav > li > a.seccion.selected:after{
    border: none;
}
.header-bottom .navbar-default .navbar-nav > li > a.seccion:hover{
    background-color: rgb(93, 100, 104);
}
.header-bottom .navbar-default .navbar-nav > li > a.seccion:hover:after{
    border: none;
}
.header-bottom .subseccion{
    display:none;
    position:absolute;
    list-style: none;
    background-color: rgb(46,53,63);
    padding: 10px 0;
    width: 220px;
    z-index: 99;
}
.header-bottom .subseccion A{
    color: rgb(242, 242, 242);
    width: 100%;
    display: block;
    padding: 5px 20px;
    text-align: left;
}
.header-bottom .subseccion A:hover{
    background-color: rgb(93, 100, 104);
    color: rgb(242, 242, 242);
}
.header-bottom .navbar-default{
    background-color: inherit;
    border-color: inherit;
}
.header-bottom .navbar{
    margin-bottom:0;
    border: 0;
}
.navbar-default .navbar-toggle{
    border: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-toggle .icon-bar{
    width: 26px;
    height: 3px;
}
/*HEADER MOBILE***********************************/
.mobile-btn{
    padding: 0;
    margin: 19px 0;
}
A.menu-icon.cerrar{
    position:absolute;
    display:block;
    width:48px;
    height:48px;
    cursor:pointer;
    top:0;
    background-image:url(../images/close-menu-mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
}
A.menu-icon#cerrar-menu {
    z-index:888;
    right:0;
}
DIV.mobile-menu {
    display:none;
    position:fixed;
    top:0;
    right:-70%;
    z-index:777;
    width:70%;
    height:100%;
    background-color: rgb(255,255,255);
    color: rgb(85,85,85);
    padding: 0 0 50px 0;
    overflow: auto;
}

DIV.mobile-menu A.link {
    border-bottom: 1px solid rgb(229,229,229);
    padding: 15px 0 15px 20px;
    display: block;
    font-size: 16px;
    margin: 0 20px;
}
DIV.mobile-menu A.link:active, DIV.mobile-menu A.link:focus{
    background-color:rgb(242,242,242)!important;
    text-decoration: none;
}
DIV.mobile-menu A.link.main{
    font-weight: bold;
    cursor: pointer;
}
DIV.mobile-menu A.link.main.expandible{
    background-repeat: no-repeat;
    background-position: right center;
    background-image:url(../images/submenu-menu-open.png);
}
DIV.mobile-menu A.link.main.expandido{
    background-image:url(../images/submenu-menu-close.png);
}
.mobile-menu .mobile-top{
    color: white;
    background-color: rgb(33,173,232);
    font-size: 16px;
    font-weight: bold;
    padding: 14px 40px;
    margin: 0;
    height: 51px;
}
.mobile-menu .contenedor{
    display: none;
    overflow: hidden;
}
@media (max-width: 767px) {
    BODY{
        position: relative;
        margin-top: 55px;
    }
    .header-bottom {
        background-color:rgb(19,83,135);
        position: fixed;
        top:0;
        left:0;
        width: 100%;
        z-index: 100;
    }
    .return-mobile{
        background-image: url(../images/header-back-mobile.png);
        background-repeat: no-repeat;
        width: 25px;
        height: 55px;
        display: inline-block;
        background-position: center left;
        margin: 0;
        float: left;
    }
    .logo-mobile{
        background-image: url(../images/logo-secciones-mobile.png);
        background-repeat: no-repeat;
        width: 48px;
        height: 55px;
        display: inline-block;
        margin: 0;
        float: left;
        background-position: center 8px;
        background-size: 100% auto;
    }
    .logo-mobile.inicio{
        background-image: url(../images/logo-mobile.png);
        background-repeat: no-repeat;
        width: 240px;
        height: 55px;
        display: block;
        margin: 0 auto;
        background-size: 100% auto;
        background-position: center 6px;
        float: none;
    }
    .tituloMobile{
        color: #fff;
        font-size: 26px;
        position: absolute;
        top: 14px;
        left: 85px;
        margin: 0;
    }
    .full-cover{
        position:absolute;
        top: -55px;
        left:0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 666;
        display:none;
    }
    DIV.mobile-menu {
        display:block;
    }
}
@media (max-width: 991px) {
    .header-bottom .navbar-default .navbar-nav > li > a.seccion {
        padding: 15px 21px;
        font-size: 14px;
    }
}
@media (max-width: 325px) {
    .tituloMobile{
        font-size: 20px;
        top: 17px;
    }
}
@media (max-width: 380px) {
    .logo-mobile.inicio{
        width: 195px;
        background-position: center 10px;
    }
}