@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
*{
	margin:0;
	box-sizing: border-box;
}
header {
    background-color: #00cc99;
}

body{
	width:100%; 
	height:40rem; 
	background-color:#0B0B32;
}

a{
	color: #0B0B32;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
.catedra{
    padding: 1.5rem;
    width: 18%;
}
    
.cabezal{
    background-color: #d7ecfd;
}
h1{
    color: #e6d7b6;
    font-family: 'Bree Serif', serif;
    font-size: 200%
}

h2{
    color: #00cc99;
    font-family: 'Bree Serif', serif;
}
p{
    color: #e6d7b6;
    font-family: "roboto", sans-serif}
}

nav{
	background: #00cc99;
}

.menu li{
    padding: 1.3rem;
    display: inline-block;
    font-family: 'Bree Serif', serif;
    letter-spacing: 0.02rem;
    text-decoration: none
}

.contenedor{
    background-repeat: no-repeat;
    padding: 3rem;
}

.staff{ 
	text-align:center;
}

.title {
    color: white;
    padding-top: 3rem;
}

.nivel{
    text-transform: capitalize;
    color: #d7ecfd;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    display: block

}

.nivel ul h3{
    font-family: 'Bree Serif', serif;
    color: #00cc99;
    font-size: 20pt; 
}

.nivel ul li{
    list-style-type: circle;
    padding: 0.5rem 0rem;
}

ul li b {
    font-weight: 600;
}

.staff hr{
	border:0;
	border-top:2px solid #d7ecfd;
    width:15rem;
	margin-top:1rem;
	margin-bottom:2rem;
	margin-left:auto;
	margin-right:auto;
}

.staff article{
    margin: 1rem;
    padding: 1rem;
    display: inline-block;
    vertical-align: top;
    border: #00cc99 solid;
    border-style: outset; border-width: 4px;
    border-radius: 1rem;
}

footer{
    font-size: 10pt;
    bottom: 0px;
    display: block;
    background: #00cc99;
    padding: 2rem;
    margin-top: 1rem;
    font-family: 'Roboto', sans-serif;
}
footer p {
    color: #0B0B32;
}

