@charset "utf-8";

/**************************************************************************
* formatação geral
**************************************************************************/
body {
	margin: 0; padding: 0;
	background: #23344e;
	text-align: center;
}

body { /* mozilla */
	text-align: -moz-center;
}
	
img { 
	border: 0;
}

ul{
	margin: 0;
	padding: 0;
}


/**************************************************************************
* corpo de textos
**************************************************************************/
h1 {
	font-family: Trebuchet MS; font-size: 27px;
	color: #79798c; margin: 0; padding: 0; font-weight: normal;
}

h2 {
	font-family: Trebuchet MS; font-size: 19px;
	color: #3c577f; margin: 0; padding: 0; font-weight: normal;
}

.conteudo {
	font-family: Trebuchet MS; font-size: 13px;
	color: #000; margin: 0; padding: 0; font-weight: normal;
}

.conteudo p {
	text-indent: 20px; /* text-align: justify; */
}

.legendaImagem
{
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

h3 
{
	font-family: Trebuchet MS; 
	font-size: 14px;
	color: #3d7195; 
	margin: 0; 
	padding: 0; 
	font-weight: normal;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 3px;
	padding-left:2px;
	height:12px;
	margin-bottom:10px;
}



h4 {
	font-family: Trebuchet MS; 
	font-size: 12px;
	color: #3d7195; 
	margin: 0; 
	padding: 0; 
	font-weight: normal;
	font-style:italic;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 3px;
	padding-left:2px;
	height:12px;
	margin-bottom:10px;
}

h5 {
	font-family: Trebuchet MS; font-size: 23px;
	color: #000; margin: 0; padding: 0; font-weight: normal;
}

h6 {
	font-family: Trebuchet MS; font-size: 27px;
	color: #000; margin: 0; padding: 0; font-weight: normal;
}

.conteudoTexto {
	font-family: Trebuchet MS; font-size: 11px;
	color: #000; margin: 0; padding: 0; font-weight: normal;
}

.subTitulo2Area {
	font-family: Trebuchet MS; font-size: 16px;
	color: #3c577f; margin: 0; padding: 0; font-weight: normal;
}

ul li
{
	list-style-image: url('../Imagens/listIcon.gif');	
}


ul li ul li
{
	list-style-image: url('../Imagens/listIconBlue.gif');	
}

ul li ul li ul
{
	margin-left: -40px;
}

ul li ul li ul li
{
	list-style-image: url('../Imagens/listIconGray.gif');	
}

ol li
{
	margin-top: 5px;
}
/**************************************************************************
* objetos - geral
**************************************************************************/
#estrutura_geral {
	margin: 0 0 0 -500px; padding: 0 10px; height: auto; width: 981px;
	position: absolute; left: 50%; background: url(../Imagens/aaa_background_body.gif) repeat-x center center;
}

#login_box {
	margin: 10px 0 0 0; padding: 10px; width: 350px; float: right;
	text-align: left;
	display: none;
}

#login_box form {
	margin: 0; padding: 0;
}

#login_box .input {
	width: 108px; height: 17px; background: url(../Imagens/aaa_background_input.gif) no-repeat;
	margin: 3px 0 0 0; padding: 2px 0 0 2px; border: none;
	font-family: Trebuchet MS; font-size: 11px; color: #666;
}

/**************************************************************************
* objetos - topo
**************************************************************************/
#topo_barra {
	margin: 0; padding: 0; height: 23px; width: 981px;
}

#topo_logo {
	margin: 0; padding: 0; height: 128px; width: 981px;
	background: url(../Imagens/layout_topo_logo.gif) no-repeat;
}

#topo_msn
{
    position:absolute;
    right:45px;
    top:50px;
    display:none;
}

#link_logo {
	cursor: hand;
	width: 400px;
	height: 100px;
	float:left;
}

#topo_menu_01 {
	margin: 0; padding: 0; height: 19px; width: 981px;
	background: url(../Imagens/layout_topo_menu.gif) repeat-x;
}

#topo_menu_02 {
	margin: 0; padding: 0; height: 19px; width: 981px;
	background: #8b8b8b;
}

/*************************************************************************
* objetos - menu
**************************************************************************/
#nav
{
  margin : 0; padding: 0; height: 21px; width: 981px;
  background : url(../Imagens/layout_topo_menu.gif) repeat-x;
}

#nav li {
  /*float the main list items*/
  margin: 0px;
  float: left;
  display: block;
  padding-bottom: 10px;
}

#nav li a:hover 
{

}

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

#nav li a {
  /*for all links in the list*/
  margin: 0 20px; padding: 0; list-style: none; display: inline;
  font-family: Trebuchet MS; font-size: 13px; color: #fff;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 33px;
  height: 10px;
  left: 0;
  padding-top: 10px;
}

#nav li.on a {
  /*change border color for active topic area*/
  border: 1px solid #f90;
}

#nav li.on ul a, #nav li.off ul a {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
}

