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


header{
	background: #E6E6E6; 
	font-family: 'Roboto', sans-serif; 
	padding: 1%;
}

h1{
	color:#0D527C; 
	font-family: 'Roboto', sans-serif;
	font-weight: 600; 
	font-size: 4rem;
    margin: 1rem;
}

h2{
	color: rgb(76, 76, 76); 
	font-family: 'Roboto', sans-serif; 
	font-size: 1.3rem; 
	font-weight: 600;
}

h3{
	color: rgb(76, 76, 76); 
	font-family: 'Roboto', sans-serif; 
	font-size: 1rem;
	font-weight: 600; 
	padding-top: 2%;
    font-size:0.9rem;
}


.menugeneral{
	background:#0D527C;
	padding: 2%; 
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: baseline;
	align-content: stretch;
	font-size: 1rem;
	font-weight: 500; 
	text-align: center;
    margin-bottom: 1rem;
}

.menu{
	text-decoration: none; 
	color: rgb(255, 255, 255);
	}

.menu:hover{
	color: rgb(73, 130, 194); 
	font-weight: 700;
}

.personas{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
    align-content: center;
	color: black; 
	padding: 2%; 
	margin: 2%; 
	width: 70%; 
	margin: auto;
}
	
.fotoynombre{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.alumno{
	color: #0d71b9; 
	text-decoration: none; 
	font-family: 'Roboto', sans-serif; 
	font-size: 1rem; 
	font-weight: 600; 
	display: inline-block; 
	margin-top: 4%;
}


.titulosection{
	border-bottom: 0.1rem solid rgb(76, 76, 76); 
	margin: 2%; width: 70%; 
	display: inline-block; 
	text-align: center;
}

.datosacademicos{
	margin-top: 2%;
}

.datosacademicos p{
	color: rgb(76, 76, 76); 
	font-size: 0.9rem; 
	font-weight: 400; 
	line-height: 1.4rem; 
	max-width: 70%; 
	margin: auto;
}


footer{
	background: #0D527C; 
	padding: 2%; 
	margin-top: 3%;
}

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



    

