/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
.sm-info {
  background: transparent;
}
.sm-info a, .sm-info a:hover, .sm-info a:focus, .sm-info a:active {
  padding: 20px 20px 10px 35px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  background: #5d2546;
  /*background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #4E0730), color-stop(100%, #700a46));
  background-image: -webkit-linear-gradient(to bottom, #4E0730, #700a46);
  background-image: -moz-linear-gradient(to bottom, #4E0730, #700a46);
  background-image: -o-linear-gradient(to bottom, #4E0730, #700a46);
  background-image: linear-gradient(to bottom, #4E0730, #700a46);*/
  color: white;
  font-family:  'Open Sans';
  font-size: 22px;
  line-height: 23px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.sm-info a.current {
  background: #006892;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #780000), color-stop(100%, #ab0000));
  background-image: -webkit-linear-gradient(to bottom, #780000, #ab0000);
  background-image: -moz-linear-gradient(to bottom, #780000, #ab0000);
  background-image: -o-linear-gradient(to bottom, #780000, #ab0000);
  background-image: linear-gradient(to bottom, #780000, #ab0000);
  color: white;
}
.sm-info a.disabled {
  color: #a1d1e8;
}
.sm-info a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sm-info a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-info > li:first-child > a, .sm-info > li:first-child > :not(ul) a {
/*  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;*/
}
.sm-info > li:last-child > a, .sm-info > li:last-child > *:not(ul) a, .sm-info > li:last-child > ul,
.sm-info > li:last-child > ul > li:last-child > a, .sm-info > li:last-child > ul > li:last-child > *:not(ul) a, .sm-info > li:last-child > ul > li:last-child > ul,
.sm-info > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
/*Le da la curva al borde inferior */
/* -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;*/
}
.sm-info > li:last-child > a.highlighted, .sm-info > li:last-child > *:not(ul) a.highlighted,
.sm-info > li:last-child > ul > li:last-child > a.highlighted, .sm-info > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-info > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-info > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-info ul {
  background: white;
}
.sm-info ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.sm-info ul a {
font-size: 16px;
text-shadow: none;
background-color: #ededee;
color: #292627;
} 

.sm-info ul a:hover, .sm-info ul a:focus, .sm-info ul a:active {
  font-size: 16px;
  background: #8f1f5b;
  color: #fef5f9;
  /*border-left: 8px solid transparent;*/ /*No recuerdo la fución de esto*/
}
.sm-info ul a.current {
  background: #006892;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #780000), color-stop(100%, #ab0000));
  background-image: -webkit-linear-gradient(to bottom, #780000, #ab0000);
  background-image: -moz-linear-gradient(to bottom, #780000, #ab0000);
  background-image: -o-linear-gradient(to bottom, #780000, #ab0000);
  background-image: linear-gradient(to bottom, #780000, #ab0000);
  color: white;
}
.sm-info ul a.disabled {
  color: #b3b3b3;
}
.sm-info ul ul a,
.sm-info ul ul a:hover,
.sm-info ul ul a:focus,
.sm-info ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-info ul ul ul a,
.sm-info ul ul ul a:hover,
.sm-info ul ul ul a:focus,
.sm-info ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-info ul ul ul ul a,
.sm-info ul ul ul ul a:hover,
.sm-info ul ul ul ul a:focus,
.sm-info ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-info ul ul ul ul ul a,
.sm-info ul ul ul ul ul a:hover,
.sm-info ul ul ul ul ul a:focus,
.sm-info ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-info ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-info ul li:first-child {
  border-top: 0;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-info ul {
    position: absolute;
  }

  .sm-info li {
    float: left;
  }

  .sm-info.sm-rtl li {
    float: right;
  }

  .sm-info ul li, .sm-info.sm-rtl ul li, .sm-info.sm-vertical li {
    float: none;
  }

  .sm-info a {
    white-space: nowrap;
  }

  .sm-info ul a, .sm-info.sm-vertical a {
    white-space: normal;
  }

  .sm-info .sm-nowrap > li > a, .sm-info .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-info {
    background: #5d2546;
    
  }
  .sm-info a, .sm-info a:hover, .sm-info a:focus, .sm-info a:active, .sm-info a.highlighted {
    padding: 13px 20px;
    background: #5d2546;
    color: white;
  }
  .sm-info a:hover, .sm-info a:focus, .sm-info a:active, .sm-info a.highlighted {
    background: #5d2546;
	  color: #f5a8ca;
    /*background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #4E0730), color-stop(100%, #700a46));*/
    /*background-image: -webkit-linear-gradient(to bottom, #4E0730, #700a46);*/
    /*background-image: -moz-linear-gradient(to bottom, #4E0730, #700a46);*/
    /*background-image: -o-linear-gradient(to bottom, #4E0730, #700a46);*/
    /*background-image: linear-gradient(to bottom, #4E0730, #700a46);*/
  }
  .sm-info a.current {
    background: #006892;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #780000), color-stop(100%, #ab0000));
    background-image: -webkit-linear-gradient(to bottom, #780000, #ab0000);
    background-image: -moz-linear-gradient(to bottom, #780000, #ab0000);
    background-image: -o-linear-gradient(to bottom, #780000, #ab0000);
    background-image: linear-gradient(to bottom, #780000, #ab0000);
    color: white;
  }
  .sm-info a.disabled {
    background: #4E0730;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #4E0730), color-stop(100%, #700a46));
    background-image: -webkit-linear-gradient(to bottom, #4E0730, #700a46);
    background-image: -moz-linear-gradient(to bottom, #4E0730, #700a46);
    background-image: -o-linear-gradient(to bottom, #4E0730, #700a46);
    background-image: linear-gradient(to bottom, #4E0730, #700a46);
    color: #a1d1e8;
  }
  .sm-info a span.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: #e8a1a1 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .sm-info a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-info > li:first-child > a, .sm-info > li:first-child > :not(ul) a {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
  }
  .sm-info > li {
    border-left: 2px solid #963564;
 	width: 20%;
  }
  .sm-info > li:first-child {
    border-left: 0;
  }
  .sm-info ul {
    border: 1px solid #a8a8a8;
    padding: 0px; /*era de 7px*/
    background: #ededee;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  }
  .sm-info ul ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #ededee;
  }
  .sm-info ul a, .sm-info ul a:hover, .sm-info ul a:focus, .sm-info ul a:active, .sm-info ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: #4a4b4c;
  }
  .sm-info ul a:hover, .sm-info ul a:focus, .sm-info ul a:active, .sm-info ul a.highlighted {
    background: #8f1f5b;
/*    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #4E0730), color-stop(100%, #700a46));
    background-image: -webkit-linear-gradient(to bottom, #4E0730, #700a46);
    background-image: -moz-linear-gradient(to bottom, #4E0730, #700a46);
    background-image: -o-linear-gradient(to bottom, #4E0730, #700a46);
    background-image: linear-gradient(to bottom, #4E0730, #700a46);*/
    color: #fef5f9;
  }
  .sm-info ul a.current {
    background: #006892;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #780000), color-stop(100%, #ab0000));
    background-image: -webkit-linear-gradient(to bottom, #780000, #ab0000);
    background-image: -moz-linear-gradient(to bottom, #780000, #ab0000);
    background-image: -o-linear-gradient(to bottom, #780000, #ab0000);
    background-image: linear-gradient(to bottom, #780000, #ab0000);
    color: white;
  }
  .sm-info ul a.disabled {
    background: white;
    color: #b3b3b3;
  }
  .sm-info ul a span.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 #e8a1a1;
  }
  .sm-info ul li {
    border: 0;
  }
  .sm-info span.scroll-up,
  .sm-info span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-info span.scroll-up-arrow, .sm-info span.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 #ac2b2b transparent;
  }
  .sm-info span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #ac2b2b transparent transparent transparent;
  }
  .sm-info.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-info.sm-rtl > li:first-child > a, .sm-info.sm-rtl > li:first-child > :not(ul) a {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
  }
  .sm-info.sm-rtl > li:first-child {
    border-left: 1px solid #4E0730;
  }
  .sm-info.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-info.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-info.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  .sm-info.sm-vertical a {
    padding: 9px 23px;
  }
  .sm-info.sm-vertical a span.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-info.sm-vertical > li:first-child > a, .sm-info.sm-vertical > li:first-child > :not(ul) a {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
  .sm-info.sm-vertical > li:last-child > a, .sm-info.sm-vertical > li:last-child > :not(ul) a {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }
  .sm-info.sm-vertical > li {
    border-left: 0 !important;
  }
  .sm-info.sm-vertical ul {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
  }
  .sm-info.sm-vertical ul a {
    padding: 9px 23px;
  }
}
@media (min-width: 992px) {
	.sm-info a, .sm-info a:hover, .sm-info a:focus, .sm-info a:active, .sm-info a.highlighted {
    padding: 13px 42px;
	}
}
@media (min-width: 1200px) {
	.sm-info a, .sm-info a:hover, .sm-info a:focus, .sm-info a:active, .sm-info a.highlighted {
    padding: 13px 60px;
	}
}