@import url("home.css");
@import url("jScrollPane.css");
@import url("vagasMeuPerfil.css");
@import url("faleConosco.css");
@import url("conteudo.css");
@import url("barraApoio.css");
@import url("curriculo.css");
@import url("cadastro.css");


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



/* CSS RESET */
form{margin:0}

a{outline:0}


#pane1 *{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}
#pane1 li{
	list-style-image:url(../images/bullet_padrao.gif);
}

#selo{
	position:absolute;
	left:50%;
	margin-left:150px;
	z-index:999;
	margin-top:-70px
}



#banner{
	position:absolute;
	margin-top:181px;
	margin-left:-480px;
	left:50%;
	}

#bannerFale{
	width:377px;
	float:left;
	margin:2px;
	margin-top:9px;
	}

/**/
html{
	overflow:auto
	}

body{
	margin:0px;
	background-image:url(../images/backPage.gif);
	background-color:#e0e1e1;
	background-position:top;
	background-repeat:repeat-x;
	}
	
#header{
	height:104px;
	width:100%;
	background-image:url(../images/backTop_0.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

#subMenu{
	position:absolute;
	width:200px;
	left:50%;
	margin-left:-285px;
	top:150px;
	height:150px;
	background-image:url(../images/backSubMenu.gif);
	background-repeat:repeat-x;
	border:1px solid #21373d;
	background-position:top;
	display:block;
	overflow:hidden;
	}
#subMenu a{
	display:block;
	overflow:hidden;
	width:200px;
	height:30px;
	text-indent:23px;
	background-image:url(../images/bulletSubMenu_off.png);
	*background-image:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#CCC;
	line-height:30px;
	text-decoration:none;
	}
#subMenu a:hover{
	background-image:url(../images/bulletSubMenu_over.png);
	color:#FFF;
}

#headerContent{
	height:104px;
	width:977px;
	margin:auto;
	background-image:url(../images/backTop.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
#headerFrase{
	float:right;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	margin:25px 10px 0px 20px;
	color:#898989;
	text-shadow: 1px 1px 1px #fff; /* Firefox */
	}

#divManutencao{
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	color:#898989;
	text-shadow: 1px 1px 1px #fff; /* Firefox */
	}

#logo{
	float:left;
	margin:18px 15px 0px 10px;
	color:#898989;
	}

#interesse{
	position:absolute;
	margin-top:-65px;
	margin-left:785px;
}

#interesse a{
	color:#FFF;
	text-decoration:none;
	background-color:#2a4750;
	padding:7px;
	}
#interesse a:hover{
	color:#3FF;
	background-color:#234c58;
}

/* --------  Menu --------  */

#menu{
	background-image:url(../images/backMenu.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:56px;
	}
	
#menuContent{
	width:977px;
	margin:auto;
	height:56px;
}

#menuContent a,#menuContent img{
	float:left;
}


#user{
	cursor:default;
	margin-top:12px;
	width:250px;
	text-align:right;
	float:right;
	color:#CCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:12px;
	}
#user img{
	float:right
	}
#user a{
	color:#CCC;
	text-decoration:none;
	}
#user a:hover span{
	color:#0CB;
	text-decoration:none;
	}
#user span{
	color:white;
	text-shadow: 1px 1px 1px #333; /* Firefox */
	}
#homeFlashProd{
	padding-top:8px;
	background-repeat:no-repeat;
	height:250px;
	width:977px;
	margin:auto;
	background-color:#20373d;
	}
	
#bannerInstitucional{
	margin:auto;
	width:977px;
	}


#title{
	background-color:#1c3036;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	width:953px;
	padding:12px;
	margin:auto;
	font-weight:bold;
	color:#FFF;
	letter-spacing:-1px;
	text-indent:10px;
	cursor:default;
	}

#title span{
	color:#95d7de;
	font-weight:normal;
}


#rodape{
	background-image:url(../images/backRodape.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	margin-top:20px;
	height:89px;
	}


#rodape #content{
	cursor:default;
	width:977px;
	margin:auto;
	height:88px;
	}
#rodape #content td{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#acb8b9;
}

#rodape #social{
	margin-top:10px;
	width:300px;
	text-align:right;
	}

#rodape #social a img{
	filter:alpha(opacity=70);
	opacity:0.7;
	}
#rodape #social a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	}


