
.centrador {
  width: 100%;
  z-index: 1;
  text-align: center;
  /*
  background: rgb(100, 87, 87);
  border-style: dotted;
  text-align: center;
  background: #eee;
  background-color: #0666a3;
    justify-content: center;
    display: inline-block;
    padding: 0px;
    */
    bottom: -5px;
    position: fixed;
    opacity: 0.5;
  }
  
  .sidenav {
    margin-bottom: 0px;
    width: 230px;
    text-align: center;
    display: inline-block;
    margin: 0;
    /*
    z-index: 1;
    margin: 0 auto;    
    left: 40%;
    padding: 5px 0;
    */
    overflow: hidden; 
    background: #eee;
  border-radius: 15px 15px 0px 0px;
}

.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #929292;
}

.sidenav a:hover {
  color: #064579;
}
