
#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:105px;
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	z-index:99999;
}

.inner {
	width:99%;
	position: absolute;
	text-align: center;
	padding:8px;
	font-family: Geneva, sans-serif;
	line-height: 22px;
	font-size:12px;
	top:30%;
}


.inner a.ok {margin-left: 5px; padding:5px;color:#000;text-decoration:none; background-color: aqua}
.inner a.info2 {text-decoration:none;color:#22a0b6;}

.inner a.ok a:hover{padding:4px;color:#FFF;text-decoration:none;}
.inner a.info2 a:hover{text-decoration:none;color:#FFF;}