*,
*:after,
*::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.gn-menu-main,
.gn-menu-main ul {
	margin: 0;
	padding: 0;
	background: white;
	color: #266785;
	list-style: none;
	text-transform: none;
	font-weight: 300;
	line-height: 60px;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	letter-spacing: -0.06em;
	font-size: 1em;
}
.gn-menu-main ul li{
		line-height: 60px;
}
.gn-menu-main ul li a{
		line-height: 60px;
}

.gn-menu-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	font-size: 1.6em;
	background-image: url(../imagenes/fondo-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f1af03;
	z-index:1000;
}

.gn-menu-main .gn-icon {
		display: block;
		height: 100%;
		color: #266785;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .gn-menu-main .gn-icon:hover {
		background: #266785;
		color: white;
}

.gn-menu-main > li {
		display: block;
		float: left;
		height: 100%;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 80px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}
.gn-menu-main > li:last-child {
	float:right;
}
.gn-menu-main > li:first-child {
		border-right: 1px solid #fff;
}

.gn-menu-main > li > a {
		
		text-transform: uppercase;
		letter-spacing: 1px;
}
.gn-icon-menu {
	padding: 0 30px;
}
.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		top: 80px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 80px;
		border-top: 1px solid #c6d0da;
		background: white;
		-webkit-transform: translateX(-80px);
		-moz-transform: translateX(-80px);
		transform: translateX(-80px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		height: 100%;
}

.gn-menu {
		border-bottom: 1px solid #c6d0da;
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.gn-submenu li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	padding-left:15px;
}

.gn-submenu li a {
	color: #A3AEBA;
}

.gn-icon i::before {
		display: inline-block;
		width: 80px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'FontAwesome';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}
.gn-icon::before {
		display: inline-block;
		width: 80px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'FontAwesome';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}


.gn-icon span {
	display: none;

}

.gn-icon-menu::before {
		margin-left: -10px;
		vertical-align: -13px;
		width: 40px;
		height: 3px;
		background: white;
		box-shadow: 0 3px #b1cb2c, 0 -6px white, 0 -9px #b1cb2c, 0 -12px white, 0 -15px #b1cb2c, 0 -18px white;
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #266785, 0 -6px white, 0 -9px #266785, 0 -12px white, 0 -15px #266785, 0 -18px white;
}

.gn-icon-menu.gn-selected::before {
		background: #5993cd;
		box-shadow: 0 3px #b1cb2c, 0 -6px #5993cd, 0 -9px #b1cb2c, 0 -12px #5993cd, 0 -15px #b1cb2c, 0 -18px #5993cd;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 330px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}
