* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
}

header {
	width: 100%;
	z-index: 10;
}

header nav {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 10;
}

.menu_bar {
	display: none;
	z-index: 1000;
	height: 68px;
}



header nav ul {
	overflow: hidden;
	list-style: none;
}

header nav>ul>li {
	float: left;
	width: 20%;
	vertical-align: middle;
}

header nav ul li a {
	color: #4274b2;
	padding: 35px 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: "Century Gothic", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

header nav ul li span {
	margin-right: 10px;
}

header nav ul li a:hover {
	background: #116690;
	color: white;
}

header nav ul li:hover {
	background: #116690;
}

header nav ul li:hover a {
	color: white;
}



/*sUB MENU*/
header nav ul li ul {
	display: none;
	background-color: #116690;
	color: white;
	position: absolute;
	z-index: 10;

}

header nav ul li:hover .children {
	display: block;
}

header nav ul li ul li {
	height: auto;
	vertical-align: middle;
}

header nav ul li ul li a {
	font-family: "Century Gothic", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	text-align: left;
	color: white;
	padding: 10px;
}

header nav ul li ul li a:hover {
	background-color: #00527b;
}


section {
	padding: 20px;
}

.logo-menu {
	position: relative;
	top: 0px;
}

header nav ul li .menu-imagen {

	background-image: url("../img/logo_ekasports.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;

}

header nav ul li:hover .menu-imagen {
	background-image: url("../img/logo_ekasports_b.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;


}

#barrita {
	width: 20%;
	height: 5px;
	left: 0px;
	position: relative;
	background-color: #116690;
}

.submenu {}

header nav ul li .children li a span {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	position: relative;
	top: 3px;
}

header nav ul li .caret {
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 0px;
}





@media screen and (max-width:800px) {
	header nav {
		width: 80%;
		height: 100%;
		left: -100%;
		margin: 0;
		position: fixed;
		background-color: #024959;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		width: 100%;
		height: auto;
		position: relative;
	}

	header nav ul li a {
		display: block;
		height: auto;
		vertical-align: middle;
		text-align: left;
		padding: 10px;
		color: white;
		text-decoration: none;
		font-family: "Century Gothic", 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 11pt;
		font-weight: normal;
	}

	#a_inicio {
		padding: 20px;
	}

	header nav ul li .menu-imagen {
		background-image: url("../img/logo_ekasports_b.png");
		background-size: auto 80%;
		margin: 0px auto 0px 10px;
		background-position: left;
	}

	header nav ul li:hover .menu-imagen {
		background-size: auto 80%;
		margin: 0px auto 0px 10px;
		background-position: left;
	}


	header nav ul li:hover .children {
		display: none;
	}

	.menu_bar {
		display: block;
		width: 100%;
		background: #ccc;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 12px;
		background: #024959;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 25px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.menu_bar .bt-menu img {
		width: auto;
		height: 50px;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;

	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	#barrita {
		display: none;
	}

	header nav ul li .caret {
		float: right
	}

}