#nav li.on ul a:hover, #nav li.off ul a:hover {
  /*  cancel inherit of border
      on subnav of active topic */
  border: 0;
  color: #d4d4d4;
  border-right: 1px solid #a3a3a3;
}

#nav li.on ul {
  /*display active subnav list*/
  display: block;
}

#nav li.on ul a, #nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #f90;
  height:15px;
  width: auto;
  margin-top:5px;
  margin-right:-20px;
  border-right: 1px solid #a3a3a3;
}

#nav li.on ul {
  /*display the current topic*/
  display: block;
}

#nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}

#nav li.off a:hover, #nav li.off:hover a {
  /*background: #29497b;*/
  color: #fff;
}

#nav li.off ul, #nav li.on ul {
  /*put the subnav below*/
  top: 158px;
  *top: 158px; /*reposition for IE*/
}

/**************************************************************************
* objetos - corpo
**************************************************************************/
#conteudo_area {
	margin: 0; padding: 10px; width: 961px;
	background: #fff url(../Imagens/aaa_background_area.gif) repeat-x top;
	text-align: justify;
}

#conteudo_area ul {
	margin-top: 10px;
}

#conteudo_area ul li {
	margin-left: 60px;
}


#conteudo_area_menu {
	margin: 0; padding: 0; text-align: center;
}

#conteudo_area_menu ul {
	margin: 0; padding: 0; height: 19px;
}

#conteudo_area_menu ul li {
	margin: 0 20px; padding: 0; list-style: none; display: inline;
	font-family: Trebuchet MS; font-size: 11px; color: #fff;
}

#conteudo_rodape {
	margin: 0; padding: 0; width: 981px; height: 39px;
	background: url(../Imagens/aaa_background_rodape.gif);
	border-top: solid 2px #f6821f; border-bottom: solid 2px #35363a;
}


/**************************************************************************
* objetos - pagina inicial
**************************************************************************/
#home_texto {
	margin: 0; padding: 10px; width: 400px; float: left;
}

#home_banner {
	margin: 0; padding: 10px; width: 950px;	float: left;
}

#home_box {
	margin: 50px 0 0 0; padding: 0; width: 100%;
}

#home_box_box	{
	margin: 0 5px; padding: 0; width: 310px; height: 174px;
	background: url(../Imagens/objetos_centro_box.gif) no-repeat;
	text-align: left; float: left;
}

#home_box_titulo {
	margin: 0; padding: 2px 0 0 10px;
	font-family: Trebuchet MS; font-size: 13px; color: #fff;
}

#home_box_conteudo {
	margin: 10px; padding: 0; overflow: hidden;
}

#home_box_conteudo img { 
	margin: 0 10px 4px 0; float: left;
}

#home_noticias {
	margin: 30px 5px; padding: 0; width: 964px; height: 226px; clear: both;
	background: url(../Imagens/objetos_rodape_noticia.gif) no-repeat;
}

#home_noticias_box {
	margin: 25px 8px; padding: 5px 0; width: 300px; height: 180px; 
	float: left;
}	

#home_noticias_titulo {
	margin: 0; padding: 0 0 0 10px; line-height: 16px;
	font-family: Trebuchet MS; font-size: 15px; color: #f6821f; font-weight: bold;
}

#home_noticias_titulo a
{
	color: #f6821f;
}

#home_noticias_titulo a:visited
{
	color: #f6821f;
}

#home_noticias_conteudo {
	margin: 10px; padding: 0; overflow: hidden;
}

#home_noticias_conteudo img { 
	margin: 0 10px 4px 0; float: left;
}


/**************************************************************************
* objetos - pagina interna
**************************************************************************/
#interna_menu {
	margin: 0; padding: 10px; width: 250px; float: left;
}

#interna_menu h6 {
	color: #000;
	margin-bottom: 5px;
}

#interna_texto {
	margin: 30px 0 40px 0; padding: 10px; width: 655px; float: right;
}

#menu_topo {
	width: 263px; height: 10px; background: url(../Imagens/menu_topo.gif) no-repeat;
}

#menu_item {
	width: 253px; height: 28px; padding: 8px 0 0 10px; background: url(../Imagens/menu_fundo.gif) repeat-y;
	font-family: Trebuchet MS; font-size: 13px; color: #000; font-weight: normal;
}

#menu_item a {
	color: #000;
	text-decoration: none;
}

#menu_item a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#sub_item {
	width: 253px; height: 28px; padding: 8px 0 0 10px; background: url(../Imagens/menu_fundo.gif) repeat-y;
	font-family: Trebuchet MS; font-size: 10px; color: #000; font-weight: normal;
}

#sub_item a {
	color: #000;
	text-decoration: none;
}

#sub_item a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#menu_base {
	width: 263px; height: 10px; background: url(../Imagens/menu_base.gif) no-repeat;
	margin: 0 0 30px 0;
}

.citacao {
	font-size: 15px;
	font-style: italic;
	color: #666;
}


.linhaFormulario {
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
}

