.list_Document {
    background: url(../../../Images/bg_lik_p.png) bottom center no-repeat;
    width: 400px;
    height: 90px;
    margin: 50px auto 0px;
}
.LinkDocument {
    text-align: center;
    padding: 10px 35px;
    text-decoration: none;
    display: block;
    background: #e3ae0d;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    /* float: left; */
    margin: 0px auto;
    display: table;
}

.LinkDocument a {
    text-decoration: none;
    font-family: 'Hobo-Regular';
    font-size: 20px;
    color: #fff;
}

