/***************************************************************************************************
* 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: #5378b1;
}

body { /* mozilla */
	text-align: -moz-center;
}
	
img { 
	border: 0;
}

ul, form{
	margin: 0;
	padding: 0;
}

#main{
	width: 936px;
	margin:	0 0 0 -468px;
	left: 50%;
	position: absolute;
}


/***************************************************************************************************
* classes de formulário
***************************************************************************************************/
.inputSelect { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; min-width: 100px; }
.inputSelectFormulario { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; min-width: 100px; background:#d6e2f3; }
.inputSelectSearch { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; min-width: 100px; }
.inputText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid #000; width: 145px; background:#d6e2f3;}
.inputTextinscricao{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid #000; width: 310px; background:#d6e2f3;} 
.inputTextinscricao{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid #000; width: 310px; background:#d6e2f3;} 
.inputTextincrisao{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid #000; width: 250px; background:#d6e2f3;}
.inputTextDados { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid #000; width: 230px; background:#d6e2f3;}
.txt_simples{ font-family:Verdana, Geneva, sans-serif; font-size:12px;}

.inputTextSearch { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border: 1px solid #000; width: 150px; }
.inputTextAzul { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border: none; width: 200px; height: 20px; background-color: #d6e2f3; margin: 5px 0; }

/***************************************************************************************************
* corpo
***************************************************************************************************/
#body_work_01 {
	height: 30px;
	padding: 10px 10px 5px 10px;
	text-align: right;
}

#body_work_02 {
	height: 130px; padding: 20px 20px 0 20px;
	background-image: url(../images/layout/body_topo_quadro.gif);
	background-repeat: no-repeat;
}

#body_work_03 {
	margin: 3px 0 0 0; overflow: hidden;
}

#body_work_04 {
	height: 61px; padding: 10px 0;
}

#body_work_05 {
	height: 70px; padding: 5px 10px;
}

#body_back, #body_back a, #body_back a:hover{
	width: 560px; height: 16px; background: url(../images/layout/btn_voltar.jpg) no-repeat center;
	padding: 0; margin: 0; text-align: center; font-family: Verdana; font-size: 10px; color: #FFF; font-weight: bold;
}


/***************************************************************************************************
* 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: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: bold; color: #FFF; text-align: left; }
#bw_restrito_welcome{ margin: 0; padding: 0; width: 500px; float: left; font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: bold; color: #FFF; text-align: left; }
#bw_restrito_welcome a{ color: #f5c422; border-bottom: 1px dashed #f5c422; }
#bw_restrito_welcome a:hover{ color: #f5c422; border-bottom: 1px solid #f5c422;}

#bw_topo_busca { margin: 0; padding: 0; width: 350px; float: right;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #FFF; }
#bw_topo{ margin: 0; padding: 0; }
#bw_topo_superior{ margin: 0; padding: 0; height: 135px; }
#bw_topo_banner{ margin: 30px 10px 0 20px; padding: 0; width: 468px; height: 70px; float: left; }
#bw_topo_acesso{ margin: 0;	padding: 0;	width: 170px; height: 130px; float: right; }
#bw_topo_logo {	width: 234px; height: 112px; float: left; text-align: left; vertical-align: middle;	background: url(../images/layout/body_topo_logo.gif) no-repeat; }

#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: #5378b1;}
#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: 10px; font-family: Tahoma; font-size: 12px; color: #000; text-align: left; }
#caminho a{ color: #5378b1; text-decoration: none; }
#caminho a:hover{ color: #000; text-decoration: none; border-bottom: 1px dashed #5378b1; }

/***************************************************************************************************
* 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: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000; margin: 10px;}
.componentes_texto_1{ width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000; margin: 10px;}
.componentes_texto_2{ width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; margin: 10px;}
.componentes_texto_4{ width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000; margin: 10px;}
.componentes_texto_5{ width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000; margin: 10px;}
.componentes_texto_6{ width: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #000; margin: 10px;}

.btnNavigate{ padding: 5px 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF; font-weight: bold; }
.btnNavigate, a{ text-decoration: none; }
.btnNavigate, a:hover{ text-decoration: underline; }

/***************************************************************************************************
* colunas de conteudo e menu
***************************************************************************************************/
#body_colunLeft {
	width: 165px; height: 100%; float: left; clear: left;
}

