@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: #d9af8b; 
	font-family: 'Roboto', sans-serif;
}

header{
	background:#0388a6;
}

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

h3{
	color: #022340; 
	margin: 5%; 
	text-align: center; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 600;
}

.menugeneral{
	background: #03738c;
	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 {
	display: flex;
	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: 3%; 
	text-align: center; 
	font-size: 0.8rem; 
	line-height:1.1rem; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 600;
}

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

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