
function Mostrar(resp){

	$("#"+resp).toggle("fast");
	
}


function MostrarCategoria(cat){

	$("ol").hide();
	$("#"+cat).toggle("fast");
	
}