/*

	-- -- -- -- -- -- --
	css sprites2
	nav style, with style for scripted elements

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/


body {
	color: #000;
}

.nav {
	width: 900px;
	height: 35px;
	background: url(../imagenes/menuSprite.jpg) no-repeat;
	position: absolute;
	top: 180px;
	margin: 0;
	padding: 0;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 35px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .talent a:link, .nav .talent a:visited {
		left: 0px;
		width: 190px;
	}
	.nav .talent a:hover, .nav .talent a:focus {
		background: url(../imagenes/menuSprite.jpg) no-repeat 0 -36px;
	}
	.nav-talent, .nav-talent-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 190px;
		height: 35px;
		background: url(../imagenes/menuSprite.jpg) no-repeat 0 -36px;
	}


	.nav .productosyservicios a:link, .nav .productosyservicios a:visited {
		left: 190px;
		width: 182px;
	}
	.nav .productosyservicios a:hover, .nav .productosyservicios a:focus {
		background: url(../imagenes/menuSprite.jpg) no-repeat -190px -36px;
	}
	.nav-productosyservicios, .nav-productosyservicios-click {
		position: absolute;
		top: 0;
		left: 190px;
		width: 182px;
		height: 35px;
		background: url(../imagenes/menuSprite.jpg) no-repeat -190px -36px;
	}
	
	.nav .consultores a:link, .nav .consultores a:visited {
		left: 372px;
		width: 116px;
	}
	.nav .consultores a:hover, .nav .consultores a:focus {
		background: url(../imagenes/menuSprite.jpg) no-repeat -372px -36px;
	}
	.nav-consultores, .nav-consultores-click {
		position: absolute;
		top: 0;
		left: 372px;
		width: 116px;
		height: 35px;
		background: url(../imagenes/menuSprite.jpg) no-repeat -372px -36px;
	}
	
	.nav .candidatos a:link, .nav .candidatos a:visited {
		left: 488px;
		width: 101px;
	}
	.nav .candidatos a:hover, .nav .candidatos a:focus {
		background: url(../imagenes/menuSprite.jpg) no-repeat -488px -36px;
	}
	.nav-candidatos, .nav-candidatos-click {
		position: absolute;
		top: 0;
		left: 488px;
		width: 101px;
		height: 35px;
		background: url(../imagenes/menuSprite.jpg) no-repeat -488px -36px;
	}
	.nav .media a:link, .nav .media a:visited {
		left: 589px;
		width: 62px;
	}
	.nav .media a:hover, .nav .media a:focus {
		background: url(../imagenes/menuSprite.jpg) no-repeat -589px -36px;
	}
	.nav-media, .nav-media-click {
		position: absolute;
		top: 0;
		left: 589px;
		width: 62px;
		height: 35px;
		background: url(../imagenes/menuSprite.jpg) no-repeat -589px -36px;
	}
	
	.nav .testimoniales a:link, .nav .testimoniales a:visited {
		left: 651px;
		width: 121px;
	}
	.nav .testimoniales a:hover, .nav .testimoniales a:focus {
		background: url(../imagenes/menuSprite.jpg) no-repeat -651px -36px;
	}
	.nav-testimoniales, .nav-testimoniales-click {
		position: absolute;
		top: 0;
		left: 651px;
		width: 121px;
		height: 35px;
		background: url(../imagenes/menuSprite.jpg) no-repeat -651px -36px;
	}
	
	
	.nav .contacto a:link, .nav .contacto a:visited {
		left: 772px;
		width: 128px;
	}
	.nav .contacto a:hover, .nav .contacto a:focus {
		background: url(../imagenes/menuSprite.jpg) no-repeat -772px -36px;
	}
	.nav-contacto, .nav-contacto-click {
		position: absolute;
		top: 0;
		left: 772px;
		width: 128px;
		height: 35px;
		background: url(../imagenes/menuSprite.jpg) no-repeat -772px -36px;
	}
	
	

	/*
	.nav .contact a:link, .nav .contact a:visited {
		left: 281px;
		width: 97px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(../imagenes/menuSprite.jpg) no-repeat -281px -36px;
	}
	.nav .contact a:active {
		background: url(../imagenes/menuSprite.jpg) no-repeat -281px -98px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(../imagenes/menuSprite.jpg) no-repeat -281px -147px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 281px;
		width: 97px;
		height: 35px;
		background: url(../imagenes/menuSprite.jpg) no-repeat -281px -36px;
	}
	.nav-contact-click {
		background: url(../imagenes/menuSprite.jpg) no-repeat -281px -98px;
	}
*/
