#cssmenu div.menu-icon {
  display: none;
}
.navbarnavtop{padding-top:30px}
.navbarnavtop > li > a {
	color: #fff;
	padding: 15px;
  font-size: .83em;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  /*padding: 0;
  border: 1px solid #0F6;*/
  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 ul {float:right!important}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover > a {
  color: #000;
}
#cssmenu > ul > li:hover > a.submenuw {
  color: #fff;background: #000;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
/*#cssmenu.align-right*/
#cssmenu li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul {
  text-align: left;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul{
  background-color:#000;left: -9999px;position: absolute;width: 34.375em; /*550px*/
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  /* fonde ventana submenu*/	
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 8px;
  width: 100%;
  font-size: .73em;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #000;/*#333333;*/
  text-transform: uppercase;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff; /*aqui para ponerlo en color rosa*/
  background:#e80c62;
}

#cssmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


@media only screen and (max-width:64.000em){
#cssmenu ul.navbarnavtop{display:none;}
#cssmenu div.menu-icon{color:#000;font-size:2em;display:block;float:right!important;width:40px;height:33px;text-align:center;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;background-color:#eee;border-radius:3px;margin-top:30px;}
}

