jQuery(function($){
				Cufon.replace('.text-cufon-gris', {
					color: '-linear-gradient(0.1=white, #cecece)',
					textShadow: '1px 1px rgba(0, 0, 0, 0.6)',
					fontFamily: 'PF DinDisplay Pro Black',
					fontSize:20
				});
				Cufon.replace('.text-cufon-naranja', {
					color: '-linear-gradient(#ff7e00, #de6300)',
					textShadow: '1px 1px rgba(0, 0, 0, 0.6)',
					fontFamily: 'PF DinDisplay Pro Black',
					fontSize:20
				});
				Cufon.replace('.text-cufon-gris-big', {
					color: '-linear-gradient(0.1=white, #cecece)',
					textShadow: '1px 1px rgba(0, 0, 0, 0.6)',
					fontFamily: 'PF DinDisplay Pro Black',
					fontSize:23
				});
				Cufon.replace('.text-cufon-naranja-big', {
					color: '-linear-gradient(#ff7e00, #de6300)',
					textShadow: '1px 1px rgba(0, 0, 0, 0.6)',
					fontFamily: 'PF DinDisplay Pro Black',
					fontSize:23
				});




});	




