@media (min-width: 1300px) and (max-width: 1400px)
{
    #table-busqueda
    {
        left: -3.75%;
        right: -3.75%;
        position: absolute;
    }
    
    /*#tabla-os-informe-resumen-proyectos .message-alert, #tabla-os-informe-resumen-proyectos .graphic
    {
        left: 4.75%;
        width: 90.50%;
        position: absolute;
    }*/
}

@media (min-width: 1400px) and (max-width: 1500px)
{
    #table-busqueda
    {
        left: -7.50%;
        right: -7.50%;
        position: absolute;
    }
    
    /*#tabla-os-informe-resumen-proyectos .message-alert, #tabla-os-informe-resumen-proyectos .graphic
    {
        left: 7.50%;
        width: 85%;
        position: absolute;
    }*/
}

@media (min-width: 1500px) and (max-width: 1600px)
{
    #table-busqueda
    {
        left: -11.25%;
        right: -11.25%;
        position: absolute;
    }
    
    /*#tabla-os-informe-resumen-proyectos .message-alert, #tabla-os-informe-resumen-proyectos .graphic
    {
        left: 10%;
        width: 80%;
        position: absolute;
    }*/
}

@media (min-width: 1600px) and (max-width: 1700px)
{
    #table-busqueda
    {
        left: -15%;
        right: -15%;
        position: absolute;
    }
    
    /*#tabla-os-informe-resumen-proyectos .message-alert, #tabla-os-informe-resumen-proyectos .graphic
    {
        left: 12.5%;
        width: 75%;
        position: absolute;
    }*/
}

@media (min-width: 1700px)
{
    #table-busqueda
    {
        left: -18.75%;
        right: -18.75%;
        position: absolute;
    }
    
    /*#tabla-os-informe-resumen-proyectos .message-alert, #tabla-os-informe-resumen-proyectos .graphic
    {
        left: 14.75%;
        width: 71%;
        position: absolute;
    }*/
}

#table-busqueda th, .fixedHeader-floating th
{
    text-align: center;
    vertical-align: middle;
}

/*.fixedHeader-floating thead tr
{
    background-color: #4285f4 !important;
    border-color: #204d74 !important;
    color: #F5F5F5;
}*/

/*#tabla-os-informe-resumen-proyectos table #tr-buttons, .fixedHeader-floating #tr-buttons
{
    top: -77px;
    position: relative;
}
#tabla-os-informe-resumen-proyectos table #tr-head1, .fixedHeader-floating #tr-head1
{
    top: 53px;
    position: relative;
}
#tabla-os-informe-resumen-proyectos table #tr-head2, .fixedHeader-floating #tr-head2
{
    top: 53px;
    position: relative;
}*/