.table_teclado tr td {
    background: #fff;
    color: #000;    
    cursor: pointer;
    border-radius: 0.2em;    
    border: .01em solid #ccc;
    max-width: 0.8em;
    position: center;
    text-align: center;
    vertical-align: middle;
}

.table_teclado tr td:hover {
    background: #40c2f3;
    color:#fff;
}

.table_teclado td {
    font-size: 2em;
}

.btn_delete {
    position: center;
    left: .1em;
    bottom: .1em;
    width 19px;
    cursor: pointer;
    color: #d9534f;
    font-size: 2rem;
}

.input-documento{
    font-size: 1.5rem; /* tamaño más grande */
    font-weight: 500; /* un poco más gruesa la fuente */
    padding: 0.8rem; /* más alto y cómodo */
    border-radius: 0.5rem; /* esquinas más suaves */
}

.input-ddldoc {
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 0.5rem;
    height: calc(2.25rem + 2px); /* mismo alto de form-control */
    padding: .375rem .75rem; /* mismo padding de Bootstrap */
    line-height: 1.5;
}
