/* CSS Document */

@media only screen and (max-width: 760px)
{

.contenuto
	{
		width:280px;
	}
	
	.sfondo_contenuto
	{
		min-width:300px;
		width:300px;
		margin:20px auto;
		box-shadow: none;		
	}




}