.panel_opciones{
    min-height: 450px;
}
label.class_rojo_label {
    color: red;
    font-style: italic;
}
.class_rojo_supl {
    color: blue;
}
.class_rojo_input {
    font-weight: bold;
    color: red;
    text-align: center;
}
.class_input_normal {
    font-weight: bold;
    color: green;
    text-align: center;
}