$(function(){

    fixMasksPlace();


    $(".comentar button").click(function(){
      if(!validate($(".comentar"))){
        return false;
      }
    })




});
