
#menuHerramientas .item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 31px;
  justify-content: center;
  /*margin-right: 10px;*/
  background-color: white;
  /*
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  */
  cursor: pointer;
  text-align: center;
  /* line-height: 50px; */
}

#menuHerramientas .item.active {
  background-color: yellow !important;
}


#menuHerramientas .center {
  position: absolute;
  z-index: 100000 !important;
  margin: auto;
  top: 60px;
  right: -35%;
  /*bottom: 0;*/
  left: 0;
}

#menuHerramientas .menuFlotante {
  width: 50px;
  height: 50px;
}

#menuHerramientas .menuFlotante .submenu {
  display: none;
}

#menuHerramientas .title {
  width: 300px;
  height: 10px;
  top: 60px;
}