.bottone
{
    width: 20px;
    height: 20px;
    padding: 1px;
}

.bottone:hover
{
    width: 22px;
    height: 22px;
    padding: 0px;
}

