@charset "UTF-8";
/* CSS Document */

#contenutihome {
	background-color: rgba(93, 118, 168, 0.8);
    color: #fff;
    margin-left: 20px;
    margin-top: 30px;
    padding: 20px;
    width: 740px;
}

#contenutihome .immagine_container {
	float: left;
	width: 30%;
}

#contenutihome .testi_container {
	float: left;
	width: 66%;
	margin-left: 4%;
}

#contenutihome .titolo {
	width: 100%;
	padding: 10px 0%;
	text-align: left;
	font-size: 34px;
	font-weight: bold;
	margin-bottom:10px;
}

#contenutihome .testo_home { font-size: 17px; }



@media only screen and (max-height:640px) {

	#contenutihome {
		width: 920px;
	}
	
	#contenutihome .immagine_container {
		width: 16%;
	}
	
	#contenutihome .testi_container {
		width: 80%;
	}
	
}

@media only screen and (max-height:510px) {

	#contenutihome .immagine_container {
		width: 8%;
	}
	
	#contenutihome .testi_container {
		width: 88%;
	}
	
	#contenutihome .testo_home { font-size: 14px; }
	
	
	
}