.menu{

    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    background: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(247, 246, 243);
}

.menu  img {
    position: absolute;
    top: 0%;
    left: 2%;
    width: 90px;
   justify-items: left;
    padding: 15px;
     }

.menu h1{
    position: absolute;
    left: 160px;
    
    color: blue;
    
}  
.menu nav ul a{

    text-decoration: none;
    margin-left: 10px;
    font-size: 20px;
    color: black;
    font-weight: 700;
    padding: 1px;
}

.logo_arriba{
    background-color: rgb(182, 180, 180);
    border-radius: 8px;
    padding: 3px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: white;
    margin-left: 10px;
}

.menu nav ul a:hover{
    background-color: rgb(45, 110, 110);
    border-radius: 10px;
    transition: 0.5s;
    }
.divimagen a img {
    height: 100%;
    text-align: center;
    background-color: rgb(182, 180, 180);
    padding: 2px;
    width: 15%;
    border-radius: 8px;
}
.divimagen  H1{
    margin-left: 20px;
    text-align: center;
}
.contenido{
    background-color: rgb(182, 180, 180);
    color: aliceblue;
    text-align: center;
    border-radius: 8px;
    height: 180px;
    
}
.contenido1 {
  margin-top: 2%;
    padding: 20%;
    background-color: rgb(182, 180, 180);
    color: aliceblue;
    text-align: center;
    border-radius: 8px;
    height: 200px;
    
}
.informe1 {
    margin-top: 2%;
    padding-top: 0%;

    background-color: rgb(182, 180, 180);
    color: aliceblue;
    text-align: center;
    border-radius: 8px;
    height: 600px;
    
}

.pie_1{
    background-color: rgb(239, 245, 245);
    height: 200px;
    color: white;
    text-align: center;
}


.footer {
  background-color: #696767;
  color: width#f1f1f1;
  padding: 10px 0;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-logo,
.footer-links,
.footer-social {
  flex: 1 1 250px;
  margin-bottom: 20px;
}

.footer h3 {
  margin-bottom: 5%;
  border-radius: 8px;
  margin-top: 30px;
  color: #ffffff;
}

.footer a {
  color: #aaaaaa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer li {
  margin-bottom: 10px;
}

.social-icons a {
  font-size: 18px;
  margin-right: 15px;
  color: #aaaaaa;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ffffff;
}
</style>

  