.mostrador{
    margin-top:30px;
    margin-bottom:30px;
}
.mostrador>div{
    min-height: 40px;
    text-align: center;
    padding: 20px;
}
.mostrador .mostrador-imatge{
    width: 100px;
    height: 100px;
    margin: auto;
}

.mostrador .mostrador-text{
    height: 70px;
    font-size: 13px!important;
    margin-top: 20px;
    line-height: 15px;
    text-align: center;
}

.titulo-ficha{
    border-bottom:2px solid rgba(92, 92, 92, 0.5);
    margin-bottom: 15px;
}