$('document').ready(function(){
  $('#formulario').validate();
  $('#CD_CEP').mask('99999-999');
});