@charset "utf-8";

body {
    font-family: sans-serif;
}
img {
    border-radius: 10px 10px 10px 10px;
}

    
header .contenedora {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    padding: 1rem;
}
nav {
    align-items: flex-end;
   }
nav ul{ 
    display:flex;
    justify-content:space-between;
}
nav ul li{ 
    background-color: white;
    width:100%;
}

nav ul li a{ 
    color:  black;
    background-color: white;
    display: block;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
}

nav ul li a:hover{ 
    color: teal;
}
#grupo{
    display: flex;
    background-color: black;
    margin: auto;
    padding: 0rem;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 10px 10px; 
}

#menu{
    display: flex;
    background-color: white;
    width: 100%;
    margin: auto;
    padding: 0rem;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
}

#imagenes {
    display: flex;
    justify-content: center;
}

#cursandoactualmente, #materiasaprobadas {
    display: block;
    list-style: none;
    padding: 0;
    list-style-type: disc;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

#ilustraciones {
    background-color: black;
    list-style: none;
    margin: 10px;
    margin-top: 5px;
    padding: 0rem;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1em;
}
h1 {
    display: flex;
    justify-content: center;
    background-color: teal;
    border-radius: 5px 5px 5px 5px;
}

p{
   text-align: center;
    margin: 10px;
    color: teal;

}


h2, h1, nav ul li, p1{
    padding: 10px;
    display: flex;
    justify-content: center;
    color: white;
    margin: 10px;
}

p1 {
    background-color: white;
    color: teal;
    margin: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 5px 5px 5px 5px;
}

    
    #redes {
        width: 1rem;
  display: flex;
    margin: auto;
    padding: 0rem;
    justify-content: center;
    align-content: space-between;
}

footer {
    background-color: teal;
}



