body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #555;
}

#TOPO, #CENTRO, #RODAPE {	
}

/* ------------  TITULOS ---------------------- */

h1, h2, h3, h4 {
	line-height:100%;
	letter-spacing:-1px;
	padding: 0.6em 0px;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 32px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
	font-weight:normal;
}
p {
	margin:0 0 16px 0;
}

/* ------------  CLASSES ---------------------- */

.Ativo {
}
.Conteudo {
	width:976px;
	margin:0px auto;
	padding: 16px 0;
}
.Dashed {
	border: 0px none;
	border-bottom: 1px dashed #DDD;
	margin:8px 0 16px 0;
}
.Quebra {
	clear:both;
	height:1px;
	overflow:hidden;
}
.Largura272 {
	width:272px;
}
.Largura336 {
	width:336px;
}
.Largura688 {
	width:688px;
}
.Largura1-2{
	width:45%;
}
.LarguraResto {
	width:auto;
}
.Left{
	float:left;
}
.ItensMenuHor li{
	float:left;
	padding:0px 32px 0 0;
}
.Right{
	float:right;
}
.Border{
	border: solid 1px #DDD;
}
.Topicos {
	margin:8px 0px;
}
.Topicos li{
	list-style-image:url(/imagens/imagens_exemplo/marcador.gif);
	list-style-position:inside;
	margin:4px 0px;
}
.ThumbImagem{
	width:128px;
	height:96px;
	float:left;
	margin: 0px 16px 16px 0;
	background-repeat: no-repeat;
	background-position: top left;
}
.MarginBottom{
	margin: 0px 0px 8px 0;
}
.MarginRight{
	margin: 0px 8px 0px 0  ;
}
.NoMargin{
	margin:0px;
	padding:0px;
}
.Botao{
	border-radius: 100px;
	display:inline-block;
	text-align:center;
	padding: 0px 16px;
	line-height:32px;
	background: #CCC;
	font-weight:bold;
	font-size:12px;
}

/* ------------  TOPO ---------------------- */

#TOPO #LOGO {
	margin: 16px 0;
}
#TOPO #MENU{
	background: #DDD;
}
#TOPO #MENU ul{
}
#TOPO #MENU ul li{
	float:left;
	padding:0px 6%;
}
#TOPO #MENU ul li a{
	height:48px;
	line-height:48px;
	display:block;
}
#TOPO #MENU_SECUNDARIO {
	position:absolute;
	right:0px;
	top:16px;
}
#TOPO #MENU_SECUNDARIO ul {
}
#TOPO #MENU_SECUNDARIO ul li{
	float:left;
	margin:0px 0px 0 16px;
}
#TOPO #MENU_SECUNDARIO ul li a{
	background: #DDD;
	padding:0px 16px;
	height:48px;
	line-height:48px;
	display:block;
}

/* ------------  CENTRO ---------------------- */

#CENTRO{
	margin: 0px 0px;
}
#CENTRO #DESTAQUES {
	background: #EEE;
	margin:0 0 16px 0;
}
#CENTRO #DESTAQUES #APRESENTACAO{
	margin:0 0 0 0px;
	border: 1px solid #DDD;
}
#CENTRO #DESTAQUES #BANNER{
	margin:0 0px 0 0;
	height:100%;
}
#CENTRO #DESTAQUES div div, #CENTRO #VITRINE div div {
	padding:16px;
}
#CENTRO #DESTAQUES div div div, #CENTRO #VITRINE div div div{
	padding:0px;
}
/* ------------  RODAPE ---------------------- */

#RODAPE {
	background: #EEE;
}
#RODAPE #SITE_MAP {
}
#RODAPE #SITE_MAP ul{
	float:left;
	margin:0px 32px 16px 0;
}
#RODAPE #SITE_MAP ul li{
	margin:8px 0;
}
#RODAPE #SITE_MAP ul li.Cabecalho{
	margin: 16px 0 16px 0;
}
#RODAPE #SITE_MAP ul.SemSubmenu {
	clear:both;
	display:inline;
}
