* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_bar {
	display:none;
}
header {
	width:100%;
}

 /* fondo color 0072c6 */

header nav {
	background:#023859;
	z-index: 1000;
	max-width:100%;
	width:100%;
	margin:20px auto;
}
header nav ul {
	list-style:none;
}
header nav ul li {
	display: inline-block;
	position: relative;
}
header nav ul li:hover {
	background:#E6344A;
}

/* float:left;  overflowx:hidden;  'century gothic','futura bk bt','eras itc',lucida,tahoma*/

header nav ul li a {
	color: #fff;
	display:block;
	text-decoration:none;
	font-family:'century gothic','futura bk bt','eras itc',lucida,tahoma; font-size: 11pt;
	padding: 30px 10px;
	border-right:1px solid rgba(255,255,255, .1);
}
header nav ul li span {
	margin-right:10px;
	margin-left: 10px;
}

header nav ul li .caret {
	position: relative;
	top:2px;
	margin-left:20px;
	margin-right:0px;
}

@media screen and (max-width: 1500px) {
	body {
		padding-top:50px;
	}
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#E6344A;
	}
	.menu_bar .bt_menu {
		display: block;
		padding: 12px;
		color: #fff;
		overflow: hidden;
		font-weight: normal;
		font-family: 'century gothic','futura bk bt','eras itc',lucida,tahoma; font-size: 15pt;
		text-decoration: none;
	}
	.menu_bar span {
		float: right;
		top:0px;
		font-size: 15pt; text-decoration: none;
	}
	header nav {
		width: 80%;
		height: calc(100% - 50px);
		position: fixed;
		right:100%;
		margin: 0px;
		overflow: auto;
	}
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255, .3);
		text-align: left;
	}
 
	header nav ul li a {
		display: block;
		font-size: 8pt;
		padding: 8px 10px 8px 5px;
	}
	header nav ul li .caret {
		float: right;
	}
}