.banda_superior{/*background: #f9ecd3;*/font-size: 12px;background: #fff;}
    .banda_superior p, .banda_superior a{color: #2a2a2a;margin: 0;font-size: 12px}
    .banda_superior a{margin:0 10px;font-size: 12px}
    .es_noticia{/*background: #f9ecd3;*/width: 100%;float: left;background: #fff;}
    .es_noticia .nav-item{width: auto !important;color: #2a2a2a;}
    .content_cabecera {/*width: calc(100% - 60px);margin: 0 30px;*/max-width: 980px;    margin: 0 auto;}
    .overflow-x-scroll {overflow-x: scroll !important;}
    .es_noticia::-webkit-scrollbar {width: 4px;height: 8px;display: none;}

 /* Estilos barra (thumb) de scroll */
.es_noticia::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0px;display: none;
}

.es_noticia::-webkit-scrollbar-thumb:active {
  background-color: #999999;display: none;
}

.es_noticia::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);display: none;
}

 /* Estilos track de scroll */
.es_noticia::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 0px;display: none;
}

.es_noticia::-webkit-scrollbar-track:hover, 
.es_noticia::-webkit-scrollbar-track:active {
  background: #d4d4d4;display: none;
}

&::-webkit-scrollbar:horizontal {
  height: 0;
  width: 0;
  display: none;
}

&::-webkit-scrollbar-thumb:horizontal {
  display: none;
}

    .text-nowrap {
    white-space: nowrap!important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem!important;
}
.pt-1, .py-1 {
    padding-top: 0.25rem!important;
}
/*.overflow-hidden {
    overflow: hidden!important;
}*/
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 981px){
    .overflow-x-scroll {
        overflow-x: scroll!important;
    }
    .es_noticia::-webkit-scrollbar {
        width: 4px;height: 12px;
    }
    .content_cabecera {width:100%;margin: 0;}
}
@media only screen and (max-width:666px){
    #logo_movil{top:35px;}
    #lupa_movil{top: 36px;right: 29px;}
    #top #buscar {display: none;}
}
@media (max-width: 575px){
.overflow-x-scroll {
    overflow-x: scroll!important;
}
}
.menu-fijo,.newsl a.a_blanco p, .newsl a.a_blanco:hover p, p.no-resp{color: #737377;}
#hTop p.no-resp{color: #fff;}
.menu-buscar{padding-left: 0;}
.linea2 {
    width: 100%;
    border-bottom: 1px dotted #e9e9e9;
    margin-top: 0;
}
.linea2_3 {
    width: 100%;
    border-bottom: 2px dotted #e9e9e9;
    margin-top: 0;
}
#frm_buscador_movil {
    position: fixed;
    left: revert;
    right: revert;
    background: #ffffff;
    z-index: 100001;
    padding-bottom: 5px;
}
.dropdown-content{margin-top: 35px;}