// JavaScript Document
jQuery(function(){
	jQuery(".boton1, .boton2, .boton3, .boton4, .boton5, .boton6").hover(function(){
		jQuery(this).animate({
			marginTop: "-8px"
		}, 250);
	}, function(){
		jQuery(this).animate({
			marginTop: "0px"
		}, 250);
	});
});

jQuery.easing.easeOutQuart = function (x, t, b, c, d) {
	return -c * ((t=t/d-1)*t*t*t - 1) + b;
};

$(document).ready(function(){
	$('#iniciotop-b').jparallax({});
});

$(document).ready(function() {
	   $('blockquote').quovolver();
 })