#testo {
	font-size: 0.8125em;	/* 13px */
	color: #FFF;
	float: left;
	width: 559px;
	padding: 0 20px 0 20px;
	text-align: left;
}
h2 {
	font-size: 1.3846em;	/* 18px */
	color: #4ECA33;
}
h3 {
	font-size: 1em;	/* 18px */
	color: #4ECA33;
}
#testo a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#testo a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#testo a:hover {
	color: #4ECA33;
	text-decoration: underline;
}

@media screen and (max-width: 1180px) {
#testo {
	width: 409px;
}
#testo img {
	width: 50%;
}
}
@media screen and (max-width: 900px) {
#testo {
	width: 559px;
}
#testo img {
	width: auto;
}
}
@media screen and (max-width: 630px) {
#testo {
	width: 100%;
	padding: 0 0 0 0;
	font-size: 0.75em;	/* 12px */
	padding: 30px 0 0 0;
}
#testo p {
	padding: 0 20px 0 20px;
}
#testo img {
	display: none;
}
h2 {
	padding: 0 0 0 20px;
}
h3 {
	padding: 0 0 0 20px;
}
}
@media screen and (max-width: 395px), {
#testo {
	font-size: 0.6875em;	/* 11px */
}
}
@media screen and (max-width: 305px), {
#testo {
	font-size: 0.625em;
}
}
@media screen and (max-width: 250px), {
#testo {
	font-size: 0.5625em;
}
}