#body_colunLeft_top {
	background-image: url(../images/layout/body_colunleft_top.gif);
	background-repeat: no-repeat;
	height: 4px;
}

#body_colunLeft_middle {
	background: #f5c422;
}

#body_colunLeft_bottom {
	background-image: url(../images/layout/body_colunleft_bottom.gif);
	background-repeat: no-repeat;
	height: 4px;
}

#body_colunCenter {
	width: 770px; float: right;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
}

#body_colunCenter_top {
	background-image: url(../images/layout/body_coluncenter_top.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 5px;
}

#body_colunCenter_middle {
	padding: 10px;
	background-color: #FFF;
	overflow: hidden;
	min-height: 718px;
}

#body_colunCenter_middle_banner {
	padding: 10px;
	background-color: #FFF;
	overflow: hidden;
	min-height: 520px;
}

#body_colunCenter_bottom {
	background-image: url(../images/layout/body_coluncenter_bottom.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 5px;
}


#body_colunRight {
	width: 180px; float: right; z-index: 10; background-color: #FFF; overflow: hidden; min-height: 540px;
}


/***************************************************************************************************
* menu lateral
***************************************************************************************************/
#mnu_nivel00_titulo {
	width: 145px; height: 20px; font-family: Tahoma; font-size: 12px; color: #5378b1;
	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: Tahoma; font-size: 11px; color: #5378b1;
	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: #5378b1;
}

#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: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666; text-decoration: none; }
#mnu_nivel01_bloco ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000; text-decoration: none;
	border-bottom: 1px #666 dashed;
}



/***************************************************************************************************
* banners
***************************************************************************************************/
#banner_principal {
	padding: 0; margin: 0; text-align: left; height: 223px;
}

#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: "Comic Sans MS"; font-size: 18px; color: #F00; font-style: italic;
}

.conteudo_titulo {
	font-family: "Comic Sans MS"; font-size: 18px; color: #F00; font-style: italic;
}

#conteudo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #000; text-align: justify;
}

#conteudo_texto p{
	margin: 0 0 10px 0;
	text-indent: 0.5cm;
}

#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: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; text-transform: uppercase;
	color: #FFF; line-height: 15px; font-weight: bold; text-decoration: none;
}


#conteudo_saibamais a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 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: Verdana, Arial, Helvetica, sans-serif; font-size: 7px; text-transform: uppercase;
	color: #FFF; line-height: 15px; font-weight: bold; text-decoration: none;
}

#conteudo_saibamais_cinza a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif; 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: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; padding: 0 0 5px 0;
	color: #5378b1; font-weight: bold; margin: 0; border-bottom: 1px solid #5378b1; width: 550px;
}



/***************************************************************************************************
* busca
***************************************************************************************************/
#busca_paginas {
	padding: 10px; border-bottom: dotted 1px #CCC;
}

#busca_titulo{ font-family: Arial; font-size: 14px; color: #0060a9; }
#busca_titulo strong{ color: #000; border-bottom: dashed 1px #000; }

#busca_paginas_titulo a{ font-family: Arial; font-size: 12px; color: #0060a9; text-decoration: underline; }

#busca_paginas_titulo a:hover{ color: #000; text-decoration: none; }

#busca_paginas_texto{ font-family: Arial; font-size: 12px; color: #333; }

#busca_paginas_texto a{ color: #0060a9; text-decoration: underline; }

#busca_paginas_texto a:hover{ color: #000; text-decoration: none; }



/***************************************************************************************************
* html geral
***************************************************************************************************/
#html_bloco_geral {
	width: 560px; display: block; clear: both;
	top:auto;
	margin:	-468 0 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #000; text-align: justify; height: 100%;
}

#html_bloco_geral a{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #5378b1; text-align: justify; text-decoration: none;
}

#html_bloco_geral a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #5378b1; text-align: justify; text-decoration: none; border-bottom: 1px dashed #5378b1;
}

#html_bloco_titulo {
	font-family: "Comic Sans MS"; font-size: 18px; color: #F00; font-style: italic;
}


/***************************************************************************************************
* artistas
***************************************************************************************************/

