@charset "UTF-8";

h1, h2 {
	color:#00b5cc;
}

.container {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
}
header {
	background-color: #fff;
	padding:10px 10px 20px;
	position:relative;
	border-bottom:2px solid #eee;
}
.sidebar1 {
	float: right;
	width: 180px;
	background-color: #00b5cc;
	padding-bottom: 10px;
}
.content {
	padding: 20px 0;
	width: 780px;
	float: right;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
footer {
	padding: 10px 0;
	background-color: #00b5cc;
	clear: both;
	color:white;
	text-align:center;
}

figure {
	margin:0;
	padding:0;
	overflow:hidden;
}

/*** ESTILO MENUS ***/
ul.nav {
	list-style: none;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid rgba(255,255,255,.5);
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #00b5cc;
	color:#fff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #0093a6;
	color: #FFF;
}

/*** ESTILOS ELEMENTOS CONCRETOS  ***/
h1 {
	font-size:300%;
	font-family:'Roboto Slab';
	font-weight:400;
	line-height:1.2em;
}
header div.alumno {
	position: absolute;
    right: 10px;
    top: 65%;
	transform:translateY(-50%);
	display:inline-block;
}
header div.alumno h4 {
	float:left;
	font-family:'Roboto Slab';
	font-weight:300;
	line-height:3em;
}
header div.alumno figure {
	width:40px;
	height:40px;
	overflow:hidden;
	float:right;
	border-radius:100%;
	border:3px solid white;
}
header div.alumno figure img {
	width:100%;
}
ul.nav li:first-child {
	background-color: #00b5cc;
	padding:15px 10px 10px;
	color:white;
	font-family:'Roboto Slab';
	font-weight:300;
	font-size:120%;
}

p.code {
	background: beige;
    padding: 20px 30px;
    margin: 0 10px;
}