﻿body
{
	width:31.25rem;
	margin: 6.25rem auto;
	padding:0;
	margin-top:70px;
	font-family: 'Open Sans', Arial, sans-serif

}
@media (min-width: 30rem) {
}

@media (min-width: 48rem) {
}

@media (min-width: 62rem) {
}

@media (min-width: 75rem) {
}

a {
	text-decoration:none;
	color:#ccc;
}

.infinito
{
	width:100%;
	height: 1500px;
	margin:auto;
	margin-top:200px;
	margin-bottom:73px;
}
.margine_superiore

.infinito div
{
	width:100%;
	height:1500px;
}
.Intestazione {
	position:fixed;
	width:500px;
	top:70px;
	left: 50%;
	margin-left: -250px;
	height:132px;
	display:block;
	background-color:white;
}

.IntestazioneMini {
	position:fixed;
	width:500px;
	top:70px;
	left: 50%;
	margin-left: -250px;
	height:38px;
	display:block;
	background-color:white;

	color: #e5097f;
	font-family: Arial;
	font-size: xx-large;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
}

.Testa {
	position:fixed;
	background-color:white;
	width:500px;
	height:70px;
	top:0;
	right:0;
	margin:auto;
	left: 50%;
	margin-left: -250px;
	border-bottom-color: #e5097f;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.boxcoda {
	width:100px;
	height:70px;
	vertical-align:middle;
	text-align:center;
}

.Coda {
	position: fixed;
	background-color: white;
	width: 500px;
	height: 70px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 50%;
	margin-left:-250px;
	border-top-color: #e5097f;
	border-top-style: solid;
	border-top-width: 2px;
}

.titolo_box{ 
	margin-left:20px;
	color:yellow;
}

.testo-box{ 
	margin:15px;
	color:white;
}

.apri{ }

.apri:hover{ }

.chiudi{ 
	font-size:18px; 
	color:#fff; 
	font-weight:bold; 
	position:absolute; 
	right:10%; 
	top:90%;  
	cursor:pointer;}

.overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
	cursor:pointer;
/*Trasperenza cross browser*/
opacity: .1; filter: alpha(opacity=70); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
}

#box{ 
	width:400px; 
	height:600px; 
	background-color:#E5097F; 
	display:none; 
	z-index:+300; 
	position:fixed; 
	margin-left: -200px;
	margin-top: -300px;
	left:50%; 
	top:50%; 
	/*Trasperenza cross browser*/
	opacity: .7; filter: alpha(opacity=70); 
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;
	-webkit-transform: translateZ(0);
	border-radius: 15px;
}

.Testo_Aggiornamento {
	text-align: center;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #E5097F;
}
#legale {
	height: 30px;
	font-family: Arial;
	font-size: medium;
	padding-top:20px;
	width:500px;
	margin: 0 auto;
	margin-bottom:120px;
	text-align:center;
}

#Descrizione {
	color: #e5097f;
	height: 25px;
	font-family: Arial;
	font-size: xx-large;
	padding-top:20px;
	width:500px;
	margin: 0 auto;
	margin-bottom:0px;
	text-align:center;
	font-weight:bold;
}

#legale a:link, a:visited, a:hover, a:active {
	 text-decoration: none;
     color: gray; /* Colore del testo */;
}
.legale_colore {
	color: #e5097f;
}


.Titolo {
	color:#e5097f;
	font-size: 26px;
	font-family: 'Open Sans', Arial, sans-serif
}

#Testo_Normale {
	color: black;
	font-size: 18px;
	padding: 0 0px 0 0px;
}

.style_giustificato {
	text-align: justify;
}

.style_fontlargo {
	font-size: large;
}
