.textoCentrado {
    text-align: center;
}

.rojo {
    color: silver !important;
    background-color: red !important;
}

.textoDerecha {
    text-align: right;
}

.negrita {
    font-weight: bold;
}

.requerido {
    color: #CA3438;
    font-weight: bold;
}

.textoRojo {
    color: #de2727;
}

.textoVerde {
    color: #34bd4b;
}

.seleccionable {
    cursor: pointer;
}

.fa-lg {
    font-size: 14px !important;
    line-height: .75em;
    vertical-align: -15%;
}

.ui-fluid .ui-calendar.ui-calendar-w-btn .ui-inputtext {
    width: calc(100% - 3em) !important;
}

.ui-datatable .ui-datatable-data tr.ui-state-hover, .ui-datatable .ui-datatable-data tr.ui-state-highlight {
    border-color: inherit;
    font-weight: inherit;
    cursor: pointer;
    background-color: #205493;
    color: white;
}