body{
	background-image:url(../imagens/background.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
}

a{
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;
}

#BaseTopo{
	width:940px;
	clear:both;
	height:180px;
}

#BaseTopo .Logo{
	float:left;
	margin-top:10px;
}


#BaseTopo .Atendimento{
	width:180px;
	height:80px;
	float:right;
	text-align:right;
	font-size:12px;
	padding-right:20px;
}

#BaseTopo .Atendimento span{
	font-size:10px;
}


#BaseTopo .Menu{
	background-image:url(../imagens/backMenu.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:right;
	width:800px;
	height:60px;

}

#BaseTopo .Menu ul{
	background-image:url(../imagens/backMenu.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:800px;
	height:60px;
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;

}

#BaseTopo .Menu ul li{
	list-style:none;
	margin:0;
	display:inline-block;
	padding: 0 0 0 14px;
	margin-top:14px;
}

#BaseTopo .Menu ul li:hover, #BaseTopo .Menu ul .Selecionado{
	background-image:url(../imagens/MenuItemBackLeft.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#BaseTopo .Menu ul li:hover a, #BaseTopo .Menu ul .Selecionado a{
	background-image:url(../imagens/MenuItemBackRight.png);
	background-repeat:no-repeat;
	background-position:right top;
}


#BaseTopo .Menu ul li a{
	padding:4px 14px 8px 0;
	color:#0c0f94;	
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	display:block;
	text-decoration:none;
}



#Pagina{
	min-height:400px;
	width:980px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}


.Conteudo{
	font-size:14px;
}

.Conteudo .Texto{
	min-height:100px;
	margin-bottom:40px;
	clear:both;
}

.Conteudo p{
	padding:0;
	margin:0 0 10px 0;
}

.Conteudo h1, .Home H1{
	text-transform:uppercase;
	font-size:24px;
	color:#3f3f3f;
	padding:0;
	margin:0;
}

.Home{
	width:750px;
	min-height:600px;
	float:left;
}

.Home a{
	text-decoration:none;
}

.Home .Oportunidades{
	width:460px;
	float:left;
	margin-right:10px;
	padding-right:20px;
	border-right:1px dashed #999;

}

.Home .Servicos{
	width:230px;
	float:left;
	margin-right:5px;
	margin-left:5px;
}


.Home .Curriculum{
	width:359px;
	float:left;
	margin-right:10px;
	padding-right:20px;
	border-right:1px dashed #999;
}


.Home .Parceiros{
	width:330px;
	float:left;
	margin-right:10px;
	padding-right:20px;
}

/*******************************************************************************************/

.Contato{
	width:710px;
	left:115px;
	position:relative;
	margin-top:10px;
	height:700px;
}

.Contato .Mapa{
	float:left;
	margin-right:10px;
	height:260px;
}

.Contato .Endereco{
	padding-top:200px;
	float:left;
}

#SysForm_Contato{
	width:710px;
	background-image:url(../imagens/contatoback.png);
	background-repeat:no-repeat;
	background-position:right;
	margin:20px 0 20px 0;
	padding:10px 0 10px 0;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	clear:both;
	height:240px;
	font-size:12px;
}

#box_contato_nome .label, #box_contato_email .label, #box_contato_telefone .label, #box_contato_assunto .label{
	float:left;
	clear:both;
	width:70px;
}

#box_contato_nome .campo, #box_contato_email .campo, #box_contato_telefone .campo, #box_contato_assunto .campo{
	width:214px;
	background-image:url(../imagens/formtextback.png);
	background-repeat:no-repeat;
	float:left;
	padding:3px;
}

#box_contato_nome .campo input, #box_contato_email .campo input, #box_contato_telefone .campo input, #box_contato_assunto .campo input{
	width:200px;
	background-color:transparent;
	font-size:10px;
	border:none;
}

#box_contato_nome, #box_contato_email, #box_contato_telefone , #box_contato_assunto{
	width:300px;
	clear:both;
	height:28px;
}


#box_contato_mensagem{
	height:90px;
}

#box_contato_mensagem .label{
	float:left;
	clear:both;
	width:70px;

}

#box_contato_mensagem .campo{
	width:214px;
	background-image:url(../imagens/formtextareaback.png);
	background-repeat:no-repeat;
	float:left;
	padding:3px;
}

#box_contato_mensagem textarea{
	width:200px;
	background-color:transparent;
	font-size:10px;
	border:none;
	height:85px;
}

#box_contato_enviar{
	clear:both;
	margin-left:70px;
	margin-top:10px;
}


/*******************************************************************************************/

