* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}
body {
    font-family:Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.700em /* 14px */;
    color: #000000;
    line-height: 20px;
    background: #FFF;
    width: 100%;
}

div#container_privacy {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    height: 100%;
}

body > div#container_privacy {
    height: auto;
    min-height: 100%
}

.contenitore_centrale {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    position: relative;
    overflow: hidden;
    padding:50px 0;
}

.testo_privacy {
    text-align: left;
    overflow: hidden;
    color: #000000;
}
.testo_privacy h1 {
	font-size:1.4em;
	font-weight:700;
	line-height:30px;
	padding:0 0 10px;
}
.testo_privacy h2 {
	font-size:1.2em;
	font-weight:700;
	line-height:25px;
	padding:0 0 10px;
}
.testo_privacy h3 {
	font-size:1.1em;
	font-weight:700;
	line-height:22px;
	padding:0 0 5px;
}
.testo_privacy h4 {
	font-size:1.0em;
	font-weight:700;
	line-height:20px;
	padding:0 0 5px;
}

.testo_privacy a {
    color: #000000;
    text-decoration: underline;
}

.testo_privacy a:visited {
    color: #000000;
    text-decoration: underline;
}

.testo_privacy a:hover {
    color: #000000;
    text-decoration: underline;
}

.testo_privacy p {
    padding: 0 0 25px 0;
    margin: 0;
}

.testo_privacy ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
 }

.testo_privacy ul li {
    padding: 0 0 0 0;
    margin: 0;
}
.testo_privacy ul li ul {
    padding: 0 0 0 20px;
  margin: 0;
  list-style-type: disc;
 }
.testo_privacy ol {
    padding: 0 0 20px 20px;
    margin: 0;
}

.testo_privacy ol li {
    padding: 0 0 5px 0;
    margin: 0;
}
.testo_privacy hr {
    padding:0;
    margin: 0 0 25px;
}


@media screen and (min-width: 768px) and (max-width: 900px) {
   
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    
    .contenitore_centrale {
		width:100%;
    }

}