/* Etiquetas para el header */

div.header {
	width: 745px;
	height: 101px;
	margin-bottom: 30px;
}

	div.header h1 {
		margin: 0;
		padding: 12px 0 13px 0;
		float: left;
	}
	
	div.herramientas {
		width: 450px;
		height: 33px;
		float: right;
		text-align: right;
	}
	
		div.herramientas p {
			font: bold 0.7em Arial, sans-serif;
			color: white;
			margin: 10px 12px 0 0;
			padding: 0;
		}
		
		div.herramientas a {
			color: white;
		}
		
		div.herramientas p span.ingles {
			padding-right: 25px;
		}
		
	
	div.menu {
		margin-top: 38px;
		width: 450px;
		float: right;
	}	

		div.menu ul {
			display: inline;
			padding: 0;
			margin: 0;
			width: auto;
			float: right;
		}
	
	div.menu ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}

	div.menu a, div.menu  li strong {
		float: left;
		padding: 30px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:30px; /* for IE5/Win only */
		}
	
	ul.es #tinicio a, ul.es #tinicio strong {
		width: 48px;
		background: url(../images/nav_inicio.gif) top left no-repeat;
	}
		
	ul.es #tempresa a, ul.es #tempresa strong {
		width: 65px;
		background: url(../images/nav_empresa.gif) top left no-repeat;
	}
	
	ul.es #tproductos a, ul.es #tproductos strong {
		width: 77px;
		background: url(../images/nav_productos.gif) top left no-repeat;
	}	
	
	ul.es #tpreguntas a, ul.es #tpreguntas strong {
		width: 138px;
		background: url(../images/nav_preguntas.gif) top left no-repeat;
	}

	ul.es #tcontactar a, ul.es #tcontactar strong {
		width: 73px;
		background: url(../images/nav_contactar.gif) top left no-repeat;
	}	

	#tfamilias a, #tfamilias strong {
		width: 65px;
		background: url(../images/nav_familias.gif) top left no-repeat;
	}

	#tprecios a, #tprecios strong {
		width: 60px;
		background: url(../images/nav_precios.gif) top left no-repeat;
	}
	
	#tstock a, #tstock strong {
		width: 55px;
		background: url(../images/nav_stock.gif) top left no-repeat;
	}
	
	#tclientes a, #tclientes strong {
		width: 61px;
		background: url(../images/nav_clientes.gif) top left no-repeat;
	}
	
	#tadministradores a, #tadministradores strong {
		width: 104px;
		background: url(../images/nav_administradores.gif) top left no-repeat;	
	}	

	#tusuarios a, #tusuarios strong {
		width: 66px;
		background: url(../images/nav_usuarios.gif) top left no-repeat;
	}	
	
	div.menu li strong {
		background-position: 0 -60px !important;
	}
	
	div.menu #selected {
		background-position: 0 -60px !important;
	}

	div.menu a:hover {
		background-position: 0 -30px !important;
	}

/* Fin de las etiquetas para el header */

















	ul.en #tinicio a, ul.en #tinicio strong {
		width: 46px;
		background: url(../images/nav_inicio_en.gif) top left no-repeat;
	}
		
	ul.en #tempresa a, ul.en #tempresa strong {
		width: 65px;
		background: url(../images/nav_empresa_en.gif) top left no-repeat;
	}
	
	ul.en #tproductos a, ul.en #tproductos strong {
		width: 69px;
		background: url(../images/nav_productos_en.gif) top left no-repeat;
	}	
	
	ul.en #tpreguntas a, ul.en #tpreguntas strong {
		width: 49px;
		background: url(../images/nav_preguntas_en.gif) top left no-repeat;
	}

	ul.en #tcontactar a, ul.en #tcontactar strong {
		width: 79px;
		background: url(../images/nav_contactar_en.gif) top left no-repeat;
	}	
	
	
	
	
	
	
	
	ul.fr #tinicio a, ul.fr #tinicio strong {
		width: 58px;
		background: url(../images/nav_inicio_fr.gif) top left no-repeat;
	}
		
	ul.fr #tempresa a, ul.fr #tempresa strong {
		width: 78px;
		background: url(../images/nav_empresa_fr.gif) top left no-repeat;
	}
	
	ul.fr #tproductos a, ul.fr #tproductos strong {
		width: 69px;
		background: url(../images/nav_productos_fr.gif) top left no-repeat;
	}	
	
	ul.fr #tpreguntas a, ul.fr #tpreguntas strong {
		width: 137px;
		background: url(../images/nav_preguntas_fr.gif) top left no-repeat;
	}

	ul.fr #tcontactar a, ul.fr #tcontactar strong {
		width: 65px;
		background: url(../images/nav_contactar_fr.gif) top left no-repeat;
	}	

