@charset "UTF-8";
/*************************************
***            INIT .              ***
**************************************/

/*************************************
***            POESIA              ***
**************************************/
.poesia {
	width: 80%;
	height: auto;
	margin-left: 10%;
	float: left;
	position: relative;
	margin-top: 50px;
	color: #222;
	background-color: #eee;
	padding: 30px;
	font-size: 14px;
	margin-bottom: 50px;
}
h1 {
	font-family: gothic_0;
	font-size: 20px;
}
.data {
	font-style: italic;
}
/*************************************
***            iMAC 27             ***
**************************************/
@media only screen and (min-width:759px) {
.poesia {
	width: 75%;
	margin-left: 0;
	float: none;
	font-size: 18px;
}
}