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

body {
    margin: 50px;
	padding: 0px;
    background-color: #f7f7f7;
    font-family: 'Montserrat', sans-serif;

}

a:link, a:visited, a:active {text-decoration: none;color: #000000;}
    
.container {
	width:1200px;
	margin:0 auto;
	}


header {
	padding:70px 0;
	border-top:2px solid #d6d6d6;
	padding:5px 0;
	margin-top:90px;}

header h1 {
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
	}

header h2 {
	display: inline-block;
	float: right;
    font-size: 16px;
    font-weight: 400;
    letter-spacing:3px;
}


header h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 5px;
    color: #ff4e00
    }

header h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 10px;
    color: #000000;
    }

.datos {
	display: inline-block;
	float: none;
	}

.datos ul {
	list-style: none;
	}

.datos ul li {
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;}

.materias li {
    line-height: 14px;
    font-weight: 400;
    font-size: 15px;
    }

h5 {
    font-size: 18px;
    }


footer {
	background: rgba(232, 232, 232, 0.53);
	padding:15px 0;
	margin-top:20px 30px 20px 30px;
    text-align: center;
	}
	
footer p {
	font-size:11px;
    font-weight: 400;
    
	color:#aaaaaa;
	}