/***************************************************************************************************
* geral
***************************************************************************************************/
/* * { / * mozilla * /
  -moz-user-select: none;
} */
 

html {
	width: 100%; height: 100%; margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0; text-align: center;
	background-color: #dbe0e3;
}

body { /* mozilla */
	text-align: -moz-center;
}
	
img { 
	border: 0;
}

ul, form{
	margin: 0;
	padding: 0;
}

#main{
	width: 1000px;
	margin:	0 0 0 -500px;
	left: 50%;
	position: absolute;
}


/***************************************************************************************************
* classes de formulário
***************************************************************************************************/
.inputSelect { font-family: Trebuchet MS; font-size: 11px; min-width: 100px; }
.inputSelectBusca { font-family: Trebuchet MS; font-size: 11px; }
.inputText { font-family: Trebuchet MS; font-size: 11px; border: 1px solid #000; width: 140px; }
.inputTextBusca { width: 90px; font-family: Trebuchet MS; font-size: 11px; border: 1px solid #000; }
.inputTextSearch { font-family: Trebuchet MS; font-size: 11px; border: 1px solid #000; width: 200px; }

/***************************************************************************************************
* corpo
***************************************************************************************************/
#body_work_01 {
	height: 30px;
	padding: 10px 10px 5px 10px;
	text-align: right;
}

#body_work_02 {
	background-image: url(../images/layout/background_topo.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align: left;
}

#body_work_03 {
	padding: 3px 0 0 0; overflow: hidden; background-color: #FFF;
}

#body_work_04 {
	margin: 0; padding: 10px; overflow: hidden; background-color: #FFF;
}

#body_work_05 {
	height: 180px; background-color: #cfd3d6;
}

#body_back{
	text-align: center;
}


/***************************************************************************************************
* topo
***************************************************************************************************/

#bw_label_black { margin: 0; padding: 5px; height: 30px; }
#bw_label_black_small{ margin: 0; padding: 0; height: 5px; background-color: #000; }
#bw_welcome_text{ margin: 0; padding: 0; width: 300px; float: left; font-family: Trebuchet MS; font-size: 12px; font-weight: bold; color: #000; text-align: left; }

#bw_topo_busca { margin: 0; padding: 0; width: 450px; float: right;	font-family: Trebuchet MS; font-size: 12px; color: #000; }
#bw_topo{ margin: 0; padding: 0; }
#bw_topo_logo { width: 240px; height: 80px; position: absolute; z-index: 10; }

#bw_topo_botoes { height: 58px; }
#bw_topo_botoes_superior { text-align: right; padding: 15px 10px 25px 0; }
#bw_topo_botoes_inferior { height: 40px; text-align: right; }
#bw_topo_botoes_inferior ul{  }
#bw_topo_botoes_inferior ul li { display: inline; list-style: none; vertical-align: middle; }
#bw_topo_botoes_inferior ul li a { padding: 0 10px; }
#bw_topo_botoes_inferior ul li a:hover {  }


/***************************************************************************************************
* navegação
***************************************************************************************************/
#bw_navegacao { height: 41px; padding: 0; margin: 0; text-align: center; background: #005589;}
#bw_navegacao ul { margin: 0 0 0 4px; padding: 0; }
#bw_navegacao ul li { list-style: none; display: inline; padding: 0; margin: 0 0 0 -4px; }

#caminho{ padding: 5px 0; font-family: Trebuchet MS; font-size: 11px; color: #000; text-align: left; }
#caminho a{ color: #005589; text-decoration: none; }
#caminho a:hover{ color: #000; text-decoration: none; border-bottom: 1px dashed #005589; }

/***************************************************************************************************
* aumenta fonte
***************************************************************************************************/
#ferramentas_aumentafonte{ width: 200px; margin: 30px 0 5px 0; float: left; }
#ferramentas_aumentafonte_padrao{ margin:0 0 5px 0; padding: 0 0 30px 0; border-bottom: 1px dashed #CACACA; display: block; }
#ferramentas_aumentafonte_padrao a{ border-bottom: 1px dashed #666; color: #666; font-weight: bold; }

