@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

*{margin: 0;padding: 0;box-sizing: border-box;}

body{
	background: #e7e6e6; 
	font-family: 'Roboto', sans-serif;
}

header{
	background:#e7e6e6;
}

h2{
	color: black; 
	font-size: rem; 
	margin-top: 3%; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 700;
}

h3{
	color: #10537d; 
margin-bottom: 0.5rem;
    margin-top: 2rem;
	text-align: center; 
	font-family: 'Roboto', sans-serif;
}

.carrera{font-size: 0.8rem;
margin-top: 0.4rem;}
.menugeneral{
    background: black;
	text-align: center; 
	padding: 1%;
	margin: auto;
}

.linksmenu{
	text-decoration: none; 
	color: white; 
	font-size: 0.9rem; 
	font-weight: 500; 
	margin-left: 4%; 
	margin-right: 4%;
}


.contenedornombreyfoto{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    padding: 4%;
	font-family: 'Roboto', sans-serif; 
	font-weight: 100;
}

.foto{
	border-radius: 10rem; 
	width: 16%; 
	display:block; 
	margin: center;
} 

.infoalumno{
	width: 30%; 
	text-align: center; 
	font-family: 'Roboto', sans-serif;
}

.materiasgeneral {
	
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: baseline;
	align-content: stretch
}

.materiasaprobadas {
	margin: 3%; 
	justify-content: center;
}
    
.materias{
	color: black; 
	margin-top: -0.5rem; 
	text-align: center; 
	font-size: 0.8rem; 
	line-height:1.1rem; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
}

footer{ 
	padding: 2%; 
	text-align: center;
    background-color: black;
}

footer p{
	color: #e7e6e6; 
	line-height: 1.1rem; 
	font-size: 0.7rem; 
	max-width: 60rem; 
	margin: auto;
}
