
.dg-gold {
	background: transparent url(img/bgmenu.png) 0 0 repeat-x scroll;
	}

.dg-g,
.dg-m {
	background-color: #E0E0E0;
	-webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	 -o-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;	
}
	
.dg-m li a:hover {
	background-color: #fff;
}
#navegacion {
	bottom: 81px;
	height: 45px;
	width: 1100px;
	position: absolute;
}
	
#navsite {
	background: #dbb72f url('../img/bgmenu.png') 0 0 repeat-x scroll;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
	height: 45px;
	display: flex;
}
					
#navsite li {
	border-right: 1px solid #efcf76;
	border-left: 1px solid #a37d20;
	height: 45px;
	width: 100%;
	text-align: center;
}
		
#navsite li a {
	font-size: 2em;
	text-decoration: none;
	line-height: 46px;
	color: #082461;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.36);
}							
			
#navsite li a:hover {
	color: #08467B;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#navsite {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#navsite li:first-child {
	border-left: none 0;
}

#navsite li:last-child {
	border-right: none 0;
}
nav {
	width: 64%;
	height: 45px;
	display: flex;
	position: absolute !important;
	right: -5px;
}
nav a {
	text-align:left;
	position: relative;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: normal;
	font-size: 14px;
	font-family: 'fjalla_oneregular', Trebuchet MS;
	width:100%;
	height: 45px;
	margin-right: 5px;
}
nav a:hover,
nav a:focus {
	outline: none;
}

/* efecto*/

.cl-effect-10  {
	position: relative;
	z-index: 1;
}

.cl-effect-10 a {
	overflow: hidden;
}

nav.cl-effect-10 a:last-child, .cl-effect-10 a:last-child span {
	border-radius: 0 3px 0 0;
}
.cl-effect-10 a span {
	display: block;
	padding: 15px 0;
	background-color: #E0E0E0;
	color: #08467B;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	height: 45px;
	text-align: center;
	}
.cl-effect-10 a span.active {
    background: #08467b;
    color: white;
    letter-spacing: 0.5px;
}
.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	height: 45px;
	background: #fff;
	color: #1281E0;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}


.cl-effect-10 a span.active {
    background: #08467b;
    color: white;
    letter-spacing: 0.5px;
}
											
