#barraaceptacion {
  display: none;
  left: 0px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
 // max-height: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  z-index: 99999;

}
 
.inner {
    width:100%;
  //  position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:11px;
    top:30%;
	margin-top:=10px;
}
 
.inner a.ok {
    padding:4px;
    color:#fff;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#fff;
}
.aviso{
padding: 80px;
font-size: 0.8em;
text-align: justify;

}