
.rojo {
    background-color: #FADBD8;
}

.blanco {
    background-color: white;
}

.alinear-derecha {
    text-align: right;
}

.texto-ancho-completo {
    width: 100%;
}

.card-usuario {
    text-align: center;
    width: 250px;
}

.form-ajustar-ancho {
    display: table;
}