.componentes_texto_0{ width: 100%; font-family: Trebuchet MS; font-size: 10px; color: #000; margin: 10px;}
.componentes_texto_1{ width: 100%; font-family: Trebuchet MS; font-size: 11px; color: #000; margin: 10px;}
.componentes_texto_2{ width: 100%; font-family: Trebuchet MS; font-size: 12px; color: #000; margin: 10px;}
.componentes_texto_4{ width: 100%; font-family: Trebuchet MS; font-size: 13px; color: #000; margin: 10px;}
.componentes_texto_5{ width: 100%; font-family: Trebuchet MS; font-size: 14px; color: #000; margin: 10px;}
.componentes_texto_6{ width: 100%; font-family: Trebuchet MS; font-size: 15px; color: #000; margin: 10px;}

.btnNavigate{ padding: 5px 10px; font-family: Trebuchet MS; font-size: 11px; color: #FFF; font-weight: bold; }
.btnNavigate, a{ text-decoration: none; }
.btnNavigate, a:hover{ text-decoration: underline; }


/***************************************************************************************************
* busca
***************************************************************************************************/
#busca_paginas {
	padding: 10px; border-bottom: dotted 1px #CCC; text-align: left;
}

#busca_titulo{ font-family: Trebuchet MS; font-size: 18px; color: #005589; }
#busca_titulo strong{ color: #000; border-bottom: dashed 1px #000; }

#busca_paginas_titulo, #busca_paginas_titulo a{ font-family: Trebuchet MS; font-size: 18px; font-weight: bold; color: #005589; text-decoration: none; }

#busca_paginas_titulo a:hover{ color: #000; text-decoration: none; border-bottom: 1px dashed #005589; }

#busca_paginas_texto{ font-family: Trebuchet MS; font-size: 11px; color: #333; }

#busca_paginas_texto a{ color: #005589; text-decoration: underline; }

#busca_paginas_texto a:hover{ color: #000; text-decoration: none; }


/***************************************************************************************************
* colunas de conteudo e menu
***************************************************************************************************/
#body_colunLeft {
	width: 360px; float: left; clear: left;
}


#body_colunCenter {
	padding: 0;
	margin: 0;
	text-align: center;
}

#body_colunRight {
	width: 620px; float: right; clear: right;
}

#box_title{ padding: 18px 0 0 20px; font-family: "Times New Roman"; font-size: 20px; color: #FFF; text-align: left; }
#box_text{ padding: 0 15px 5px 15px; font-family: Verdana; font-size: 11px; color: #dedede; text-align: justify; min-height: 150px; }
#box_saibamais{ padding: 0 15px 5px 15px; text-align: left; }


/***************************************************************************************************
* menu lateral
***************************************************************************************************/
#mnu_nivel00_titulo {
	width: 145px; height: 20px; font-family: Trebuchet MS; font-size: 11px; color: #005589;
	font-weight: bold; background: #f6e19c; line-height: 20px; padding: 0 0 0 5px; text-align: left;
	border-bottom: dotted 1px #FFF;
}

#mnu_nivel01_titulo {
	height: 20px; font-family: Trebuchet MS; font-size: 11px; color: #005589;
	line-height: 20px; padding: 0 0 0 23px; margin: 0 0 0 0; text-align: left;
}

#mnu_nivel01_titulo a:link, #mnu_nivel01_titulo a:active, #mnu_nivel01_titulo a:visited, #mnu_nivel01_titulo a {
	color: #005589;
}

#mnu_nivel01_titulo a:hover {
	color: #000; border-bottom: dotted 1px #000; text-decoration: none;
}

#mnu_nivel01_bloco { width: 167px; padding: 0 0 10px 10px; }
#mnu_nivel01_bloco ul { padding: 0; margin: 0; }
#mnu_nivel01_bloco ul li { list-style: none; padding: 0; margin: 0; height: 20px; }
#mnu_nivel01_bloco ul li a { font-family: Trebuchet MS; font-size: 11px; color: #666; text-decoration: none; }
#mnu_nivel01_bloco ul li a:hover {
	font-family: Trebuchet MS; font-size: 11px; color: #000; text-decoration: none;
	border-bottom: 1px #000 dashed;
}



/***************************************************************************************************
* banners
***************************************************************************************************/
#banner_principal {
	padding: 0; margin: 0;
}

#banner_vertical_00 {
	width: 120px; height: 175px; padding: 0; margin: 0 0 1px 0; text-align: left;
	background: #333; color: #FFF;
}

#banner_vertical_01 {
	width: 120px; height: 200px; padding: 0; margin: 0 0 1px 0; text-align: left;
	background: #666;
}

#banner_vertical_02 {
	width: 120px; height: 240px; padding: 0; margin: 0 0 1px 0; text-align: left;
	background: #999;
}



/***************************************************************************************************
* conteúdo
***************************************************************************************************/
#conteudo_titulo {
	font-family: Trebuchet MS; font-size: 26px;
	color: #005589; font-weight: 550; margin: 0; border-bottom: 1px solid #005589;
}

