.divGround .tblLinks{
    width: 99%;
    height:auto;

    border:none;
    background: none;
    background-color: none;
    background-image: none;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;

    left:13px;
}
.divGround .tblLinks .tbltrLinks{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}
.divGround .tblLinks .tbltrLinks .tbltrtdLinks{
    border:none;
    background: none;
    background-color: none;
    background-image: none;
}

.divGround .tblLinks .aYoutube{
    text-decoration: none;
    border:none;
    background: none;
    background-color: none;
    background-image: none;

    
}



.divGround .tblLinks .teen{
    width:50px;
    height:auto;
    border-radius: 10px;
    
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    shape-outside: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    
    opacity: 80%;    
    transition: 1.0s;    
    cursor: pointer;
}
.divGround .tblLinks .teen:hover{
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    shape-outside: circle(50%);

    opacity: 100%;    
    transition: 1.0s;    
    cursor: pointer;
}

.divGround .tblLinks{
    border: none;
    background: none;
    background-color: none;
    background-image: url(...../images_mediglobus//image_011.png);
}




.divGround .tblLinks .tbltrtdhrLine{
    width:100%;
    height:1px;
    background-color: #636466;
    margin-top:10px;
    
}





.divGround .tblContact{
    border: none;
    background: none;
    background-color: none;
    background-image: none;

    width:100%;
}
.divGround .tblContact .tbltrContact{
    border: none;
    background: none;
    background-color: none;
    background-image: none;
}

.divGround .tblContact .tbltrContact .tbltrtdContact{
    border: none;
    background: none;
    background-color: none;
    background-image: url(../images_mediglobus//image_011.png);

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.divGround .tblContact .tbltrContact .tbltrtdContact .h2Tag{
    font-size:17px;
    color:#00aab4;
    border: none;
    background: none;
    background-color: none;
    background-image: none;
        
    justify-content: space-between;
    letter-spacing: 5.0px;

    margin-top: 20px;
    height:auto;

    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}