* {
	margin:0;
	padding:0;
}
body {
	background-color:#ccc;
}
#estrutura {
	width:780px;
	margin: 0 auto;
	background-color:white;
	background-image:url(../imagens/layout/fundo_estrutura_padrao.jpg);
	overflow:hidden;
	border:2px solid white;
	
}
#tit_site,hr { /* escondendo titulo que so aparece para a ferramenta de busca */
	display:none;
}
/*   Início do CSS padrão da div cabecalho do site*/

#cabecalho {
	width:780px;
	height:308px;
	background-image:url('../imagens/layout/fundo_cabecalho.jpg');
	background-color:#ddd;
	
	background-repeat:no-repeat;
	overflow:hidden;
	
}
#menu_elem {
	position:absolute;
	margin-left:500px;
	margin-top:106px;
	z-index:99;
}
#menu_home {
	position:absolute;
	margin-left:718px;
	margin-top:135px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	text-decoration:none;
	text-shadow: -2px 2px 2px black;
	font-weight:bold;
	z-index:99;
}
#menu_home:hover {
	color:red;
}
#logo_acobrar_padrao {
	float:left;
	margin-left:5px;
}
#menu_site {
	width:780px;
	height:35px;
	background-color:#000;
	background-image:url(../imagens/layout/img_fundo_menu.jpg);
	float:left;
	border-bottom:2px solid white;
	border-top:2px solid white;
	margin-top:5px;
	list-style:none;
}
#menu_site li {
	float:left;
	

}
#menu_site li a {
	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	display:block;
	line-height:35px;
	text-align:center;
	margin-left:2px;
	background:#333;
	background-image:url('../imagens/layout/fundo_link.jpg');
	text-decoration:none;
	font-weight:bold;
	text-shadow: -2px 2px 2px black;
}
#menu_site li a:hover {
	background-color:#d70000;
	background-image:url('../imagens/layout/fundo_link_on.jpg');
}
#menu_item {
	width:125px;
	height:35px;
}
#ult_item  {
	width:140px;
	height:35px;
}
.img_anima {
	border-bottom:2px solid white;
}

/*   Fim do CSS padrão da div cabecalho do site*/

/* inicio  Formatação básica do conteudo de navegação padrão */
#conteudo {
	border-top:2px solid white;
}
#img_restrita {
	border-bottom:2px solid white;
}
#area_cliente {
	width:200px;
	float:right;
	height:250px;
	margin-right:1px;
}
#navegacao {
	width:555px;

	float:left;
	background:white;
	margin-left:17px;
	
}
.tit_cabs {
	width:420px;
	height:30px;
	background-color:#333;
	float:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
	line-height:30px;
	padding-left:10px;
	margin-bottom:10px;

}
.inp_rest {
	width:110px;
	height:18px;
	display:block;
	background:#fff;
	margin-bottom:5px;	
	border: 1px solid #b70000;
	line-height:18px;
}

#bot_envia {
	width:110px;
	display:block;
	background:#333;
	margin-bottom:5px;	
	margin-top:10px;	
	margin-left:50px;
	color:white;
	font-weight:bold;

}
.col1_area{
	width:70px;
	display:block;
	float:left;
	margin-bottom:5px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:5px;
}
#p_navegacao {
	width:415px;
	float:right;
	margin-right:13px;
}
#img_ilu1 {
	float:left;
	margin-bottom:150px;
}
/* Fim Formatação básica do conteudo de navegação padrão */

/* inicio formatação rodape */
#rodape {
	margin:0;
	padding:0;
 	width:780px;
	height:35px;
	background-color:#ff0000;
	background-image:url('../imagens/layout/img_fundo_rodape.jpg');
	background-repeat:no-repeat;
	clear:both;
	border-top:1px solid white;
 }
 #rodape h4 {
 	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	display:block;
	line-height:35px;
	text-align:center;
	text-shadow: -2px 2px 2px black;
 }

/* fim da formatação do rodape */


.texto_basico {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:15px;
	text-align:justify;
}

.sub_tit {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:10px 0 5px 0;
}
