public void setEstimacion(Estimacion e)
 {
     this.est = e;
     card =  (Texture2D)Resources.Load("cards/card-" + e.getValorEstimacion());
 }