body {
	font-family: "Roboto", sans-serif;
	line-height: 20px;
	margin: 0;
	background: #ccc;
}
.sidebar {
	position: absolute;
	width: 400px;
	height: 100%;
	background: #0d2c44;
	color: #fff;
	outline: 1px solid #2a2a2a;
	font-family: "Roboto", sans-serif;
	line-height: 18px;
}
.sidebar h2 {
	text-align: center;
	margin: 0;
	padding: 10px;
	background: black;
}
.sidebar ul {
	list-style: none;
	text-decoration: none;
	padding-left: 0;
	margin: 0;
}
/* .sidebar li:hover {
	background: #1a95d5;
	color: white;
	border-left: 5px solid #0d2c44;
	line-height: 18px;
} */
.sidebar .menu li a:hover {
	background: #1a95d5;
	color: #fff;
}
.sidebar ul li {
	outline: 1px solid #2a2a2a;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	line-height: 18px;
}
.sidebar a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-decoration-line: none;
	padding: 10px;
}
.sidebar .menu ul li a {
	background-color: #424242;
	color: #e9e9e9;
}
.sidebar .menu ul {
	display: none;
}
.sidebar .menu .activado > a {
	background-color: #1a95d5;
	color: #fff;
}
.contenido {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ccc;
	/* padding: 30px; */
	transition: border 0.5s;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}
.sidebar .menu .icono {
	float: left;
	margin-right: 10px;
}
.menu-bar {
	cursor: pointer;
}
.abrir {
	transform: translateX(250px);
}
.titulo {
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.titulo h2 {
	background: #7a6100;
	color: #fff;
	font-family: "Darker Grotesque", sans-serif;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
}
.izquierda {
	float: left;
}
.separador {
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background: #f1ca34;
	color: #fff;
	line-height: 15px;
}
.navegacion {
	width: 500px;
	text-align: center;
}
@media (min-width: 700px) {
	.navbar {
		text-align: center;
	}
}
