body {
	margin: 0;
	padding: 0;
}

#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;
	width:100%;
	min-height: 60px;
	text-align:center;
	background-color: rgba(255, 255, 255, 0.8);
	color:#666666;
	z-index:99999;
}

.inner {
	width: 100%;
    position: absolute;
    padding: 0 10px;
    font-family: verdana;
    font-size: 12px;
    top: 10%;
    box-sizing: border-box;
}

.inner a.ok {padding:4px;color:#f00;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#f00; font-weight:bold;}

@media screen and (max-width: 860px){
	#barraaceptacion{height: 100px;}
}

@media screen and (max-width: 600px){
	#barraaceptacion{height: 150px;}
}
@media screen and (max-width: 420px){
	#barraaceptacion{height: 180px;}
}