/* RESET */
* {margin: 0; padding: 0; outline: 0; vertical-align: baseline; text-align: left; font: 8pt Arial;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

/* ELEMENTOS */
body {
    margin: 10px 0 10px 0;
    text-align: center;
    background: #f6f6f6;
    }
a {
    font-size: inherit;
    color: #0d5c8a;
    }
a:hover {
    text-decoration: none;
    }
br {
    clear: both;
    line-height: 10px;
    }
img {
    border: 0
    }
strong {
    font-weight: bold;
    }
.paragrafo_img img {
	float: left;
	}
.paragrafo_img br {
	clear: none !important;
	}


/* CONTENTORA */
#contentora {
    display: table;
    width: 765px;
    margin: 0 auto;
    background: #000c2a url(../../imagens/layout/contentora_bg.jpg) bottom repeat-x;
    border: solid 0px blue;
    }

/* TOPO */
#topo {
    display: table;
    width: 765px;
    height: 220px;
    background: url(../../imagens/topo/topo_bg.jpg) top no-repeat;
    border: solid 0px red;
    }
#topo h1 {
    display: none;
    }
#topo h2 {
    display: none;
    }
#topo p {
    display: none;
    }
#topo .link {
    display: inline-block;
    position: absolute;
    _margin: 0 0 0 -500px;
    width: 350px;
    height: 100px;
    }
#topo #formulario_login {
    margin: 37px 0 0 498px;
    border: solid 0px red;
    }
#topo #formulario_login #login_email {
    width: 115px;
    height: 18px;
    margin-right: 7px;
    color: #728cb3;
    background: transparent;
    border: 0;
    }
#topo #formulario_login #login_senha {
    width: 80px;
    height: 18px;
    color: #728cb3;
    background: transparent;
    border: 0;
    display: none;
    }
#topo #formulario_login #login_senha_texto {
    width: 80px;
    height: 18px;
    color: #728cb3;
    background: transparent;
    border: 0;
    display: inline-block;
    }
#topo #formulario_login #entrar {
    width: 18px;
    height: 18px;
    border: solid 0px red;
    font-size: 1px;
    text-indent: -9999px;
    background: transparent;
    }
#topo #links {
    margin: 13px 0 0 478px;
    border: solid 0px red;
    }
#topo #links li {
    display: inline;
    margin: 0 6px 0 0;
    }
#topo #links li a {
    text-decoration: none;
    color: #728cb3;
    }
#topo #links li a:hover {
    text-decoration: underline;
    }
#topo #links li img {
    margin: 0 3px 0 0;
    }
   
#topo #caixa_logado {
    position:absolute; border:solid 0px red; width: 269px; height:65px; background:url(../../imagens/topo/caixa_logado_bg.gif); margin: 10px 0 0 475px;
    }
#topo #caixa_logado #nome_associado {
    position: absolute; margin: 24px 0 0 20px; color:#9eafc7; font-size:12px; text-transform: capitalize;
    }
#topo #caixa_logado #opcoes_painel {
    position: absolute; padding: 17px 0 0 150px;
    }
#topo #caixa_logado #opcoes_painel li a {
    color: #9eafc7;
    text-decoration: none;
    }
#topo #caixa_logado #opcoes_painel li a:hover {
    text-decoration: underline;
    }
    
/* MENU */
#menu {
    height: 25px;
    margin: -110px 0 1px 0;
    padding: 0 0 0 45px;
    border: solid 0px red;
    }
#menu li {
    float: left;
    height: 25px;
    border: solid 0px red;
    }
    
#menu li a {
    display: block;
    width: 50px;
    height: 25px;
    text-indent: -9999px;
    background-image: url(../../imagens/menu/menu_bg.gif);
    }
#menu li a:hover {
    background-image: url(../../imagens/menu/menu_over_bg.gif);
    }
#menu li a.on {
    background-image: url(../../imagens/menu/menu_over_bg.gif);
    }
    
#menu li a.home {
    width: 55px;
    background-position: 0px 0px;
    }
#menu li a.quemsomos {
    width: 92px;
    background-position: -55px 0px;
    }
#menu li a.associados {
    width: 89px;
    background-position: -147px 0px;
    }
#menu li a.noticias {
    width: 71px;
    background-position: -236px 0px;
    }
#menu li a.eventos {
    width: 71px;
    background-position: -307px 0px;
    }
#menu li a.entrevistas {
    width: 86px;
    background-position: -378px 0px;
    }
