@import 'https://fonts.googleapis.com/css?family=Arimo:400,700';


body{
	font-family: 'Arimo';
	line-height: normal;
	background-image: url("img/background.jpg")
}

header{
	background-color: #C7E6EA;
	margin-top: 70px;
	margin-bottom: 40px;
	border-radius: 10px;
}

footer{
	background-color: #C7E6EA;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #6C737E;
	text-align: center;
	clear: both;
	border-radius: 10px;
}

footer p{
	padding: 10px 130px 10px 130px;
}

a{
	text-decoration: none;
	color:#FF5126;
}

h1{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 700;
	font-size: 50px;
	color:#FF5126;
}

h2{
	
	font-weight: 700;
	font-size: 25px;
	color: #FF5126;
}

h3{
	margin-bottom: 3px;
	margin-top: 15px;
	font-weight: 700;
	margin-left: 10%;
	color: #39627F;
}

img{
	margin: 10px 0px 20px 0px;
	border-radius: 10px; 

}

section p{
	margin-left: 6%
}

li{
	margin-left: 25%;
	font-size: 14px;
	color: #303841;
}

ul {
    list-style-image: url('img/tick.png');
}


.alumno{
	width: 300px;
	float: left;
	margin-bottom: 30px;
	
}

.materia{
	margin-left: 20%;
	margin-top: 20px;
	float: left;
}


.container{
	width: 80%;
	margin: 0 auto;
}

