@font-face {
	font-family: TradeGothicBold;
	src: url(fuentes/TradeGothicLTStd-BdCn20.otf);
}
universal-selector {
    margin: 0;
    padding: 0;
}
body {
    background: #e6e6e6;
    font-family: sans-serif;
}
header, section, footer {
    width: 90%;
    max-width: 55rem;
    margin: 1.2rem auto;
}
header .cabezal {
	width: 632px;
	height: 170px;
	background-image: url(img/bg-header.jpg);
	float: left;
}
.cabezal h1 {
	padding-top: 4rem;
	padding-left: 2.8rem;
	font-family: TradeGothicBold, Arial, Helvetica, sans-serif;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: #ff4532;
}
header nav{
    height: 4rem;;
    background: #47e082;
    overflow: hidden;
}
header nav ul{
    list-style: none;
}
header nav ul li{
    float: left;
}
header nav ul li a{
    padding: 0.4rem 1rem;
    display: block;
    color: #ffffff;
    text-decoration: none;
}
header nav ul li a:hover{
    background: #85dda7
}
.main{
    background: #ffffff;
    width: 51rem;
    padding: 1rem 2rem;
}
/*.main .article{
    width: 39%;
    padding: 2rem;
    float: left;
    background: #ffffff;
}
.main .articles article{
    width: 30%;
    background: #ffffff;
    float:left;
}*/
.nombre{
    font-size: 1.5rem;
    color: #47e082;
}
.carrera{
    font-size: 1.3rem;
    color: #FF4833;
}
.niveles{
    font-size: 1rem;
    color: #FF4833;
}

ul.materias{
    font-size: 1rem;
    list-style: none;
    padding-left: 0;
}

footer{
    width: 54.5rem;
    background: #47e082;
    color: #ffffff;
    clear:both;
    padding: 0.5rem;
    font-size: 0.7rem;
    text-align: center;
}