body{
    background-color: #76D7C4;
}

#headerTitulo {
    background: #85C1E9;
    border-radius: 20px;
    border: 2px;
    border-style: solid;
    border-color: #117A65;
    padding : 15px;
    display : flex;
    margin: 15px;
}

#header-imagen{
    width: 25%; 
    border-radius: 10px;
}

a:hover{
    background: #D1F6FF;
    color: #004758; 
    border: 2px;
    border-style: solid;
    border-radius: 10px;
}


#divTitulo{
    width : 75%;
    color: #17202A;
    text-align: center;
    font-weight: bolder;
    font-style: italic;
}

#navega {
    background: #D5F5E3;
    border-radius: 20px;
    margin: 15px;
}

nav ul {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  border: 2px;
  border-style: solid;
  border-color: #76448A;
  list-style: none;
  padding : 5px;
}

li {
  background: #58F7CD;
  color: black;
  font-size: 20px;
  border-radius: 10px;
  border-style: solid;
  border-color: #00946E;
  padding:5px;
  margin:3px;
  font-weight: bolder;
  font-style:italic; 
}

a {
    color : #D32334;
    text-decoration: none;
}

article {
    display:flex;
    margin : 15px;
    background: #58D68D;
    border-radius: 15px;
    padding:15px;
    border-style: solid;
    border-color: #138D75;
}