* {
      margin:0;
      padding:0;
  }
  
  html, body {
      height: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
  }
  
  body {
      background-image: url(Img/BG7.png);
      background-repeat: no-repeat;
      background-size: 100%;
      font-size: 24px;
      font-family: sans-serif;
      text-align: center;
      flex: 1;
      display: flex;
      flex-direction: column;
  } 

  ul, ol {
      float: right;
      list-style: none;
      font-size: 14px;    
  }
  
  .nav {
    margin: 0em 25em 0em 0em; 
    background:#b6955c00;
}
  
  .nav > li {
      display: inline-block;
  }
  
  .nav li a {
      background-color:#b6955c00;
      color:#000000;
      text-decoration: none;
      padding-right: 45px;
      padding-bottom: 17px;
      display: block;
  }
  
  .nav li a:hover {
      background-color:#43434300;
      color: #ffffff;
      }
      
      .nav li ul {
            display:none;
            position:absolute; 
            min-width:140px;
      }
      
      .nav li:hover > ul {
            display:block;
            
      }
      
      .nav li ul li {
            position:relative; 
      }
      
      .nav li ul li ul {
      
            right:-120px;
            top:0px; 
      }
  
  .nav li ul {
      display:none;
      position:absolute; 
      min-width:140px;
  }
  
  .nav > ol {
      display:none;
  }
  
  .nav ol a:hover {
      background-color:#63636300;
  }
  
  .nav ol ul {
      display:none;
      position: absolute;
  }
  
  .nav ol:hover > ul {
      display:block;
  }
  
  /* El footer se queda en la parte de abajo */
  footer {
      background-color: #ffffff;
      color: #000000;
      text-align: center;
      width: 100%;
      margin-top: auto;
  }
  
  .row {
      width: 100%;
      background: #a38250;
      font-weight: bold;
      font-size: 20px;
      display: flex;
      justify-content: center;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  
  h1 {
      font-size: 30px;
      color: white;
  }
  
  h2 {
      font-size: 20px;
      color: white;
  }
  
  h3 {
      font-size: 30px;
      color: white;
  }
  
  h4 {
      font-size: 30px;
      color: white;
  }
  
  h5 {
      font-size: 30px;
      color: black;
  }
  
  a:link {
      text-decoration: none;
      color: #f8f8f8;
  }
  
  a:visited {
      text-decoration: none;  
      color: #DDC9A3;
  }
  
  a:hover {
      text-decoration: underline;
      color: #DDC9A3;
  }
  
  a:active {
      text-decoration: underline;
      color: whitesmoke;
  }
  










  


