@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

a{
	outline:none;}

fieldset {
	border:none;
	margin-top:20px;}
	
p.tit_onde {
	color:#003958;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size:1.2em;
	font-weight:bold;}
	
h3.titAcre{
	text-transform:none;
	text-align:left;
	color:#003958;}

td.tit_loja {
	font-size:0.9em;
	color:#006699;
	width:100px;}
		
td.tit_endereco {
	font-size:0.9em;
	color:#006699;
	width:650px;}

td.tit_cidade {
	font-size:0.9em;
	color:#006699;
	width:15px;}
		
td.tit_estado {
	font-size:0.9em;
	color:#006699;
	width:15px;}

td.tit_fone {
	font-size:0.9em;
	color:#006699;
	width:15px;}
		
td.mapa {
	font-size:0.8em;
	text-decoration:none;
	color:#DE6016;
	}
	
td.mapa a {
	color:#DE6016;
	}
	
/*Começa Estilo Tabelas*/

td.loja {
	font-size:1.0em;
	color:#006699;
	width:120px;}
		
td.endereco {
	font-size:1.0em;
	color:#006699;
	width:380px;}

td.cidade {
	font-size:1.0em;
	color:#006699;
	width:100px;}
		
td.telefone {
	font-size:1.0em;
	color:#006699;
	width:130px;}
		
td.veja_mapa {
	font-size:1.0em;
	color:#006699;
	width:65px;}
	
td {
	font-size:0.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	height:30px;
	}
	
td a {
	text-decoration:underline;}
	
#geral {
	width:725px;
	margin-left:20px;
	margin-top:20px;}

#geral a{
	text-decoration:underline;}
	
.tit_sp {
	color:#666;}

hr {
	border:none;
	color:#006699;
    background-color:#006699;
    height: 1px;
	position:relative;
	top:30px;
	*top:35px;
    }