struct _nodo { int indice; int i, j; char Tipo; listaarchi *LA; struct _nodo *next, *prev; };