@media screen and (max-width: 680px) {
    /*HTML*/
    body {
        font-size: .75rem;
    }

    table > tbody > tr > th {
        width: auto !important;
    }

    tr {
        height: 25px;
    }

        tr.HeaderGrid {
            height: 1.8rem;
            font-size: .65rem;
        }
    
    select {
        width: 80% !important;
        height: 25px !important;
        max-width: 95% !important;
    }

    input[type="text"] {
        height: 20px;
    }

    input[type="radio"] {
        margin-top: 0.5rem;
    }

    input[type=submit] {        
        /*max-width: 0.5rem;*/ /*En evalucación: Hay botones que son muy anchos*/
    }

    /*Clases*/
    .display-none-mobile {
        display: none;
    }

    .Encabezado {
        height: 1.8rem;
    }

    .TB-700,
    .TB-750,
    .TB-800,
    .TB-850,
    .TB-900,
    .TB-950,
    .TB-1000,
    .TB-1100,
    .TB-1200 {
        width: 98%;
        margin: auto;
    }

    .InstanciaTabla {        
        min-width: 0px;        
    }
    
    .InstanciaGrilla {
        width: auto !important;
    }

        .InstanciaGrilla > tbody > tr > th {
            border-width: 0;
        }

        .InstanciaGrilla > tbody > tr > td {
            border-width: 0;
        }

    .TextoInput {
        height: 25px !important;    }

    /*Controles*/
    #ContentPlaceHolder1_txtApellido_txtGral,
    #ContentPlaceHolder1_txtNombre_txtGral {
        width: 80% !important;
    }
}