/* Manipulacao */

body
	{
	background-color:rgb(44,61,64);
	}
#centro
	{
	float: right;
	height: 320px;
	}
#direito {float: left; margin: 0 5px 0 -5px;}
#descricao {margin: 180px 30px 0;}
li {list-style: disc;}
#esquerdo {display: block;}
#menu {margin-top: 15px; float: left;}
.flash{margin: 0 10px;}


.aba, .aba-sel {
	width: 92px; 
	height: 80px; 
	display: block; 
	float: left; 
	margin: 3px;
	border: 3px solid rgb(30,35,40);
	cursor: pointer;
}

.aba:hover {border: 3px rgb(132, 194, 37) solid;}
.aba-sel {border: 3px rgb(132, 194, 37) solid;}

.tb-conteudo {
	height: 320px;
}

.conteudo {
	padding: 5px;
	width: 480px;
	height: 320px;
	text-align: justify;
	font-size: 11px;
	color: #ccc;
}
#direito {width: 320px;}
#centro {width:480px;}