function shhi(iD){
		$("#"+iD+":visible").fadeOut("slow");
		$("#"+iD+":hidden").fadeIn("slow");
		
	}
	
	
$(document).ready(function(){
	$("#cont_foto_ella").hide();
	$("#cont_foto_el").hide();
	$("#cont_participa").hide();
});	
	
	