#artistas_bloco_geral {
	width: 550px;
}

#artistas_bloco_separador {
	width: 550px;
	border-bottom: 1px dashed  #CCC; clear: left;
}

#artistas_bloco_imagem {
	width: 198px; margin: 0 10px 0 0;
	border: 1px solid #5378b1; float: left;
}

#artistas_bloco_texto {
	width: 340px; margin: 0; float: right;
}

#artistas_conteudo_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: -5px 0 1px 0;
	color: #000; border-bottom: 1px solid #5378b1; width: 550px;
}

#artistas_conteudo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #000; width: 340px; margin: 5px 0 0 0; text-align: justify; float: right;
}

#artistas_conteudo_chamada {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: justify;
	color: #FFF; width: 530px; margin: 0 0 5px 0; padding: 10px; background: #5378b1;
}

.artistas_conteudo_imagem {
	width: 198px; height: 148px; margin: 0 10px 0 0;
	border: 1px solid #5378b1; float: left;
}

#artistas_interna_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #000; width: 550px; margin: 5px 0 0 0; text-align: justify;
}




/***************************************************************************************************
* produtos
***************************************************************************************************/

#produtos_externo_bloco_linha{
	width: 633px; display: block; margin: 0 0 15px 0; border-bottom: 1px dashed #CCC;
	float: left; padding: 0; clear: both;
}

#produtos_externo_bloco_coluna{
	width: 153px; min-height: 235px; text-align: center; float: left;
}

#produtos_externo_bloco_paginacao{
	line-height: 25px; height: 25px; clear: left; width: 633px; display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: center; color: #000;
	width: 633px; display: block; margin: 15px 0 0 0; background: #CCC; padding: 0;
}

#produtos_externo_bloco_paginacao a{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: center; color: #000;
	text-decoration: none;
}

#produtos_externo_bloco_paginacao a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: center; color: #666;
	text-decoration: none; border-bottom: 1px dashed #666;
}

#produtos_externo_imagem {
	width: 148px; height: 100px; text-align: center; vertical-align: middle;
	overflow: hidden;
}

#produtos_externo_bloco_coluna { /* mozilla */
	text-align: -moz-center;
}

#produtos_externo_titulo, #produtos_externo_titulo a {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	color: #000; width: 148px; font-weight: bold; text-decoration: none;
}

#produtos_externo_fabricante, #produtos_externo_fabricante a {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000; width: 148px; text-decoration: none; text-transform: uppercase;
}

#produtos_externo_chamada, #produtos_externo_chamada a {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
	color: #999; width: 148px; text-decoration: none; height: 24px; overflow: hidden;
}

#produtos_externo_linha a {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #A6A6A6; width: 100%; text-decoration: none;
}

#produtos_externo_linha a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #666; width: 100%; text-decoration: none; border-bottom: 1px dashed #999;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#produtos_interno_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px;
	color: #5378b1; width: 100%; text-decoration: none; text-transform: uppercase;
	font-weight: bold; padding: 5px 0 5px 0; border-bottom: 1px solid #5378b1;
}

#produtos_interno_chamada {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; float: left;
	color: #888; width: 625px; text-decoration: none; line-height: 24px; overflow: hidden; padding: 0 0 4px 0;
	margin: 0 0 20px 0;
}

.produtos_interno_imagem {
	width: 350px; height: 350px; margin: 0 0 20px 20px; float: right;
	border: 1px solid #5378b1;
}

#produtos_interno_conteudo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #666; width: 100%; margin: 5px 0 0 0; text-align: justify; padding: 0 0 0 0;
}

#produtos_interno_conteudo_texto p{
	text-indent: 20px;
}

#produtos_interno_tags {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; clear: both;
	color: #888; width: 625px; text-decoration: none; padding: 15px 0 15px 0;
	margin: 20px 0 0 0; border-top: 1px dashed #666;
}

.produtos_interno_tags_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #5378b1;
}

#produtos_interno_produtos_relacionados{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #5378b1; margin: -10px 0 0 0;
}



/***************************************************************************************************
* validação
***************************************************************************************************/

#validacao_bloco_left {
	float: left; width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 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 110px; padding: 10px; border: 2px dashed #5378b1;
    font-family: Verdana, Arial, Helvetica, sans-serif; position: fixed;
    font-size: 12px; color: #000; font-weight: normal; text-align: left;
}



