
.ficha{
    width: 300px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
    border: #868e96 solid 2px;
    margin: 15px;
    display: inline-block;
}

.n_factura{
    background: #868e96;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.ficha_prorroga{
    width: 300px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
    border: #e2ad14 solid 2px;
    margin: 15px;
    display: inline-block;
}

.n_factura_prorroga{
    background: #e2ad14;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.n_factura_pagada{
    background: #1d9e5a;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.ficha_pagada{
    width: 300px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
    border: #1d9e5a solid 2px;
    margin: 15px;
    display: inline-block;
}

.n_factura_suspendido{
    background: #f96758;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.ficha_suspendido{
    width: 300px;
    height: 200px;
    border-radius: 10px 10px 10px 10px;
    border: #f96758 solid 2px;
    margin: 15px;
    display: inline-block;
}

.cliente{
    margin-top: 10px
}

.mes {
    font-family: 'Arial Bl
}