#nav {
	background: #013171;
	width: 100%;
	padding: 8px 0 0 0;
	list-style: none;
	float: right;
	right: auto;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 92%;
}

#nav a {
	float: left;
/*	display: block;*/
	color: #D1F0FC;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 7px 18px;
	border: 1px solid #131313;
	border-bottom: 0;
	background: #507AAD url(tab-off.jpg) repeat-x top left;
}

#nav a:hover {
	color: #fff;
	background: #5D92D4 url(tab-hover.jpg) repeat-x top left;
}

body#home #t-home a,
body#blog #t-blog a,
body#work #t-work a,
body#about #t-about a,
body#about #t-cliente a,
body#contact #t-contact a  {
	color: #222;
	background: #fff url(tab-on.jpg) repeat-x top left;
	border-color: #fff;
	font-weight: bold;
}

div.inner-wrap {
	width: 531px;
	margin: 0 auto;
	text-align: right;
	float: right;
}

/*
 =sidebar nav
---------------------------------------------------------- */





/* =footer nav
---------------------------------------------------------- */
