.u-header .u-menu-1 {
    margin: 0px 0 0 auto;
}

.radial-menu {
  top:15px;
  left:75%;
  position:fixed;
  display:block;
  width:50px;
  height:50px;
  background-color:transparent;
  border-radius:50%;
  z-index:20;
  -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
}

.menu-item1 {
  width:80%;
  height:80%;
  background-color: white;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:25px;
  top:20%;
  left:20%;
  z-index:19;
  transition:all 500ms cubic-bezier(0.680,-0.550,0.265,1.550);
  position:absolute;
  background-image: url(images/748150-2.png);
  background-size: contain;    
  cursor: pointer;
}

.menu-item2 {
  width:80%;
  height:80%;
  background-color: white;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:25px;
  top:20%;
  left:20%;
  z-index:19;
  transition:all 500ms cubic-bezier(0.680,-0.550,0.265,1.550) .2s;
  background-image: url(images/4737997-2.png);
  background-size: contain;  
  cursor: pointer;
}

.menu-item3 {
  width:80%;
  height:80%;
  background-color: white;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:25px;
  top:20%;
  left:20%;
  transition:all 500ms cubic-bezier(0.680,-0.550,0.265,1.550) .4s;
  background-image: url(images/3712234-2.png);
  background-size: contain;
  cursor: pointer;
}

.menu-item4 {
  width:80%;
  height:80%;
  background-color: white;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:25px;
  top:20%;
  left:20%;
  transition:all 500ms cubic-bezier(0.680,-0.550,0.265,1.550) .6s;
  background-image: url(images/3596141-2.png);
  background-size: contain;
  cursor: pointer;
}

.mask {
  top:15px;
  left:75%;
  width:50px;
  height:50px;
  background: white;
  border-radius:50%;
  position:absolute;
  z-index:21;
  color:white;
  text-align:center;
  line-height:50px;
  cursor:pointer;
  position:fixed;
  background-image: url(images/1946429.png);
  background-size: contain;
}

.Datos_cab {
  top:14px;
  left:78%;
  width:50px;
  height:50px;
  background: none;
  position:absolute;
  z-index:21;
  color:black;
  text-align:left;
  line-height:50px;
  cursor:default;
  position:fixed;
  background-size: contain;
}

.Datos_cab .Empresa_cab {
  margin: -30px 0 0 10px;
      width: 200px;
}
.Datos_cab .Usuario_cab {
  margin: -10px 0 0 10px;
}