#topohome{width: 100%; 
    padding: 2px; 
    padding-left: 16%; 
    text-align: center; 
    font-size: 15px; 
    background: #041d31; 
    color: #fff !important; 
    z-index: 1; 
    position: fixed;
}
#cxglobalhome{
    width: 210px; 
    height: 100%; 
    float: left; 
    background: #041d31; 
    position: fixed; 
    z-index: 2;
}
#globalhome{
    width: 210px; 
    height: 100%; 
    float: left; 
    background: #041d31; 
    position: fixed;
}

.cw-menu {
  width: 100%;
  padding: 12px 20px;

}

.cw-logo-menu{
  border: 1px solid #223b4e; 
  border-radius: 8px; 
  padding: 4px; 
  text-align: center; 
  font-size: 20px; 
  margin-bottom: 10px;
}

.cw-titulo-menu{
  background-color: #ffc515; 
  text-align: center; 
  font-size: 18px; 
  border-radius: 8px; 
  padding: 3px 0;  
  color: #041d31 !important;
  text-decoration: none;
}

#nav {
    width: 100%; 
    margin: 0; 
    padding: 0 10px; 
    float: left;
}
#nav li {
    width: 100%; 
    list-style: none; 
    background: #041d31;
    border-top: 1px solid #223b4e; 
    font-size: 13px;
}
#nav li a { 
    display: block; 
    padding: 8px; 
    text-decoration: none; 
    color: #aab6be; 
    font-family: arial 
}
#nav li a:hover {
    background: #041d31; 
    color: #ffc415c0;
}