
/*Responsività immagini*/

img {/* Responsive images (ensure images don't scale beyond their parents) */

	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */

	width: auto\9;
	/* IE7-8 need help adjusting responsive images */

	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */

	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* ==> Desktop <==*/

@media (min-width: 500px){

.desk {
	margin:0 auto;
	width: 500px;
	border: 1px solid #cecece;
	background-color: #f4f2ef;	
	}
	
.content-privacy{
	background-color: #ebe6e4;
	margin: 0 40px 0px 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 0.8em;
	text-align: center;
	line-height: 15px;
	padding:10px 0 10px 0px;
	}
	
}
