/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: GLOBAIS */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	margin:0;
	padding:29px 0 0 29px;
	background:#fff url(/imagens/bg.gif) repeat-x top;
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
}
img{
	border:none;
}
h1{
	width:143px;
	height:36px;
	padding:7px 0 0 7px;
	background:url(/imagens/t_bg.gif) no-repeat;
}
p{
	font-size:1em;
	line-height:1.6em;
	margin-bottom:0.8em;
}
#pInicial p{
	margin-bottom:0.2em;
	line-height:1.3em;
}
h2{
	font-size:1.25em;
	color:#666666;
	line-height:1.2em;
	margin-bottom:0.3em;
}
.imgLeft{
	float:left;
	padding:4px;
	border:solid 1px #dfdfdf;
	margin-bottom:2px;
}
.Left{
	float:left;
	padding:4px;
	border:solid 1px #dfdfdf;
	margin-bottom:2px;
}
.imgTop{
	padding:4px;
	border:solid 1px #dfdfdf;
	margin-bottom:0.2em;
}
.imagem{
	 float:left;
	 margin-right:0.7em;
	 font-size:11px;
	 color:#b0b0b0;
	 line-height:13px;	
}
.line{
	clear:both;
	float:left;
	width:510px;
	background:#fff;
	height:1px;
	border-top:solid 1px #ebebeb;
	border-bottom:solid 1px #ebebeb;
	margin:10px 0 10px 0;
}
.campo{
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
}
.voltar{
	text-align:right;
}
a{
	text-decoration:none;
}
a:visited, a:active, a:link{
	color:#ad3336;
}
a:hover{
	color:#fb060c;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ESTRUTURA */
#envelope{
	position:absolute;
	top:0;
	left:0;
	width:206px;
	height:424px;
	padding:20px 0 0 24px;
}
#envelope2{
	position:absolute;
	top:0;
	left:230px;
	width:320px;
	height:146px;
	z-index:2;
}
#site{
	width:742px;
	float:left;
}
#siteTop{
	width:742px;
	height:2px;
	float:left;
	background:url(/imagens/paper_bg_top.gif) top;
}
#siteMiddle{
	width:740px;
	padding:0 1px 20px 1px;
	float:left;
	background:url(/imagens/paper_bg.gif) repeat-y;
}
#siteBottom{
	width:742px;
	height:13px;
	float:left;
	text-align:right;
	padding-top:10px;
	padding-bottom:15px;
	background:url(/imagens/paper_bg_bottom.gif) top no-repeat;
}
#siteMiddleColuna1{
	width:175px;
	padding:522px 5px 0 20px;
	float:left;
}
#siteMiddleColuna2{
	width:510px;
	float:left;
	padding:190px 14px 0 15px;
	background:url(/imagens/destaque_bg.gif) no-repeat top;
}
#siteMiddleColuna2 .coluna{
	width:245px;
	float:left;
}
.block{
	float:left;
	width:510px;
	margin-bottom:15px;
}

.block1 img{
	float:left;
	margin-bottom:15px;
	margin-right: 7px;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: MENU */
.menu{
	width:174px;
	margin:130px 0 15px 0;
	padding-left:32px;
	float:left;
}
.menu li{
	float:left;
	margin-top:10px;
}
.menu li a{
	float:left;
	width:174px;
	height:25px;
	cursor:pointer;
}
.menu li #mInicial{
	background:url(/imagens/menu_inicial.gif) no-repeat right top;
}
.menu li #mSolucoes{
	background:url(/imagens/menu_solucoes.gif) no-repeat right top;
}
.menu li #mTreinamentos{
	background:url(/imagens/menu_treinamentos.gif) no-repeat right top;
}
.menu li #mEmpresa{
	background:url(/imagens/menu_empresa.gif) no-repeat right top;
}
.menu li #mClientes{
	background:url(/imagens/menu_clientes.gif) no-repeat right top;
}
.menu li #mCases{
	background:url(/imagens/menu_cases.gif) no-repeat right top;
}
.menu li #mConsultores{
	background:url(/imagens/menu_consultores.gif) no-repeat right top;
}
.menu li #mProjetos{
	background:url(/imagens/menu_projetos.gif) no-repeat right top;
}
.menu li #mNoticias{
	background:url(/imagens/menu_noticias.gif) no-repeat right top;
}
.menu li #mContato{
	background:url(/imagens/menu_contato.gif) no-repeat right top;
}
.menu li #mOportunidades{
	background:url(/imagens/menu_oportunidades.gif) no-repeat right top;
}

