.row {
    margin-bottom: 5px;
}
tr {    
    transition: all .5s ease-out;    
    -webkit-transition: all .5s ease-out;    
    -o-transition: all .5s ease-out;    
}

.navbar-brand > img {
    height: 30px;
    margin-top: -5px;
}

footer {
    margin-bottom: 15px;
}

.factura fieldset {
    margin-bottom: 15px;
}
.factura table {
    border: 1px solid #000;
}
.factura th, .factura td {
    padding: 8px;
}
.factura thead tr {
    border: 1px solid #000;
}
.factura thead tr th {    
    border-right: 1px solid #000;
    border-bottom: 3px double #000;
}
.factura tbody tr td {
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #000;
}
.factura .tabla-total th {
    border-left: 1px solid #000;
}

.panel-heading .pull-right {
    margin: -7px -12px 0 0;
}