

@font-face {
                font-family: "Muli-ExtraLight";
                src: url(../../font/Muli-ExtraLight.ttf) format("truetype");
            }


 @font-face {
                font-family: "Oswald-ExtraLight";
                src: url(../../font/Oswald-ExtraLight.ttf) format("truetype");
            }



html,body

{
 font-family: "Muli-ExtraLight";
  overflow-x:hidden;
  

}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
 
  padding: 0;
  border: 0;
  list-style: none;
  width:203px;
  
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 200px;

  letter-spacing:1px;

}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
	padding-top:20px;
	padding-bottom:20px;
	
	border-bottom: 1px solid #666 ;
  cursor: pointer;
  z-index: 2;
          font-family: "Oswald-ExtraLight";

  font-size: 14px;
  font-weight: lighter;
  text-decoration: none;
  color: #666;

  background:none;
 
}
/*#cssmenu > ul > li > a:hover,*/
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
color: #7dc2ff;
  
  font-weight:bold;


}
#cssmenu > ul > li.open > a {

}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 50px;
  z-index: 10;
 
 
}
.holder::after {
  top: 10px;
  position:absolute;
   left:-30px;
  width:15px;
  height:15px;
  background: url(../../../img/flecha2.png) no-repeat;}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 9px;
  left:-195px;
  width:15px;
    height:15px;

	 background:url(../../../img/flecha1.png) no-repeat;
 
}
#cssmenu ul ul li a {
	letter-spacing:1px;
  cursor: pointer;
  padding-top:10px;
  padding-bottom:px;
  z-index: 1;

  font-size: 14px;
  left:0px;
  color: #003EA2;
  background: #F0F0F0;

}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 7px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #002D60;
  border-left: 2px solid #002D60;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #002D60;
}
