.menujq ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.menujq a {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #fff;
  /*background: #D25400;
  color: #fff;
  text-decoration: none;*/
  font-size: 12px;
  line-height: 15px;
  /*text-transform: uppercase;*/ /* Colocar en Mayusculas */
}
.menujq ul li a:before {
content: "\25CF\00A0 ";
width: 28px;
/*display: inline-block;*/
/*vertical-align: top;*/
}
.menujq ul li.desplegable > a:before,
.menujq ul li ul li.desplegable > a:before {
  content: "\25BA\00A0";
}
.menujq ul li.desplegable.active > a:before,
.menujq ul li ul li.desplegable.active > a:before{
  content: "\25BC\00A0 ";
}
.menujq ul ul, .menujq ul ul ul {
  display: none;
  width: 100%;
}
.menujq ul ul a {
  padding-left: 19px;
  /*background: #E77E23;*/
  text-transform: capitalize;
}
.menujq ul ul ul a {
  padding-left: 34px;
  /*background: #ED9C54;*/
  text-transform: capitalize;
}