#hero {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 1274px;
	height: 768px;
}

.sidebar {
	width: 250px;
	height: 100%;
	background-image: url(../images/fondo_sky_Mesa.png);
	color: #004E59;
	top: 0;
	padding-top: 5px;
	overflow: auto;
}

#sidebar a {
	color: #004E59;
	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;
}

#container{
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	position: relative;
	background-image: url("../images/fondo_sky_Mesa.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.buttons{
	position: absolute;
	left: 43.2%;
	top: 3%;
}

nav{
	width: 144px;
	height: 62px;
	position: absolute;
	left: 444px;
	top: 26px;
}

nav ul{
	list-style: none;
	padding: 12px;
	margin: 0 -14px;
	display: flex;
	flex-flow: row;
}

nav ul li{
	flex: 1;
	text-align: center;
}
 nav ul li:first-child{
 	border-right: 2px solid #77D7E9;
}
nav ul li a{
	display: block;
}
.image_slide{
	position: absolute;
	left: 19%;
	top: 19%;
}

.web_log{
	position: absolute;
	left: 924px;
	top: 668px;
}