.conteudo_titulo {
	font-family: Trebuchet MS; font-size: 26px;
	color: #005589; font-weight: 550; margin: 0;
}

#conteudo_texto {
	font-family: Trebuchet MS; font-size: 11px;
	color: #000; text-align: justify;
}

#conteudo_texto img {
	margin: 0 10px 2px 0; border: none;
	float: left;
}

#conteudo_saibamais {
	width: 148px; height: 16px; background: url(../images/layout/btns_link.gif) no-repeat center;
	padding: 0; margin: 10px 0 0 0; text-align: center;
}

#conteudo_saibamais a {
	font-family: Trebuchet MS; font-size: 8px; text-transform: uppercase;
	color: #FFF; line-height: 15px; font-weight: bold; text-decoration: none;
}


#conteudo_saibamais a:hover {
	font-family: Trebuchet; font-size: 8px; text-transform: uppercase;
	color: #CEF0D9; line-height: 15px; font-weight: bold; text-decoration: none;
}


#conteudo_saibamais_cinza {
	width: 148px; height: 16px; background: url(../images/layout/btns_link_cinza.gif) no-repeat center;
	padding: 0; margin: 1px 0 4px 0; text-align: center;
}

#conteudo_saibamais_cinza a {
	font-family: Trebuchet MS; font-size: 7px; text-transform: uppercase;
	color: #FFF; line-height: 15px; font-weight: bold; text-decoration: none;
}

#conteudo_saibamais_cinza a:hover{
	font-family: Trebuchet MS; font-size: 7px; text-transform: uppercase;
	color: #999; line-height: 15px; font-weight: bold; text-decoration: none;
}


/***************************************************************************************************
* torne-se uma revenda
***************************************************************************************************/
#tornese_titulo {
	font-family: "Trebuchet MS"; font-size: 20px; padding: 15px 0 10px 0;
	color: #005589; font-weight: bold; margin: 0; text-align: left;
}



/***************************************************************************************************
* html geral
***************************************************************************************************/
#html_bloco_geral {
	
	font-family: "Trebuchet MS"; font-size: 11px;
	color: #000; text-align: justify;
}

#html_bloco_geral a{
	font-family: "Trebuchet MS"; font-size: 11px;
	color: #005589; text-align: justify; text-decoration: none; border-bottom: 1px dashed #005589;
}

#html_bloco_geral a:hover{
	font-family: "Trebuchet MS"; font-size: 11px;
	color: #000; text-align: justify; text-decoration: none; border-bottom: 1px dashed #000;
}

#html_bloco_titulo {
	font-family: "Trebuchet MS"; font-size: 20px; color: #005589; font-weight: bold; text-align: left; padding: 10px 0;
}


/***************************************************************************************************
* artistas
***************************************************************************************************/

#artistas_bloco_geral {
	width: 633px; display: block;
}

#artistas_bloco_separador {
	width: 100%; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#artistas_bloco_imagem {
	width: 198px; height: 148px; margin: 0 10px 0 0;
	border: 1px solid #005589; float: left;
}

#artistas_bloco_texto {
	width: 415px; margin: 0; float: left; clear: right;
}

#artistas_conteudo_titulo {
	font-family: Trebuchet MS; font-size: 18px; margin: -5px 0 1px 0;
	color: #000; border-bottom: 1px solid #005589; width: 100%;
}

#artistas_conteudo_texto {
	font-family: Trebuchet MS; font-size: 10px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify;
}

#artistas_conteudo_chamada {
	font-family: Trebuchet MS; font-size: 10px; text-align: justify;
	color: #FFF; width: 613px; margin: 0 0 5px 0; padding: 10px; background: #005589;
}

.artistas_conteudo_imagem {
	width: 198px; height: 148px; margin: 0 10px 0 0;
	border: 1px solid #005589; float: left;
}



/***************************************************************************************************
* validação
***************************************************************************************************/

#validacao_bloco_left {
	float: left; width: 600px; text-align: left;
	font-family: Trebuchet MS; font-size: 11px; color: #000;
}

#validacao_bloco_right {
	float: left; width: 200px; min-height: 300px;
	clear: right;
}

#validacao_tela {
	width: 200px; clear: right; background: #F7F7F7; display: block;
	margin: 25px 0 0 20px; padding: 10px; border: 2px dashed #005589;
    font-family: Trebuchet MS;
    font-size: 11px; color: #000; font-weight: normal; text-align: left;
}



/***************************************************************************************************
* css de formulário 
***************************************************************************************************/

