$(function() {	
	
	function quitarTextos() {
		$("#web .textos > div").hide();				
	}
	
	
	$("#web .bCopialo").click(function() {	
		quitarTextos();	
		$("#web .textos .copialo").fadeIn("slow");				
	})
	
	$("#web .bProbeo").click(function() {		
		quitarTextos();
		$("#web .textos .probeo").fadeIn("slow");				
	})
	
	$("#web .bQuenPromove").click(function() {		
		quitarTextos();
		$("#web .textos .quenpromove").fadeIn("slow");				
	})
	
	$("#web .bGusta").click(function() {		
		quitarTextos();
		$("#web .textos .gusta").fadeIn("slow");				
	})
	
	$("#web .bQuee").click(function() {		
		quitarTextos();
		$("#web .textos .quee").fadeIn("slow");				
	})
	
	$("#web .bDistribuidores").click(function() {		
		quitarTextos();
		$("#web .textos .distribuidores").fadeIn("slow");				
	})	
	
	$("#web .bGaleria").click(function() {		
		quitarTextos();
		$("#web .textos .galeria").fadeIn("slow");				
	})	
	
	
	
});
