$(document).ready(function(){

	/* Adding a colortip to any tag with a title attribute: */

	$('#contenido-texto a[title]').colorTip({color:'blue'});
	$('#footer a[title]').colorTip({color:'green'});

});
