@media screen and (max-width: 411px) and (max-height: 731px)
{
    #cabezal_header
    {
        display: none;
    }
    #barra_menu
    {
        width: 125.4%;
    }

    #map
    {
        width: 125.4%;
        top: 50px;
        bottom: -130px;
    }

    footer
    {
        position: absolute;
        height: auto;
        width: 125%;
        bottom: -156px;
    }

    .loading
    {
        width: 125.5%;
        height: 112%;
    }

    .ui-widget-overlay
    {
        width: 452px !important;
        height: 804px !important;
    }

    #mapaBase, #mapaCatastroMinero, #mapaSatelital
    {
        left: 3px !important;
    }

 /*   #infoDerecha
    {
        width: 69% !important;
    }*/
}

@media screen and (max-width: 480px) and (max-height: 853px)
{
    #cabezal_header
    {
        display: none;
    }
    #barra_menu
    {
        width: 125.4%;
    }

    #map
    {
        width: 125.4%;
        top: 50px;
        bottom: -130px;
    }

    footer
    {
        position: absolute;
        height: auto;
        width: 125%;
        bottom: -156px;
    }

    .loading
    {
        width: 125.5%;
        height: 112%;
    }

    .ui-widget-overlay
    {
        width: 452px !important;
        height: 804px !important;
    }

    #mapaBase, #mapaCatastroMinero, #mapaSatelital
    {
        left: 3px !important;
    }  
}

@media screen and (max-width: 768px) and (max-height: 1024px)
{
    #cabezal_header
    {
        display: none;
    }
    #barra_menu
    {
        width: 125.4%;
    }

    #map
    {
        width: 125.4%;
        top: 50px;
        bottom: -130px;
    }

    footer
    {
        position: absolute;
        height: auto;
        width: 125%;
        bottom: -156px;
    }

    .loading
    {
        width: 125.5%;
        height: 112%;
    }

    .ui-widget-overlay
    {
        width: 452px !important;
        height: 804px !important;
    }

    #mapaBase, #mapaCatastroMinero, #mapaSatelital
    {
        left: 3px !important;
    }

}
