/*div#ulnav {
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	width: 656px;
	clear: both;
	height: 145px;
	position: absolute;
	top: 80px;
	left: 340px;
}*/
div.navegacion{
		     position: absolute; 
		     left: 94px; 
		     top: 75px;
}

#nav {
	margin: 0;
	padding: 11px;
	height: 15px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 700px;
	}

#nav li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:35px; /* para IE5/Win solamente */
	}
	
#nav a:hover {
	background-position: 0 -15px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -30px;
	}
	
	
/* rules */

#tempresa a  {
	width: 109px;
	background: url(/en/images/nav_montserrat.gif) top left no-repeat;
	}
	
#ttransporte a  {
	width: 112px;
	background: url(/en/images/nav_transporte.gif) top left no-repeat;
	}
	
#talmacenaje a  {
	width: 114px;
	background: url(/en/images/nav_almacenaje.gif) top left no-repeat;
	}
	
#tdeposito a  {
	width: 138px;
	background: url(/en/images/nav_deposito.gif) top left no-repeat;
	}
	
	
#tclientes a {
	width: 102px;
	background: url(/en/images/nav_clientes.gif) top left no-repeat;
	}
	
#tcontactar a {
	width: 81px;
	background: url(/en/images/nav_contactar.gif) top left no-repeat;
	}	


