/** Base **/

* {
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

body {
	background: #E3E3E3;
	font-family: 'Roboto', sans-serif;
	text-align: center;

}

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

/** Menu **/

ul {
	list-style-type: none;
}
.menu {
	position: relative;
	text-align: right;
	clear: both;
    padding: 0;
    margin-bottom: 0px;
    list-style-type: none;
}

nav ul li { 
	display: inline;
	margin-left: 20px;
}

section ul li { 
    color: #FFF;
}

a { 
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	color: #038C67;
	padding: 3px;
}

a:hover {
	color: #fff;
	background-color: #038C67;
}

/** Main **/

/** Logotipo **/
#dos {
	position: absolute;
	top: 56px;
	right: 480px;
	z-index: 10
}

.titulo {
	background: #038C67;
	color: #FFF;
	text-align: left;
}

.padding {
	padding-left: 10px;
}

.vn {
	color: #d3d3d3;
	margin-bottom: -25px;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}

/** Main **/

.perfil {
	width: 230px;
	margin-right: 10px;
	float: left;
	box-sizing: border-box;
}

.texto {
	width: 720px;
	box-sizing: border-box;
	float: left;
}

.lista {
	text-align: left;
	font-size: 14px;
	color: #7E7E7ED3;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 0px;
}

.listheader {
	color: #5C5C5C;
	text-align: center;
	font-size: 12px;
}

.nivel1, .nivel2, .nivel3 {
	width: 30%;
	margin-top: 0px;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
}

.nivel1, .nivel2 {
	float: left;
}

.nivel3 {
	float: left;

}

.materias li {
	font-size: 10px;
	color: #038C67;
}

.materias {
	padding: 10px;
	margin: 0 auto;
}

.footer {
	clear: both;
	margin-top: 300px;
	font-size: 10px;
	text-align: center;
	color: #038C67;
	background: #cce8e0
}

/** Mockups **/

.mockups {
	height: 75%;
	width: 75%;
}

#mckp {
	text-align: center;
	background-color: #038C67;
	color: #fff;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 70px;
}
