html,body{
    
    background-size: cover;
    background-repeat: no-repeat;
    height: 80%;
    font-family: 'Numans', sans-serif;
    max-width: 100%;
    
    
    }
/* Split the screen in half */
.split {
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
  }
  
  /* Control the left side */
  .left {
    left: 0;
    background-image: url('../img/fact.jpg');
    background-repeat: no-repeat;
    /*height: 80%;*/
    background-size: cover;
    width: 40%;
    top:auto ;
    float:left;
  }
  
  /* Control the right side */
  .right {
    right: 0;
    top: auto;
    width: 60%;
  }
  
  /* If you want the content centered horizontally and vertically */
  .centered {
    position: absolute;
    padding-top: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  /* Style the image inside the centered container, if needed */
  .centered img {
    width: 150px;
    border-radius: 50%;
  }

  .clsEncab{
    background-image: url('../imagenes/ITD_LOGO-1.png');
    background-position: center center;  
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }


  /*otros estilos

  * { 
    margin:0;
    padding:0;
  }

  body {
    background:#eee;
    font-family:verdana;
  }
  h1 {
    color:#c0c;
    font-size:24px;
  }
  p {
    font-size:16px;
  }
  ul {
    list-style-type:none;
  }
  #cabecera {
    color:#ff9;
    background-color:#000;
    padding:10px;
  }
  #contenedor {
    margin:0 ;
    width:100%;
  }
  #contenido {
    background-color:#ddd;
    float:left;
    height:500px;
    padding:10px;
    width:80%;
  }
  #menu {
    left: 0;
    background-color:#999;
    float:left;
    background-size: cover;
    
    width:40%;
    background-image: url('../img/fact.jpg');
  }
  #pie { 
    background-color:#bbb;
    clear:both;
    color:#900;
    padding:10px;
    text-align:center;
  }*/