@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	letter-spacing: 1px; 
	margin-bottom: 0;
	color: #e3005a;
	font-size:14px;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#CC3366;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#CC3366;
	}
a:hover, a.corpo:active { 
	text-decoration: underline; 
	color:#CC3366;
	}
a.bottone_menu:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#FFFFFF;
	}	
/*	
a.bottone_menu:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#FFFFFF;
	}
a.bottone_menu:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#FFFFFF;
	}
a.bottone_menu:hover, a.bottone_menu:active { 
	text-decoration: underline; 
	color:#FFFFFF;
	}		
*/
acronym {
	border-bottom: none;
	}
#titolo{
	position:absolute;
	padding:0;
	top:10px;
	left:15px;
	width:450px;
	height:65px;
	background-color:#e3005a;
	border:none;
	font-size:32px;
	color:#FFFFFF;
	z-index:2;
	}
#menu{
	position:absolute;
	width:200px;
	text-align:left;
	top:80px;
	left:15px;
	z-index:2;	
}
#corpo{
	position:absolute;
	top:50px;
	left:190px;
	margin:0;
	padding:15px 10px 10px 10px;
	width:590px;
	color:#000000;
	background-color:#FFFFFF;
	border: 3px solid #CCCCCC;
	font-size:11px;
	z-index:1;
	}
#bottone_menu{
	height:25px;
	padding:2px 5px 2px 5px;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:8px;
	text-align:left;
	font-size:14px;
}

#bottone{
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	color:#000000;
	font-size:10px;
	width:110px;
	height:40px;
	vertical-align:middle;
}

