#banner_consenso_cookie {
	position: fixed;
	top: 0px;
	left:0px;	
	width:100%;
	float: left;
    background-color: #FFFFFF;
	z-index: 1000;
	display:none;
  }

#testo_banner {
	position: relative;
	float: left;
	color: #000000;
	font-family: Calibri;
	font-style: italic;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 21px;
	text-align: left;
	width: 95%;
  }
  
#chiusura_banner{
	position: relative;
	float: right;
	color: #FFFFFF;
	background-color: #1E90FF;
	font-family: Garamond;
	font-style: italic;
	font-size: 12px;
	margin-right: 0px;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;  
}

#pulsante_x {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
  }
