function Correo()
{
	var st= "mailto:";st+="correo@";st+="cocinaspicasso.com";
	window.open(st);
}
