function cargarContacto () {
	document.getElementById("datos").innerHTML="Productos El Gallo S.L";
   	document.getElementById("datos").style.visibility="visible";
}
