*
.contenedor{
    bottom: 0;
    position: fixed;
    /* margin: 1em; */
    right: 0px;
    width:90px;
    height:240px;
    /* position:absolute; */
    right:0px;
    bottom:0px;
  }  
.botonF1{
    width:50px;
    height:50px;
    border-radius:100%;
    background:#F44336;
    right:0;
    bottom:0;
    position:fixed;
    margin-right:16px;
    margin-bottom:16px;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition:.3s;  
  }
  span{
    transition:.5s;  
    /* margin: -2px 18px ; */
  }
  .botonF1:hover span{
    transform:rotate(360deg);
    position:fixed;
  }
  .botonF1:active{
    transform:scale(1.1);
    position:fixed;
  }
  .bton{
    width:35px;
    height:35px;
    border-radius:100%;
    border:none;
    color:#FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    font-size:23px;
    outline:none;
    position:fixed;
    right:0;
    bottom:0;
    margin-right:26px;
    transform:scale(0);
  }
  .botonF2{
    background:#9c27b0;
    margin-bottom:85px;
    transition:0.5s;
  }
  /* a.botonF2  span{
    transition:.5s;  
    margin-left: 8px;
    position: relative;
    top: 3px;
  } */
  .botonF3{
    background:#2196F3;
    margin-bottom:135px;
    transition:0.7s;
  }
  .botonF4{
    background:#4CAF50;
    margin-bottom:185px;
    transition:0.9s;
  }
  .botonF5{
    background:#FF5722;
    margin-bottom:235px;
    transition:0.99s;
  }
  .botonF6{
    background:#5474df;
    margin-bottom:85px;
    margin-right: 75px;
    transition:1.1s;
  }
  .animacionVer{
    transform:scale(1);
    position:fixed;
  }
  .bton:hover {
    cursor:pointer;
  }

  .buttoncontent{
    margin: -1px 14px ;
  }
  
/* boton  icono para las tablas  */

  .boton-sin-borde{
    display:inline;
  border:0;
  margin:0;
  padding-top: 9px;
  background:none;
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height:1em;
}
.boton-sin-borde:hover {
  cursor:pointer;
}

.backgroundTrans{
  background: transparent !important;
}
  