	function enlace(destino){
		alert ('enlace:'+dest);
		location.href=destino;
		return false;
	};