function switchBocadillo(categoria){
	if($('bocadillo_'+categoria).style.display == 'none'){
		Effect.Appear('bocadillo_'+categoria);
	}else{
		Effect.Fade('bocadillo_'+categoria);
	}
	
}

