jQuery(document).ready(function(){
	Cufon.replace('#menu-menu-horizontal a,div.post-body h2, div.post-body p, h2.post-title, #sidebar2 h2.widgettitle, h1.fluyeColor', {
		hover: true
		/*textShadow: '1px 1px rgba(0, 0, 0, 0.3)'*/
	});
	if(jQuery('p.titulo').length > 0){
		jQuery('p.titulo').click(function(){
			$tituloId = jQuery(this).attr("id").split("-");
			Cufon.replace(this, { color: '#663366'});
			jQuery("div.d"+$tituloId[1]).toggle();
		});
	}
});


