
div#accessosDirectes {
    position: relative;
    margin: auto;
    margin-top: 45px;
    overflow: auto;
    width: 75%;
    text-align: center;
}



div.ADImatge {
    height: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 15px 15px 0px 0px;
}

div.accesDirecte {
    width: 180px;
    height: 180px;
    margin: 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 15px;
    display: table;
    float: left;
    background-color: #fffffa4a;
}

.accesDirecte:hover {
    background-color: #fffffac7;
}

.accesDirecte > a {
    display: table-row;
}

div.ADText {
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
}


.accesDirecte a:nth-child(1) {
    height: 60%;
    border: 1px solid #bbb;
    border-radius: 15px;
}

.accesDirecte a:link {
    color: black;
    text-decoration: none;
}

.accesDirecte a:visited {
    color: black;
    text-decoration: none;
}

.accesDirecte a:hover {
    color: black;
    text-decoration: none;
}

.accesDirecte a:active {
    color: black;
    text-decoration: none;
}
