function correo(dom,tld,us) {
	url="mailto:"+us+"@"+dom+"."+tld;
	document.location=url;
	}
