/*  cookie  */
#cookie {
	font-family: "lato_regular", arial;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 10000000;
	text-align: center;
	background-image: url(../images/cookie.png);
	background-repeat: repeat;
	color: #FFFFFF;
	font-size: 13px;
}
#cookie p {
	padding: 20px;
}
#cookie a {
	color: #4ECA33;
	text-decoration: none;
}
#cookie a:hover {
	color: #4ECA33;
	text-decoration: underline;
}
.chiudi {
	cursor: pointer;
}
