.header-cp{
  height: 87px;
  background-color: #f4f4f4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.border-header{
  height: 8px;
  background: url("../img/bg_linea_cp-barra_menu.png") ;
  background-size: 100% 100%;
  position: fixed;
  top: 87px;
  width: 100%;
  z-index: 1000;
}

.letra-header-admin{
  color: #414141;
  font: 160% Roboto;
  font-weight: 500;
  width: 163px;
}

.letra-header-sub{
  color: #f4f4f4;
  font: 190% Roboto;
  font-weight: 500;
  width: 122px;
}

.li-sub{
  border-bottom: solid 1px #f4f4f4;

}

.ul-sub{
  background-color: #00786a;
}


.logo-header{
  background: url("../img/logo-barra-cp-pantalla-inicio.png") no-repeat;
  width: 350px;
  height: 70px;
  background-size: 100% 100%;
  left: 0;
  top: 8px;
  position: fixed;
}

.div-letras-header{
  position: fixed;
  left: 400px;
  top: 33px;
}

.usuario-logo-login{
  background: url("../img/ic_usuario_logueado.png") no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
  border-bottom: solid transparent 4px
}

.tabla-usuario-logueado{
  position: fixed;
  right: 64px;
  top: 28px;
}

.letra-usuario-header-admin{
  font: 150% Roboto;
  font-weight: 500;
  color: #849036;
}

.boton-usuario-derecha{

  background-color: white;
  border: solid 1px darkgrey;
  font: 190% Roboto;
  height: 30px;
  font-weight: 500;
  color: #414141;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
}

@media (max-width: 800px) {
  .visible-false-max-width-800 {
    visibility: collapse;
  }
}

@media (max-width: 750px) {
  .visible-false-max-width-750 {
    visibility: collapse;
  }
}


/*.dropdown-menu > li > a:hover {*/
  /*background-color: #009587;*/
  /*color: #333;*/
  /*z-index: 4;*/
/*}*/

/*.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {*/
  /*background-color: #00786a;*/
  /*border-color: #337ab7;*/
  /*color: #f4f4f4;*/
  /*z-index: 4;*/
/*}*/


