
/* ---------------------------------------------------------------------
 -----------  PRINCIPALE ----- 
*/
#principale
{
	position: relative;
    float:left;
    margin: 0;
    padding: 0;
    height: 533px;
    width: 806px;
    background: #62874A url(../images/index/main.jpg) center top no-repeat;
}
#principale ul
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-left: 432px;
    margin-top: 126px;
       
}
#principale ul li
{
    list-style-type: none;
    list-style-image: url(../images/commons/bullet_red.gif);
    margin-bottom: 18px;
}
#principale a:hover
{
    color: #CC411C;
}

#linkcomuni 
{
    font-size: 16px;
    margin-left: 425px;
    margin-top: 42px     
        
}
#linkcomuni a
{
    text-decoration: none;
    color: #5F3F0E;
    font-weight: bold;
}
#news a
{
    text-decoration: none;
    color: #5F3F0E;
    font-weight: bold;
}
#news 
{
    font-size: 16px;
    text-decoration: none;
    color: #5F3F0E;
    margin-left: 425px;
    margin-top: 57px;     
}
#avvisi
{
	display: inline;
	position: absolute;
	left: 20px; 
	top: 150px;
	width: 250px;
	height: 60px;
	background-image: url(../images/commons/lens_button_green_180.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 0;
}
#avvisi a
{
	text-decoration: none;
	color: red;
	font: normal bold 16px Verdana, sans-serif;
	font-weight: bold;
	margin-left: 40px;
}
#avvisi a:hover
{
    color: red;
}

#download
{
	display: inline;
	position: absolute;
	left: 20px; 
	top: 220px;
	width: 250px;
	height: 60px;
	background-image: url(../images/commons/lens_button_green_180.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 0;
	padding-left: 40px;
}
#download a
{
	text-decoration: none;
	color: red;
	font: normal bold 10px Verdana, sans-serif;
	font-weight: bold;
/*	margin-left: 36px; */
}
#download a:hover
{
    color: red;
}

#convegno {
	display: inline;
	position: absolute;
	left: 60px; 
	top: 250px;
	width: 120px;
	height: 140px;
	z-index: 10;
}
