body, html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	font-size: 12px;
	color: #4c4c4c;
	background: url('/_padrao/imgs/bg_html.png');
}

body
{
   
}

*
{
   font-family: Arial, Verdana;
}

#box_geral, #box_ini_geral
{
   width: 778px;
   text-align: left;
   background: white url('/_padrao/imgs/bg_box_geral.png') repeat-y;
}

#box_ini_geral
{
   background: white url('/_padrao/imgs/bg_box_ini_geral.png') repeat-y;   
}

#box_marca
{
   width: 300px;
   height: 155px;
   float: left;   
   background: url('/_padrao/imgs/bg_marca.jpg') no-repeat;
}

#box_esquerda
{
   width: 208px;
   float: left;   
   background: url('/_padrao/imgs/bg_box_esquerda.jpg') no-repeat;
}

#box_menu
{
   width: 179px;
   height: 370px;   
   text-align: right;
   background: url('/_padrao/imgs/bg_menu.gif') no-repeat;
}

.box_menu_item
{
	height: 14px;
   	margin-bottom: 8px;
}

#box_ini_menu
{
   width: 180px;
   height: 220px;   
   text-align: right;
   float: left;
   background: url('/_padrao/imgs/bg_ini_menu.gif') no-repeat bottom left;
}

#box_ini_flash
{
   width: 538px;
   height: 350px;
   text-align: right;
   float: left;
   background: url('/_padrao/imgs/bg_ini_flash.jpg') no-repeat bottom left;
}

#box_ini_topo
{
   padding-left: 10px;
   height: 350px;
   background: #F4F4F4 url('/_padrao/imgs/bg_ini_topo.gif') repeat-x;
}

#box_conteudo_geral
{
   float: right;
   width: 569px;
   padding-bottom: 10px;
   background: url('/_padrao/imgs/bg_box_conteudo.png') no-repeat bottom left;
}

#box_conteudo_geral_borda
{
   border-left: 1px solid #B5B6B7;
}

#box_conteudo
{
 	width: 365px;
 	float: left; 	
}

#box_ini_conteudo
{
 	width: 778px; 	
 	background: url('/_padrao/imgs/bg_ini_box_conteudo.gif') repeat-y;
}

#box_conteudo_top
{
   width: 570px;
   height: 90px;
   float: left;
   background: url('/_padrao/imgs/bg_top3.jpg') no-repeat;
   background-position: 260px 0px;
   clear: right;
}

#box_path
{
   width: 365px;
   height: 90px;
   float: left;   
   font-size: 11px;
   font-family: Verdana, Arial;
   margin-bottom: 7px; 
}

#box_direita
{
   width: 185px;
   float: right;
   padding-left: 10px;
}

.box_mini_conteudo, .box_ini_mini_conteudo
{
   width: 175px;
   padding-bottom: 10px;
   margin: 0px 0px 20px 0px;
   font-size: 11px;
   text-align: left;
   background: url('/_padrao/imgs/bg_box_mini_conteudo.png') repeat-y top right;
   border-bottom: 1px solid #B5B6B7;
}

.box_mini_conteudo_titulo
{
   width: 175px;
   height: 25px;
   padding: 5px 0px 0px 40px;
   margin-bottom: 10px;
   font-weight: bold;
   background: url('/_padrao/imgs/bg_box_mini_conteudo_titulo.jpg') no-repeat;
}

.box_ini_mini_conteudo
{
   height: 200px;
   float: left;
   color: white;   
   background: url('/_padrao/imgs/bg_box_ini_mini_conteudo.png') repeat-y top right;
   border-bottom: 1px solid #F7B63B;
}

.box_secao_titulo
{
   margin-left: 20px;
}

.box_secao_desc
{
   margin-top: 10px;
}

#box_login
{
   margin-left: 10px;
   width: 140px;
   height: 80px;
   font-size: x-small;
}

#box_logado
{
   padding: 0px 5px 5px 20px;
   margin-top: 20px;
   background: url('/_padrao/imgs/bg_box_mini_conteudo.png') repeat-y;
   border-bottom: 1px solid #B5B6B7;
}

