body{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 200;
}

ul{
	list-style: none;
	padding: 0;
}

/*MENU*/
header{
	background-color: black;
}
header nav ul{
	display: flex;
	justify-content: center;
	margin: 0;
}
header nav ul li{
	float: left;
	padding: 10px;
	color: white;
}
header nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #ef4136;;
}
header nav ul li a:hover{
	color: white;
	transition: .2s ease-in-out;
}

/*ENCABEZADO*/
article{
	text-align: center;
	margin-bottom: 20px;
}
article h1{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	letter-spacing: 5px;
}
article p{
	font-size: 12px;
	margin-top: 2px;
}


/*MATERIAS APROBADAS Y CURSADAS ACTUALMENTE*/
#materias{
	background-color: #ef4136;
	color: black;
	padding: 20px;
	text-align: center;
}
#materias h1{
	text-align: center;
	letter-spacing: 4px;
}
#materias .lista{
	margin-top: 30px;
}
#materias .lista ul{
	padding: 0px;
}
#materias .lista h4{
	text-decoration: underline;
	margin-bottom: 10px;
}
#materias .lista ul li{
	font-size: 11px;
	line-height: 1.4;
}
#materias .bajada{
	margin-top: 30px;
}
#materias .bajada h3{
	text-decoration: underline;
	font-weight: 500;
}

/*EQUIPO VM 77*/
#grupo{
	background-color: black;
	color: #ef4136;
	padding: 20px;
	text-align: center;
}
#grupo h3{
	font-weight: 400;
	font-weight: 400;
	letter-spacing: 4px;
}
#grupo ul li{
	margin-bottom: 20px;
}
#grupo ul li .circulo{
	background-color: #ef4136;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
#grupo ul li a{
	text-decoration: none;
	color: #ef4136;
}
#grupo ul li p{
	margin-bottom: 0px;
}

/*UBA | FADU | DGPC |EQUIPO */
#informacion{
	padding: 20px;
	text-align: center;
	font-weight: 400;
}

/*PIE DE PAGINA*/
footer{
	background-color: black;
	padding: 20px;
	text-align: center;
	color: #ef4136;
	font-weight: 400;
}
footer p{
	font-size: 11px;
}
