.navbar {
  min-height: 50px;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 0;
  background-color: #FFFFFF;
  margin-bottom: 0;
}

.navbar-default {
  border-color: transparent;
  background-color: transparent;
  opacity: 0.8;
  border-radius: 3px;
  margin:0 auto;
  display: block;
  text-align: center;
  height: 70px;
  margin-top: 70px;
  margin-bottom: 0;
  
}

.navbar-default .navbar-brand {
  color: #FFFFFF;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1b5c80;
  background-color: initial;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-nav{
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 1.1em;
  margin-right: 5px;
  line-height: 1;
  font-weight: 500;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #AB1735;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  color: #AB1735;
  font-size: 1.2em;
  margin-right: 5px;;
  font-weight: 900;
  font-size: 0.9em;

}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
 color: #FFFFFF;

}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #FFFFFF;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #FFFFFF;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 10px 5px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  background-color: #FFFFFF;

  font-weight: 600;
  font-size: 12px;
  font-weight: 700;

}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #FFFFFF;
  font-weight: 900;
  color: #333333;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-header{  
    position: absolute;
    top: -100px;
    right: 0;
    width: 100px;
    height: 100px;
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
  font-size: 0.5em;
}


.menu-responsive{
  z-index: 1;
}

.submenu img.a:hover{  
  background-color: #000000;
}

.submenu-formularios{  
  margin-top: 100px;
}

.nav-pills{
  margin-bottom: 20px;
}

.nav-pills > li {
  float: left;
  text-align: left;

}
.nav-pills > li > a {
  border-radius:2px;
  background-color: #AB1735;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 0.8em;
  text-transform: uppercase;
  border: solid 1px #AB1735;

}

.nav-pills > li > a:hover {
  color: #AB1735;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #AB1735;
  background-color: #FFFFFF;
}
.nav-stacked > li {
  float: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/*-------------------------------*/
/*           MENU RESPONSIVE     */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #AB1735;
    opacity: 0.92;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #AB1735;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    background-color: #AB1735;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #AB1735;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #AB1735;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #AB1735;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #AB1735;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #AB1735;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #AB1735;   
}
.sidebar-nav li:nth-child(8):before {
    background-color: #AB1735;   
}
.sidebar-nav li:nth-child(9):before {
    background-color: #AB1735;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    background-color: #AB1735;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #000;
    box-shadow: none;
}



@media screen and (min-width: 768px) {
	.navbar {
	  position: relative;
	  min-height: 50px;
	  border: 1px solid transparent;
	  padding-top: 0;
	  padding-right: 0;
	  padding-bottom: 0;
	  padding-left: 0;
	  /*Mirar para el menu responsive
	  display: table;
	  margin: 0 auto;
	  text-align: center;*/
	}
}

@media (max-width: 992px) {

  .navbar-default .navbar-nav > li > a {
    padding-left: 2px;
    padding-right: 2px;
  }

  .cuerpo{
    padding-top: 0;
    margin-bottom: 40px;
  }

  .navbar {
    min-height: 0px;

  }

  .navbar-default {
    height: 0px;
  }


}

@media (min-width: 992px) and (max-width: 1200px) {

  .navbar-default .navbar-nav > li > a {
    padding-left: 1px;
    padding-right: 1px;
  }

  .navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    /*Mirar para el menu responsive
    display: table;
    margin: 0 auto;
    text-align: center;*/
  }

}

@media (min-width: 1200px) and (max-width: 1300px) {

  .navbar-default .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    /*Mirar para el menu responsive
    display: table;
    margin: 0 auto;
    text-align: center;*/

  }

}

@media (min-width: 1300px) {
  .navbar-default .navbar-nav > li > a {
      padding-left: 5px;
      padding-right: 5px; 
  }

}

