#contenuto h1 {
	font-size:1.5rem;
	line-height:150%;
	margin:0 0.5rem 0.625rem 0;
	padding:0 0;
	color:#00366C;
	font-weight:700!important;
	text-align:left;
	text-transform:uppercase;
	font-family: 'Play', sans-serif;
}
#contenuto h2 {
	font-size:1.1rem;
	line-height:130%;
	text-align:left;
	margin:0.625rem 0 0.625rem 0;
	padding:0 0;
	color:#929497;
	font-weight:300;
	border-bottom:1px solid #eee;
}
#contenuto h3 {
	font-size:1.0rem;
	line-height:130%;
	text-align:left;
	margin:0 0 0.625rem 0;
	padding:0 0;
	color:#E15045;
	font-weight:600;
}
#contenuto h4 {
	font-size:1.3rem;
	line-height:180%;
	text-transform:uppercase;
	text-shadow:1px 0 0 #e28f06;
	color: #fff;
	background-color: #f88f06;
	box-shadow: 6px 0 0 0 #f88f06, -6px 0 0 0 #f88f06;
	margin:0 0 0.825rem 0;
	padding:7px 0;
	font-weight:600;
}
#contenuto h5 {
	font-size:0.8rem;
	line-height:150%;
	margin:0 0 0.625rem 0;
	padding:0 0;
	color:#FFF;
	font-weight:600;
	text-align:center;
}
#contenuto p {
	font-size:0.85rem;
	line-height:150%;
	text-align:justify;
	font-weight:400;
	color:#555;
	margin:0 0 0.625rem 0;
	padding:0 0;
}
#contenuto a {
	color:#555;
	font-weight:700;
	text-decoration:none;
}
#contenuto a:hover {
	color:#00366C;
}
#contenuto p strong {
	font-weight:700;
}
#contenuto ul, #contenuto ol {
	margin:0.625rem 0 0.625rem 1.25rem;
	padding:0 0;
}
#contenuto li {
	font-size:0.85rem;
	line-height:140%;
	text-align:justify;
	font-weight:400;
	color:#555;
}
#contenuto img {
	border:0px solid #CCC;
	padding:0px;
	float:left;
}
#contenuto table {
	width:100%;
	border:2px dotted #EEE;
	margin:0px auto 26px auto;
	vertical-align:central;
}
#contenuto table td {
	background:#FFF;
	padding:1%;
	margin:0px;
	font-size:1.9rem;
	text-align:center;
}
#contenuto table th {
	text-align:center;
	font-size:0.7rem;
	line-height:180%;
	text-transform:uppercase;
	text-shadow:1px 0 0 #00366C;
	color: #fff;
	background-color: #00366C;
	box-shadow: 0px 0 0 0 #00366C, 0px 0 0 0 #00366C;
	margin:0 0 0.825rem 0;
	padding:2px 2px;
	font-weight:600;
}
#contenuto .view_contenuto {
	height:32px;
	width:32px;
	position:absolute;
	top:5px;
	right:10px;
}
#contenuto .view_contenuto.apri {
	background:url(../../images/expand.png) no-repeat center center;
}
#contenuto .view_contenuto.chiudi {
	background:url(../../images/reduce.png) no-repeat center center;
}
div.ui-tooltip {
    max-width: 800px;
}