.menu li #mInicial:hover,
.menu li #mSolucoes:hover,
.menu li #mTreinamentos:hover,
.menu li #mEmpresa:hover,
.menu li #mClientes:hover,
.menu li #mCases:hover,
.menu li #mConsultores:hover,
.menu li #mProjetos:hover,
.menu li #mNoticias:hover,
.menu li #mContato:hover,
.menu li #mOportunidades:hover{
	background-position: right -25px;
}
#pInicial .menu li #mInicial,
#pSolucoes .menu li #mSolucoes,
#pTreinamentos .menu li #mTreinamentos,
#pEmpresa .menu li #mEmpresa,
#pClientes .menu li #mClientes,
#pCases .menu li #mCases,
#pConsultores .menu li #mConsultores,
#pProjetos .menu li #mProjetos,
#pNoticias .menu li #mNoticias,
#pContato .menu li #mContato,
#pOportunidades .menu li #mOportunidades{
	background-position: right -25px;
	cursor:default;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: BUSCA */
.busca .campo{
	background:none;
	border:none;
	height:19px;
	width:134px;
	padding:0px 2px 0 2px;
}
.busca *{
	float:left;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: NEWSLETTER */
#siteMiddleColuna1 form{
	padding-top:0.5em;
}
#siteMiddleColuna1 form *{
	float:left;
}
#siteMiddleColuna1 form .campo{
	width:120px;
	height:21px;
	padding:3px 5px 0 5px;
	background:none;
	background-image:url(/imagens/news_bg_campo.gif);
	border:none;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: CONTEUDO */
.destaque{
	position:absolute;
	width:502px;
	height:152px;
	left:249px;
	top:49px;
	z-index:3;
}
.busca{
	position:absolute;
	width:156px;
	height:22px;
	padding:4px 4px 0 4px;
	left:607px;
	top:2px;
	background:url(/imagens/busca_bg_input.gif) no-repeat;
}
.agenda{
	float:left;
	width:245px;
}
#pTreinamentos .agenda{
	width:510px;
}
.agenda .data{
	float:left;
	width:47px;
	height:41px;
	padding:7px 1px 0 0;
	background:url(/imagens/agenda_bg_data.gif) no-repeat;
	margin-right:0.5em;
	margin-bottom:4px;
	text-align:center;
	font-size:12px;
	color:#878787;
	text-transform:uppercase;
	font-weight:bold;
}
.agenda .data strong{
	font-size:20px;
	color:#24211d;
}
.agenda li{
	width:245px;
	line-height:16px;
	margin-top:5px;
	clear:both;
	float:left;
}
.agenda li p{
	margin:0;
	padding:0;
	float:right;
	width:191px;
}
#pTreinamentos .agenda li{
	width:510px;
	line-height:16px;
	margin-top:0;
	margin-bottom:15px;
	clear:both;
	float:left;
}
#pTreinamentos .agenda li p{
	margin:0;
	padding:0;
	float:right;
	width:455px;
}
.solucoes li{
	padding-left:14px;
	margin-bottom:10px;
	background:url(/imagens/icon_mais.gif) no-repeat 0 4px;
}
.solucoes2 li{
	padding-left:14px;
	margin-bottom:10px;
}
.solucoes li p{
	font-weight:normal;
}
.solucoes .aberto{
	padding-left:14px;
	font-weight:bold;
	background:url(/imagens/icon_menos.gif) no-repeat 0 4px;
}
.clientes{
	width:510px;
	float:left;
}
.clientes .cliente{
	width:150px;
	height:120px;
	float:left;
	padding:10px;
}
.clientes .cliente .imgLeft{
	margin:0;
	float:none;
}
.clientes .cliente span{
	clear:both;
	float:left;
	width:148px;
	text-align:center;
	color:#333333;
	text-align:center;
}
.clientes img{
	width:140px;
	height:100px;
	padding:4px;
	border:solid 1px #dfdfdf;
}
#pClientes #siteMiddleColuna2 form{
	width:510px;
	float:left;
}
#pClientes #siteMiddleColuna2 form p{
	width:510px;
	float:left;
	padding:5px 0 5px 0;
	margin:0;
}
#pClientes #siteMiddleColuna2 form label{
	float:left;
	margin-right:15px;
}
.paginacao{
	width:510px;
	float:left;
	padding-top:10px;
	text-align:center;
}
#pCases .imgLeft{
	margin-right:0.5em;
	width:129px;
	height:100px;
}
#pCases .block p{
	width:365px;
	float:right;
}
#pConsultores .imgLeft{
	margin-right:0.5em;
	width:34px;
	height:34px;
}
#pConsultores .block p{
	width:510px;
	float:right;
}
#pConsultores .equipe li{
	float:left;
	width:225px;
	height:134px;
	padding:10px;
	background:url(../../imagens/equipe_bg.gif) no-repeat;
	overflow:hidden;
	margin-bottom:20px;
}
#pConsultores .equipe li h2{
	font-size:13px;
	color:#373737;
	font-weight:bold;
	margin-top:4px;
}
#pConsultores .equipe li h3{
	font-size:12px;
	color:#878787;
	font-weight:bold;
}
#pConsultores .equipe li p{
	clear:both;
	width:225px;
	line-height:16px;
	margin-top:5px;
	height:80px;
	overflow:hidden;
}
#pProjetos .projetos{
	width:510px;
	float:left;
}
#pProjetos .projetos li{
	float:left;
	width:510px;
	margin-bottom:20px;
}
#pProjetos .projetos li p{
	margin:0;
	padding:0;
	float:right;
	width:350px;
}
#pProjetos .projetos li .imgLeft{
	margin-right:8px;
	width:140px;
	height:100px;
}
#pProjetos .projetos li .Left{
	margin-right:8px;
	width:140px;
	height:100px;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: CONTATO */
