body {
	background: #000000 url(img/bg_internas.gif) repeat-x;
	color: #FFFFFF;
	font-family: arial;
}

#cabecalho {
	width: 840px;
	height: 200px;
	margin: auto;
}

#informacoes {
	width: 840px;
	margin: auto;
}

#caracteristicas {
	width: 480px;
	float: left;
	background-color: #B0600A;
	background: url(img/bg_textos.gif) no-repeat bottom;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

#caracteristicas h2 {
	margin: 0;
	padding: 20px;
	width: 440px;
	_width: 480px;
	background: url(img/bg_textos.gif) no-repeat top;
	height: 30px;
	font-size: 30px;
}

#caracteristicas h3 {
	margin: 0;
	padding: 20px;
	width: 440px;
	_width: 480px;
	height: 30px;
	font-size: 25px;
}

#caracteristicas h4 {
	margin: 0;
	padding: 20px;
	width: 440px;
	_width: 480px;
	height: 30px;
	font-size: 20px;
}

#caracteristicas h5 {
	margin: 0;
	padding: 15px;
	width: 440px;
	_width: 480px;
	height: 30px;
	font-size: 15px;
}

#caracteristicas p {
	font-family: verdana, arial;
	margin: 0 40px 10px;
	text-indent: 40px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.invisivel {
	display: none;
}

address {
	width: 840px;
	height: 30px;
	clear: both;
	background-color: #333333;
	font-size: 9px;
	font-style: normal;
	line-height: 30px;
	margin: 30px auto 0;
	position: relative;
	color: gray;
}

address a {
	width: 130px;
	display: none;
	position: absolute;
	left: 5px;
	color: white;
	text-decoration: none;
}

address span {
	position: absolute;
	left: 350px;
	width: 130px;
	display: block;
}

#som {
	display: none;
	width: 130px;
	height: 30px;
	margin-right: 5px;
	position: absolute;
	right: 0;
	line-height: 30px;
}

.fotosdir {
	float: right;
	/*clear: right;*/
	margin-bottom: 30px;
}


