/* Botonera de menu izquierda */
#izq ul {
	float: left;
	border-bottom: 0px solid #2763A5;
	line-height: normal;
	font-size: 93%;
	margin: 0;
	width: 150px;
	padding: 0px 0px 3px 0px;
	list-style: none;
}
#izq li {
      display:inline;
      margin:0;
      padding:0;
      }
#izq a {
	width: 100%;
	float: left;
	background: url("menuizq.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 0px;
	text-decoration: none;
}
#izq a span {
      float:left;
      display:block;
      background:url("menuder.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
}
#izq a span {float:none;}
#izq a:hover span {color:#FFF; }
#izq a:hover {
	background-position: 0% -43px;
}
#izq a:hover span {
      background-position:100% -43px;
			color: Yellow;
}