@charset "utf-8";

/*** Menu Navegacion Principal ***/
#navbar{
	width:958px;
	height:36px;
	position:absolute;
	left:17px;
	top:103px;
}
#nav-search{
	width:203px;
	height:36px;
	background:url(../images/nav-search.jpg) no-repeat;
	float:left;
}
#bot-search{
	width:186px;
	height:24px;
	position:absolute;
	background:url(../images/nav-boxsearch.jpg) no-repeat;
	left: 764px;
	top: 6px;
}
ul#nav {
	background: url(../images/nav.jpg) no-repeat;
	height: 36px;
	width: 755px;
	margin:0;
	padding:0;
	float:left;
}
ul#nav li {
	float: left;
	list-style: none;
}
ul#nav li a {
	position:absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	height: 36px;
	width: 100px;
	left: 169px;
	top: 0px;
}
ul#nav li#nav-inicio a {
	left: 15px;
	width: 80px;
	background: url(../images/nav.jpg) -15px 0 no-repeat !important;
}
ul#nav li#nav-empresa a {
	left: 80px;
	width: 96px;
	background: url(../images/nav.jpg) -80px 0 no-repeat !important;
}
ul#nav li#nav-productos a {
	left: 176px;
	width: 107px;
	background: url(../images/nav.jpg) -176px 0 no-repeat !important;
}
ul#nav li#nav-contacto a {
	left: 283px;
	width: 104px;
	background: url(../images/nav.jpg) -283px 0 no-repeat !important;
}
ul#nav li#nav-novedades a {
	left: 387px;
	width: 115px;
	background: url(../images/nav.jpg) -387px 0 no-repeat !important;
}

ul#nav li#nav-inicio a:hover  			{ background-position: -15px -36px !important; }
ul#nav li#nav-empresa a:hover  			{ background-position: -80px -36px !important; }
ul#nav li#nav-productos a:hover  		{ background-position: -176px -36px !important; }
ul#nav li#nav-servicios a:hover  		{ background-position: -283px -36px !important; }
ul#nav li#nav-contacto a:hover  		{ background-position: -283px -36px !important; }
ul#nav li#nav-novedades a:hover  		{ background-position: -387px -36px !important; }

ul#nav li#nav-inicio a.active  			{ background-position: -15px -36px !important; }
ul#nav li#nav-empresa a.active  		{ background-position: -80px -36px !important; }
ul#nav li#nav-productos a.active  		{ background-position: -176px -36px !important;}
ul#nav li#nav-servicios a.active  		{ background-position: -283px -36px !important; }
ul#nav li#nav-contacto a.active  		{ background-position: -283px -36px !important;}
ul#nav li#nav-novedades a.active  		{ background-position: -387px -36px !important; }
/*** Fin Menu Navegacion Principal ***/

