*{
    font-family: sans-serif;
}

body{
    background-color: #f0612c
    }

.cajasuperior {
    display: flex;
    flex-direction:column;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    flex-direction:  row;
    justify-content: space-between;
    align-items: center;
    }

.logodgpc img {
	height: 3em;
	margin-left: 2em;
}

nav ul {
    display: flex;
    flex-wrap:wrap;
    list-style: none;
      margin-right: 2em;
    padding: 0;
}

nav ul li a {
    display: flex;
    background-color: orange;
    border-radius: 1em;
    text-decoration: none;
    text-align: center;
    color: white;
    margin: 0.8em;
     margin-top: 0em;
    padding: 0.2em .4em .2em .4em;
}

#botonesgrupo{
 padding: .2em 2em .0em 8.4em
}

.perfil{
    background-color: orange;
    margin: 1em 5em 2em 2.5em;
    padding:1.5em;
    border-radius: 1em;
    display: flex;
    flex-direction:column;
    margin-top: 2em;
    margin-left: 3em;
    margin-bottom: 2em;
    flex-direction: row;
    align-items: center;
    }

#nombre{
    padding-left: 2em;
    color: white
}

#fotoavatar{ 
display: flex;
justify-content:flex-start;
flex-direction: column;
width: 10%;
}

#materias {background-color: orange;
    margin: 3em 5em 2em 2.5em;
    padding:1.5em;
    border-radius: 1em;
    
}

#aprobadas {background-color: orange;
    margin: 1em 5em 2em 2.5em;
    padding:1.5em;
    border-radius: 1em;
}

.trabajos {background-color: orange;
    margin: 1em 5em 2em 2.5em;
    padding:1.5em;
    border-radius: 1em;
}
   
.tp {
    margin-left: 10em;
    }

.propuesta {background-color: orange;
    margin: 1em 5em 2em 2.5em;
    padding:1.5em;
    border-radius: 1em;
    }

.academicos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0em 2em 2em 0em;
  border-radius: 0.3em;
}

#uba a {
  justify-content: flex-start;
}

#fadu a {
  justify-content: flex-start;
}

#dgpc a {
  justify-content: flex-start;
}

.ubaout *{
  text-align: left;
}
.faduout *{
  text-align: left;
}
.dgpcout *{
  text-align: left;
}

#fadu img {
    height: 4em;
   justify-content: center;
}

#uba img {
    height: 4em;
}

#dgpc img {
    height: 4em;
}

#uba {
    padding: 2em 1em 2em 1em;
    background: orange;
    border-radius: 1em;
    margin-right: 2em;
    margin-left: 0em;
    color: white;
}

#uba a {
	display: flex;
	justify-content: center;
}


#fadu {
    padding: 2em 1em 2em 1em;
   	background: orange;
    border-radius: 1em;
    margin-right: 2em;
    color: white;
}

#fadu a {
  	display: flex;
	  justify-content: center;
}

#dgpc {
    padding: 2em 1em 2em 1em;
	  background: orange;
    border-radius: 1em;
    color: white;
}

#dgpc a {
		display: flex;
    justify-content: center;
}


    
.footer {
    background-color: orange;
    margin: 1em 5em 2em 2.5em;
    padding:1.5em;
    border-radius: 1em;}