/* GobCL */
@font-face {
  font-family: 'gobCL';
  src: url('../fonts/gobcl_bold.eot');
  src: url('../fonts/gobcl_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gobcl_bold.woff') format('woff'), url('../fonts/gobcl_bold.ttf') format('truetype'), url('../fonts/gobcl_bold.svg#gobCL') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'gobCL';
  src: url('../fonts/gobcl_light.eot');
  src: url('../fonts/gobcl_light.eot?#iefix') format('embedded-opentype'), url('../fonts/gobcl_light.woff') format('woff'), url('../fonts/gobcl_light.ttf') format('truetype'), url('../fonts/gobcl_light.svg#gobCL') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'gobCL';
  src: url('../fonts/gobcl_regular.eot');
  src: url('../fonts/gobcl_regular.eot?#iefix') format('embedded-opentype'), url('../fonts/gobcl_regular.woff') format('woff'), url('../fonts/gobcl_regular.ttf') format('truetype'), url('../fonts/gobcl_regular.svg#gobCL') format('svg');
  font-weight: 400;
  font-style: normal;
}
.gobCL {
  font-family: gobCL, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.brand {
  color: #00487A;
  font-size: 21px;
  font-weight: bold;
  background: url(../img/header-lineas.png) no-repeat;
  padding-top: 10px;
  margin: 0 0 0 0;
}
.gobstrap .navbar {
  background-color: #1B2538;
  min-height: 60px;
  border: 0 !important;
  border-radius: 0 !important;
}
.gobstrap .navbar .navbar-brand {
  width: 175px;
  height: 60px;
  color: #fff;
  background: url(navbar-brand.png) 16px 0 no-repeat;
  padding-top: 14px !important;
  padding-left: 17px;
  padding-right: 12px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  font-family: gobCL, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gobstrap .navbar ul.nav > li {
  background-color: #374A5E;
}
.gobstrap .navbar ul.nav > li a {
  color: #fff;
  border-right: 1px solid #5f6e7e;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  font-family: gobCL, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gobstrap .navbar ul.nav > li a:hover {
  color: #fff;
  background-color: #507fa1;
}
.gobstrap .navbar ul.nav > li.active a {
  background-color: #507fa1;
}
.gobstrap .navbar-right {
  background-color: inherit;
}
.gobstrap .navbar-right li {
  background-color: inherit !important;
}
.gobstrap .navbar-right li a {
  border-right: 0 none !important;
}
.gobstrap .navbar-right li.open > a {
  color: #fff !important;
  background-color: #507fa1 !important;
}
.gobstrap .navbar-right .dropdown-menu li a {
  color: #333 !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.background-none {
  background-image: none !important;
}