h1{
	font-size: 15px;
	font-weight: bold;
	color: #FF6633;
	font-variant: small-caps;
	padding-left: 5px;
}

h2{
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	padding-left: 5px;
}

h3{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
}

hr {
	border: 1px dotted #999999;
}
.bordino {
	border: thin solid #003366;
	margin: 3px;
	background-color: #6699CC;
	padding: 3px;
}

.fondo_blu {
	margin: 3px;
	background-color: #EAEFF5;
	padding: 3px;
	border-top: 20px #FFFFFF;
	border-right: 20px solid #FFFFFF;
	border-bottom: 20px #FFFFFF;
	border-left: 20px #FFFFFF;
}

.path {
	color: #FF0000;
}
.little {
	font-size: 9px;
}
p, .normale {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 5px;
	font-variant: normal;
}
.bordo_sotto {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}

.bordo_destro {

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}



.fondo_ccc {	background-color: #ccc;  }


.news_titolo {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-transform: uppercase;
}
.news_sottotitolo {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}







/* stili per il layout Datario   - inizio */
div.data{
	float: left;
	width: 50px;
	text-align: center;
	color: #777;
	padding-bottom: 5px;
	background-color: #E9F3FF;
	background-image: url(images/date.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
	display: table-column;
}
div.data span.d{
	display: block;
	font-size: 120%;
	font-weight: normal;
	color: #757797;
	padding-top: 5px;
	background-color: #E9F3FF;
	background-image: url(images/date.png);
	background-repeat: no-repeat;
	background-position: left top;
} 
div.data span.m{
	text-transform: uppercase;
	font-weight: normal;
}
div.data span.y{
	font-weight: normal;
}
/* stili per il layout Datario  - Fine */










  /* INIZIO - Barra di navigazione
---------------------------------------------------------------------*/

#base {
	line-height:normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
  }
  
#base ul {
	margin:0;
	list-style:none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
  }
#base li {
	float:left;
	margin:0px;
	padding:0px 0px 0px 2px;
  }

#base a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	background-color: rgb(251, 244, 244);
	border-left: 1px solid #765;
	border-top: 1px solid #765;
	border-right: 1px solid #765;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #776655;
	margin-right: 3px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 9px;
  }
  
#base a:hover {
  color:#fff;
  background-color: rgb(170, 147, 130);
  border-left: 1px solid #765;
  border-top: 1px solid #765;
  border-right: 1px solid #765;  
  text-align: center;
  }
#base #selezionata {
  text-align: center;
  }
#base #selezionata a {
  color:#333;
  background-color: #fff;
  padding-bottom:4px;
  border-bottom: 1px solid #fff;  
  text-align: center;  
  }

/* FINE - Barra di navigazione
---------------------------------------------------------------------*/

