td {
    vertical-align: top;
}

td.cliente {
    border-left: 2px solid #ccc;
    padding-left: 20px;
}

.data {
    padding: 20px 0;
    width: 100%
}
.data td {
    padding: 10px;
}

.data .numfec {
    text-align: right;
}

.conceptos{
    width:100%
}

.conceptos th, .conceptos td {
    text-align: right;
}
.conceptos th.izq, .conceptos td.izq {
    text-align: left;
}
.total, .cuenta {
    margin: 100px 0 20px;
}

.subrayado th,
.subrayado td{
    border-bottom: solid 1px #333;
    margin: 0;
}
.suprayado th,
.suprayado td{
    border-top: solid 1px #333;
    margin: 0;
}

.w100 {
    width: 100%
}

.w40 {
    width: 40%
}

.w50 {
    width: 50%
}

.float-right {
    float: right;
}

.centro {
    text-align: center
}