#box_rodape
{
   height: 27px;
   clear: both;
   margin-top: 20px;
   text-align: center;
   color: #5F5F5F;
   background: url('/_padrao/imgs/bg_box_rodape.png');
}

#box_rodape_bg_e, #box_ini_rodape
{   
   font-size: 11px;
   height: 27px;
   background: url('/_padrao/imgs/bg_box_rodape_e.png') no-repeat;
}

#box_ini_rodape
{
   width: 778px;
   background: url('/_padrao/imgs/bg_box_ini_rodape.gif');
   color: black;
   text-align: center;
}

.box_categoria
{
   width: 350px;
   height: 168px;
   padding: 20px 0px 0px 20px;
   margin-bottom: 20px;
   background: url('/_padrao/imgs/bg_box_categoria.png') no-repeat;
}

.box_mensagem
{
   width: 350px;
   padding: 0px 0px 0px 20px;
   border-right: 1px solid #C3C3C3;
   border-left: 1px solid #C3C3C3;
   /* background: url('/_padrao/imgs/bg_box_mensagem.png') no-repeat bottom center; */
}

h1,h2,h3,h4
{
   margin: 0px 0px 5px 0px;
}

h1
{
   font-size: 16px;
   color: #FF8C00;
}

h2
{
   font-size: 14px;
   color: #606163;
}

h3
{
   font-size: 14px;
}


/***************
 Links
***************/
/* links da página */
A:link, A:visited, A:active, A:hover
{
   color: #FF7700;
   font-weight: bold;
}

.Amenu:link, .Amenu:visited, .Amenu:active, .Amenu:hover
{
   color: white;
   font-size: 11px;
   text-decoration: none;
}

/* links do menu de administração */
.Amenu_adm:link, .Amenu_adm:visited, .Amenu_adm:active, .Amenu_adm:hover
{
   color: #FF7700;
   font-size: 11px;
   text-decoration: underline;
}

/***************
 Tabelas e Forms
***************/
table, td, .td_header, .tr_celula1, .tr_celula2
{
  font-size: 12px;
}

.tr_header1, .tr_celula1, .tr_header2
{
   text-align: center;
}

.tr_header1
{
   background-color: #FF7700;
   font-weight: bold;
   color: white;
}

.tr_header2
{
   background-color: #FCA816;
	font-weight: bold;
}

.tr_celula1
{
   background-color: #ECF0F2;
}

.tr_celula2
{
   background-color: #DA5601;
   color: white;
}

.td_header
{
   background: #CAD5DB;
   text-align: center;
   font-weight: bold;
}

.caixa, .file, .botao, .txt_menu_adm, option
{
   font-size: 12px;
}

select
{ 
   background-color: white;
}

form
{
   margin: 0px;
}

.caixa
{
   border-top: 1px solid #434446;
   border-left: 1px solid #434446;
   color: #434446;
}

.file
{
   background: white;
}

.botao
{
 	border-left: 1px solid #DFE0E1;
	border-right: 1px solid black;
	border-top: 1px solid #DFE0E1;
	border-bottom: 1px solid black;
	height: 20px;
	text-align : center;
	background: #DFE0E1;
	
	vertical-align : middle;
}

/*******************
 Caixas de conteúdo
********************/

.box_item_lst_2col, .box_item_lst_3col
{
   float: left;
   text-align: center;
}

.box_item_lst_1col
{
   clear: both;
   background: url('/_padrao/imgs/bg_box_destaque.png') no-repeat bottom center;
   margin-bottom: 15px;
}

.box_item_lst_2col
{
   width: 160px;
   margin-bottom: 10px;
}

.box_item_lst1, .box_item_lst2
{
   height: 25px;
   padding: 5px;
}

.box_item_lst2
{
   background: #E9EDF0;
}

.box_busca_cont, #box_usuario
{
   padding: 10px 10px 10px 30px;
   margin: 1px 0px 10px 0px;
}

#box_usuario
{
   border-bottom: 2px solid #B4C1C9;
   background: #ECF0F2;
}

.data
{
   font-size: 11px;
   color: #4D4E50;
}

p
{
   margin: 0px;
}

ul
{
   margin: 10px 0px 10px 0px;
}

li
{
   margin-top: 5px;
}
