
//responsive

@media only screen and (max-width:1070px){
}
@media only screen and (max-device-width:990px),only screen and (max-device-width:1299px) and (orientation:portrait),only screen and (max-width:800px){
}
@media only screen and (max-width:800px){
}

/*@media only screen and (max-width:1215px){*/
@media only screen and (max-width:770px){
    .top-mr{
        display: block;
    }
    .just-mobile{
        display:block;
    }
    .not-mobile{
        display:none !important;
    }
    .mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
        text-align: left;
    }

    #contenedor_global,.contenedor_global,#contenedor,.centro_noticia,.centro_varios,.contenedor_banner_superior,.contenedorbanner3,#cabecera,.buscadores,#contenedor #cabecera,#centro{
        width:100%;
    }
    #contenedor{
        width:99%;
    }
    #contenedor_global{
        margin-top: 45px;
    }
    .contenedorbanner3 img{
        width:100%;
    }
    .menu_top,menu_principal{
        display:none;
    }
    .logo_cont {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .logo {
        width: 100%;
        text-align: center;
        height: auto;
        float: none;
        position: relative;
        margin: 0px 0 0 5px;
        padding: 10px 0 0 0;
    }
    .logo img{
        width:60%;
    }
    .contenedorbanner16 {
        float: none;
        height: auto;
        margin: 10px 0px;
        width: 100%;
        text-align: center;
    }
    .fecha_hora {
        position: initial;
    }
    .noticia_comun {
        width: 60%;
        padding-right: 0px;
    }
    .regional_tercera {
        width: 40%;
        padding-right: 0px;
    }
    .centro_noticia{
        padding:0px;
    }
    .box-img-not-principal {
        float: none;
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }
    .img-not-principal {
        max-width: none;
        max-height: none;
        border: 1px solid #dadada;
        padding: 1px;
        width: 90%;
        margin: 7px 0px;
    }
    .menu_principal{
        overflow: visible;
        width:100%;
    }
    ul#menu_principal, ul#menu_ediciones_regionales{
        width:100%;
    }
    .foot-nb {
        width: 100%;
        height: auto;
        text-align: center;
        background: #000;
        color: #fff;
        margin: 10px 0px;
        font-size: .9em;
        margin-top: 10px;
        padding-top: 5px;
    }
    .menu_pie_cont {
        margin: 20px;
    }
    .contenedorbanner9 {
        width: 100%;
        height: auto;
        overflow: visible;
        float: none;
        text-align: center;
    }
    .box-cont-vid-lateral {
        width: 33%;
        float: left;
    }
    .title_video_der {
        color: #064491 !important;
        text-align: center;
        font-size: 9pt !important;
        height: 45px;
    }
    .noticia_completa_cont {
        width: 100%;
        float: none;
        margin: 0px;
        padding-right: 0px;
    }
    .noticia_completa_texto {
        width: auto;
        margin: 0px 10px;
        float: none;
        padding-bottom: 0px;
        padding: 0px;
    }
    .not_entradilla {
        font-size: .9em;
        margin-top: 12px;
        line-height: 1.4;
    }
    .not_cuerpo {
        font-size: 11pt;
        line-height: 1.5;
        color: #444;
    }


}