/***************************************************************************************************
* css de formulário 
***************************************************************************************************/

.form_input { 
	width: 260px; line-height: 21px; color: #999; background:#d6e2f3;
	border: #85898C solid 1px; padding: 0 0 0 4px; margin: 5px 0 5px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	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: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; font-weight: normal;
}



/***************************************************************************************************
* eventos
***************************************************************************************************/

#eventos_bloco_geral {
	width: 633px; display: block;
}

#eventos_bloco_separador {
	width: 100%; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#eventos_bloco_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #5378b1; float: left;
}

#eventos_bloco_texto {
	width: 415px; margin: 0; float: left; clear: right;
}

#eventos_conteudo_data {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: -5px 0 1px 0;
	color: #5378b1; border-bottom: 1px solid #5378b1; width: 100%;
}

#eventos_conteudo_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: 5px 0 1px 0;
	color: #000;
}

#eventos_conteudo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify;
}

#eventos_conteudo_chamada {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: justify;
	color: #FFF; width: 613px; margin: 0 0 5px 0; padding: 10px; background: #5378b1;
}

.eventos_conteudo_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #5378b1; float: left;
}

#eventos_conteudo_data_interna {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #5378b1;
	text-align: left; widows: 415px;
}

/***************************************************************************************************
* noticias
***************************************************************************************************/

#noticias_bloco_geral {
	width: 550px;
}

#noticias_bloco_separador {
	width: 550px; display: block;
	border-bottom: 1px dashed  #CCC; clear: left;
}

#noticias_bloco_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #5378b1; float: left;
}

#noticias_bloco_texto {
	width: 415px; margin: 0; float: left; clear: right;
}

#noticias_conteudo_data {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: -5px 0 1px 0;
	color: #5378b1; border-bottom: 1px solid #5378b1; width: 100%;
}

#noticias_conteudo_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: 5px 0 1px 0;
	color: #000;
}

#noticias_conteudo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify;
}

#noticias_conteudo_chamada {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: justify;
	color: #FFF; width: 550px; margin: 0 0 5px 0; padding: 10px; background: #5378b1;
}

.noticias_conteudo_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #5378b1; float: left;
}

#noticias_conteudo_data_interna {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #5378b1;
	text-align: left; widows: 415px;
}


/***************************************************************************************************
* noticias : home
***************************************************************************************************/

#noticias_bloco_geral_home {
	width: 550px; display: block; padding: 5px;
}

#noticias_bloco_separador_home {
	width: 550px; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#noticias_bloco_texto_home {
	width: 550px;
}

#noticias_conteudo_data_home {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin: -5px 0 1px 0;
	color: #5378b1;
}

#noticias_conteudo_titulo_home, #noticias_conteudo_titulo_home a {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 5px 0 1px 0;
	color: #5378b1; font-weight: bold; text-decoration: underline;
}

#noticias_conteudo_texto_home {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #5378b1; margin: 5px 0 0 0; text-align: justify;
}



/***************************************************************************************************
* depoimentos
***************************************************************************************************/

#depoimentos_bloco_geral {
	width: 500px;
}

#depoimentos_bloco_separador {
	width: 400px; border-bottom: 1px dashed  #CCC;
}

#depoimentos_bloco_texto {
	width: 350px;
}

#depoimentos_conteudo_data {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: -5px 0 1px 0;
	color: #5378b1; border-bottom: 1px solid #5378b1;
}

#depoimentos_conteudo_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: 5px 0 1px 0;
	color: #000;
}

#depoimentos_conteudo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #000; margin: 5px 0 0 0; text-align: justify; width: 500px;
}

#depoimentos_conteudo_chamada {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: justify;
	color: #FFF; width: 500px; margin: 0 0 5px 0; padding: 10px; background: #5378b1;
}

#depoimentos_conteudo_data_interna {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #5378b1;
	text-align: left; width: 500px;
}

/***************************************************************************************************
* downloads
***************************************************************************************************/

#downloads_bloco_geral {
	width: 633px; display: block;
}

