




table {
    border: solid 2px rgb(128, 127, 127);
    border-collapse: collapse;
    margin: auto;
}

table, thead, tr, th, td {

    border: solid 2px rgb(128, 127, 127);
}

.imagen_centro_tabla {
    width: 50px;
    height: 20px;
}

button {
    font-size: 13px;
    padding: 7px;
    border-radius: 3px;
    border-color: brown;
    background-color: transparent;
}