.top {
    z-index: 10 !important;
}    
.menuSecundario-v2 {
    background: #8f051b;
    border-bottom: solid 1px #750315;
    display: table;
    width: 100%;
    z-index: 5000;
    height: 26px;
}
.dropdown {
	font-family: 'Yanone Kaffeesatz',sans-serif;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 50;
}

.dd-button {
  display: inline-block;
  padding: 5px 30px 5px 20px;
  background-color: rgba(0,0,0,.1);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.dd-button:hover {
  background-color: rgba(0,0,0,.5);
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  padding: 5px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  color: #000;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}