#downloads_bloco_separador {
	width: 100%; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#downloads_bloco_imagem {
	width: 148px; height: 198px; margin: 0 10px 0 0;
	border: 1px solid #5378b1; float: left;
}

#downloads_bloco_texto {
	width: 415px; margin: 0; float: left; clear: right;
}

#downloads_conteudo_data {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: -5px 0 1px 0;
	color: #5378b1; border-bottom: 1px solid #5378b1; width: 100%;
}

#downloads_conteudo_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; margin: 5px 0 1px 0;
	color: #000;
}

#downloads_conteudo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify;
}

#downloads_conteudo_chamada {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align: justify;
	color: #FFF; width: 613px; margin: 0 0 5px 0; padding: 10px; background: #5378b1;
}

.downloads_conteudo_imagem {
	width: 148px; height: 198px; margin: 0 10px 0 0;
	border: 1px solid #5378b1; float: left;
}

#downloads_conteudo_data_interna {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #5378b1;
	text-align: left; widows: 415px;
}

/***************************************************************************************************
* classes de formulário de orçamento
***************************************************************************************************/

#orcamento_all {
	height: 400px; width: 350px; margin: 0; padding: 0;
	background-color: #fff;
}

#orcamento_topo{
	width: 100%; height: 80px; background: url(../images/layout/body_wallpaper.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 26px; text-align: left;
	color: #fff; line-height: 100px;
}

#orcamento_bloco{
	width: 90%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: left;
	color: #000; padding: 0 0 0 10px;
}


/***************************************************************************************************
* corpo docente
***************************************************************************************************/

#corpodocente_letras { margin: 0; padding: 0 0 25px 0; font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #000; text-align: center; }


/***************************************************************************************************
* galeria
***************************************************************************************************/
#galeria_bloco {
	font-family: Arial; font-size: 11px; text-align: justify;
	color: #000; width: 500px;
}

#galeria_titulo {
	font-family: Arial; font-size: 16px; color: #0060a9; font-weight: bold; text-align: left; padding: 10px;
	border-bottom: 1px solid #0060a9; width: 500px;
}

#galeria_dados {
	font-family: Arial; font-size: 11px; color: #000; text-align: justify;
	width: 260px; padding: 5px; float: right;
}

#galeria_texto {
	font-family: Arial; font-size: 11px;
	color: #5378b1; text-align: justify; text-decoration: none;
}

#galeria_imagem {
	width: 160px; height: 120px; text-align: center; vertical-align: middle;
	overflow: hidden; border-right: 1px solid #0060a9; padding: 5px 10px 0 0
}

#galeria_acessar{ padding: 5px 5px 0 0; text-align: right; }

#galeria_acessar a{
	font-family: Arial; font-size: 11px;
	color: #0060a9; text-decoration: underline;
}

#galeria_acessar a:hover{ color: #000; text-decoration: none; }

#galeria_moldura{ width: 160px; padding: 6px; }

#galeria_foto{
	width: 160px; height: 120px; text-align: center; vertical-align: middle;
	border: 1px solid #0060a9; padding: 2px;
}

#galeria_foto_titulo{ font-family: Arial; font-size: 11px; font-weight: bold; color: #0060a9; }

#galeria_foto_texto{ width: 160px; padding: 2px; font-family: Arial; font-size: 11px; color: #333; }

.txtPreto{ font-family: Arial; font-size: 11px; color: #000; }



/***************************************************************************************************
* rodapé
***************************************************************************************************/

#bw_fundo_rodape{
	background-image: url(../images/layout/body_rodape_quadro.gif);
	background-repeat: no-repeat;
	height: 61px;
}

#bw_fundo_rodape ul{ margin: 0; padding: 25px 0; list-style: none; }
#bw_fundo_rodape ul li{ padding: 0 1px; font-family: Tahoma; font-size: 11px; text-transform: uppercase; color: #FFF; display: inline; }
#bw_fundo_rodape ul li a{ text-decoration: none; color: #FFF; }
#bw_fundo_rodape ul li a:hover{ color: #FC0; border-bottom: dotted 1px #FC0; }

#bw_rodape_left{ padding: 8px 0 0 15px; font-family: Tahoma; font-size: 10px; color: #FFF; float: left; }
#bw_rodape_right{ padding: 0 25px 0 0; float: right; }
