.g-first {
	display: block;
	margin: 0;
	width: 160px;
	float: left;
}
#header-logo {
	margin-top: 2px;
}
#logoCliente {
  display: block;
  margin: 3px 10px;
  height: 35px;
  float: left;
}
#logoClienteCenter {
  display: block;
  margin: 3px 10px;
  height: 35px;
  float: center;
}
.g-tpl-nest .g-unit {
    display: inline;
    float: left;
    margin: 0;
    width: auto;
}
.h-unit {
    display: inline;
    float: right;
    margin: 0;
    width: auto;
}
.g-section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#nav {
	font-size: 12px;
	/* height: 40px; */
	/* position: absolute; */
	border-bottom: 1px solid #D8D8D8;
	/* border-top: 1px solid #D8D8D8; */
	margin: 0;
	right: 0;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

#nav ul {
	display: none;
	padding: 0;
	margin: 0;
}

#nav li:hover ul {
	display: block;
}

#nav li {
	font-weight: normal;
	height: 41px;
	list-style: none;
	position: relative;
	/* text-transform: uppercase; */
	white-space: nowrap;
	zoom: 1;
}

#nav li a {
	border-right: 1px solid #D8D8D8;
	/* border: 0 solid #39c; */
	display: block;
	position: relative;
	z-index: 600;
	color: #333;
	text-decoration: none
}

#nav li a {
	height: 40px
}

#nav li:hover a {
	border-bottom: 2px solid #3c8cdd;
}

#nav li:hover li a,#nav li.active:hover span {
	border-bottom: none
}

#nav li:hover li a {
	border: none
}

#nav li span {
	border-top: 10px solid #f8f8f8;
	display: block;
	margin: 0 20px;
	padding: 0 5px;
	position: relative;
	height: 29px
}

#nav li a > i {
	position: absolute;
	right: 9px;
	top: 18px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

#nav li.active span {
	border-bottom: 2px solid #3c8cdd;
	height: 25px
}

#nav li ul {
	position: absolute;
	top: 41px;
	/* min-width: 100%; */
	/* max-width: 300px; */
	z-index: 602;
	left: 0
}

#nav li li {
	background: #f4f4f4;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	display: block;
	height: 31px;
	/* float: left; */
	width: 120%;
	line-height: 31px;
	margin: 0;
	text-align: left;
	text-transform: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#nav.right li li {
	width: auto;
}

#nav li li:hover {
	background: #ECEEEF;
}

#nav li li a {
	background: transparent;
	border: none;
	color: #666;
	padding-bottom: 0;
	height: 31px;
	padding: 0 10px;
}

#nav li li i {
	position: absolute;
	right: 8px;
	top: 12px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000000;
	border-top: 4px solid transparent;
}
#nav li ul li ul{
	display: none !important;
	padding: 0;
	margin: 0;
}

#nav li ul li:hover > ul{
	top: 0px;
	left: 100%;
	display: block !important;
}

#nav.right li ul li:hover > ul{
	top: 0px;
	left: 0;
	right: 100%;
	display: block !important;
}
