*{
    box-sizing: border-box;
    padding: :0;
    margin: 0;
}
body{
	margin:0px;
    background-color: cadetblue;
}

 header > nav > ul > li > a:hover 
{
	color: deepskyblue;
}
	
 header > nav > ul > li > a {
    text-decoration: none;
    margin-left: 2rem;
    color: white;
    box-sizing: border-box;
    font-family: 'Segoe UI Light';
    font-weight: lighter;
    margin-left: 0px;
}

header > nav > ul > li{
	margin-left: 1.5rem;
    margin-right: 1.5rem;
	list-style: none; 		/*  para sacar los puntos */
	display: inline-block;	/* para poner en horizontal */
}


 header
{
 
   /*  height: 5em; */
    background: #262626;
	    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-height: 4.5em;
    
}


 header > nav{
	width:100%;
	display: flex;
    justify-content: flex-end;
}
li {
    list-style: none;
}

body > header > nav{
 width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

 
	

body > header > nav > ul{
	width: 100%;
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
}


body h1, body main article  h2{
	text-align:center;
}
main > section > center  > img{
   ;
    margin: 0px;
    padding: 0;
    border-radius: 800px;
    margin-right: 10px;
    overflow: hidden;
}


h1  {
	    font-family: '-webkit-body';
		margin: 0px;
		padding: 0px;
		font-weight: 300;
		line-height: 1.33;
		color: black;
		font-size: 3em;
}

.materias{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}

section div{
    justify-content: space-between;
    margin-bottom: 0.8em;
    width: 25em;  
}

h2{
    padding: 0.2em 1em;
    color: white;
    background-color: darkslategray;
    margin-bottom: 0.6em;
    margin-right: 1em;
    
    
}
section div ul li {
    color: darkslategrey;
    font-family: 'Roboto', sans-serif; 
}

.datosfacu{
    background-color: darkslategray;
    color: cadetblue;
    padding: 1.5em;
    margin-bottom: 1em;
    font-size: 0.7em;
    display: flex;
    flex-direction: column;
}

.datosfacu div {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}


.datosfacu div ul {
    width: 25rem; 
    margin-bottom: 1em; 
    
} 

.datosfacu div ul li {
    color: cadetblue; 
    margin-top: 0.3em;
}

h2 {
color: white;
}


main > section > center  > img {
    max-width: 100%;
    height: auto;
    border-radius: 800px;
    
}

h3{
    color: white;
}

figcaption{
    color: white
}

footer{
	background:#2E2728 ;
    color: #eaeaea;
    margin-top: 7em;
    padding: 4em;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}




#logos > a:nth-child(2) > img{
    height: 3.5em;
    width: auto
}

#logos > a:nth-child(1) > img{
    height: 3.5em;
    width: auto
}

#logos > a:nth-child(3) > img{
    height: 3.5em;
    width: auto
}
    
