body, * {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: small;
}

@font-face {
	font-family: 'FranklinGothicDemiCondRegular';
	src: url('FRADMCN.eot');
	src: local('Franklin Gothic Demi Cond Regular'), local('FranklinGothic-DemiCond'), url('FRADMCN.woff') format('woff'), url('FRADMCN.ttf') format('truetype'), url('FRADMCN.svg#FranklinGothic-DemiCond') format('svg');
}

a {
	color: #298CDC;
}

a img {
	border: none;
}

#site {
	position: relative;
	width: 750px;
	margin: auto;
}

#topo {
	clear: both;
	padding: 10px 0;
	height: 60px;
	line-height:normal;
	font-family: 'FranklinGothicDemiCondRegular', sans-serif;
}

#topo h1 {
	display: block;
	float: left;
	font-size: 80px;
	width: 230px;
	padding-left: 30px;
}

#topo h1 span.sac {
	color: #ffcc00;
}

#topo h2 {
	display: block;
	font-size: 20px;
	float: left;
	width: 430px;
	padding-left: 10px;
	padding-top: 20px;
}

.breadcrumb, .filtros {
	display: block;
	padding: 0 0 20px 0;
	font-size: x-small;
	color: gray;
	clear: both;
}

.filtros {
	padding-top: 20px;
	padding-bottom: 0;
}

.breadcrumb a {
	color: #666;
}

div.warning {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #FFFF99;
	border: 1px #FFE723 solid;
}

#conteudo {
	clear: both;
	padding: 20px 0;
}

#conteudo h2 {
	color: #ffcc00;
	font-size: 20px;
	line-height:normal;
	font-family: 'FranklinGothicDemiCondRegular', sans-serif;
}

#conteudo #esquerda {
	position: relative;
	float: left;
	width: 315px;
}

#conteudo .top10 ul {
	margin: 10px 0 20px 0;
}

#conteudo .top10 ul li {
	position: relative;
	list-style: none;
	display: block;
	border-bottom: 1px silver solid;
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
}

#conteudo .top10 ul li span.item {
	display: block;
	float: left;
}

#conteudo .top10 ul li span.valor {
	display: block;
	float: right;
}

#conteudo .top10 ul li span.item a {
	color: #666;
	text-decoration: none;
}

#conteudo #direita {
	position: relative;
	float: right;
	width: 410px;
}

#conteudo #direita h2 {
	margin-bottom: 10px;
}

#conteudo #direita #mapa {
	width: 400px;
	height: 300px;
	border: 1px silver solid;
	background-color: #eee;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

#conteudo #direita #mapa iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 0;
	overflow: hidden;
}

.conteudo_comum {
	padding: 20px;
}

.conteudo_comum p {
	margin-bottom: 10px;
}

.conteudo_comum h2 {
	margin-bottom: 20px;
}

.conteudo_comum ul {
	margin-left: 30px;
}

.conteudo_comum ul li {
	margin-bottom: 3px;
}

.comentario {
	font-size: x-small;
	color: gray;
}

.comentario a { color: gray; }

#rodape {
	clear: both;
	padding: 20px 0;
	font-size: x-small;
	color: gray;
}

#rodape p {
	margin-bottom: 5px;
}

#rodape strong.warn {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

#rodape .links {
	float: left;
}

#rodape .links a {
	color: gray;
}

#rodape .poweredby {
	float: right;
}

#rodape .poweredby a {
	display: block;
	float: left;
	margin-right: 10px;
	top: 0;
}

#rodape .poweredby a.mamulti {
	position: relative;
	top: -3px;
}


#reclamacao_popup {
	margin: 20px;
	padding: 10px;
}

#reclamacao_popup h2 {
	margin-bottom: 20px;
}

#reclamacao_popup p {
	padding: 5px 0;
}

#reclamacao_popup p strong {
	color: #666;
}

#reclamacao_popup p span.campo {
	display: block;
	background-color: #fafafa;
	border: 1px #ddd solid;
	padding: 3px;
	margin: 3px 0;
}

#reclamacao_popup p span.campo pre {
	font-size: small;
	font-family: sans-serif;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
