#sfondo {
	font-family: Ubuntu,sans-serif;
    text-align: justify;
    border: 0px solid white;
    margin: auto;
    max-width: 600px;
    font-size: 80%;
	line-height: 150%;
    }
#sfondo ul {
    padding-left: 15px;
    list-style-type: square;
    }

#testata {
    background: #e4e5e0;
    *url(none) repeat scroll 0% 50%;
    }

#titolo_pagina {
    *clear: left;    
    *url(none) repeat scroll 0% 50%;
	padding-bottom: 18px;
    margin-top: 18px;
    }

h1 {
    text-align: center;    
    font-size: 150%;
}
h2 {
    text-align: left;    
    font-size: 110%;
    padding-left: 15px;
    background: #e4e5e0;
}

#menu   {
    text-align: center;
    background: #000000;
    padding-top: 0px;
    margin-top: -18px;
	}


#menu  li {
    display: inline;
    *float: left;
    *list-style: none;
    padding: 0px 4px;
	}

#menu li a {
    font-size: 100%;	
    color: #ffffff;
	text-decoration: none;
    *url(none) repeat scroll 0% 50%;
	}
#menu li a:hover {
    background: #e4e5e0;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	*margin-left: 1px;
	*margin-right: 1px;
	}

#piede {
    text-align: center;
    background: #e4e5e0;
	padding-top: 0px;
    margin-top: 18px;
    }

.image {
    text-align: left;
        }
.maximg {
    width: 600px;
    max-width: 100%;
    }
.medimg {
	width: 300px;
    max-width: 100%;
    }
.icona {
    width: 16px;
    height: 16px;
    }



