@charset "utf-8";
/* CSS Document */


/* NAV SUPERIOR */

/*#corSup {
	background-image:url(/images/detalhes/coresSup.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:350px;
	height:9px;
	float:right;
}*/

#corSup {
	background-image:url(/images/detalhes/coresSupCamp.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:428px;
	height:9px;
	float:right;
}

#navSup {
	width:428px;
	height:15px;
	float:right;
}

#navSup ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navSup ul li {
	width:60px;
	height:25px;
	float:left;
	font-size:9px;
	text-align:center;
}

.supTrabalhe {
	width:110px !important;
}

.supCap {
	width:82px !important;
}

#navSup ul li a {
	text-decoration:none;
	color:#2b3c6f;
	display:block;
}

#navSup ul li a:hover {
	text-decoration:underline;
}

.corNavSup {
	width:100%;
	height:9px;
	margin:0 0 1px 0;
}

/* ____________________________________________________________ | */

/* NAV NAV */

#nav {
	width:1000px;
	height:39px;
	background-image:url(/images/backgrounds/nav.jpg);
	background-repeat:repeat-x;
	margin:5px auto;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li {
	min-width:125px;
	height:39px;
	float:left;
	text-align:center;
	display:block;
}

#nav ul li a {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:10px 15px;
	background-image:url(/images/backgrounds/nav.jpg);
}

#nav ul li a:hover {
	display:block;
	background-image:url(/images/backgrounds/navOver.jpg);
	background-repeat:repeat-x;
	background-position:30px 0;
}

/*_______________ NAV FIXO LATERAL ____*/

#navFixo {
	overflow:hidden;
	border-bottom:1px solid #d6d7d7;
}

#navFixo ul {
	padding:0;
	margin:0;
	list-style:none;
}

#navFixo ul li {
	width:180px;
	float:left;
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:5px;
	font-size:8px;
	height:30px;
	line-height:26px;
}

#navFixo ul li a {
	cursor:pointer;
	display:block;
	color:#59788a;
	text-decoration:none;
}

#navFixo ul li a:hover {
	text-decoration:underline;
}


/* NAV FIXO 2 LINHAS */

/*_______________ NAV FIXO LATERAL ____*/

#navFixo2 {
	overflow:hidden;
	border-bottom:1px solid #d6d7d7;
}

#navFixo2 ul {
	padding:0;
	margin:0;
	list-style:none;
}

#navFixo2 ul li {
	width:180px;
	float:left;
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:6px 0;
	padding:0 0 0 0;
	/*text-indent:5px;*/
	font-size:8px;
	/*height:20px;*/
	/*line-height:26px;*/
}

#navFixo2 ul li a {
	cursor:pointer;
	display:block;
	color:#59788a;
	text-decoration:none;
	margin:0 0 0 34px;
}

#navFixo2 ul li a:hover {
	text-decoration:underline;
}
