.marca {
    text-align: center;
}
.combs_tabla {
    text-align: center;
}
.nota {
    color: rgb(137, 137, 137);
    font-style: italic;
}
.nota:hover {
    color: rgb(137, 137, 137);
}
.nota_input {
    color: red;
    font-style: italic;
    font-size: 12px;
    text-align: center;
}
.subrayado:hover {
    color: #003574;
}