@charset "utf-8";
#menu     img      {
	display: block;
}
#menu .flash        {
	display: none;
	height: 0px;
	width: 0px;
}
#conteudo {
	text-align: center;
}



#conteudo h1 {
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	background-image: url(../imagens/seta_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#conteudo h1 a {
	text-decoration: none;
	color: #666666;
}
#submenu, #rodape div {
	display: none;
}
body:nth-of-type(1) #submenu{
   margin-left: -42px;
}
#conteudo #imagem {
	float: none;
}

#texto {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	text-align: center;
}
#texto h2 {
	margin-top: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #666666;
	padding-bottom: 10px;
}
#texto h3 {
	font-size: 11px;
	color: #ed1c35;
	text-transform: uppercase;
}
#painel div {
	display: block;
	text-align: justify;
}

.reduzido {
	font-size: 0.9em;
}
.especificacoes {
}
.especificacoes td, .especificacoes th {
	padding: 3px;
	border: 1px solid #999999;
}
.especificacoes td {
	background-color: #F7F0F0;
}
.especificacoes th {
	background-color: #CC0000;
	color: #FFFFFF;
	text-align: center;
}
.especificacoes th[align="left"] {
	text-align: left;
}
object   div {
	display: inline;
}
body, #geral, #menu, #miolo, #conteudo, #rodape, #painel, #texto {
	background-image: none;
	margin: auto;
	height: auto;
	width: auto;
	float: none;
	clear: both;
}
body {
	background-color: #FFFFFF;
}

