body {
  background-color: lightgray;  
}

.xxxx {
  height: 1000px;
  width: 1550px;
  position: relative;
  
  
  
}

.split_bottom {
  height: 60%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  /* top: 0; */
  overflow-x: hidden;
  padding-top: 20px; 
  /* position:absolute;   */
}

.img_logo {
  width: auto;
  max-width: 9%;
  height: auto;
  max-height: 9%;
  display: block;
  margin-left: 0;
 
}
.menu{
  width: 50%;
  left: 20%;
  top: 0;
  text-align: center;
  /* position:absolute; */
  position: absolute;
}


.ulmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2fdef5;
  
  
}

.limenu {
  float: left;
  
}

.limenu a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.limenu a:hover {
  background-color: #16da78;
  
}
.split_page {
    height: auto;
    /*max-height:45%;*/
    width: auto;
    width: 100%;
    top: 20%;
    position: absolute;
    z-index: 1;
    overflow-x: hidden;
}

.executari_directe{
  width: 33.3%;
  height: 40%;
  /*left: 1%;*/
  background-color:beige;
  text-align: center;
   position:absolute; 
  
}

.ulexecutaridirecte{   
  display: inline-block;
  list-style-type: circle;
}

.executari_indirecte{
  width: 33.3%;
  height: 40%;
  left: 35%;
  background-color:darkkhaki;
  text-align: center;
  position:absolute;
}

.ulexecutariindirecte{  
  display: inline-block;
  list-style-type: circle;
}

.notificari{
  width: 30%;
  height: 40%;
  left: 70%;
  background-color:beige;
  text-align: center;
  position:absolute;
}

.ulnotificari{  
  display: inline-block;
  list-style-type: circle;
}

.split_download {
  height: 20%;
  width: 99%;
  top: 55%;
  left: 1%;
  position: absolute;
  z-index: 1;
  /* top: 0; */
  overflow-x: hidden;
  padding-top: 20px;
  
  
}

.download{
  
  text-align: left;  
  width: 33.3%;
  left: 35%;
  /* position:absolute; */
  position:absolute;
  background-color:wheat;
  margin-left: 0%;
}

.uldownload{  
  display: inline-block;
  list-style-type: circle;
  
  
}

.imagedownload{
  width: auto;
  max-width: 15%;
  height: auto;
  max-height: 15%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* margin-left: 50%; */
}

