* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', monospace;
}

body {background: #8d8d8d}

.alumno-img {
    border-radius: 50%;
    position: relative ;
   
}

.ml-30 { 
	align: center;
}



h2 {
	color: #FFFFFF;
	margin-bottom: 30px;
	font-size: 2.5rem;
    font-family: 'Roboto Slab', monospace;
    text-transform: uppercase;
}

header {
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3rem;
}


h3, 
h4 { 
    font-family: 'Roboto Slab', monospace;
    text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 80px;
    
}

a {
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 5px;
	transition: all .3s ease;
	border-bottom: 0 solid transparent;
}


.container {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

.materia {
    display: inline-block;
	width: 50%;
	padding: 1.2rem;
	border: 1px solid #FFFFFF;
	margin-bottom: 1.2rem;
    
}

.nivel {
    display: inline-block;
	width: 10%;
	padding: 1.2rem;
    margin-bottom: 1.2rem;
    background: #0000ee;
}
.datos {
	display: inline-block;
	width: 50%;
	padding: 1.2rem;
	margin-bottom: 1.2rem;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	
}

.footer {
	background-color: #e0e0e0;
	padding: 20px 30px;
	font-size: 0.7rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

a:hover {
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

header nav a {
	margin-left: 8px;
	display: inline-block;
}



main section article{ ;margin-bottom: 2rem;}
.inicio{text-align: center;}
.columna-1{width: 100%; margin-top: 2rem} 
.columna-2{width: 100%;}
.columna-3{width: 100%;}

h5 {
	color: #FFFFFF ; 
	font-style: monospace; 
	font-weight: 500; 
	font-size: 1.5rem; 
	font-family: 'Roboto Slab', monospace;
	padding-top: 50px;
	padding-bottom: 50px;
}
h6 {
	color: #FFFFFF ; 
	font-style: monospace; 
	font-weight: 500; 
	font-size: 1.5rem; 
	font-family: 'Roboto Slab', monospace;
	padding-top: 50px;
	padding-bottom: 50px;
}
h7 {
	color: #FFFFFF ; 
	font-style: monospace; 
	font-weight: 500; 
	font-size: 1.5rem; 
	font-family: 'Roboto Slab', monospace;
	padding-top: 50px;
}