
body{ 
    background-color: rgb(255, 233, 218);
}

h1 {
    margin-left: 20px;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    
}



h2 {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    
}

h3 {
    font-size: 25px;
    font-family: Arial, 
}

h4 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.personal_textos {
    margin-left: 20px;
    margin-right: 15px;
    font-size: 18px;

}

.materiastitulo {
    margin-left: 200px;
}

.tituloacademicos {
    margin-left: 200px;
}

.ulmenu ul{ 
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    text-align: center;
    justify-content: space-around;
    background-color: cornflowerblue;
    display: flex;
    flex-direction: row;
    height: 40px;
}

a{
    font-family: Arial, Helvetica, sans-serif;
   
    color: black;
    text-decoration: none;
}
li{
    
    margin-top: 10px;

}
.logo{
    
    margin-top: 10px;
}

.contenedorapersonal{
    width: 1024px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
     display: flex;
    }

    .padre{
        text-align: left;
        justify-content: center;
        margin: 20px;
        background-color: cornflowerblue;
        border: 40px;
        border-radius: 40px;
    }

    

    .botones {
        margin: 20px;
    }

    .personal_img{
        margin: 40px;
    }

    .cursada {
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 1024px;
        min-height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .primer{
    background-color: cornflowerblue;
    background-size: cover;
    background-position: bottom;
    min-height: 250px;
    width: 30%;
    border: 40px;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
}

.segundo{
    background-color: cornflowerblue;
    background-size: cover;
    background-position: bottom;
    min-height: 250px;
    width: 30%;
    border: 40px;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
}


.tercer{
    background-color: cornflowerblue;
    background-size: cover;
    background-position: bottom;
    min-height: 250px;
    width: 30%;
    border: 40px;
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
}


.portfolio{
    margin-left: 200px;
}

    

    .contenedoraequipo {
        width: 1024px;
        min-height: 300px;
        margin-left: auto;
        margin-right: auto;
     }




    .academicos { 
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 1024px;
        min-height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .academicos img{

        display: block;
        width: 8em;
        aspect-ratio: 1;
        background-color: white;
        padding: 0.5rem;
        margin-top: 2rem;
        border-radius: 1rem;
    }

    .academicos1 {
        background-size: cover;
        background-position: bottom;
        min-height: 250px;
        width: 30%;
        border: 40px;
        border-radius: 40px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
    }

    .academicos2 {
        background-size: cover;
        background-position: bottom;
        min-height: 250px;
        width: 30%;
        border: 40px;
        border-radius: 40px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
    }

    .academicos3 {
        background-size: cover;
        background-position: bottom;
        min-height: 250px;
        width: 30%;
        border: 40px;
        border-radius: 40px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
    }
  
    .alumnas{
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin-right: 200px;
        margin-left: 200px;
        padding-bottom: 50px;

    }
 
    
    footer {
        width: 1024px;
        min-height: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
    }