#cookie-bar {
	background:rgba(118, 106, 99, 0.6);
   	height:auto; 
	line-height:28px; 
	color:#8e8e8e; 
	text-align:center !important; 
	padding-bottom: 7px;
	padding-right: 35px;
	padding-top: 7px;
	padding-left:10px;
	position:relative;
	z-index:2;
	}

#cookie-bar.fixed {
	position:fixed;
 	top:0; 
	left:0; 
 	width:100%;
 	transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: top;
    transition-timing-function: ease-in-out;}
 
#cookie-bar.fixed.bottom {
	bottom:0; 
	top:auto;}

#cookie-bar p {
	color:#ffffff;
	margin:0; 
	padding:0;
	text-align:center; }

#cookie-bar a {
	color:#ffffff; 
	display:inline-block; 
	border-radius:3px; 
	text-decoration:underline; 
	padding:0;
	}
	
 #cookie-bar a:hover{
	color:#ed7703; 
	display:inline-block; 
	border-radius:3px; 
	text-decoration:underline; 
	padding:0;
	}
	
#cookie-bar .cb-enable {
	background-image: url("/img/icones/sprite.png");
    background-position: -100px -0px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 28px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 28px;
    text-indent: 100%;
    width: 0;
    position:absolute;
    margin-top:-3px;
    margin-left:10px;}
	
#cookie-bar .cb-enable:hover {
	background-image: url("/img/icones/sprite.png");
    background-position: -100px -50px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 28px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 28px;
    text-indent: 100%;
    width: 0;
    position:absolute;
    margin-top:-3px;
    margin-left:10px;}
	
/*#cookie-bar .cb-disable {
	background:#990000;}
	
#cookie-bar .cb-disable:hover {
	background:#bb0000;}
	
#cookie-bar .cb-policy {
	background:#0033bb;}
	
#cookie-bar .cb-policy:hover {
	background:#0055dd;}*/
	
