.anticipo{
    margin: 10px;
    width: 200px;
    height: 250px;
    border: #868e96 2px solid;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.anticipo:hover{
    opacity: 50%;
}

.img-anticipo{
    margin: 1px;
    width: 195px;
    height: 180px;
}

.informacion-anicipo{
    text-align: center;
    margin: 1px;
    width: 195px;
    height: 64px;
    background: #0668A0;
    border-radius: 0px 0px 5px 5px;
}

.cliente-anticipo{
    font-size: 12px;
    color: white;
}

.mes-anticipo{
    font-size: 15px;
    color: white;
}

.fecha-anticipo{
    font-size: 13px;
    color: white;
}