@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;
}

h1{
	color: white; 
	font-size: 3rem; 
	margin: 5%;
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
}
h2{
    color: deepskyblue; 
	margin: 5%; 
	text-align: center; 
	font-family: 'Roboto', sans-serif; 
	font-weight: 500;
    font-size: 1.5rem;
    margin-left:5%;
    
}

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

.menugeneral{
	background: #10537d;
	text-align: center; 
	padding: 1%;
	margin: auto;
}

.linksmenu{
	text-decoration: none; 
	color: #e7e6e6; 
	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: 160;
    background-image: url(../img/fondo.jpg)
    
}


.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: 400;
}
.integrantes{
   background-color: deepskyblue;
	text-align: center; 
	padding: 1%;
	margin: auto;
}
.nombre{
    text-decoration: none; 
	color: #e7e6e6; 
	font-size: 1.2rem; 
	font-weight: 500; 
	margin-left: 4%; 
	margin-right: 4%;
    font-family: 'Roboto', sans-serif;
}

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

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