
/*** ESSENTIAL STYLES ***/

.sf-right {
  margin-right: 10px;
  float: left;
  width: 0px;
  display:none;
}

.sf-menu, .sf-menu * {
	margin:			0px;
	padding:		0px;
	list-style:		none;
	/* background:rgb(226,225,230) url(../../img/fondomenu.png); */

}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			100%;

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	
}

.sf-menu li li li{
	border-right:0px;
	margin-left:0px;

}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			31px; /* match top ul list item height */
	z-index:		99;
	width:auto
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
	
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/*xmargin-bottom:	1em;*/
}
.sf-menu a {
	display:block;
	/*margin-right:2px;*/
	padding: 0 12px 0 10px;
	line-height:31px;
	border: 0;
	text-decoration:none;

}

.sf-menu li li {
	/* NM */
	/* background:rgb(226,225,230) url(../../img/fondomenu.png); */
}
.xsf-menu li li li {
	/* NM */
	background-color:	rgba(240, 240, 240, 0.9);
	
}

.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
	/* NM */
	/* background:rgb(53,74,65) url(../../i/fondomenusel.png); */
	outline:		0;
}
.sf-menu ul li li a:focus, .sf-menu ul li li a:hover, .sf-menu ul li li a:active {
	/* NM */
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 8px;
	background-position: 0 -97px; /* use translucent arrow for modern browsers flecha submenu */
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -97px; /* arrow hovers for modern browsers hover menu principal*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	right:5px;
	/*background-position: 0 0;*/ /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-search input[type="text"] {
	-moz-border-top-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
  padding: 0px;
  margin:0px;
  margin-right:0px;
  /* lupa en caja */
  background: #fff url(img/search.gif) no-repeat left top;padding-left: 20px;
  /* caja sin lupa */
  /*background: #fff url(img/search.gif) no-repeat -15px 0;padding-left:5px;padding-right:5px;*/
  border:1px solid #bbb;
  font-size:11px;
  font-family:Arial;
  color:#000;
  height:22px;
}
#searchboxsubmit{
	-moz-border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;	
  padding:4px;
  margin:0px;
  padding-left: 8px;padding-right:8px;
  margin-right:3px;margin-left:0px;

  background: #eee url(img/searchbt.png) no-repeat center center;
  border:1px solid #bbb;
  font-size:12px;
  font-family:Arial;
  width:25px;
  height:24px;
}

/* hack IE7 
.sf-menu a, .sf-menu a:visited {height:31px !IE;}*/
.xsf-menu li li {
	/*xwidth:200px;
	background:#eee !IE;*/
}