.form_input { 
	width: 260px; line-height: 21px; color: #999;
	border: #85898C solid 1px; padding: 0 0 0 4px; margin: 5px 0 5px 0;
    font-family: Trebuchet MS;
	font-size: 11px; font-weight: normal;
}

.textarea { 
	width: 260px; height: 100px; line-height: 21px; color: #999;
	border: #85898C solid 1px; padding: 0 0 0 4px; margin: 5px 0 5px 0;
    font-family: Trebuchet MS; 
	font-size: 11px; font-weight: normal;
}


/***************************************************************************************************
* noticias
***************************************************************************************************/

#noticias_bloco_geral {
	width: 900px; display: block;
}

#noticias_bloco_separador {
	width: 100%; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#noticias_bloco_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #005589; float: left;
}

#noticias_bloco_texto {
	width: 780px; margin: 0; float: left; clear: right;
}

#noticias_conteudo_data {
	font-family: Trebuchet MS; font-size: 18px; margin: -5px 0 1px 0;
	color: #005589; border-bottom: 1px solid #005589; width: 100%;
}

#noticias_conteudo_titulo {
	font-family: Trebuchet MS; font-size: 18px; margin: 5px 0 1px 0;
	color: #005589; text-align: justify;
}

#noticias_conteudo_texto {
	font-family: Trebuchet MS; font-size: 11px;
	color: #000; margin: 5px 0 0 0; padding: 5px; text-align: justify;
}

#noticias_conteudo_texto a {
	color: #000; text-decoration: none;
}

#noticias_conteudo_texto a:hover {
	color: #000; text-decoration: none; border-bottom: 1px dashed #000;
}

#noticias_conteudo_chamada {
	font-family: Trebuchet MS; font-size: 11px; text-align: justify;
	color: #FFF; margin: 0 0 5px 0; padding: 10px; background: #005589;
}

.noticias_conteudo_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #005589; float: left;
}

#noticias_conteudo_data_interna {
	font-family: Trebuchet MS; font-size: 14px; color: #005589;
	text-align: left; widows: 415px;
}

/***************************************************************************************************
* noticias : home
***************************************************************************************************/

#noticias_home_bloco_geral {
	width: 360px; display: block;
}

#noticias_home_bloco_separador {
	width: 90%; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#noticias_home_bloco_imagem {
	width: 70px; height: 70px; margin: 0 10px 0 0;
	border: 1px solid #005589; float: left;
}

#noticias_home_bloco_texto {
	width: 260px; margin: 0; float: left; clear: right;
}

#noticias_home_conteudo_titulo {
	font-family: Trebuchet MS; font-size: 14px; margin: 0;
	color: #005589; text-align: justify;
}

#noticias_home_conteudo_texto {
	font-family: Trebuchet MS; font-size: 11px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify;
}

#noticias_home_conteudo_texto a {
	color: #000; text-decoration: none;
}

#noticias_home_conteudo_texto a:hover {
	color: #000; text-decoration: none; border-bottom: 1px dashed #000;
}

#noticias_home_conteudo_chamada {
	font-family: Trebuchet MS; font-size: 11px; text-align: justify;
	color: #FFF; width: 215px; margin: 0 0 5px 0; padding: 10px; background: #005589;
}

.noticias_home_conteudo_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #005589; float: left;
}


/***************************************************************************************************
* rodapé
***************************************************************************************************/

#twitter{ float: right; width: 150; height: 75; }

#body_rodape_left{ width: 700px; padding: 5px 0 0 20px; float: left; text-align: left; }
#body_rodape_right{ width: 255px; height: 180px; float: right; background-color: #b1e1fe; text-align: left; }

#body_rodape_left_botoes{}
#body_rodape_left_botoes ul{ margin: 0; padding: 15px 0 0 0; list-style: none; }
#body_rodape_left_botoes ul li{ padding: 0 1px; font-family: "Trebuchet MS"; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #333; display: inline; }
#body_rodape_left_botoes ul li a{ text-decoration: none; color: #333; }
#body_rodape_left_botoes ul li a:hover{ color: #000; border-bottom: dotted 1px #000; }

#body_rodape_left_texto{ padding: 20px 0 0 0; font-family: "Trebuchet MS"; font-size: 11px; font-weight: bold; text-transform: uppercase; color: #333; }

#body_rodape_right_titulo{ padding: 20px 0 0 20px; font-family: "Times New Roman"; font-size: 20px; font-weight: bold; color: #055d90; }
#body_rodape_right_form{ padding: 20px 20px 0 20px; font-family: "Trebuchet MS"; font-size: 11px; color: #333; }
