You have assigned the results of the solve block to the vector "solucion" and not to the variables used for the calculation. So they still are assigned the guess values.
You either have to assign a vector consisting of the variable names in use with the values of solucion or directly use that vector of single varibles in the Find statement.
See attached.