#ref{
    height:130px;
    position:relative;
    margin-bottom:11px;
    border-radius:5px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 0 1px;
    background-color:#fff
}

#ref img{
    position:absolute;
    left: 7px;
    top: 4px;
    image-rendering: pixelated;
    zoom: 2;
}
#ref .txt{
    width:220px;
    height:21px;
    font-family: Arial;
    font-size:16px;
    color:#444;
    float:left;
    font-weight:700;
    margin: 15px 0 3px 130px;
}
#ref .dsc{
    width:290px;
    height:21px;
    font-family:Arial;
    font-size:12px;
    color:#444;
    float:left;
    font-weight:400;
    margin: 0 0 3px 130px;
}
#ref .box{
    background-color:#e8e8e8;
    width: 345px;
    height: 25px;
    border-radius:5px;
    font-family:Arial;
    font-size: 15px;
    color:#444;
    float:left;
    text-align: left;
    box-shadow:rgba(0,0,0,.2) 0 2px 0 0;
    padding:5px;
    padding-left: 15px;
    margin: 0 0 0 130px;
}
#ref .btn{
    width: 85px;
    height: 27px;
    border-radius:5px;
    font-family:Arial;
    font-size: 12px;
    color:#fff;
    float:right;
    text-align:left;
    box-shadow: rgba(0,0,0,.2) 0 2px 0 0;
    background: url(../imgs/monedas/diamond.png) no-repeat scroll 0 0;
    background-position: 61px 6px;
    background-color: #3d8d77;
    padding:5px 0 5px 10px;
    margin:0 20px 0 0
}