#menu li a.convenios {
    width: 79px;
    background-position: -464px 0px;
    }
#menu li a.curriculos {
    width: 86px;
    background-position: -543px 0px;
    }
#menu li a.Trofeu {
    width: 70px;
    background-position: -629px 0px;
    }
#menu li a.contato {
    width: 70px;
    background-position: -629px 0px;
    }

/* SUBMENU */
#menu li.menu_submenu ul {
	visibility: hidden;
    position: absolute;
    display: table;
    width: 150px;
    margin: 1px 0 0 0;
    padding: 0 0 5px 0;
    background: url(../../imagens/menu/submenu_bordainferior.gif) left bottom no-repeat;
    border: solid 0px red;
    }
	#menu li.menu_submenu ul li {
		float: left;
		width: 150px;
		margin: 0 0 0 0px;
		background: #cc9900 url(../../imagens/layout/seta_azul.gif) 8px center no-repeat;
		}
		#menu li.menu_submenu ul li a {
			display: block;
			width: 120px;
			text-indent: 0;
			margin: 7px 0 0 20px;
			color: #ffffff;
			text-decoration: none;
			line-height: normal;
			background-image: none;
			}
		#menu li.menu_submenu ul li a:hover {
			text-decoration: underline;
			background-image: none;
			}
    

/*
#menu #home {
    width: 51px;
    background: url(../../imagens/menu/menu_link_home.gif) bottom no-repeat;
    }
#menu #home:hover {
    background: url(../../imagens/menu/menu_link_home_over.gif) bottom no-repeat;
    }
#menu #home_over {
    width: 51px;
    background: url(../../imagens/menu/menu_link_home_over.gif) bottom no-repeat;
    }
#menu #quemsomos {
    width: 90px;
    background: url(../../imagens/menu/menu_link_quemsomos.gif) bottom no-repeat;
    }
#menu #quemsomos:hover {
    background: url(../../imagens/menu/menu_link_quemsomos_over.gif) bottom no-repeat;
    }
#menu #quemsomos_over {
    width: 90px;
    background: url(../../imagens/menu/menu_link_quemsomos_over.gif) bottom no-repeat;
    }
#menu #vozassociado {
    width: 123px;
    background: url(../../imagens/menu/menu_link_vozassociado.gif) bottom no-repeat;
    }
#menu #vozassociado:hover {
    background: url(../../imagens/menu/menu_link_vozassociado_over.gif) bottom no-repeat;
    }
#menu #vozassociado_over {
    width: 123px;
    background: url(../../imagens/menu/menu_link_vozassociado_over.gif) bottom no-repeat;
    }
#menu #credenciamento {
    width: 113px;
    background: url(../../imagens/menu/menu_link_credenciamento.gif) bottom no-repeat;
    }
#menu #credenciamento:hover {
    background: url(../../imagens/menu/menu_link_credenciamento_over.gif) bottom no-repeat;
    }
#menu #credenciamento_over {
    width: 113px;
    background: url(../../imagens/menu/menu_link_credenciamento_over.gif) bottom no-repeat;
    }
#menu #eventos {
    width: 64px;
    background: url(../../imagens/menu/menu_link_eventos.gif) bottom no-repeat;
    }
#menu #eventos:hover {
    background: url(../../imagens/menu/menu_link_eventos_over.gif) bottom no-repeat;
    }
#menu #eventos_over {
    width: 64px;
    background: url(../../imagens/menu/menu_link_eventos_over.gif) bottom no-repeat;
    }
#menu #convenios {
    width: 78px;
    background: url(../../imagens/menu/menu_link_convenios.gif) bottom no-repeat;
    }
#menu #convenios:hover {
    background: url(../../imagens/menu/menu_link_convenios_over.gif) bottom no-repeat;
    }
#menu #convenios_over {
    width: 78px;
    background: url(../../imagens/menu/menu_link_convenios_over.gif) bottom no-repeat;
    }
#menu #entrevistas {
    width: 80px;
    background: url(../../imagens/menu/menu_link_entrevistas.gif) bottom no-repeat;
    }
#menu #entrevistas:hover {
    background: url(../../imagens/menu/menu_link_entrevistas_over.gif) bottom no-repeat;
    }
#menu #entrevistas_over {
    width: 80px;
    background: url(../../imagens/menu/menu_link_entrevistas_over.gif) bottom no-repeat;
    }
#menu #contato {
    width: 70px;
    background: url(../../imagens/menu/menu_link_contato.gif) bottom no-repeat;
    }
#menu #contato:hover {
    background: url(../../imagens/menu/menu_link_contato_over.gif) bottom no-repeat;
    }
#menu #contato_over {
    width: 70px;
    background: url(../../imagens/menu/menu_link_contato_over.gif) bottom no-repeat;
    }
 */
 
