	function escribe_enlace_correo(email){
		document.write("<a href='mailto:" + email + "'>" + email + "</a>")
	}

