@charset "utf-8";
/* CSS Document */
body {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font: 75%/170% Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
}
/* LINKS */
a {
	color: #44a1d0;
	text-decoration: underline;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
	}

/* HEADERS */

/* IDS */

#topo {
	height: 195px;
	background-image:url(imagens/design/topo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#conteudo {
	background-color: #FFFFFF;
}
#rodape {
	height: 127px;
	background-image:url(imagens/design/rodape.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 780px;
	margin: 0px auto;
	position: relative;
	background-color: #FFFFFF;
	}
.geral {
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.geral-maior {
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}
.titulo-tabs-produtos {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.lista-itens {
	font-size: 11px;
	color: #333333;
	text-align: left;
}
.avisogrande {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
#conteudocobertura {
	background-image: url(imagens/design/bg-cobertura.gif);
	background-repeat: no-repeat;
	background-position: 20px 30px;
}
