*{
  margin:0;
}

.contenedor{
    z-index: 999999;
  width:90px;
  height:240px;
  position:absolute;
  right:0px;
  bottom:0px;
}
.contenedor .botonF1{
  width:60px;
  height:60px;
  border-radius:100%;
  background:#F44336;
  right:0;
  bottom:50px;
  position:absolute;
  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;  
}
.contenedor span{
  transition:.5s;  
}
.contenedor .botonF1:hover span{
  transform:rotate(360deg);
}
.contenedor .botonF1:active{
  transform:scale(1.1);
}
.contenedor .btnPrint{
  width:40px;
  height:40px;
  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:28px;
  outline:none;
  position:absolute;
  right:0;
  bottom:0;
  margin-right:26px;
  transform:scale(0);
}
.contenedor .botonF2{
  background:#2196F3;
  margin-bottom:85px;
  transition:0.5s;
}
.contenedor .botonF3{
  background:#673AB7;
  margin-bottom:130px;
  transition:0.7s;
}
.contenedor .botonF4{
  background:#009688;
  margin-bottom:175px;
  transition:0.9s;
}
.contenedor .botonF5{
  background:#FF5722;
  margin-bottom:220px;
  transition:0.99s;
}
.contenedor .botonF6{
  background:#FF5722;
  margin-bottom:265px;
  transition:0.99s;
}
.contenedor .animacionVer{
  transform:scale(1);
}
