/* CSS Document */
body
	{
	margin: 0px;
	padding: 0px;
	background-color: #bdcaec;
	background-image: url(../img/bg_body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: .8em;
	}
a
	{
	color: #FFF;
	}
a img
	{
	border: none;
	}
p
	{
	margin: 0px;
	padding: 7px 0px;
	}
form
	{
	margin: 0px;
	padding: 0px;
	}
#geral
	{
	/* Extra/Opcional */
	}
#principal
	{
	width: 770px;
	margin: 0px auto;
	}
#topo
	{
	background-image: url(../img/bg_topo.gif);
	height: 79px;
	width: 770px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	margin-top: 30px;
	}
#logo
	{
	width: 250px;
	height: 55px;
	position: relative;
	left: 28px;
	top: 14px;
	cursor: pointer;
	}
#logo h1
	{
	display: none;
	}
#rede
	{
	display: none;
	text-align: right;
	padding: 6px 10px;
	margin-top: 30px;
	}
#rede a
	{
	text-decoration: none;
	padding: 0px 5px;

	}
#rede a:hover
	{
	text-decoration: underline;
	color: #bdcaec;
	}
#menu
	{
	background-image: url(../img/bg_menu.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 39px;
	text-align: center;
	}
#conteudo
	{
	background-image: url(../img/bg_conteudo.gif);
	background-position: right 50px;
	background-repeat: no-repeat;
	background-color:  #515f8a;
	display: table;
	width: 770px;
	}
#flash_home
	{
	height: 370px;
	overflow: hidden;
	width: 530px;
	float: left;
	}
#conteudo_container
	{
	float: left;
	width: 214px;
	left: 10px;
	top: 10px;
	position: relative;
	}
#internas_container
	{
	margin: 5px 15px;
	}
#rodape
	{
	background-color: #010f41;
	display: table;
	width: 760px;
	padding: 3px 5px;
	text-align: center;
	margin-bottom: 20px;
	}
/*Estilos de configurações */

fieldset
	{
	border: 1px solid #FFF;
	padding: 5px 10px;
	margin: 6px auto;
	}
legend
	{
	font-size: 1.4em;
	}
input, select, textarea
	{
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1em;
	color: #37446b;
	border-color: #93a1c6;
	border-width: 1px;
	}
.com_foco
	{
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	}
.sem_foco
	{
	border-color: #93a1c6;
	background-color: #FFF;
	}
.enviar
	{
	border: 1px solid #E1FFE1;
	padding: 0px 3px;
	color: #FFF;
	font-size: .9em;
	font-weight: bold;
	background-color: #339900;
	}
.limpar
	{
	border: 1px solid #e4ebff;
	padding: 0px 3px;
	color: #FFF;
	font-size: .9em;
	font-weight: bold;
	background-color: #93a1c6;
	}
h1
	{
	margin: -5px -15px 4px -15px;
	padding: 5px 10px;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #818db0;
	border-bottom: 2px solid #616d94;
	font-weight: normal;
	}
.tabelas
	{
	border-collapse: collapse;
	border-top: 1px solid  #818db0;
	border-left: 1px solid #818db0;
	}
.tabelas th
	{
	background-color: #bdcaec;
	color: #14214f;
	border-right: 1px solid #818db0;
	border-bottom: 1px solid #818db0;
	border-collapse: collapse;
	}
.tabelas td
	{
	border-right: 1px solid #818db0;
	border-bottom: 1px solid #818db0;
	border-collapse: collapse;
	}