@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');



body {
	position: relative;
	background: #ffffff;
	padding-bottom: 8rem;
  	min-height: 50%;
	background: url(img/back.png); background-blend-mode: color-burn; 
}
    
*{box-sizing: border-box;margin: 0;padding: 0;font-family:'Ubuntu', sans-serif;}
header {
    display: inline-block;
    background: #000000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    width: 100%;
    height: 74px;
    padding: 25px 15px;
	}
header h1 {
    color: #ffffff;
	display: inline-block;
	}

header h2 {
    display: inline-block;
	float: right;
     font-size: 20px;
}

header h2 a{
	color: #ffffff;
}

.cont {
    width: 700px;
    margin: 300 auto;
    padding:70px 30px;
    height: auto;
    display: flex;
    justify-content: space-between;
	}



.datos {
	display: inline-block;
	}

.materias {
	display: inline-block;
	float: right;
	background: rgba(226, 255, 0, 0.9);
    padding: 29px;
	}

.materias h3{
	font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
   
	}
	
.materias h4{
    font-family: 'Ubuntu', sans-serif;
    font-size: 23px;
    line-height: 55px;
    border-bottom: 1px solid #000;
    margin-bottom: 19px;
	}

.materias ul {
	list-style: none;
	}

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


footer {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    text-align: center;
	}

