body {
  background-image: url(img/kinderlab-logo-alfa.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #FFFFFF;
  font-family: 'Muli', sans-serif;font-size:small;color:#999999;
}
#barraaceptacion {
	display:block;
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
   	width:100%;
	text-align:center;
	min-height:30px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	z-index:99999;
}
.inner {
	width:100%;
	position:absolute;
	padding-left:5px;
	font-size: small;
	top:30%;
}
.inner a.ok {padding:4px;color:#00ff2e;text-decoration:none;}