.erros_preenchimento {
    overflow: hidden;
    height: 15px;
    margin: 4px 22px; -10px 480px;
    color: Red;
    }
.erros_preenchimento div {
    text-align: right;
    }

/* RODAPE */
#rodape {
    display: table;
    width: 100%;
    height: 40px;
    background: url(../../imagens/rodape/rodape_bg.jpg) bottom no-repeat;
    border: solid 0px purple;
    }
#rodape #copyright {
    float: left;
    margin: 12px 0 0 13px;
    color: #728cb3;
    font-size: 10px;
    }
#rodape #logo_ftech {
    float: right;
    margin: 12px 13px 0 0;
    }
#rodape #logo_ftech a {
    color: #cccccc;
    text-decoration: none;
    }
    
/* BASES */
.basebranca {
	clear: both;
    display: table;
    width: 745px;
    margin: 0 10px 1px 10px;
    background: #ffffff url(../../imagens/layout/base_tracejado.gif) center 30px no-repeat;
    border: solid 0px red;
    }
.basebranca .basebranca_bordasuperior {
    height: 10px;
    margin-bottom: -15px;
    background: url(../../imagens/layout/basebranca_bordasuperior.jpg) top no-repeat;
    border: solid 0px red;
    }
.basebranca .basebranca_bordainferior {
    clear: both;
    height: 10px;
    background: url(../../imagens/layout/basebranca_bordainferior.jpg) bottom no-repeat;
    }
.basebranca .basebranca_margemesquerda {
    float: left;
    width: 35px;
    height: 10px;
    }
.basebranca .basebranca_coluna {
    float: left;
    width: 155px;
    _width: 149px;
    margin: 0 15px 0 0;
    }
.basebranca .basebranca_coluna_caixapequena1 {
    float: left;
    width: 162px;
    height: 85px;
    margin: 0 0 10px 0;
    border: solid 0px red;
    }
.basebranca .basebranca_coluna_caixapequena2 {
    float: left;
    width: 160px;
    height: 130px;
    border: solid 0px red;
    }
.basecinza {
    display: table;
    width: 745px;
    margin: 0 10px 1px 10px;
    background: #dadde4;
    }
.basecinza .basecinza_bordasuperior {
    clear: both;
    height: 10px;
    background: url(../../imagens/layout/basecinza_bordasuperior.jpg) top no-repeat;
    }
.basecinza .basecinza_bordainferior {
    clear: both;
    height: 10px;
    background: url(../../imagens/layout/basecinza_bordainferior.jpg) bottom no-repeat;
    }
.basecinza .basecinza_textocentralizado {
    line-height: 13px;
    margin: 10px;
    text-align: center;
    color: #41597a;
    }
.semimagem {
    background-image: url();
    }

/* TITULOS */
.titulo_grande {
    float: left;
    margin: 20px 0 20px 70px;
    padding: 0 5px 0 5px;
    font: bold 11pt "Trebuchet Ms";
    background: #ffffff;
    color: #cc9900;
    text-transform: uppercase;
    }
.titulo_grande span {
    font: bold 11pt "Trebuchet Ms";
    background: #ffffff;
    color: #0d5c8a;
    }
.titulo_medio_azul {
    font: bold 11pt "Trebuchet Ms";
    }
.titulo_medio_amarelo {
    font: bold 11pt "Trebuchet Ms";
    }
.titulo_pequeno_azul {
    margin: 0 0 5px 0; 
    font: bold 9pt "Trebuchet Ms";
    color: #0d5c8a;
    }
.titulo_pequeno_amarelo {
    margin: 0 0 5px 0; 
    font: bold 9pt "Trebuchet Ms";
    color: #cc9900;
    }
    
/* LINKS */
.link_azul {
    display: inline-block;
    padding-right: 10px;
    background: url(../../imagens/layout/seta_amarela.gif) right 4px no-repeat;
    color: #0d5c8a;
    text-decoration: none;
    }
.link_azul:hover {
    text-decoration: underline;
    }
