@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: Arial;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 8px 13px;
  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  text-decoration: none;
  color: white;
  background-color: #2977b6;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-bottom: solid 1px white;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
  background-color: #2977b6;
  opacity: 0.7;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 14.5px;
  top: 35%;
  z-index: 5;
  display: block;
  height: 8px;
  width: 1px;
  background: white;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 12px;
  top: 46%;
  display: block;
  width: 8px;
  height: 1px;
  background: white;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 8px 13px;
  cursor: pointer;
  z-index: 2;
  font-size: 12px;
  text-decoration: none;
  color: #266CA6;
  background-color: #D6E8F5;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-bottom: solid 1px #226499;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
  color: #885509;
}
#cssmenu ul ul li a:hover {
  //color: #ffffff;
  background: #eeeeee;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 35%;
  right: 16px;
  background: #7DA91B;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 46%;
  background: #7DA91B;
}

.project{
    background-image:url("../images/project.png");
    background-position: 1px 2px;
    background-repeat: no-repeat;
}

.config{
    background-image:url("../images/conf.png");
    background-position: 1px 3px;
    background-repeat: no-repeat;
}

.rrhh{
    background-image:url("../images/rrhh.png");
    background-position: 1px 2px;
    background-repeat: no-repeat;
}