#pContato #siteMiddleColuna2 form{
	width:510px;
	float:left;
}
#pContato #siteMiddleColuna2 form .sCampo{
	width:245px;
	float:left;
}
#pContato #siteMiddleColuna2 form .sCampo .SCampoL{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_left.gif);
}
#pContato #siteMiddleColuna2 form label{
	float:left;
	margin-bottom:15px;
}
#pContato #siteMiddleColuna2 form .sCampo .SCampoR{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_right.gif);
}
#pContato #siteMiddleColuna2 form .sCampo .SCampoM{
	float:left;
	height:21px;
	padding:3px 3px 0 3px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
}
#pContato #siteMiddleColuna2 form textarea{
	width:500px;
	height:114px;
	padding:5px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg_mult.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
	overflow:auto;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: OPORTUNIDADES */
#pOportunidades #siteMiddleColuna2 form{
	width:510px;
	float:left;
}
#pOportunidades #siteMiddleColuna2 form .sCampo{
	width:245px;
	float:left;
}
#pOportunidades #siteMiddleColuna2 form .sCampo .SCampoL{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_left.gif);
}
#pOportunidades #siteMiddleColuna2 form label{
	float:left;
	margin-bottom:15px;
}
#pOportunidades #siteMiddleColuna2 form .sCampo .SCampoR{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_right.gif);
}
#pOportunidades #siteMiddleColuna2 form .sCampo .SCampoM{
	float:left;
	height:21px;
	padding:3px 3px 0 3px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
}
#pOportunidades #siteMiddleColuna2 form textarea{
	width:500px;
	height:114px;
	padding:5px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg_mult.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
	overflow:auto;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: LINKS DOC */

.itemdoc{
	background-repeat:repeat-x;
	width:25px;
	height:20px;
	float:left;
	padding-top:12px;
}
.linkdoc{
	float:left;
	width:470px;
	height:20px;
	padding-top:12px;
}
#pArquivos li{
margin: 0px 0 0 10px;

}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::[ Galeria ]*/
#galeria {
	height:66px;
	padding:1px 4px 1px 10px;
	margin-bottom:10px;
	margin-top:25px;
	float:left;
}
div.gItems {
	width:440px;
	height:66px;
	float:left;
}
div.gItems a{
	display:block;
	float:left;
	border: 2px solid #fff;
	width:80px;
	height:60px;
	background: url(../../imagens/bg_item_galeria.png) center center no-repeat;
	font-size:14px;
	color:#ccc;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	margin-right:4px;
}
div.gItems a:hover{
	border: 2px solid #fb7800;
}
div.gItems a.active {
	color:#555;
	cursor:default;
}
a.gPrev, a.gNext {
	display:block;
	width:16px;
	height:61px;
	background-repeat:no-repeat;
	float:left;
	padding-top:2px;
	margin-top:1px;
}
a.gPrev {
	background: url(../../imagens/img_btn_galeriaLeft.png) center center no-repeat;
}
a.gNext {
	background: url(../../imagens/img_btn_galeriaRight.png) center center no-repeat;
}

.exibeServicos{
	float:left;
	width:550px;
	border:1px solid #f2f2f2; 
	padding-top:20px; 
	background-color:#f9f9ef;
	margin-bottom:25px;
}