.Conteudo .Oportunidades{
	width:710px;
	left:115px;
	position:relative;
	margin-top:10px;
	min-height:700px;
}

.Conteudo .Oportunidades .Titulo{
	font-weight:bold;
	font-size:14px;
}

.Conteudo .Oportunidades .Texto{
	font-size:12px;
}

.Conteudo .Oportunidades .Endereco{
	padding-top:200px;
	float:left;
}

#SysForm_Oportunidades{
	width:710px;
	background-repeat:no-repeat;
	background-position:right;
	margin:20px 0 20px 0;
	padding:10px 0 10px 0;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	clear:both;
	font-size:12px;
}

#box_oportunidades_nome .label, #box_oportunidades_email .label{
	clear:both;
	margin-right:10px;
	height:18px;
}

#box_oportunidades_nome .campo, #box_oportunidades_email .campo{
	width:214px;
	background-image:url(../imagens/formtextback.png);
	background-repeat:no-repeat;
	float:left;
	padding:3px;
}

#box_oportunidades_nome .campo input, #box_oportunidades_email .campo input{
	width:200px;
	background-color:transparent;
	font-size:10px;
	border:none;
}

#box_oportunidades_nome, #box_oportunidades_email{
	width:220px;
	height:28px;
	float:left;
}

#box_oportunidades_arquivo{
	width:270px;
	float:left;
}

#box_oportunidades_enviar{
	clear:both;
	margin-left:300px;
	padding-top:10px;
	clear:both;
}





/*******************************************************************************************/

.Cadastro{
	width:710px;
	left:115px;
	position:relative;
	margin-top:10px;
	height:400px;
}

.Cadastro .curriculum{
	float:right;
	position:relative;
	top:-140px;
}

#SysForm_Cadastro{
	width:710px;
	background-image:url(../imagens/Cadastroback.png);
	background-repeat:no-repeat;
	background-position:right;
	margin:20px 0 20px 0;
	padding:40px 0 10px 100px;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	clear:both;
	height:180px;
	font-size:12px;
}

#box_cadastro_nome .label, #box_cadastro_email .label, #box_cadastro_cargo .label{
	float:left;
	clear:both;
	width:70px;
}

#box_cadastro_arquivo .label{
	display:none;
	visibility:hidden;
}

#box_cadastro_nome .campo, #box_cadastro_email .campo, #box_cadastro_cargo .campo{
	width:214px;
	background-image:url(../imagens/formtextback.png);
	background-repeat:no-repeat;
	float:left;
	padding:3px;
}

#box_cadastro_nome .campo input, #box_cadastro_email .campo input, #box_cadastro_cargo .campo input{
	width:200px;
	background-color:transparent;
	font-size:10px;
	border:none;
}

#box_cadastro_nome, #box_cadastro_email, #box_cadastro_cargo{
	width:300px;
	clear:both;
	height:28px;
}

#box_cadastro_enviar{
	clear:both;
	margin-left:70px;
	margin-top:10px;
}



/*******************************************************************************************/


.Lateral{
	width:230px;
	min-height:600px;
	float:left;
}

.Lateral .VejaMais{
	position:relative;
	left:138px;
	bottom:-5px;
}

.Lateral ul{
	padding:0;
	margin:0;
}

.Lateral ul li{
	padding:0;
	margin:0 0 10px 25px;
}

.Lateral ul li a{
	color:#505050;
}


.Lateral .Noticias{
	background-image:url(../imagens/BackLateral.png);
	width:230px;
	margin-bottom:20px;
	color:#0c0f94;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;	
}

.Lateral .Artigos{
	background-image:url(../imagens/BackLateral.png);
	width:230px;
	margin-bottom:20px;
	color:#0c0f94;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;	
}

.Lateral .Noticias H1, .Lateral .Artigos H1{
	font-family:Arial, Helvetica, sans-serif;
	color:#0c0f94;
	padding:0;
	margin:0 0 5px 0;
}

#Rodape{
	width:980px;
	clear:both;
}


#Rodape{
	width:980px;
	clear:both;
	margin-top:15px;
	height:80px;

}


#Rodape .Endereco{
	background-image:url(../imagens/backrodapeendereco.png);
	width:960px;
	height:15px;
	padding:10px;
	text-align:center;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
}

#Rodape .Copyright{
	width:780px;
	height:15px;
	margin-bottom:5px;
	float:left;
	font-size:10px;
}

#Rodape .Creditos{
	width:200px;
	height:15px;
	margin-bottom:5px;
	float:left;
	text-align:right;
}

