@import url(http://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,400italic);

*{
	margin:0px;
	padding:0px;
	font-family: "Roboto"
}

a{
	text-decoration: none;
}

.contenedor{
	width: 960px;
	margin: 0 auto 0 auto;
}

body{
	font-size: 16px;
}

h1{
    font-style: italic;
	font-weight: 900;
	font-size: 2.2rem;
}

header{
	background-image: url(imagenes/tumblr_static_tumblr_static__1280.jpg);
	width:100%;
	height: 150px;
	padding: 30px 20px;
	box-sizing: border-box;	
    color: #ffffff;
    position: relative;
}

ul{
	list-style: none;
}

nav{
	width: 100%;
	height: 40px;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
    position: absolute;
    bottom: -14px;
    right: -6px;
    
}

nav li{
	display: inline-block;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;7
}

nav a{
	color: white;
	height: 40px;
	box-sizing: border-box;
    font-style: normal;
}

nav li:hover{
	height: 40px;
	color: aquamarine;
	border:1px solid #000000;
	box-sizing: border-box;
}

main{
	padding: 20px;
}

h2{
	font-weight: 400;
	font-size: 1.5rem;
}

section li{
	font-weight: 400;
	font-size: 1rem;
	margin: 10px 0px;
}

.foto{
	width: 250px;
	height: 250px;
	background-image: url(imagenes/lauagostina.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 125px;
	border: 1px solid #000;
	float: left;
	position: relative;
}

.materias{
	text-align: right;
	float: right;
	position: relative;
}

.separador{
	width: 100%;
	clear: both;
}

footer{
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
    font-size: 0.8rem;
}