.link_amarelo {
    margin: 0 5px 0 5px;
    padding-right: 10px;
    background: url(../../imagens/layout/seta_amarela.gif) right 4px no-repeat;
    color: #0d5c8a;
    text-decoration: none;
    }
.link_amarelo:hover {
    text-decoration: underline;
    }
.link_simples {
    line-height: 30px;
    color: #0d5c8a;
    text-decoration: none;
    }
    
/* LISTAS */
.lista_setaamarela {
    margin: 5px 0 0 0;
    }
.lista_setaamarela li {
    margin: 0 0 5px 0;
    text-indent: 12px;
    background: url(../../imagens/layout/seta_amarela.gif) left 3px no-repeat;
    color: #666666;
    border: solid 1px #ffffff;
    }
.lista_setaamarela li a {
    font-size: 8pt;
    text-decoration: none;
    color: #666666;
    }
.lista_setacinza {
    margin: 5px 0 0 0;
    }
.lista_setacinza li {
    margin: 0 0 5px 0;
    text-indent: 18px;
    background: url(../../imagens/icones/ico_setageral_branca.gif) 1px -1px no-repeat;
    color: #666666;
    border: solid 1px #ffffff;
    }
.lista_setacinza li a {
    font-size: 10pt;
    text-decoration: none;
    color: #0d5c8a;
    }
.lista_setacinza li a:hover {
    text-decoration: underline;
    }


/* HOME =============================================================================== */
#foto_principal {
    float: left;
    margin: 0 0 1px 10px;
    }
#parceiros_titulo {
    float: left;
    margin: 0 0 5px 20px; 
    font: bold 9pt "Trebuchet Ms";
    color: #666666;
    }
.parceiros_imagem {
    text-align: center;
    width: 150px;
    float: left;
    margin: 0 0 0px 13px;
    padding: 0 0 10px 0;
    border: solid 0px red;
    }
    

/* PÁGINAS INTERNAS =============================================================================== */

/* COLUNA ESQUERDA */
.paginainterna_coluna_esquerda {
    display: table;
    float: left;
    margin: 0 5px 0 35px;
    _margin-left: 20px;
	padding: 0 0 0 10px;
    border: solid 0px red;
    }
.paginainterna_coluna_esquerda * {
    font-size: 9pt;
    }
.paginainterna_coluna_esquerda h3 {
    font: bold 9pt "Trebuchet Ms";
    color: #0d5c8a;
    text-transform: uppercase;
    }
.paginainterna_coluna_esquerda p {
    float: left;
    margin-bottom: 30px;
    text-align: justify;
    border: solid 0px red;
    }
.paginainterna_coluna_esquerda p br {
    clear: none;
    line-height: 8px;
    }
.paginainterna_coluna_esquerda p img {
    float: left; 
    margin-right: 10px;
    }
.paginainterna_coluna_esquerda b {
    font-weight: bold;
    }
.paginainterna_coluna_esquerda strong {
    font-weight: bold;
    }
.paginainterna_coluna_esquerda i {
    font-style: italic;
    }
    
 /* CAIXA PEQUENA */
.paginainterna_coluna_esquerda .caixapequena {
    display: table;
    width: 221px;
    margin: -10px 5px 30px 0;
    padding: 10px 0 10px 0;
    float: left;
    clear: none;
    background: #f6f6f6;
    text-align: left;
    border: solid 0px red;
    }
.paginainterna_coluna_esquerda .caixapequena img {
    float: left;
    }
.paginainterna_coluna_esquerda .caixapequena b {
    margin: 10px 0 0 0;    
    }
.paginainterna_coluna_esquerda .caixapequena br {
    clear: none;
    }
    
 /* TABELAS */
.paginainterna_coluna_esquerda .tabela_galeriaimagens img {
    margin: 0 14px 20px 0;
    }
.paginainterna_coluna_esquerda .tabela_listasimples {
    width: 675px;
    }
.paginainterna_coluna_esquerda .tabela_listasimples tr {
    background: #f9f9f9;
    }
