function textOn(txt){
document.getElementById(txt).className="formularioOn";
}

function textNormal(txt){
document.getElementById(txt).className="formulario";
}