﻿body {
	margin:0px 0px 0px 0px;
	background-image:url('images/bg.gif');
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
#pagina {
	position:relative;
	text-align:left;
	margin-left:2px;
	margin-right:2px;
	border-top:1px dashed #FFFFFF;
}
#bg-esq {
	position:relative;
	background-image:url('images/bg-esq.gif');
	width:2px;
	float:left;
	height:100%;
}
#bg-dir {
	position:relative;
	background-image:url('images/bg-dir.gif');
	width:2px;
	float:right;
	height:100%;
}
#bg-esq-3 {
	position:relative;
	background-image:url('images/bg-esq-3.gif');
	width:2px;
	float:left;
	height:100%;
}
#bg-dir-3 {
	position:relative;
	background-image:url('images/bg-dir-3.gif');
	width:2px;
	float:right;
	height:100%;
}
#barra-pesq {
	position:absolute;
	width:762px;
	height:25px;
	left:0px;
	top:0px;
	background-image:url('images/bg-barra-pesq.gif');
	background-repeat:repeat-x;
	
}
#barra-pesq-rosa {
	position:absolute;
	width:762px;
	height:25px;
	left:0px;
	top:0px;
	background-image:url('images/bg-barra-pesq-rosa.gif');
	background-repeat:repeat-x;
	z-index:50;
}
#barra-pesq-verde {
	position:absolute;
	width:762px;
	height:25px;
	left:0px;
	top:0px;
	background-image:url('images/bg-barra-pesq-verde.gif');
	background-repeat:repeat-x;
}

/* Paginas internas */

#titulo-interna
{
    position:absolute;
	width:445px;
	height:35px;
	left:0px;
	top:0px;
	background-image:url('images/bg_txt_top.png');
	background-repeat:repeat-y;
	border-bottom:1px solid #b6bac5;
	border-bottom-style:dotted;
}

#subtitulo-interna
{
    position:relative;
	width:280px;
	left:0px;
	top:50px;
	font-size: 12px;
    color: #37969a;
    font-family: georgia;
    font-weight: bold;
    font-style: italic;
}

#conteudo-interna
{
    position:relative;
	width:445px;
	left:0px;
	top:60px;
	text-align:justify;
}

#voltar-interna {
    position:relative;
	margin-top:70px;
	width:180px;
}

.font-voltar
{
    font-size: 11px;
    color: #5cb1c1;
    font-family: arial;
    font-weight: bold;
}
#borda_voltar
{
    border-bottom:1px dotted #5cb1c1;
}

.image-conhecanos
{
    margin-left:20px; 
    margin-bottom:20px;   
}

.textbox-consultas
{
    border-right: #7b8892 1px solid; 
    border-top: #7b8892 1px solid; 
    border-left: #7b8892 1px solid; 
    border-bottom: #7b8892 1px solid; 
    width: 180px;
    font-family: arial; 
    color: #505050; 
    font-size: 12px; 
    background-color: #f6f6f6;
    
}

#div-ajuda
{
    position:fixed;
	width:495px;
	height:494px;
	left:10px;
	top:10px;
	z-index:500;
}

#map_canvas
{
    width:400px;
    height:300px;    
}

#barra_topo
{
    position:relative;
    width:100%;
    height:32px;
    left:0px;
    top:0px;
    border-top:1px solid #AEAEAE;
    border-bottom:1px solid #AEAEAE;
    background-image:url('images/fundo-barra-top.png');
    background-repeat:repeat-x;
    overflow:hidden;
    font-family:Verdana;
    font-size:10px;
    color:#304567;
    z-index:20;
    
}

/* Estilo da barra do BC */

#xxx_barra_topo {
    background-image:url('../images/barra.png');
    height:39px;
    z-index:999;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    font-family:Trebuchet MS;
    font-size:12px;
    color:#425E6C;
}
#xxx_barra_topo a {
    font-family:Trebuchet MS;
    font-size:12px;
    color:#425E6C;
    text-decoration:none;
}
#xxx_barra_topo a:hover {
    text-decoration:underline;
}
#xxx_referencia {
    position:relative;
    width:778px;
    height:39px;
}
.xxx_btn_cad {
    position:absolute;
    left:623px;
    top:0px;
}
.xxx_btn_icone {
    position:absolute;
    left:729px;
    top:0px;
}
.xxx_esqueceu {
}
a.xxx_esqueceu {
}
a:hover.xxx_esqueceu {
}
.xxx_painel {
    font-family:Arial;
    font-size:12px;
    color:#425E6C;
}
.alert_vermelho {
    border:1px solid #FFCC00;
    background-color:#FFFFCB;
    padding:10px;
    margin:20px;
    color:Red;
}
.alert_amarelo {
    border:1px solid #FFCC00;
    background-color:#FFFFCB;
    padding:10px;
    margin:20px;
    color:Red;
}
.alert_verde {
    border:1px solid #FFCC00;
    background-color:#FFFFCB;
    padding:10px;
    margin:20px;
    color:Red;
}
a.btn_download {
    background-image:url('images/save_black.png');
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    display:block;    
}
a:hover.btn_download {
    background-image:url('images/save_blue.png');
    background-repeat:no-repeat;
    width:16px;
    height:16px;    
}
.highslide-nome {
    border-bottom:1px solid #DEDEDE;
    font-family:Verdana;
    padding-bottom:5px;
    margin-bottom:5px;
    font-weight:bold;
    font-size:16px;
    width:100%;
    color:#000000;

}
.highslide-descricao {
    text-align:justify;
    color:#000000;
}
.highslide-body {
    font-family:Arial;
    font-size:12px;
    color:#000000;
}
