.sm-menu {
	background-color: #DFD4A6;
}
.sm-menu a, .sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active {
	padding: 10px 20px;
	padding-right: 58px;
	color: #8F141B;
/*
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
*/
	text-decoration: none;
/*	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}
/*
.sm-menu a.current {
	color: #fff;
	background: red;
}
.sm-menu a.disabled {
  color: #a1d1e8;
}
*/
.sm-menu a .sub-arrow {
	position: absolute;
	top: 45%;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;

  margin-top: 0;
  right: 8px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid dashed dashed dashed;
  border-color: #8F141B transparent transparent transparent;
  background: transparent;
  border-radius: 0;
}

.sm-menu a .sub-arrow::before {
  content: '+';
}
.sm-menu a.highlighted .sub-arrow::before {
  content: '-';
}
/*
.sm-menu > li:first-child > a, .sm-menu > li:first-child > :not(ul) a {
  border-radius: 8px 8px 0 0;
}
*

.sm-menu > li:last-child > a, .sm-menu > li:last-child > *:not(ul) a, .sm-menu > li:last-child > ul, .sm-menu > li:last-child > ul > li:last-child > a, .sm-menu > li:last-child > ul > li:last-child > *:not(ul) a, .sm-menu > li:last-child > ul > li:last-child > ul, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 8px 8px;
}
*/
.sm-menu > li:last-child > a.highlighted, .sm-menu > li:last-child > *:not(ul) a.highlighted, .sm-menu > li:last-child > ul > li:last-child > a.highlighted, .sm-menu > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-menu > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.sm-menu ul {
  background: #fff;
}
.sm-menu ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-menu ul a, .sm-menu ul a:hover, .sm-menu ul a:focus, .sm-menu ul a:active {
  background: transparent;
  color: #2b82ac;
  font-size: 16px;
  text-shadow: none;
  border-left: 8px solid transparent;
}
.sm-menu ul a.current {
  background: #006892;
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: #fff;
}
.sm-menu ul a.disabled {
  color: #b3b3b3;
}
.sm-menu ul ul a,
.sm-menu ul ul a:hover,
.sm-menu ul ul a:focus,
.sm-menu ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-menu ul ul ul a,
.sm-menu ul ul ul a:hover,
.sm-menu ul ul ul a:focus,
.sm-menu ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-menu ul ul ul ul a,
.sm-menu ul ul ul ul a:hover,
.sm-menu ul ul ul ul a:focus,
.sm-menu ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-menu ul ul ul ul ul a,
.sm-menu ul ul ul ul ul a:hover,
.sm-menu ul ul ul ul ul a:focus,
.sm-menu ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-menu ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-menu ul li:first-child {
  border-top: 0;
}

.sm-menu li a.activo{
	color: #EFEAD3;
	background-color: #8F141B;
}


@media (min-width: 990px){
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-menu ul {
    position: absolute;
    width: 12em;
  }

  .sm-menu li {
    float: left;
  }

  .sm-menu.sm-rtl li {
    float: right;
  }

  .sm-menu ul li, .sm-menu.sm-rtl ul li, .sm-menu.sm-vertical li {
    float: none;
  }

  .sm-menu a {
    white-space: nowrap;
  }

  .sm-menu ul a, .sm-menu.sm-vertical a {
    white-space: normal;
  }

  .sm-menu .sm-nowrap > li > a, .sm-menu .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-menu a, .sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted{
    padding: 10px 10px;
    color: #8F141B;
  }
  .sm-menu a.has-submenu{ padding-right: 24px; }

  .sm-menu a:hover, .sm-menu a:focus, .sm-menu a:active, .sm-menu a.highlighted {
    background-color: #EFEAD3;
  }
/*
  .sm-menu a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
  }
  .sm-menu a.disabled {
    background: #3092c0;
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #a1d1e8;
  }
/*
  .sm-menu a .sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-menu a .sub-arrow::before {
    display: none;
  }
*
  .sm-menu > li:first-child > a, .sm-menu > li:first-child > :not(ul) a {
    border-radius: 8px 0 0 8px;
  }
  .sm-menu > li:last-child > a, .sm-menu > li:last-child > :not(ul) a {
    border-radius: 0 8px 8px 0 !important;
  }
*
  .sm-menu > li {
    border-left: 1px solid blue;
  }
  .sm-menu > li:first-child {
    border-left: 0;
  }
*/  
  .sm-menu ul {
    padding: 7px 0 0 0;
    background: #EFEAD3;
    border: 1px solid #DFD4A6;
    border-top: none;
    /*
	border-radius: 0 0 4px 4px !important;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
	*/
  }

  .sm-menu ul ul {
    padding: 0;
    background: #F9F6ED;
    border: 1px solid #DFD4A6;
  }

  .sm-menu ul a, .sm-menu ul a:hover, .sm-menu ul a:focus, .sm-menu ul a:active, .sm-menu ul a.highlighted {
    padding: 9px 10px 9px 0;
    color: #8F141B;
	/*
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
	*/
  }
  .sm-menu ul a:hover, .sm-menu ul a:focus, .sm-menu ul a:active, .sm-menu ul a.highlighted {
    background: #F9F6ED;
  }
  /*
  .sm-menu ul a.current {
    background: #006892;
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff;
  }
  .sm-menu ul a.disabled {
    background: #fff;
    color: #b3b3b3;
  }
  */
  .sm-menu ul a .sub-arrow{
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #8F141B;
  }

  .sm-menu ul li {
    border: 0;
  }
  .sm-menu .scroll-up,
  .sm-menu .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #DFD4A6;
    height: 20px;
  }
  .sm-menu .scroll-up-arrow,
  .sm-menu .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #8F141B transparent;
  }
  .sm-menu .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #8F141B transparent transparent transparent;
  }


  .sm-menu ul.doble {
	max-width: inherit !important;
    width: 500px !important;
/*    border: 1px solid green;*/
  }
  .sm-menu ul.doble > li {
    float: left;
    width: 50%;
  }


  .sm-menu ul ul ul{
    background: #EFEAD3;
  }
  .sm-menu ul ul a:hover, .sm-menu ul ul a:focus, .sm-menu ul ul a:active, .sm-menu ul ul a.highlighted {
    background: #EFEAD3;
  }


  .sm-menu.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-menu.sm-rtl > li:first-child > a, .sm-menu.sm-rtl > li:first-child > :not(ul) a {
    border-radius: 0 8px 8px 0;
  }
  .sm-menu.sm-rtl > li:last-child > a, .sm-menu.sm-rtl > li:last-child > :not(ul) a {
    border-radius: 8px 0 0 8px !important;
  }
  .sm-menu.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
  }
  .sm-menu.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-menu.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-menu.sm-vertical {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .sm-menu.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-menu.sm-vertical a .sub-arrow {
    top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #a1d1e8;
  }
  .sm-menu.sm-vertical > li:first-child > a, .sm-menu.sm-vertical > li:first-child > :not(ul) a {
    border-radius: 8px 8px 0 0;
  }
  .sm-menu.sm-vertical > li:last-child > a, .sm-menu.sm-vertical > li:last-child > :not(ul) a {
    border-radius: 0 0 8px 8px !important;
  }
  .sm-menu.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-menu.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-menu.sm-vertical ul a {
    padding: 9px 23px;
  }
}

/*# sourceMappingURL=sm-menu.css.map */
