@charset "utf-8";

a{
    text-decoration:underline;
    color:black;
}

*{
    padding:4px;
    margin:0px;
    list-style:none;
    font-family: 'Dosis', sans-serif;
    text-indent: 0;
 }

.sitio ul{
    padding:6px;
    background-color:cornflowerblue;
    font-size:30px;
    letter-spacing:0.3rem;
    text-align:center;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
}

img {
    margin-top: 1rem;
    margin-left: 820px;
    
}

#integrantes1, #integrantes2{
    padding:px;
    font-size:40px;
    text-align: center;
    justify-content:space-between;
    
}

header{
    background-color:#9999cc;
      }

main{
    background-color:#ccccff;
    }

h2{
    text-decoration:underline;
    color:#003333;
    padding:10px;
    background-color:royalblue;
    font-size:30px;
    letter-spacing:0.3rem;
    text-align:center;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
  }

p{
    padding:20px;
    font-size:20px;
    text-align:center;
    flex-direction:row;
    justify-content:space-around;
}


.destacado{
    text-align:center;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    
    color:#333366;
    text-decoration: underline;
          }
footer{
    color:#333333;
    background-color:#cccccc;
    font-size:15px
      }

li{
    background: inherit;
    transition: background 0.5s ease-in-out;
   
}

li:hover {
    background: #aaaaff;
}