
/*Menu derecho*/
.hlist-simple {
	width: 100%;
	float: right;
	padding-top: 2px;

}
.hlist img {float:left;margin: 0px;}


.hlist-simple img {float:left;margin: 0px 0px 0px 0px;}
.hlist-simple ul {
	list-style-type:none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: right;
	
	font-weight:  normal;
	font-size:11px;
letter-spacing:0px;
text-transform: none;
	

}

.hlist-simple ul li {
	display:block;
	float:left;
	padding: 0px 0px;


}
.hlist-simple ul li a {
	position: relative;
	color: #000000;
	padding: 0px 0px 3px 10px;
	
}
.hlist-simple ul li a:hover, #menu-cesta:hover {
	color: #007dc4;
}
.hlist-simple .seleccionado {
	position: relative;
	color: #777 !important;
	

}
li#menu-cesta img {
	width: 16px;
	height: 16px;
	padding-right: 5px;
}
/*fin*/

.hlist-simple .menu-sep {
  	width: 1px;
	height: 11px;
	float: left;
	background: transparent url(separador-menu.gif) repeat-y;
	margin-top: 3px;
	margin-left: 10px;

  }
  
  .hlist-simple-inf .menu-sep {
  	width: 1px;
	height: 11px;
	float: left;
	background: transparent url(separador-menu.gif) repeat-y;
	margin-top: 3px;
   margin-right: 10px;


  }
  
  .hlist-simple-inf {
	padding: 8px 0px 16px 0px;
	width: 100%;
	float: left;


}
.hlist-simple-inf img {float:left;margin: 0px;}

.hlist-simple-inf img {float:left;margin: 2px 0px 0px 0px;}
.hlist-simple-inf ul {
	list-style-type:none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: left;	
	font-weight:  normal;
	font-size:11px;
letter-spacing:0px;
text-transform: none;
	

}

.hlist-simple-inf ul li {
	display:block;
	float:left;
	padding: 0px 0px;


}
.hlist-simple-inf ul li a {
	position: relative;
		color: #000000;
	padding: 0px 10px 3px 0px;
	
}
.hlist-simple-inf ul li a:hover {
	color: #e41270;


}
.hlist-simple-inf .seleccionado {
	position: relative;
	color: #007dc4 !important;
	

}
 a.agregar-producto {
   float:left;
   background: url(botonleerizq.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 10px;
	text-decoration:none;
	cursor: hand;
}
 a.agregar-producto span {
	float:left;
	font-size: 10px;
	display:block;
	background: url(botonleerder.gif) no-repeat right top;
	padding: 2px 10px 0px 0px;
	font-weight: bold;
		text-transform: uppercase;
/*	text-shadow: 0 1px 0px #940C49; */
	height: 23px;
	color: #FFF;
	cursor: hand;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
a.agregar-producto  span {float:none;}
/* End IE5-Mac hack */
html>body a:hover.agregar-producto  span {
  color:#FFF;
  }

html>body a:hover.agregar-producto  {
  background-position:0% -25px;
  }
html>body a:hover.agregar-producto span {
  background-position:100% -25px;
  }