@charset "utf-8";

/*** Menu Navegacion Principal ***/
ul#nav {
	position:relative;
	height:40px;
	width:630px;
	top:105px;
	left:10px;
	margin:0;
	padding:0;
	background: url(../images/nav.gif) 0 0 no-repeat;
}
ul#nav li {
	float: left;
	list-style: none;
}
ul#nav li a {
	position:absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	height: 40px;
	top: 0px;
}
ul#nav li#nav-inicio a {
	left: 0;
	width:98px;
	background: url(../images/nav.gif) 0 0 no-repeat;
}
ul#nav li#nav-empresa a {
	left: 98px;
	width:119px;
	background: url(../images/nav.gif) -98px 0 no-repeat;
}
ul#nav li#nav-productos a {
	left: 217px;
	width:128px;
	background: url(../images/nav.gif) -217px 0 no-repeat;
}
ul#nav li#nav-contactar a {
	left: 345px;
	width:129px;
	background: url(../images/nav.gif) -345px 0 no-repeat;
}

ul#nav li#nav-inicio a:hover  		{ background-position: 0 -40px;}
ul#nav li#nav-empresa a:hover  		{ background-position: -98px -40px;}
ul#nav li#nav-productos a:hover  	{ background-position: -217px -40px;}
ul#nav li#nav-contactar a:hover  	{ background-position: -345px -40px;}

ul#nav li#nav-inicio a.active  		{ background-position: 0 -80px;}
ul#nav li#nav-empresa a.active  	{ background-position: -98px -80px;}
ul#nav li#nav-productos a.active  	{ background-position: -217px -80px;}
ul#nav li#nav-contactar a.active  	{ background-position: -345px -80px;}
/*** Fin Menu Navegacion Principal ***/