#banner_cookie {
	display: none;
	z-index: 99999;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	min-height: 40px;
	padding: 14px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	line-height: 1.5;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
}

#banner_interno {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {
	#banner_interno 	{
		width: 750px;
	}
	#banner_sx {
		width: 100%;
		float: none;
	}
	#banner_dx {
		width: 100%;
		float: none;
	}
}

@media (min-width:992px) {
	#banner_interno     {
        width: 960px;
    }
	#banner_sx {
		width: 69%;
		float: left;
	}
	#banner_dx {
		width: 30%;
		float: right;
		text-align: center;
	}
}

@media (min-width:1200px) {
	#banner_interno     {
        width: 960px;
    }
	#banner_sx {
		width: 69%;
		float: left;
	}
	#banner_dx {
		width: 30%;
		float: right;
		text-align: center;
	}
}

#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 {
	display: inline-block;
	padding: 0.2em;
	border-radius: 4px;
	background: #dfdfdf;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0.2em;
	width: 2.5em;
	text-align: center;
}

#banner_dx a:hover, #banner_dx a:focus {
	color: #dfdfdf;
	background: #000000;
}
