




  




h1 {
  background-color: maroon ;
 

  
  }
  
  
#zona1 {
  background-image: url("ruinas.png"); 
  background-repeat: no-repeat;
  background-size: 500pt;
  background-position: center;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 1%;
  
  }
  
  
#comentarios {
  background-color: orange ;
  opacity: 0.2 ;
  width: 250pt;
  height: 400pt;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 800pt;
  

  
  }
  
  
#comentar {
    background-color: grey ;
    opacity: 0.2 ;
    width: 250pt;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
    

  
  }