#hero {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 1274px;
	height: 768px;
}


#container {
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	position: relative;
	background-image: url("../images/bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.05);
}

nav {
	width: 144px;
	height: 62px;
	border: 1px solid #31AD62;
	position: absolute;
	left: 403px;
	top: 23px;
}

nav ul {
	list-style: none;
	padding: 12px 0;
	margin: 0;
	display: flex;
	flex-flow: row;
}

nav ul li {
	flex: 1;
	text-align: center;
}

nav ul li:first-child {
	border-right: 1px solid #0C68AC;
}

nav ul li a {
	display: block;
}

.sidebar {
	width: 250px;
	height: 100%;
	background: #E9E9E9;
	color: #1F5FAD;
	top: 0;
	padding-top: 5px;
	overflow: auto;
}

#sidebar a {
	color: #1F5FAD;
	font-family: Arial, Helvetica, sans-serif;
	text-justify: justify;
}

.sidebar::-webkit-scrollbar-track {
    background: #222; /* Color de fondo del track */
    border-radius: 4px;
}

.sidebar a {
	display: block;
	color: #E9E9E9;
	padding: 10px;
	text-decoration: none;
}

