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

@charset "UTF-8";

@media only screen and (min-width : 480px) and (max-width : 767px) {
	
	section {
  		min-width:320px;
  		height:240%; min-height:240%;
	} section.panel { }
	
	section.panel h1 {
		width: 460px;
		position: relative;
		margin: 0px auto;
		top: 75px; height:auto; overflow:hidden;
		margin-bottom: 10px;
	} section.panel div.contenuto {
		width: 460px;
		top: 70px;
		font-size: 14px;
		line-height: 16px;
	}
	
	section.panel img.fullbackground {
		min-height: 0px;
		min-width:  0px;
	}
	
}