body {
	font-family: 'Inconsolata', monospace;
	background: #fff;
	background-image: url(images/2.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
	min-height: 55rem;
}


.container{
	display: block;
	margin: auto;
	max-width: auto;
	margin-left: 9rem;
}

.separator{
	background: #90949b;
	height: 1rem;
	margin-bottom: 4rem;
}

nav{
	padding: 2rem;
	background-color: #90949b;
	margin-bottom: 0.5rem;
}

nav ul{
	float: right;
}

nav ul li{
	display: inline-block;
	margin: 0.2rem;
	font-size: 1rem;
	font-weight: bold;
}

nav ul li a{
	color: #fff;
	text-decoration: none;
}

ul li a:hover {
    
    color:#ccc;
}

header{
	height: 16rem;
	max-width:100%;
	width: 100%;
	z-index: 0;
    background: url(images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-size: 100%;
	margin-top: 1rem;
}

header img{
	display: inline-block;
	height: 200px;
	width: 200px;
	margin-left: 3rem;
	margin-top: 0.2rem;
	padding:1px;
    border:10px solid #90949b;
}

header h1{
	display: inline-block;
	color: #000;
	margin-left: 20px;
	font-size: 4rem;
	font-family: 'Playfair Display 700', serif;
	margin-left: 2rem;
}

header h2{
	padding-top: 2rem;
	display: block;
	font-size: 2rem; 
	margin-left: 3rem;
	margin-bottom: 0.5rem;
}
header h3 a{
	text-decoration: none;
	color: #90949b;
	display: block;
	font-size: 1.2rem; 
	margin-left: 3rem;
}

header h3 a:hover{
	color: #ccc;
}

#materias h3{
	padding-bottom: 0.5rem;
	font-family: 'Playfair Display 700', serif;
	font-size: 3rem;
	color: #7c7c7b
	margin-left: 3rem
}

#materias ul{
	list-style: none;
	margin-bottom: 1.2rem;
	margin-left: 3rem;
}

#materias ul li{
	margin-left: 1rem;
	font-family: 'Tajawal', sans-serif;
}

.line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em;
    margin-left: 3rem;
    font-size: 12px;
}

h6 a{
    
    text-decoration: none;
    font-size: 1.3rem;
    color: #000;
}

footer{
	text-decoration: none;
	color: #ccc;
    font-size: 0.9rem;
    bottom: 0px;
    display: block;
    padding: 2rem;
    margin-top: 1rem;
    margin-left: 7rem;
}

.ocampolo {
	padding-left: -15rem;
	padding-top: 1rem;
}

.dropdown-list {
	display: none;
}

.fondo2 {
	width: 100%;
}

.header {
	position: relative;
	bottom: 6rem;
	left: 6rem;
}

.profile-pic {
	position: relative;

}

.cursor {
	cursor: pointer;
}