/* CSS do Site 1472 */
/* Corpo do Site */
BODY {
	font-family: Arial;
	font-size: 12px;
	background-color: ;
}

.FundoBranco {
	background-image: url();
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

.FundoSimples {
	background-image: url();
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: ;
}

.FundoHelp {
	background-image: url(/sites/icones/ajuda_fundo.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

TABLE.Cabecalho {
	background-color: ;
}

TABLE.CabecalhoIFrame {
	background-color: ;
}

TABLE.CabecalhoImpressao {
	background-color: ;
}

/* Fonte Padrão do Site */
H1, H2, H3, H4, H5, H6, H7 {
	font-family: Arial;
	font-size: 12px;
}

.FonteSite {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-style: normal; font-weight: normal;;
}

.FontePequena {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.FonteNegrito {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.FonteItalica {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.FonteDestaque {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* Grupos de Conteudo */
.FonteTitulo {
	font-family: Arial;
	font-size: 11px;
	color: ;
}

.FonteSubTitulo {
	font-family: Arial;
	font-size: 11px;
	color: ;
}

TD {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

TD.TituloConteudo {
	background-color: #004C99;
}

/* Scripts em Geral */
.FonteTituloScript {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

HR {
	border-style: solid;
	color: #004C99;
}

A { color: #000000; font-style: normal; font-weight: normal; text-decoration: none; }
A:ACTIVE { color: #000000; font-style: normal; font-weight: normal; text-decoration: none; }
A:LINK { color: #000000; font-style: normal; font-weight: normal; text-decoration: none; }
A:VISITED { color: #000000; font-style: normal; font-weight: normal; text-decoration: none; }
A:HOVER { color: #000000; font-style: normal; font-weight: normal;; text-decoration: underline; }

TD.Erro {
	background-color: #FF4B4B;
}

TD.Aviso {
	background-color: #F0F0F0;
}

.FonteErro {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: ;
}

.FonteMensagem {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Formularios */
.TD.CelulaLabel {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.FonteDados {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

TEXTAREA {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

INPUT {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

INPUT.FSemBorda {
	border: 0px;
}

INPUT.BotaoLargo {
	font-family: Arial;
	font-size: 12px;
	width: 200;
}

INPUT.BotaoEstreito {
	font-family: Arial;
	font-size: 12px;
	width: 100;
}

SELECT {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.botao_pesquisa_pequena {
	width:16px;
	height: 16px;
	background-color: #004C99;
       border: 1px solid ;
       color: ;
}

.texto_pesquisa_pequena {
	height: 16px;
	size: 9px;
	background-color: #004C99;
       border: 1px solid ;
       color: ;
}

.texto_pesquisa_pequena_branco {
	height: 16px;
	size: 9px;
	background-color: ;
       border: 1px solid #004C99;
       color: #000000;
}

/* Tabelas */
TH.TituloTabela {
	background-color: #004C99;
}

TD.TituloTabela {
	background-color: #004C99;
}

TD.LinhaPar {
	background-color: #D0D1D3;
}

TD.LinhaImpar {
	background-color: #E8EAE9;
}

.LinkTabela {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.FonteTituloTabela {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: ;
}

.FonteTabela {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/* Atendimento */
DIV.JanelaAtendimento {
	background-color: ;
	position: float;
	right: 1px;
	left: 1px;
	top: 2px;
	width: 405px;
	height: 281px;
	z-index: 1
}

/* Menus */
.TituloMenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: ;
}

.ItemMenu {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.TItemMenuHorizontal {
	background-color: #E8EAE9;
}

TD.MenuSuperior {
}

TD.MenuIntermediario {
}

TD.MenuEsquerdo {
	width: 0px;
}

TD.MenuIntegradoSuperior {
}

TD.MenuDireito {
	width: 246px;
}

TD.MenuIntegradoInferior {
}

TD.MenuInferior {
}

TD.MenuSuperiorCabecalho {
}

TD.MenuInferiorCabecalho {
}

/* Impressao */
.QuebraPagina{
	page-break-after: always;
}

/* Agenda */
.botoes {
	background:#FFFFFF;
	border:1px solid #000000;
}

.agenda_titulo_agenda {
	background-color:#004C99;
}

TABLE.MenuAcel {
	background-image: url(/sites/300/331/FundodomenuIntermediario2.jpg);
	background-repeat: no-repeat;
}

/* CSS Personalizado */
@charset "iso-8859-1";
/* CSS Document */

body {background:url(/sites/1400/1472/00000001.jpg) repeat-x center top;}

.titulo{padding: 36px 0 0 0;}
.titPadrao {padding: 36px 0 0 28px; font: 20px bold Arial, Helvetica, sans-serif;}

/*Espaçamento da 1ª linha do site*/

.espacamentoSupTab01 {padding: 32px 0 0 11px;}
.espacamentoSupTab02 {padding-top: 32px;}

.estiloManchete table tr td span a img {margin-right:11px;}
.estiloNoticia table tr td span a {padding-left: 12px; padding-bottom: 20px;}

/*Boletim eletrônico*/

div#boletimEletronico{width:250px; margin: 8px 0 0 8px;}
div#boletimEletronico h1{margin: 0; padding: 0; font: 20px bold Arial, Helvetica, sans-serif;}
div#boletimEletronico p{margin: 0; padding: 5px 0 10px 0; font: 12px bold Arial, Helvetica, sans-serif;}
div#flutuar{float:left;}
div#seta{float:right; margin: 8px 10px 0 20px; width:24px; height:28px;}
div#marcador{padding: 5px 18px 0 0;}
input#principal{width:180px; border: 2px solid #056f9b; margin: 0 0 10px 3px; float:left}
input#btRegistrar{background: url(http://www.webadvisor.com.br/sites/1400/1472/00000023.jpg) no-repeat; width:92px; height:20px; border:none; margin: 3px 15px 0 150px; cursor:pointer;}
div#formulario{float:left; font: 12px bold Arial, Helvetica, sans-serif;}


/*Acompanhe*/

div#acompanhe{width:245px; margin: 8px 0 0 8px;}
div#acompanhe h1{margin: 0; padding: 0; font: 20px bold Arial, Helvetica, sans-serif;}
div#acompanhe p{margin: 0; padding: 5px 0 10px 0; font: 12px bold Arial, Helvetica, sans-serif;}
div#marcador{padding: 5px 18px 10px 0;}
div#acompanhe a:link{color:#000; text-decoration:none;}
div#acompanhe a:hover{color:#000;}
div#acompanhe a:active{}
div#acompanhe a:visited{color:#000; text-decoration:underline;}

/*Parceiros*/

div#parceiros {width:500px; height:110px; text-align:center; font: 12px bold Arial, Helvetica, sans-serif; padding-top:16px; margin: 5px 0 5px 0; }
div#parceiros div{float:left; width:165px;}
div#parceiros div img {float:left; padding: 0 5px 0 0; border:none; margin-bottom:60px;}
div#parceiros div h1{font: 20px bold Arial, Helvetica, sans-serif; padding: 0; margin: 0;}
div#parceiros div p{font: 12px bold Arial, Helvetica, sans-serif; padding: 0; margin: 0; float:right;}
p#verMais{margin: 5px 5px 0 0; clear:both; padding: 0;}
p#verMais a:link{color:#000; text-decoration:none;}
p#verMais a:hover{color:#000;}
p#verMais a:active{}
p#verMais a:visited{color:#000; text-decoration:underline;}

/*Menu Diferenciado Genérico*/

div#menuDifGenerico{width: 214px; margin:0; padding: 21px 0 0 10px; }
div#menuDifGenerico h1{margin: 0; padding: 0; font: 20px bold Arial, Helvetica, sans-serif;}
div#menuDifGenerico p{margin: 0; padding: 5px 0 10px 0; font: 12px bold Arial, Helvetica, sans-serif;}
div#bottom{width:192px; border-bottom: 2px solid #bfe9fe; margin: 0 0 10px 8px; }
div#bottomFinal{margin: 0 0 10px 8px; width:192px;}
div#menuDifGenerico a:link{color:#000; text-decoration:none;}
div#menuDifGenerico a:hover{color:#000;}
div#menuDifGenerico a:active{}
div#menuDifGenerico a:visited{color:#000; text-decoration:underline;}
div#segundaCaixa{margin: 0 0 10px 8px; width:192px; font: 12px Arial, Helvetica, sans-serif;}
div#segundaCaixa span{color:#1578a1;}