*{
    margin: 0;
    padding: 0;
    color: white;
}

.ocultar{
    display: none;
}

.ftitulo{
    background: red;
    color: white;
}

input{
    color: black;
}

select>option{
    color: #000;
}

.fondo{
    background: red;
}