ul.sidenav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-top: 1px solid #b3b3b3;
	width: 96%;
}

ul.sidenav li{
	display: block;
	color: #000000;
	text-decoration: none;
	width: 100%;
	padding: 10px 10px 10px 35px;
	/*background: url(sidenav_a.gif) no-repeat 5px 7px;*/
	border-bottom: 1px solid #b3b3b3;
	font-family: "Muli-Bold", Helvetica;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
}

.home .text-wrapper-25 {
  position: absolute;
  top: 24px;
  left: 11px;
  width: 174px;
  font-family: "Muli-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}


ul.sidenav li span{	display: none; }
ul.sidenav li:hover span {
	display: block;
	width: 100%;
	padding: 10px 10px;
	background: #ededed;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	font-family: "Muli-ExtraLight", Helvetica;
    font-weight: 200;
    color: #000000;
    font-size: 18px;
	letter-spacing: 0;
    line-height: 30px;
}

.flecha {
	width:18px;
	height:18px;
	position: absolute;
	left: 95%;
	
}


