#barraAccessibilita{
    position: fixed;
    top: 40%;
    left: 0;
    background-color: transparent;
    z-index: 15;

}
#barraAccessibilita a{
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000000 !important;
}

.fontsize1{
    font-size:12px !important;
}

#menuaccesskey{
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: scroll;
}

ul.listaAccessKey {
    list-style: none;
}

.listaAccessKey span{
    width: 30px;
}

body.grayScale {
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);

    -moz-filter:grayscale(100%);

}