.paginainterna_coluna_esquerda .tabela_listasimples tr th {
    padding: 5px;
    font-weight: bold;
    background: #c0c0c0;
    color: #ffffff;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    }
.paginainterna_coluna_esquerda .tabela_listasimples tr td {
    padding: 5px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    }
.paginainterna_coluna_esquerda .tabela_listasimples tr.fundoescuro td {
    background: #f0f0f0;
    }
.paginainterna_coluna_esquerda .tabela_listasimples .dia {
    text-align: center;
    }
.paginainterna_coluna_esquerda .tabela_listasimples .bt {
    text-align: center;
    vertical-align: middle;
    }
.paginainterna_coluna_esquerda .tabela_formulario {
    border: solid 0px red;
    }
.paginainterna_coluna_esquerda .tabela_formulario td {
    padding: 10px;
    color: #082854;
    font-size: 11px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    }
.paginainterna_coluna_esquerda .tabela_formulario td input,.paginainterna_coluna_esquerda .tabela_formulario td textarea,.paginainterna_coluna_esquerda .tabela_formulario td select  {
    width: 300px;
    border-width: thin;
    border-style: inset;
    }
.paginainterna_coluna_esquerda .tabela_formulario_botao {
    width: 55px;
    color: #fff;
    margin: 0px 0 0 377px;
    padding: 2px 5px 2px 5px;
    background: #11406d;
    border: solid 1px #dadde4;
    }
.paginainterna_coluna_esquerda .tabela_formulario_botao2 {
    color: #fff;
    margin: 0px 0 0 377px;
    padding: 2px 5px 2px 5px;
    background: #11406d;
    border: solid 1px #dadde4;
    }
.paginainterna_coluna_esquerda .tabela_formulario td.tabela_formulario_colunaesquerda {
    width: 110px;
    text-align: right;
    background: #dadde4;
    }
.paginainterna_coluna_esquerda .tabela_formulario td.tabela_formulario_colunaesquerda_vermelho {
    width: 100px;
    color: #c00;
    text-align: right;
    background: #dadde4;
    }
    
 /* COLUNA DIREITA */
.paginainterna_coluna_direita {
    float: right;
    width: 115px;
    margin: -40px 20px 0 10;
    _margin-right: 10px;
    _margin-left: 10px;
    border: solid 0px blue;
    }
.paginainterna_coluna_direita img {
    margin: 0 0 15px 0;
    width: 100px;
    height: 120px;
    }




#errospreenchimento {
    clear: both;
    display: none;
    margin-bottom: 18px;
    margin-left: 17px;
    color: #d00000;
    }
#errospreenchimento li {
    margin: 0px 0px;
    list-style: disc;
    color: #d00000;
}
.caixa_informacoes {
    background: #ffffcc;
    border: solid 1px #f0f0f0;
    padding: 10px;
    }
.caixa_informacoes h3 {
    color: #cc0000;
    }

.caixa1 {
	height: 300px;
	margin-bottom: 10px;
	background: url(../../imagens/layout/linha_amarela.gif) left bottom repeat-x;
	}
.caixa2 {
	height: 180px;
	margin-bottom: 10px;
	background: url(../../imagens/layout/linha_amarela.gif) left bottom repeat-x;
	}
.caixa3 {
	margin-bottom: 10px;
	_ackground: url(../../imagens/layout/linha_amarela.gif) left bottom repeat-x;
	}

#conteudohome {
	border: solid 0px red;
	}
	#conteudohome_colunaesquerda {
		float: left;
		width: 330px;
		margin-left: 35px;
		border: solid 0px blue;
		}
	#conteudohome_colunadireita {
		float: left;
		width: 325px;
		margin-left: 18px;
		border: solid 0px blue;
		}
	#conteudohome h3.titulo_cinza {
		margin-bottom: 5px;
		font: 13px "Trebuchet Ms";
		color: #999999;
		}
	#conteudohome h3.titulo_azul {
		margin-bottom: 5px;
		font: 13px "Trebuchet Ms";
		color: #0d5c8a;
		}
	#conteudohome h3.titulo_laranja {
		margin-bottom: 5px;
		font: 13px "Trebuchet Ms";
		color: #f4bb18;
		}
	#conteudohome .imagem {
		border: solid 2px #044c7c;
		}
	#conteudohome p.conteudo {
		_eight: 75px;
		font-size: 11px;
		margin: 0 0 5px 0;
		}
		
.lista_seta_amarela li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(../../imagens/layout/seta_amarela_lista.gif) left center no-repeat;
	}
	.lista_seta_amarela li a {
		font-size: 11px;
		color: #999999;
		}

.conteudohome_linha {
	height: 7px;
	line-height: 7px;
	font-size: 1px;
	margin: 10px 0 10px 0;
	background: url(../../imagens/layout/linha_amarela.gif) left center repeat-x;
	border: solid 0px red;
	}

.limpar {
	clear: both;
	}


