* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial;
	font-size: 13px;
}

body {
	background: #010101 url('images/bg_parede.jpg');
	padding-top: 15px;
}

.apresentacaoindex {
	width: 140px;
	height: 43px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -70px;
}

.clear {
	display: block;
	clear: both;
}

div.corpo {
	width: 900px;
	margin: 0 auto;
}

ul.menu { list-style: none; }

ul.menu li a {
	text-decoration: none;
	line-height: 20px;
	color: #000000;
}

ul.menu li a.over { font-weight: bold; }

td.title {
	font-weight: bold;
	text-align: center;
	height: 28px;
	color: #000000;
}

div.logo a {
	width: 140px;
	height: 43px;
	float: right;
	background: url('images/logo.gif') no-repeat;
	text-decoration: none;
	margin-right: 51px;
}

ul.categorias { list-style: none; }

ul.categorias li {
	text-decoration: none;
	line-height: 15px;
	color: #000000;
	cursor: pointer;
	padding: 3px 0;
}

td.fotos a { color: #000000; text-decoration: none; }

td.rodape {
	background: url('images/rodape.gif') no-repeat center;
	height: 13px;
}

td.fotos ul.imgs {
	list-style: none;
	margin-left: 4px;
}

	td.fotos ul.imgs li {
		float: left;
		padding: 0 9px;
	}
	
.itext {
	margin: 10px 0;
	background-color: #939290;
	width: 356px;
	padding: 5px 2px;
	font: 11px Tahoma;
	color: #000000;
}

.itextarea {
	background-color: #939290;
	width: 396px;
	height: 200px;
	padding: 5px 2px;
	font: 11px Tahoma;
	color: #000000;
	margin-top: 5px;
}

.isubmit {
	margin-top: 5px;
	font: 13px Arial;
	color: #000000;
	border: 1px solid #808080;
	background-color: #939290;
	width: 50px;
}

.form { color: #000000; }

#prev a, #next a {
	color: #000000;
	text-decoration: none;
}