.linhaBotoes {
	width: 100%;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.campoTexto1 
{
	padding: 3px;
	width: 120px;
	text-align: left;
	float: left;
}

.campoTexto2 
{
	padding: 3px;
	width: 30px;
	text-align: left;
	float: left;
}

.campoControle1 
{
	padding: 3px;
	width: 454px;
	float: left;
}

.campoControle2 
{
	padding-right: 10px;
	padding: 3px;
	width: 200px;
	float: left;
}

.campoControle3 
{
	padding: 3px;
	width: 130px;
	float: left;
}

.button{
	font-size:13px;
	cursor:hand;
	border:1px solid #CCC;
	width:120px;
	text-align:center;
	padding:3px;
	margin-right: 15px;
	background:#F2F2F2;
	background-image:url(../Imagens/fundoBotaoDiv.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
}

.button, a{
	text-decoration:none;
	color:#666;
}

.button:hover{
	border:1px solid #5691C0;
	background-image:url(../Imagens/fundoBotaoDivAzul.jpg);
	background-repeat:repeat-x;
	color:#346C8B;
}

.button, a:hover{
	text-decoration:none;
	color:#346C8B;
}

.textBox
{
	border-style: solid; border-width: 1px;	border-color: #999999;
	font-family: Trebuchet MS; font-size: 13px; color: #666;
}

.textBoxDisabled
{
	border-style: solid; border-width: 1px;	border-color: #999999;
	width: 90%;
	font-family: Trebuchet MS; font-size: 13px; color: #666;
	background-color: #ddd;
}

legend 
{
	color: #3d7195;
	font-weight: bold;
	font-size: 13px;
	font-family: Trebuchet MS; 
}

fieldset
{
	
}

.hrTrabalheConosco
{
	color: #e4e4e4;
}

#novidades
{
	float: left;
	width: 100%;
}

.novidade_box
{
	float: left;
	width: 295px;
	height: 550px;
	padding: 10px;
}

.novidade_separator
{
	float: left;
	width: 6px;
	height: 550px;
}

.novidade_titulo
{
	margin: 0; padding: 0 0 0 10px; line-height: 16px;
	font-family: Trebuchet MS; font-size: 15px; color: #f6821f; font-weight: bold;
}

.novidade_titulo a
{
	color: #f6821f;
}

.novidade_titulo a:visited
{
	color: #f6821f;
}

.novidade_blog
{
	padding-bottom: 10px;
	list-style-image: url(../Imagens/listBlog.gif);
	list-style-position: inside;
	font-family: Trebuchet MS; font-size: 11px;
	color: #000; font-weight: normal;
}

.novidade_twitter
{
	padding-bottom: 10px;
	list-style-image: url(../Imagens/listTwitter.gif);
	list-style-position: inside;
	font-family: Trebuchet MS; font-size: 11px;
	color: #000; font-weight: normal;
}

#acesso_rapido
{
	margin: 10px; padding: 0; overflow: hidden;
	font-family: Trebuchet MS; font-size: 14px;
	color: #000; font-weight: normal;
}

.treinamentos_valor
{
	text-align: center;
	font-size: 18px; color: #f6821f; font-weight: bold;
}

.treinamentos_valor_texto
{
	font-size: 12px; color: #000; font-weight: normal;
}

.treinamentos_valor_parcelado
{
	color:#f6821f;
}

.treinamentos_proxima_turma
{
	text-align: center;
}

.treinamentos_detalhes
{
	text-align: center;
}

.treinamento_box
{
	width: 700px;
}

.treinamento_box_detalhes
{
	float: left;
	width: 450px;
}

.treinamento_box_form
{
	float: left;
	width: 228px;
	height: 386px;
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 1px;
	background-color: #f0f0f0;
	padding: 10px;
	text-align: left;
}

.treinamento_box ul
{
	padding-left: 30px;
	padding-bottom: 20px;
}

.observacoes
{
	font-size: 10px;
}

#menuServicos a
{
	display: block;
	border-color: #ececec;
	border-width: 1px;
	border-style: solid;
	background-color: #fcfcfc;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Trebuchet MS;
	font-size: 16px;
}

#menuServicos a:hover
{
	display: block;
	border-color: #ececec;
	border-width: 1px;
	border-style: solid;
	background-color: #f0f0f0;
}

#menuServicos a img
{
	padding-left: 10px;
	padding-right: 10px;
}

.formularioInscricao
{
	text-align: justify;
}

.formularioInscricaoTitulo
{
	font-size: 18px; color: #f6821f; font-weight: bold;
}

.tblFormulario
{
	width: 330px;
}

.tblFormularioTexto
{
	width: 80px;
}

.tblFormularioCampo
{
}

.mensagemErro
{
	color: Red;
	font-weight: bold;
}

#rotator .ui-tabs-panel {
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator ul
{
	list-style-image: none;
	padding: 0px;
}

#rotator ul li
{
	list-style-type: none;
	list-style-image: none;
	display: inline;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.ui-tabs-nav
{
	/*display: none;*/
}
