$(document).ready(function() {
  $('.localTip').cluetip({
    width: 300,
	local: true,
    sticky: true,
    closePosition: 'bottom',
	closeText: '<img src="images/delete.gif" alt="cerrar ventana">',
    fx: {             
      open: 'fadeIn',
      openSpeed:  500
    },
    arrows: true,
    cluetipClass: 'jtip'
  });
});