.navegacion{
	margin:0;
	border:0 none;
	height: 33px;
	padding: 0;
}

/*Style for the navigation menu*/
.nav {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 33px;
	background: url(../images/template/nav_bar.png) no-repeat;
	position: relative;
	background-image: url(../images/template/nav_bar.png);
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	height: 33px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
	border: none;
	/*top: 0px;*/
}
	/*Productos*/
	.nav .products a:link, .nav .products a:visited {
		left: 0px;
		width: 190px;
	}
	.nav .products a:hover, .nav .products a:focus {
		background: url(../images/template/nav_bar.png) no-repeat 0px -33px;
	}
	.nav .products a:active {
		background: url(../images/template/nav_bar.png) no-repeat 0px -66px;
	}
	.current-products .products a:link, .current-products .products a:visited {
		background: url(../images/template/nav_bar.png) no-repeat 0px -66px;
		cursor: default;
	}
	.nav-products, .nav-products-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 190px;
		height: 33px;
		background: url(../images/template/nav_bar.png) no-repeat 0px -33px;
	}
	.nav-products-click {
		background: url(../images/template/nav_bar.png) no-repeat 0px -66px;
	}

	/*Nosotros*/
	.nav .about a:link, .nav .about a:visited {
		left: 190px;
		width: 190px;
	}
	.nav .about a:hover, .nav .about a:focus {
		background: url(../images/template/nav_bar.png) no-repeat -190px -33px;
	}
	.nav .about a:active {
		background: url(../images/template/nav_bar.png) no-repeat -190px -66px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(../images/template/nav_bar.png) no-repeat -190px -66px;
		cursor: pointer;
	}
	.nav-about, .nav-about-click {
		position: absolute;
		top: 0;
		left: 190px;
		width: 190px;
		height: 33px;
		background: url(../images/template/nav_bar.png) no-repeat -190px -33px;
	}
	.nav-about-click {
		background: url(../images/template/nav_bar.png) no-repeat -190px -66px;
	}

	/*Soporte*/
	.nav .support a:link, .nav .support a:visited {
		left: 382px;
		width: 190px;
	}
	.nav .support a:hover, .nav .support a:focus {
		background: url(../images/template/nav_bar.png) no-repeat -382px -33px;
	}
	.nav .support a:active {
		background: url(../images/template/nav_bar.png) no-repeat -382px -66px;
	}
	.current-support .support a:link, .current-support .support a:visited {
		background: url(../images/template/nav_bar.png) no-repeat -382px -66px;
		cursor: default;
	}
	.nav-support, .nav-support-click {
		position: absolute;
		top: 0;
		left: 382px;
		width: 190px;
		height: 33px;
		background: url(../images/template/nav_bar.png) no-repeat -382px -33px;
	}
	.nav-support-click {
		background: url(../images/template/nav_bar.png) no-repeat -382px -66px;
	}

	/*Contacto*/
	.nav .contact a:link, .nav .contact a:visited {
		left: 570px;
		width: 190px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(../images/template/nav_bar.png) no-repeat -571px -33px;
	}
	.nav .contact a:active {
		background: url(../images/template/nav_bar.png) no-repeat -571px -66px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(../images/template/nav_bar.png) no-repeat -571px -66px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 571px;
		width: 190px;
		height: 33px;
		background: url(../images/template/nav_bar.png) no-repeat -571px -33px;
	}
	.nav-contact-click {
		background: url(../images/template/nav_bar.png) no-repeat -571px -66px;
	}
	
/* -- overriding ALA style -- */
#content ul.nav {
	padding: 0;
	margin: 2em 0;
}
#content ul.nav li {
	display: inline;
	background: none;
	margin-bottom: 0;
	padding-left: 0;
}

/* -- ALA anti-aliasing fix -- */
.issn {
	opacity: 0.9999;
}
