@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
}
.textoConteudos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.tituloConteudos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
.divIcons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	width: 120px;
	margin-top: 60px;
	margin-right: 13px;
	float: right;
	height: 30px;
}


.BarraLateral {
	background-color: #CCC;
	height: 100%;
	width: 105px;
}
.Topo {
	background-color: #000;
	width: 585px;
	height: 50px;
	float: none;
	visibility: visible;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.BordoLargoLargura {
	background-color: #000;
	height: 10px;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #333;
	height: 15px;
	width: 600px;
}
.menu_fundo {
	background-color: #333;
}
.fundo_logotipo {
	height: 100px;
	background-color: #000;
	width: 5px;
}
.BordoLargoAltura {
	background-color: #000;
	width: 10px;
}
.areaconteudo {
	background-color: #333;
	padding: 3px;
	height: 400px;
	width: 350px;
}
.divConteudo {
	height: 400px;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 0px;
	visibility: visible;
	top: 0px;
	right: 0px;
	bottom: 10px;
	float: left;
	margin-left: 35px;
	margin-top: 110px;
	text-align: justify;
}
.divMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	height: 300px;
	width: 120px;
	margin-top: 110px;
	margin-right: 13px;
	float: right;
}
.divRodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	height: 15px;
	width: 800px;
	top: 100px;
	right: 100px;
}
.divMain {
	font-family: Arial, Helvetica, sans-serif;
	height: 530px;
	width: 580px;
}
.botaoMenu {
	background-color: #212121;
}

