/*Navigation*/

#inavigation a:link, #inavigation a:visited {
	color: #b0b0b0;
	text-decoration: none;
	font-weight: bold;
}

#inavigation #current a:visited, #inavigation #current a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#inavigation {
	float: left;
	width: 100%;
	background: #fff url(../../../../images/layout/bg.gif) repeat-x bottom;
	font-size: 123%;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#inavigation ul {
	margin: 0;
	padding: 1.31em 10px 0;
	list-style: none;
}

#inavigation li {
	float: left;
	background: url(../../../../images/layout/left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#inavigation a {
	float: left;
	display: block;
	background: url(../../../../images/layout/right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: black;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header a {float: none;}
/* End IE5-Mac hack */
  
#inavigation #current {
	background-image: url(../../../../images/layout/left_on.gif);
}

#inavigation #current a {
	background-image: url(../../../../images/layout/right_on.gif);
	padding-bottom: 5px;
}

.navbar {
	margin-top: 40px;
}

.inner h1:before {
	content: url(../../../../images/layout/logotipo_iteam.jpg); 
	display: block;
}

.inner h1 {
	color: white;
	padding: 0; 
	margin: 0; 
	height: 94px; 
	overflow: hidden;
}
