/* Colori ----------- */
article.testo_homepage h1 {
	color:#353535;
}
article.testo_homepage h2 {
	color:#009579;
	border-bottom:1px solid #D1C9C7;
}
article.testo_homepage h3 {
	color:#FF0000;
}
article.testo_homepage h4 {
	color:#353535;
}
article.testo_homepage p {
	color:#353535;
}
article.testo_homepage a {
	color:#353535;
}
article.testo_homepage a:hover {
	color:#FF0000;
}
article.testo_homepage li {
	color:#353535;
}
article.testo_homepage table td {
	background:#F5F5F5;
	color:#353535;
}
article.testo_homepage table th {
	background:#F5F5F5;
	color:#353535;
}
/* Formattazione Generale ----------- */
article.testo_homepage {
	padding:1rem 0;
}
article.testo_homepage h1 {
	font-size:1.8rem;
	line-height:150%;
	margin:0 0 0 0;
	padding:0 0;
	font-weight:400;
	text-align:left;
	text-transform:uppercase
}
article.testo_homepage h2 {
	font-size:1.4rem;
	line-height:130%;
	text-align:left;
	margin:0.625rem 0 0.625rem 0;
	padding:0 0;
	font-weight:400;
	text-transform:uppercase;
}
article.testo_homepage h3 {
	font-size:1.2rem;
	line-height:130%;
	text-align:left;
	margin:0 0 0.625rem 0;
	padding:0 0;
	font-weight:600;
}
article.testo_homepage h4 {
	font-size:1rem;
	line-height:130%;
	text-align:left;
	margin:0 0 0.625rem 0;
	padding:0 0;
	font-weight:normal;
}
article.testo_homepage p {
	font-size:0.9rem;
	line-height:150%;
	text-align:justify;
	font-weight:400;
	margin:0 0 0.625rem 0;
	padding:0 0;
}
article.testo_homepage a {
	font-weight:700;
	text-decoration:none;
}
article.testo_homepage p strong {
	font-weight:700;
}
article.testo_homepage ul, article.testo_homepage ol {
	margin:0.625rem 0 0.625rem 1.25rem;
	padding:0 0;
}
article.testo_homepage li {
	font-size:0.9rem;
	line-height:140%;
	text-align:justify;
	font-weight:400;
}
article.testo_homepage img {
	padding:0px;
	float:left;
}
article.testo_homepage table {
	width:100%;
	margin:0.625rem auto;
}
article.testo_homepage table td {
	padding:0.3125rem;
	margin:0 0 0 0;
	font-size:0.9rem;
	text-align:center;
	font-weight:400;
}
article.testo_homepage table th {
	font-weight:700;
	padding:0.3125rem;
	margin:0 0 0 0;
	font-size:0.9rem;
	text-align:left;
	text-align:center;
}
/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
article.testo_homepage {	
	width:94%;
	margin:0 3%;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 601px) {
article.testo_homepage {	
	width:60rem;
	margin:0rem auto;
}
}