#cookiePolicy_barra { 
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	position: fixed; 
	bottom: -200px; 
	left: 0; 
	right: 0; 
	z-index: 10000; 
	padding: 10px 80px 10px 10px;
	color: #fff;
	background: #333;
	line-height: 20px;
	opacity: .85; filter: "alpha(opacity=85)"; -moz-opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";	
}
	#cookiePolicy_txt { }
		#cookiePolicy_txt a { font-size: 14px; color: #fff; text-decoration: underline; }
			#cookiePolicy_txt a:hover { color: #ccc; }
	a#cookiePolicy_btn {
		position: absolute;
		top: 50%;
		margin: -10px 0 0 0;
		right: 10px;
		z-index: 10001;
		display: block;
		width: 60px;
		height: 20px; 
		line-height: 20px;
		text-align: center;
		color: #333;
		background: #f1d600;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;				
	}
		a#cookiePolicy_btn:hover { background: #fc0; }
	

@media screen and (min-width: 0px) and (max-width: 380px) { /* smartphone */
	#cookiePolicy_barra { 
		padding: 10px;
	}			
		#cookiePolicy_txt { }
			#cookiePolicy_txt a { }
		a#cookiePolicy_btn {
			position: relative;
			top: auto;
			right: auto;
			margin: 10px auto 0 auto;
		}			

}