valor_total = models.DecimalField(
        max_digits=20, 
        decimal_places=2, 
        default=0.00, 
        verbose_name=_(u"Valor total"),