* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
  }
  ul {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: blueviolet;
    width: 100%;
    padding: 10px auto;  
  }
  a:hover {
    color: #fff;
    background-color: blueviolet;
    }
  #menu {
    position: relative;
    color: rgb(0, 0, 0);
    font-size: x-large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    flex-grow: 1;
    text-align: right;
    
  } 
  #menu-hamburguesa {
    display: none;
    background-color: rgb(247, 239, 247);
    width: 50%;
    text-align: right;
    position: absolute;
    right: 0;
  }
  #menu:hover #menu-hamburguesa {
    display: block;
  }

 header {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }

  header img {
    height: 100px;
    

  }

 
h1 {
  text-align: center;
  font-size:xx-large;
  
}

.wppfooter a {
  display: block;
}
.footer {
  background-color: black;
  text-align: center;
  color:#fff;
padding-top: 30px;
padding-bottom: 30px;
}

.footer p {
  margin: 10px 0;
}

.footer a {
  margin: 10px 0;
}

body {
    background-color: rgb(226, 211, 215);
  }
  
  .fotoprincipal img {
    width: 100%;
  
  }
  
  .fotoprincipal {
    height: 600px;
    overflow: hidden;
   
  }
 .fotoprincipal h2 {
    text-align: center;
   font-size: xxx-large;
   padding-bottom: 4%;
   padding-top: 1%;
  }
  
  
  .segundafotoprincipal {
    height: 600px;
    overflow: hidden;
    
    
   
   
  }
  
  .segundafotoprincipal img {
    width: 100%;
    
    
    
    
  
  }
  
  .fotoprincipal2 img {
    width: 100%;
    
    
    
  
  }

  .fotoprincipal2 {
    padding-bottom: 10%;
   
  }
  
  .fotoprincipal2 h3 {
    text-align: center;
   font-size: xxx-large;
   padding-bottom: 4%;
   padding-top: 4%;
  }
  
  
  
  
  .fondonegro {
    text-align: center;
    background-color: black;
    font-size:medium;
    color: #fff;
    height: 30px;
  
  }
  
  .fondonegro p {
   padding-top: 0.5%;
    
  
  }
