@import url("topo-coluna-rodape.css");

@import url("contato.css");

@import url("orcamento.css");

@import url("listas.css");

*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background:#f8fafb;
	}

#container {
	width:770px;
	margin: 0 auto;
	background:#fff url(../images/fundo_lateral.gif) right top repeat-y;
	}
	
#principal {
	width:607px;
	margin-top:3px;
	float:left;
	}
html>body #principal {
	width:612px;
	}
	
b {
	color:#1D3B71;
	}
	
a {
	color:#000033;
	text-decoration:underline;
	}
a:hover {
	color:#000033;
	text-decoration:none;
	}
a img {
	border:none;
	}
	
#conteudo {
	border-right:1px solid #a2a0ba;
	padding:15px;
	}
#conteudo h2 {
	color:#1D3B71;
	}
#conteudo h3 {
	color:#FDC800;
	border-bottom:1px solid #1d3b71;
	}
#conteudo h4 {
	color:#FDC800;
	background:#1d3b71;
	padding:3px;
	}
#conteudo p {
	font-size:13px;
	text-align:justify;
	}
#conteudo img {
	padding-bottom:6px;
	background:url(../images/detalhe_imgs.jpg) left bottom no-repeat;
	}
	
#fotos-laterais p {
	font-size:11px;
	}
	
.texto-ilustrado p {
	width:320px;
	float:right;
	margin-top:20px;
	}
	
.proxima-pag {
	text-align:center;
	}
.proxima-pag a {
	background:url(../images/proximo.jpg) right center no-repeat;
	padding-right:13px;
	text-decoration:none;
	}
	
.voltar {
	text-align:center;
	}
.voltar a {
	display:block;
	text-indent:-9999px;
	border:1px solid #fdc800;
	width:62px;
	height:22px;
	margin:0 auto;
	background:url(../images/voltar.gif) center center no-repeat;
	}
	
html>body #historia-corona {
	float:right;
	width:450px;
	}
	
.alinha-centro {
	text-align:center;
	}
.alinha-centro span {
	font-size:12px;
	color:#1D3B71;
	}
	
/***** TABELAS *****/

.tabelaf {
	border:1px solid #f5f5f5;
	width:540px;
	margin:0 auto;
	font-size:12px;
	}
.tabelaf thead {
	background:#f5f5f5;
	}
.tabelaf thead td {
	text-align:center;
	font-weight:bold;
	}
.tabelaf td {
	text-align:center;
	border:1px solid #f5f5f5;
	padding:3px;
	}
	
/***** *****/

.tabelac {
	border:1px solid #f5f5f5;
	width:540px;
	margin:0 auto;
	font-size:12px;
	}
.tabelac thead {
	background:#f5f5f5;
	}
.tabelac thead td {
	text-align:center;
	font-weight:bold;
	}
.tabelac td {
	text-align:center;
	border:1px solid #f5f5f5;
	padding:3px;
	}
	
/***** *****/

.tabelae {
	border:1px solid #f5f5f5;
	width:540px;
	margin:0 auto;
	font-size:12px;
	}
.tabelae thead {
	background:#f5f5f5;
	}
.tabelae thead td {
	text-align:center;
	font-weight:bold;
	}
.tabelae td {
	text-align:center;
	border:1px solid #f5f5f5;
	padding:3px;
	}
	
/***** *****/

.tabela-comum {
	border:1px solid #f5f5f5;
	width:540px;
	margin:0 auto;
	font-size:12px;
	}
.tabela-comum thead {
	background:#f5f5f5;
	}
.tabela-comum thead td {
	text-align:center;
	font-weight:bold;
	}
.tabela-comum td {
	text-align:center;
	border:1px solid #f5f5f5;
	padding:3px;
	}
	
.tabela-comum td span {
	display:block;
	word-spacing:10px;
	}
	

.voltar-topo {
	text-align:right;
	background:url(../images/voltar_topo.jpg) right bottom no-repeat;
	padding-right:15px;
	}
.voltar-topo a {
	text-decoration:none;
	}
	
address {
	font-size:12px;
	}