@import url("nuovo.css");



body{
	font-size: 11px;
	font-family: Arial, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif;  */
	color:#ffffff;
	background:#12235a;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #96D6FA;
	scrollbar-shadow-color: #076DAA;
	scrollbar-3dlight-color: #96D6FA;
	scrollbar-arrow-color: #076DAA;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #076DAA;
	} 


html, body {
	text-align: center;
	}

img {
	border:0;
	}

/****************menu di destra************************/
.questo a:link, .questo a:visited {
	color: #00aced;
	background: url('img/dot_giallo.gif') top left no-repeat; 
	text-decoration: none; 
	padding-left: 22px;
	padding-bottom: 2px;
	}

.questo a:hover  {
	color: #ffffff;
	background: url('img/dot_giallo.gif') top left no-repeat; 
	}



.menu a:link, .menu a:visited {
	color: #ffffff;
	background: url('img/dot_rosso.gif') top left no-repeat; 
	background-position: 0px 2px;
	text-decoration: none; 
	/* padding-left: 25px; */
	padding-left: 22px;
	padding-bottom: 2px;
	} 

.menu a:hover{
	color: #00aced;
	background: url('img/dot_giallo.gif') top left no-repeat; 
	background-position: 0px 1px;
	} 
	
	
	
/****************menu di sinistra************************/
.questo_l a:link, .questo_l a:visited {
	color: #00aced;
	background: url('img/dot_giallo.gif') top right no-repeat; 
	text-decoration: none; 
	padding-right: 25px;
	padding-bottom: 2px;
	}

.questo_l a:hover  {
	color: #ffffff;
	background: url('img/dot_giallo.gif') top right no-repeat; 
	}



.menu_l a:link, .menu_l a:visited {
	color: #ffffff;
	background: url('img/dot_rosso.gif') top right no-repeat; 
	text-decoration: none; 
	padding-right: 25px;
	padding-bottom: 2px;
	} 

.menu_l a:hover{
	color: #00aced;
	background: url('img/dot_giallo.gif') top right no-repeat; 
	} 



/****************menu di foot************************/
.menu_f a:link, .menu_f a:visited {
	color: #aaa;
	/*background: url('img/dot_rosso_small.gif') top left no-repeat; */
	text-decoration: none; 
	/*padding-left: 5px;*/
	font-size:10px;
	} 

.menu_f a:hover{
	color: #00aced;
	} 



/****************menu extra************************/

.extra {
	position: absolute;
	top: 486px;
	left: 860px;
	} 

.extra a:link, .extra a:visited {
	color: #ffffff;
	font-size:1.4em;
	text-decoration: none;
	font-weight:normal;
	} 

.extra a:hover{
	color: #00aced;
	}


.extra2 {
	position: absolute;
	top: 486px;
	left: 860px;
	} 

.extra2 a:link, .extra2 a:visited {
	color: #ffffff;
	font-size:1.6em;
	text-decoration: none;
	font-weight:normal;
	} 

.extra2 a:hover{
	color: #00aced;
	}

/****************titolo************************/
.titolo h1 {
	color: #ffffff;
	font-size:16px;
	margin:0;
	padding:0;
	} 



/****************testo home************************/
.testo_home {
	color: #ffffff;
	width:250px;
	height:185px;
	font-size:12px;
	text-align:left;
	} 

.testo_home h1{
	font-size:16px; 
	margin:0;
	padding:0;
	}

.testo_home p{
	margin-top:20px;
	line-height: 16px;
	}



/****************testo************************/
.testo {
	color: #12235a;
	width:315px;
	height:435px;
	border-top:2px solid #d5de22;
	border-bottom:2px solid #d5de22;
	padding-top:2px;
	padding-bottom:5px;
	font-size:1.05em;
	text-align:justify;
	overflow: auto;
	padding-right:5px;
	} 

.left {
	text-align:left;
	} 

.testo h1{
	font-size:1.2em; 
	margin:4px 0 0 0;
	padding:0;
	color:#eb008a;
	}

.testo h2{
	font-size:1.1em; 
	margin:4px 0 0 0;
	padding:0;
	color:#eb008a;
	} 

.testo h3{
	font-weight:bold;
	font-size:11px; 
	margin:0;
	padding:0;
	color:#12235a;
	} 

.testo .desc{
	display:block;
	font-size:11px; 
	margin:0;
	padding:0;
	color:#12235a;
	text-transform:italic;
	padding-bottom:10px;
	}
 
.testo p{
  margin-top:5px;
  margin-bottom:15px;
  line-height: 14px;
}