void inorder(){if (raiz != NULL) raiz->inorder(); } // para recorrer el arbol