.arAbas{
	width:510px;
	float:left;
	background:url(../../imagens/ar_abas_bg_line.gif) repeat-x bottom;
}
.arAbas li{
	float:left;
	margin:0 2px 0 2px;
	text-align:center;
}
.arAbas li a{
	float:left;
	height:36px;
	padding:6px 10px 0 10px;
	background:#ffffff;
	border:solid 1px #e5e5e5;
	border-bottom-color:#c1c0bf;
	line-height:15px;
}
.arAbas li .ativo{
	border-color:#c1c0bf;
	background:url(../../imagens/ar_abas_bghover.gif) repeat-x;
	border-bottom:solid 1px #FFFFFF;
	color:#000000;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: AREA RESTRITA */

#pAreaRestrita #siteMiddleColuna2 form{
	width:510px;
	float:left;

}
#pAreaRestrita #siteMiddleColuna2 form .sCampo{
	width:300px;
	float:left;
}
#pAreaRestrita #siteMiddleColuna2 form .sCampo .SCampoL{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_left.gif);
}
#pAreaRestrita #siteMiddleColuna2 form label{
	float:left;
	margin-bottom:15px;
}
#pAreaRestrita #siteMiddleColuna2 form .sCampo .SCampoR{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_right.gif);
}
#pAreaRestrita #siteMiddleColuna2 form .sCampo .SCampoM{
	float:left;
	height:21px;
	padding:3px 3px 0 3px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
}
#pAreaRestrita #siteMiddleColuna2 form textarea{
	width:500px;
	height:114px;
	padding:5px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg_mult.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
	overflow:auto;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: AREA RESTRITA AGENDA */
#pAreaRestritaAgenda #siteMiddleColuna2 form{
	width:510px;
	float:left;
}
#pAreaRestritaAgenda #siteMiddleColuna2 form .sCampo{
	width:125px;
	float:right;
}
#pAreaRestritaAgenda #siteMiddleColuna2 form .sCampo .SCampoL{
  float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_left.gif);
}
#pAreaRestritaAgenda #siteMiddleColuna2 form label{
	float:right;
	margin-bottom:5px;
	margin-top:5px;
}
#pAreaRestritaAgenda #siteMiddleColuna2 form .sCampo .SCampoR{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_right.gif);
}
#pAreaRestritaAgenda #siteMiddleColuna2 form .sCampo .SCampoM{
	float:left;
	height:21px;
	padding:3px 3px 0 3px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
}
#pAreaRestritaAgenda #siteMiddleColuna2 form textarea{
	width:500px;
	height:114px;
	padding:5px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg_mult.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
	overflow:auto;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: MATERIA TREINAMENTOS */
#pTreinamentos #siteMiddleColuna2 form{
	width:510px;
	float:left;
}
#pTreinamentos #siteMiddleColuna2 form .sCampo{
	width:245px;
	float:left;
}
#pTreinamentos #siteMiddleColuna2 form .sCampo .SCampoL{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_left.gif);
}
#pTreinamentos #siteMiddleColuna2 form label{
	float:left;
	margin-bottom:15px;
}
#pTreinamentos #siteMiddleColuna2 form .sCampo .SCampoR{
	float:left;
	width:2px;
	height:24px;
	background:url(/imagens/form_bg_right.gif);
}
#pTreinamentos #siteMiddleColuna2 form .sCampo .SCampoM{
	float:left;
	height:21px;
	padding:3px 3px 0 3px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
}
#pTreinamentos #siteMiddleColuna2 form textarea{
	width:450px;
	height:102px;
	padding:5px;
	background:none;
	border:none;
	background-image:url(/imagens/form_bg_mult2.gif);
	font: normal 12px "Trebuchet MS", Arial, Helvetica;
	color:#878787;
	overflow:auto;
}

.projetosCon, .projetosAnd{
	float:left;
	width:245px;
	height:45px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:130px;
}
.projetosCon{
	background:url(../../imagens/projetos_con_bg.gif) no-repeat;
}
.projetosAnd{
	background:url(../../imagens/projetos_and_bg.gif) no-repeat;
}
.projetosCon:hover, .projetosAnd:hover{
	background-position:0 -175px;
}
.tbNoticias{	
	border-collapse:separate;
	width:506px;
	border:solid 2px #E2E2E2;
	text-align:center;
	margin-top:5px;
}
.tbNoticias td{
	border:solid 1px #E2E2E2;
	height:65px;
	font-size:14px;
	font-weight:bold;
}
.tbNoticias td a{
	color:#ad3336;
	float:left;
	width:100%;
	height:42px;
	padding-top:23px;
	background:#F3F3F3;
}
.tbNoticias td a:hover{
	background:#FFFFFF;
}
.tbNoticias td.t{
	height:40px;
	font-size:20px;
	font-weight:bold;
	background:#E2E2E2;
	color:#000000;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Inscrições de Treinamentos */

.EquipeEspaco{
margin-left:20px;
}
/*::::::::::::::::::::::::::::::::*/
.tabela{
width:510px;
border-collapse:collapse;
}
.tabela td{
background:#f5f5f5;
padding:5px;
border-bottom:#FFFFFF solid 2px;
}
.tabela .coluna1{
font-weight:bold;
text-align:right;
vertical-align:top;
}

.tabelas{
width:510px;
border-collapse:collapse;
}
.tabelas td{
background:#f5f5f5;
padding:5px;
border-bottom:#FFFFFF solid 2px;
}
.tabelas .coluna1{
font-weight:bold;
text-align:right;
vertical-align:top;
width:50px;
}
