@import 'https://fonts.googleapis.com/css?family=Roboto:900';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}


body {
	position: relative;
	padding-bottom: 6rem;
  	min-height: 100%;
	background: url(img/background.jpg) center top no-repeat;
	background-size: cover;
}

header {
    display: inline-block;
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    width: 100%;
    height: 74px;
    padding: 25px 15px;
	}
	
header h1 {
	display: inline-block;
	}

header h2 {
	display: inline-block;
	float: right;
}

header h2 a{
	color: #000;
}

.cont {
    width: 800px;
    margin: 0 auto;
    padding: 30px 10px;
    height: auto;
    display: flex;
    justify-content: space-around;
	}



.datos {
	display: inline-block;
	}
	
.datos img {
	border-radius: 100%;
	}

.materias {
	display: inline-block;
	float: right;
	background: #fff;
    padding: 29px;
	}

.materias h3{
	font-family: 'Roboto', sans-serif;
    font-size: 73px;
    line-height: 65px;
	}
	
.materias h4{
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
    font-size: 18px;}


footer {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
	}
	
@media only screen and (max-width : 1224px)  {
	body {
		padding-bottom: 0rem;
		}
.cont {
    display: block;
	width: 100%;
	padding: 5px;
	}
footer {
    position: relative;
    display: inline-block;
	margin-top: 15px;
}
	}