#uvigoCookie {
	position: fixed;
	bottom:0; 
	top:auto;
	width:100%;
	left:0;
	background-color: #EEE; 
	height:auto; 
	color:#000; 
	text-align:center; 
	padding: 10px 0; 
	border-top: 1px solid #CCC;
}

#uvigoCookie p { margin:0; padding:0; }
#uvigoCookie a { font-weight: bold; }
#uvigoCookie .cookieAccept { 
	background:#000;
	color: #ffffff; 
	display:inline-block; 
	border-radius:3px; 
	text-decoration:none; 
	padding:5px 15px;  
	margin-left:8px;
	font-weight: normal;
	cursor: pointer;
}
#uvigoCookie .cookieAccept:hover { background:#CCC; color: #000; }