Hi Rafael,
First let me say you have a nice name ;P
About your problem, what can be happening is that when you click in Limpiar Button you are refreshing just the input and not the calendar widget.
Try to place both, the input and the calendar widget linked to this input, into a container and them refresh the container just once.
This way the javascript from the calendar widget will run again and link the calendar to your input one more time.
Let me know if this is the case,
Cheers and Regards,
RR :)