function recoverPass(){

	document.getElementById('formContent').innerHTML='<div align="center"><h1>Recuperar Clave</h1></div><div id="form_acceso" align="center" style="margin-bottom:60px;"><form id="form3" name="form3" method="post" action=""><div style="width:265px;"><span>email:</span><input type="text" name="email" id="email" class="sencillo" /><div class="clearboth"></div></div><div style="width:265px; padding-left:45px;"><span style="margin-top:9px;"><a href="newuser.php">\xBFNo tienes cuenta creada?</a></span><div style="width:265px; padding-left:10px;"><a href="javascript:document.form3.submit()" class="button"><span><font color="#000000">Enviar</font></span></a></div></div></form></div>';

}

function error_log(text){
	
		document.getElementById('cont_error').innerHTML=text;
		document.getElementById('cont_error').style.display="block";
		setTimeout("document.getElementById('cont_error').style.display='none';",5000);
		
	}
