/*jQuery(document).ready(function(){
	jQuery(".money").change(function(){
    FormatMyNombre(this);
	});
}); */

jQuery(function(){
  jQuery('.money').priceFormat({
  });
});







