.alert {
    padding: 8px;
    margin-bottom: 0px;
}


div.menuprincipale-icon-container {
    display: table-cell;
    width: 90px;
    height: 90px;
    vertical-align: middle;
}

img.menuprincipale {
    width: 80px;
    height: 80px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#modello {
    width: 100%;
    display: none;
    height: 550px;
}

.bordi {
    -moz-border-radius: 45px 45px 45px 45px;
    -webkit-border-radius: 45px 45px 45px 45px;
    border-color: #B0B0B0;
    border-radius: 45px;
    border-style: double;
    border-width: 1px;
}

.opacita_light {
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
    opacity: 0.9;
}

.opacita_light:hover {
    filter: alpha(opacity=100); /* For IE8 and earlier */
    opacity: 1.0;
}

.evidenza:hover {
    background-color: rgb(239, 239, 178);
}

.fontlucida {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
}

p.description {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
    margin: 0;
    text-align: justify;
    font-size: 12px;
}

.container .sezione h2 {
    font-size: 18px;
    font-weight: bold;
}

