#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: #E9E9E9;
}

nav {
	width: 217px;
	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:nth-child(2) {
	border-right: 1px solid #0C68AC;
}

nav ul li a {
	display: block;
}

.logo {
	position: absolute;
	width: 167px;
	height: 79px;
	left: 428px;
	top: 98px;
}

.btn_1 {
	position: absolute;
	left: 63px;
	top: 183px;
}

.btn_2 {
	position: absolute;
	left: 63px;
/*	top: 259px;*/
top: 330px;
}

.btn_3 {
	position: absolute;
	left: 63px;
/*	top: 363px;*/
top: 433px;
}

.btn_4 {
	position: absolute;
	left: 63px;
/*	top: 467px;*/
top: 536px
}

.btn_5 {
	position: absolute;
	left: 528px;
	top: 183px;
}

.btn_6 {
	position: absolute;
	left: 528px;
	top: 325px;
}

.btn_7 {
	position: absolute;
	left: 528px;
	top: 465px;
}

.logos {
	position: absolute;
	left: 785px;
	top: 670px;
}

.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;
	transition: 0.3s;
}
