function Ingresar(){
    document.form.submit();

	}
	
function limpia(){
document.form.reset();


}
