#banner_cookie {
	display: none;
	z-index: 99999;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	min-height: 40px;
	padding: 14px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	line-height: 1.5;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

#banner_interno {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#banner_sx {
	width: 60%;
	float: left;
	padding-right: 24px;
}

#banner_dx {
	width: 35%;
	float: right;
}

#banner_sx a {
	color: #ffffff;
	text-decoration: underline;
}

#banner_sx a:hover, #banner_sx a:focus {
	color: #000000;
	background: #ffffff;
	text-decoration: underline;
}

#banner_dx a {
	padding: 4px;
	border-radius: 4px;
	background: #dfdfdf;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#banner_dx a:hover, #banner_dx a:focus {
	color: #dfdfdf;
	background: #000000;
}
