/************************************************/
/*												*/
/*	IL DISORDINE DELLE COSE						*/
/*	CSS - GENERALE								*/
/*	DEVEL BY TIWI								*/
/*												*/
/************************************************/

@media only screen and (min-width : 768px) and (max-width : 960px) {
	
	section {
  		min-width:768px;
  		height:100%; min-height:100%;
	} section.panel { }
	
	section.panel h1 {
		width: 708px;
		position: relative;
		margin: 0px auto;
		top: 90px; height:auto; overflow:hidden;
		margin-bottom: 10px;
	} section.panel div.contenuto {
		width: 710px;
		margin: 0px auto;
	} 
	
}