#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  z-index:9999;
}
#cssmenu {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background-image:url(../img/barra.jpg);  
  background-repeat: repeat-x;  
  border-bottom: 2px solid #165197;
  width: 100%; 
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background-image:url(../img/barra.jpg);  
  background-repeat: repeat-x;   
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 13px 10px;
  text-decoration: none;  
  box-shadow: inset 0 0 3px #0F4B93;
  -moz-box-shadow: inset 0 0 3px #0F4B93;
  -webkit-box-shadow: inset 0 0 3px #0F4B93;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #fff;
  font-size: 12px;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #165197;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #fff;
  box-shadow: inset 0 0 3px #0F4B93;
  -moz-box-shadow: inset 0 0 3px #0F4B93;
  -webkit-box-shadow: inset 0 0 3px #0F4B93; 
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #437ABA;
  border-bottom: 1px dotted #442C22;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 5px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #165197;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #437ABA;
  border-bottom: 1px dotted #ff0f1b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #8f0007;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}
/*segundo menu*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu1,
#cssmenu1 ul,
#cssmenu1 li,
#cssmenu1 a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size:12px; 
  font-family:Arial, Helvetica, sans-serif;  
  position: relative;
}
#cssmenu1 {
  width: auto;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu1 a {
  line-height: 1.3;
}
#cssmenu1 > ul > li:first-child {
  background: #383838;  
  border: 1px solid #45463d;
}
#cssmenu1 > ul > li:first-child > a {
  padding: 7px 10px;
  background: url(../img/pattern.png) top left repeat;
  border: none; 
  font-family:Arial, Helvetica, sans-serif; 
  font-weight:bold;
  text-align: left;
  font-size: 12px;  
  text-shadow: 0 -1px 1px #000000;
  color:#FFF;
}
#cssmenu1 > ul > li:first-child > a > span {
  padding: 0;
  background: #383838;
}
#cssmenu1 > ul > li:first-child:hover {
  background: #383838; 
}
#cssmenu1 > ul > li {
  background: #fff;
}
#cssmenu1 > ul > li:hover {
  background: #fff;
 
}
#cssmenu1 > ul > li > a {
  font-size: 14px;
  display: block;
  background: url(../img/pattern.png) top left repeat;
  color: #000;
  border: 1px solid #000;
  border-top: none;
  
}
#cssmenu1 > ul > li > a > span {
  display: block;
  padding: 4px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu1 > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu1 > ul > li.active {
  border-bottom: none;
}
#cssmenu1 > ul > li.has-sub > a span {
  background: url(../img/icon_plus.png) 96% center no-repeat;
}
#cssmenu1 > ul > li.has-sub.active > a span {
  background: url(../img/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu1 ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
/*este no es*/
#cssmenu1 ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu1 ul ul li:last-child {
  border-bottom: none;
}
#cssmenu1 ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu1 ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #000;
}
#cssmenu1 ul ul a:hover {
  color: #ccc;
}
/*3rptmenu*/

#cssmenu2 ul,
#cssmenu2 li,
#cssmenu2 span,
#cssmenu2 a {
  margin: 0;
  padding: 0;
  position: relative;
  z-index:99999;
}
#cssmenu2 {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background-image:url(../img/barra-2.jpg);  
  background-repeat: repeat-x;  
  border-bottom: 2px solid #000;
  width: 450px;
  margin-left:120px;
  margin-top:-35px;
}
#cssmenu2:after,
#cssmenu2 ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu2 a {
  background-image:url(../img/barra-2.jpg);  
  background-repeat: repeat-x;   
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;  
  padding: 10px 20px;
  text-decoration: none;  
  box-shadow: inset 0 0 3px #F0F0F0;
  -moz-box-shadow: inset 0 0 3px #F0F0F03;
  -webkit-box-shadow: inset 0 0 3px #F0F0F0;
  box-sizing:border-box;
}
#cssmenu2 ul {
  list-style: none;
}
#cssmenu2 > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu2.align-center {
  text-align: center;
}
#cssmenu2.align-center > ul > li {
  float: none;
}
#cssmenu2.align-center ul ul {
  text-align: left;
}
#cssmenu2.align-right > ul {
  float: right;
}
#cssmenu2.align-right ul ul {
  text-align: right;
}
#cssmenu2 > ul > li > a {
  color: #fff;
  font-size: 12px;
}
#cssmenu2 > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  margin-left: -10px;
}
#cssmenu2 > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu2.align-right > ul > li:first-child > a,
#cssmenu2.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu2.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu2 > ul > li.active > a,
#cssmenu2 > ul > li:hover > a {
  height:38px;
  padding: 15px 20px;
  color: #fff;
  box-shadow: inset 0 0 3px #F0F0F0;
  -moz-box-shadow: inset 0 0 3px #F0F0F0;
  -webkit-box-shadow: inset 0 0 3px #F0F0F0; 
}
#cssmenu2 .has-sub {
  z-index: 1;
}
#cssmenu2 .has-sub:hover > ul {
  display: block;
}
#cssmenu2 .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu2.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu2 .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu2 .has-sub ul li a {
  background: #000;
  border-bottom: 1px dotted #000;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu2 .has-sub ul li:hover a {
  background: #165197;
}
#cssmenu2 ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu2 .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu2 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu2.align-right .has-sub .has-sub ul,
#cssmenu2.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu2 .has-sub .has-sub ul li a {
  background: #000;
  border-bottom: 1px dotted #ff0f1b;
}
#cssmenu2 .has-sub .has-sub ul li a:hover {
  background: #8f0007;
}
#cssmenu2 ul ul li.last > a,
#cssmenu2 ul ul li:last-child > a,
#cssmenu2 ul ul ul li.last > a,
#cssmenu2 ul ul ul li:last-child > a,
#cssmenu2 .has-sub ul li:last-child > a,
#cssmenu2 .has-sub ul li.last > a {
  border-bottom: 0;
}
