/*Menu*/
#menu {
	width: 100%;
	height: 21px;
	float: right;
	padding-top: 3px;
}

#menu ul{
   margin:0 0px 0 0;
   padding:0px 0px 0px;
   list-style:none;
	float: right;
	font-size:10px;
	list-style-type:none;
 	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial,sans-serif;


 

}
#menu li{
	display: inline;
	margin: 0;
	padding:0px;
	
	
}
#menu li.menu-sep-ini {
	display: inline;
	width: 16px;
	height: 21px;
	float: left;
	background: url(sep-menu.gif) no-repeat 0px -63px;	
}
#menu li.menu-sep-ini-izq {
	display: inline;
	width: 16px;
	height: 21px;
	float: left;
	background: url(sep-menu.gif) no-repeat 0px -126px;	
}
#menu li.menu-sep-fin {
	display: inline;
	width: 16px;
	height: 21px;
	float: left;
	background: url(sep-menu.gif) no-repeat 0px -84px;	
}
#menu li.menu-sep-fin-der {
	display: inline;
	width: 16px;
	height: 21px;
	float: left;
	background: url(sep-menu.gif) no-repeat 0px -105px;	
}

#menu li.menu-sep {
	display: inline;
	width: 16px;
	height: 21px;
	float: left;
	background: url(sep-menu.gif) no-repeat 0px 0px;
}
#menu li.menu-sep-der {
	display: inline;
	width: 16px;
	height: 21px;
	float: left;
	background: url(sep-menu.gif) no-repeat 0px -21px;	
}
#menu li.menu-sep-izq {
	display: inline;
	width: 16px;
	height: 21px;
	float: left;
	background: url(sep-menu.gif) no-repeat 0px -42px;	
}

#menu a {
   float:left;
   padding-left: 5px;
   padding-right: 2px;
    padding-top: 4px;
    	height: 21px;
  	/*lado izq si lo tuviera+*/
	background: url(sep-menu.gif) repeat-x 0px -168px;	
	text-decoration:none;	
	color: #333;

}

#menu a span {
	float: left;
	display: block;
	padding: 4px 14px 5px 4px; 
	
	
}

#menu a span {float:none;
 
}

#menu a:hover span {

color: #CC871F;
  }
#menu a.seleccionado span {

  }  
#menu  a.seleccionado  {
background-position:0 -147px !important;
color: #FFF !important;
font-weight: bold;
   padding-left: 4px;
   padding-right: 3px;
 }
#menu  a.seleccionado span {
 background-position:100% -21px !important;
  font-weight: bold !important;
  }
#menu a:hover {
  color: #007dc4;
  }
#menu a:hover span {
/*background-position:100% -24px;*/
  }
/******************/
