.herramientas_accesibilidad{
	background-color: #fff;
    width: 300px;
    height: auto;
    top: 320px;
    right: -300px;
    z-index: 9999999;
    color: #000;
    border: #6b0cb3;
    border-style: solid;
    padding: 10px;
  	position:fixed;
}

.close{
    right: 0px;
    top: 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    opacity: 1;
    color: #fff !important;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #6b0cb3 !important;
}

.botonF1{
  width:60px;
  height:60px;
  border-radius:100%;
  background:#fff;
  right:0;
  top: 250px;
  position:absolute;
  margin-right:16px;
  margin-bottom:16px;
  border:none;
  outline:none;
  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;  
  z-index: 9999999;
  position:fixed;
}
span{
  transition:.5s;  
}

.botonF2{
  background:#2196F3;
  margin-bottom:85px;
  transition:0.5s;
}
.botonF3{
  background:#673AB7;
  margin-bottom:130px;
  transition:0.7s;
}
.botonF4{
  background:#009688;
  margin-bottom:175px;
  transition:0.9s;
}
.botonF5{
  background:#FF5722;
  margin-bottom:220px;
  transition:0.99s;
}
.animacionVer{
  transform:scale(1);
}

.boton_colores {
    width: 25%;
    display: inline-table;
    text-align: center;
    cursor: pointer;
}