/* --------------------------------------------------------------------------------------------------------  GERAL */
body	{
	margin:0px;
	padding:0px;
}
body, input, textarea	/*Formatação*/	{
	font-family:"Trebuchet MS", Tahoma;
	color:#2f2f2f;
	font-size:14px;
}
label.error, span.error{
    color: red;
    font-style: italic;
    margin-left: 5px;
}

select.error, textarea.error, input.error{
    border: 1px dashed #FF6464;
}
ul, li, h1, h2, h3, h4, input, form	{
	margin:0px;
	padding:0px;
}
.center	{
	text-align:center;
}
img	{border:none;}

a	{color:#105e77;text-decoration:none;}
a:hover, a.sel	{text-decoration:underline;}

.pagina-inicial	{ color:#2f2f2f; font-weight:bold;}
.clicknow	{color:#2f2f2f;}

input, textarea	{
	background-color:#ededed;
	border:none;
	font-size:12px;
	padding:3px;
}
.checkbox	{
	background-color:none;
}
h1, h2, h3, h4	{
	color:#105e77;
}
h1	{
	font-size:20px;
}
h2	{
	font-size:18px;
}
h3	{
	font-size:16px;
}
h4	{
	font-size:14px;
}
.dados	{
	font-weight:bold;
	color:#105e77;
	font-size:12px;
}
.erro{
	margin-bottom:30px;
	font-weight:bold;
	font-size:16px;
	color:#FF6464;
}


/* --------------------------------------------------------------------------------------------------------  TOPO */
#flash-top	{
	position:absolute;
	background-repeat:no-repeat;
	background-position:center top;
	height:300px;
	width:100%;
	z-index:10;
}
#flash-top .ponta	{
	margin:0px;
}
#topo	{
	position:absolute;
	width:100%;
	height:167px;
	z-index:20;
	padding-top:17px;
	padding-bottom:16px;
	vertical-align:baseline;
}
#topo .logo	{
}
#topo .logo .ponta	{
	margin:0px;
}
#topo .logo	img	{
	margin-left:7px;
	margin-right:7px;
	margin-bottom:5px;
	margin-top:5px;
}
#topo .logo	.bottom	{
	background-image:url(../imgs/geral/bg-logo-bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	height:2px;
}



/* --------------------------------------------------------------------------------------------------------  CONTEUDO */
.conteudo	{
	background-image:url(../imgs/geral/bg-fundo.jpg);
	background-position:left 200px;
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-size:14px;
}
.conteudo	.titulo	{
	color:#105e77;
	font-weight:bold;
	font-size:25px;
	line-height:25px;
}
.conteudo	.miolo	{
	text-align:justify;
	margin-left:50px;
	margin-right:30px;
	width:650px;
	margin-top:266px;
}
.conteudo	.miolo img	{
	margin-bottom:10px;
	margin-top:10px;
}
.conteudo	.miolo	p	{
	text-align:justify;
	margin-bottom:10px;
	margin-top:10px;
}
.conteudo	.miolo a	{
	font-weight:bold;
}


/* --------------------------------------------------------------------------------------------------------  MENU */
#menu	{
	background-color:#ffffff;
	padding-right:35px;
	padding-top:300px;
}
#menu	a	{
	font-size:14px;
}
#menu	a.sel{
	text-decoration:underline;
}
#menu .area	{
	width:210px;
	text-align:left;
}
#menu	ul, li	{
	margin:0px;
	padding:0px;
}

#menu	ul	{
	list-style-type: none;
	margin-bottom:10px;
}
#menu	li	{
	background-image:url(../imgs/geral/linha.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	padding-top:10px;
}
#menu	.inicial	{
	width:210px;
	position:absolute;
	margin:0px;
	padding:0px;
	z-index:60;
	font-size:14px;
	margin-top:-35px;
}

#menu2	{
	background-color:#ffffff;
}



/* --------------------------------------------------------------------------------------------------------  RODAPÉ */
#flash-rodape	{
	width:100%;
	position:absolute;
	background-repeat:no-repeat;
	background-position:center top;
	height:187px;
	margin-top:-187px;
}

#rodape	{
	position:absolute;
	margin-top:-120px;
	z-index:30;
	width:100%;
	text-align:center;
	font-size:11px;
}
#rodape	.tamanho	{
	width:928px;
}
#rodape	.links	{
	color:#c7c7c7;
}

/* --------------------------------------------------------------------------------------------------------  Outros */

.indioma	{
	position:absolute;
	z-index:50;
	text-align:right;
	margin-left:180px;
	margin-top:-65px;
}
.inicial	{
	margin-top:-25px;
	z-index:60;
	position:absolute;
	font-size:14px;
}
.linha	{
	background-image:url(../imgs/geral/linha.gif);
	background-repeat:repeat-x;
	background-position:left center;
	display:block;
	height:1px;
	width:100%;
	overflow:visible;
}

/* --------------------------------------------------------------------------------------------------------  TABELA */
.tabela	{}
.tabela	.title	{
	height:35px;
	color:#ffffff;
	font-size:18px;
	background-color:#FF6666;
	padding:3px;
	font-weight:bold;
	padding-bottom:0px;
}
.tabela	.img1	{
	margin-right:10px;
	margin-bottom:10px;
}
.tabela	.img2	{
	margin-left:10px;
	margin-bottom:10px;
}
.tabela	.texto	{
	margin-bottom:20px;
	margin-top:20px;
	text-align:justify;
}

.tabular	{
	border: 1px solid #dedede;
	border-bottom:none;
	border-right:none;
}
.tabular	td	{
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	padding:5px;
	font-size:11px;
}
.tabular thead tr{
	background:#5d64b1;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.tabular	.lateral	{
	background:#5d64b1;
	color:#ffffff;
	text-align:center;
}

.area-restrita {}
.area-restrita .campos {
	background-image:url(../imgs/geral/bg-input.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:left top;
	height:25px;
	border:1px solid #dbdbdb;
	margin-bottom:5px;
	width:200px;	
}
.area-restrita .bot_entrar {
	background-color:transparent;
	border:none;
	margin-left:125px;
}


.galeria {}
.galeria {
	margin-top:20px;
	margin-bottom:20px;
}
.galeria .legenda {font-size:11px; color:#b1b1b1;}
.galeria .legenda strong {font-weight:normal; color:#313030; font-size:10px; display:block;}

.pesquisar {
	background-image:url(../imgs/geral/bg-input-pesquisa.jpg);
	background-repeat:no-repeat;
	border:none;
	height:30px;
	width:126px;
	padding-top:7px;
	font-size:11px;
}
.pesquisar-cinza {
	background-image:url(../imgs/geral/bg-input-pesquisa.jpg);
	background-repeat:no-repeat;
	border:none;
	height:30px;
	width:126px;
	padding-top:7px;
	font-size:11px;
	color:#c5c5c5;
}
.bot-pesquisa {
	background-image:url(../imgs/geral/bg-botao-busca.jpg);
	background-repeat:no-repeat;
	width:72px;
	margin-left:3px;
	height:30px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:11px;
}

.resultados {}
.resultados a {
	font-size:12px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:10px;
	display:block;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	font-weight:normal;
	margin-top:10px;
}
.resultados a:hover {text-decoration:underline;}
.resultados a strong {display:block; color:#105e77; /*Cor Padrão*/ text-decoration:none;}


.paginacao {
	margin-top:20px;
	text-align:center;
}
.paginacao a {color:#c8c8c8;}
.paginacao a:hover {color:#323232;}




