#blocco_centrale {
    height: 190px;
    width: 784px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #ffffff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.blocco_img {
    display: block;
    width: 150px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
}

.blocco_strt {
    float: left;
    width: 150px;
    text-align: center;
    height: 92px;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
}


#strutture_blocco {
    float: left;
    width: 465px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a:hover {
 color: #3299fe;
}

a {
text-decoration: none;
font-size: 9px;
font-family: verdana;
color: #666666;
}
