


jQuery.noConflict();

jQuery(function() {
// OPACITY OF BUTTON SET TO 50%
jQuery(".banner").css("opacity","1");
		
// ON MOUSE OVER
jQuery(".banner").hover(function () {
										  
// SET OPACITY TO 100%
jQuery(this).stop().animate({
opacity: 0.7
}, "slow");
},
		
// ON MOUSE OUT
function () {
			
// SET OPACITY BACK TO 50%
jQuery(this).stop().animate({
opacity: 1
}, "slow");
});
});


jQuery(function() {
// OPACITY OF BUTTON SET TO 50%
jQuery(".btn_contacto").css("opacity","1");
		
// ON MOUSE OVER
jQuery(".btn_contacto").hover(function () {
										  
// SET OPACITY TO 100%
jQuery(this).stop().animate({
opacity: 0.7
}, "slow");
},
		
// ON MOUSE OUT
function () {
			
// SET OPACITY BACK TO 50%
jQuery(this).stop().animate({
opacity: 1
}, "slow");
});
});

jQuery(function() {
// OPACITY OF BUTTON SET TO 50%
jQuery(".btn_partner").css("opacity","1");
		
// ON MOUSE OVER
jQuery(".btn_partner").hover(function () {
										  
// SET OPACITY TO 100%
jQuery(this).stop().animate({
opacity: 0.7
}, "slow");
},
		
// ON MOUSE OUT
function () {
			
// SET OPACITY BACK TO 50%
jQuery(this).stop().animate({
opacity: 1
}, "slow");
});
});




jQuery(function() {
// OPACITY OF BUTTON SET TO 50%
jQuery("#btn1").css("opacity","1");
		
// ON MOUSE OVER
jQuery("#btn1").hover(function () {
										  
// SET OPACITY TO 100%
jQuery(this).stop().animate({
opacity: 0.5
}, "slow");
},
		
// ON MOUSE OUT
function () {
			
// SET OPACITY BACK TO 50%
jQuery(this).stop().animate({
opacity: 1
}, "slow");
});
});




jQuery(function() {
// OPACITY OF BUTTON SET TO 50%
jQuery("#btn2").css("opacity","1");
		
// ON MOUSE OVER
jQuery("#btn2").hover(function () {
										  
// SET OPACITY TO 100%
jQuery(this).stop().animate({
opacity: 0.5
}, "slow");
},
		
// ON MOUSE OUT
function () {
			
// SET OPACITY BACK TO 50%
jQuery(this).stop().animate({
opacity: 1
}, "slow");
});
});



jQuery(function() {
// OPACITY OF BUTTON SET TO 50%
jQuery("#btn3").css("opacity","1");
		
// ON MOUSE OVER
jQuery("#btn3").hover(function () {
										  
// SET OPACITY TO 100%
jQuery(this).stop().animate({
opacity: 0.5
}, "slow");
},
		
// ON MOUSE OUT
function () {
			
// SET OPACITY BACK TO 50%
jQuery(this).stop().animate({
opacity: 1
}, "slow");
});
});



jQuery(function() {
// OPACITY OF BUTTON SET TO 50%
jQuery("#btn4").css("opacity","1");
		
// ON MOUSE OVER
jQuery("#btn4").hover(function () {
										  
// SET OPACITY TO 100%
jQuery(this).stop().animate({
opacity: 0.5
}, "slow");
},
		
// ON MOUSE OUT
function () {
			
// SET OPACITY BACK TO 50%
jQuery(this).stop().animate({
opacity: 1
}, "slow");
});
});


jQuery(function() {
// OPACITY OF BUTTON SET TO 50%
jQuery("#btn5").css("opacity","1");
		
// ON MOUSE OVER
jQuery("#btn5").hover(function () {
										  
// SET OPACITY TO 100%
jQuery(this).stop().animate({
opacity: 0.5
}, "slow");
},
		
// ON MOUSE OUT
function () {
			
// SET OPACITY BACK TO 50%
jQuery(this).stop().animate({
opacity: 1
}, "slow");
});
});
