
/* 

selector {propiedad:valor;} 

*/

*{
    padding: 0; 
    margin: 0
}

body{
    background: #F0F0F0; 
    font-family: Open Sans; 
}

header{
    max-width: 100%;
    overflow: hidden;
}

.techo{
    height: 10% !important;
    
}

.conjunto{
    display:flex;
    max-width: 100%;
    margin-top:-10%;
    justify-content: center;
}

.Nombre{
    font-family: Arial;
    max-width: 30%;
    margin-top: 10%;
    padding: 2rem;
}

.foto{
    border: 0.45rem solid #3ca9f5; 
    border-radius: 12rem;
    max-width: 20%;
    max-height: 20%;
}

/* MENU */
nav{
    max-width: 30%;
    margin-top: 10%;
    text-align: right;
    padding: 2rem;
}

nav ul li{
    display: inline-block;
}

nav ul li a{
    color: #3ca9f5; 
    text-decoration: none;
    font-family: Arial;
    font-size: 1.2rem;
    padding: 0.4rem;
}

.foja{
    font-family: Arial;
    font-size: 1.6rem;
    margin-top: 3%;
    text-align: center;
}

.materias{
    background: #e6e6e6;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.materias ul{
    padding: 1rem;
    list-style:none;
}
.materias ul li{
}

.integrantes{
    text-align: center;
}

article{
    display: flex;
    justify-content: center;
    padding: 1rem;
}

article p{
    font-family: Arial;
    font-size: 1.5rem;
    padding: 1rem;
}

article p a{
    text-decoration: none;
    color: #3ca9f5;
}

.integrantes{
    font-family: Arial;
}

.uba{
    padding: 2rem;
    justify-content: center;
    display: flex;
    background: #e6e6e6;
    margin-bottom: 2rem;
}

.uba1{
    list-style:none;
    padding: 0.5rem;
}

.uba2{
    list-style:none;
    padding: 0.5rem;
}

.logofadu{
    max-height: 50%;
    max-width: 50%;
}

.catedra{
    display: flex;
    justify-content: center;
    background: #000000;
}

footer p{
    color: #939292;
    font-size: 0.80rem;
    text-align:center;
    padding: 1.4rem;
}

.mitp{
    font-size: 1.5rem;
    text-align: center;
}

