/* Corpo e elementos gerais */
html {
font-size : 100%;
}
form {
margin : 0;
padding : 0;
}
body {
font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
background : url('../imagens/fundos/07.jpg') no-repeat black fixed center top;
color : #000000;
font-size : 62.5%;
margin : auto;
}
a {
color:black;
background : inherit;
text-decoration:none;
}
a:hover {
color:#333333;
background : none;
text-decoration:none;
}
.versao{
margin-left:80px;
font-family: "Base-02", sans-serif;
color:#CCCCCC;
font-size:18px;
}
img {
	border:0px solid white;
}


/* Menu do Topo */
.topo_fundo_principal {
background: url('../imagens/topo.png') no-repeat top;
}
.topo_fundo_principal a {
color:#CCCCCC;
}
.topo_fundo_principal a:hover {
color:white;
text-shadow:0px 0px 7px white;
}
.topo_separador{
margin:0 5px -17px 5px;
}
.topo_menu_texto{
text-align:left;
font-size:18px;
color:#EEEEEE;
vertical-align:bottom;
padding: 0px 0px 0px 60px;
}
.topo_menu_imagem_cima{
vertical-align:bottom;
}
.topo_menu_imagem_cima_botao{
width:190px;
height:85px;
}
.topo_menu_imagem_baixo{
vertical-align:top;
}
#topo_twitter {
padding-left:185px;
}
.topo_twitter{
background:url('../imagens/botoes/twitter.png') top;
}
.topo_twitter:hover {
background:url('../imagens/botoes/twitter.png') bottom;
}
#topo_email {
padding-left:105px;
}
.topo_email{
background:url('../imagens/botoes/email.png') top;
}
.topo_email:hover {
background:url('../imagens/botoes/email.png') bottom;
}
#topo_facebook {
padding-right:80px;
}
.topo_facebook{
background:url('../imagens/botoes/facebook.png') top;
}
.topo_facebook:hover {
background:url('../imagens/botoes/facebook.png') bottom;
}
#topo_artarea {
padding-right:140px;
}
.topo_artarea{
background:url('../imagens/botoes/artarea.png') top;
}
.topo_artarea:hover {
background:url('../imagens/botoes/artarea.png') bottom;
}
#busca{
background:url('../imagens/fundo_busca.png') left top no-repeat;
height: 40px;
width: 220px;
padding-left:35px;
padding-right:13px;
}
#busca:focus {
background:url('../imagens/fundo_busca_ativo.png') left top no-repeat;
}

/* Menu Siga-nos */
.menu_siganos{
background:url('../imagens/fundo_menu_siganos.png') top repeat-x, url('../imagens/fundo_menu_siganos2.png') ;
border:#333 1px solid;
text-align:center;
color:#FFFFFF;
}
.menu_siganos a{
color:#ccc;
text-decoration:none;
border:0;
}
.menu_siganos table{
padding:10px 10px 10px 10px;
}
.menu_siganos_titulo{
padding:10px 14px 10px 14px;
text-shadow:#CCCCCC 0 0 5px;
text-align:left;
font-style:normal;
font-stretch:normal;
font-family: Arial;
font-size:14px;
color:white;
}
.menu_siganos_legenda{
padding:0 0 10px 0;
text-shadow:#CCCCCC 0 0 5px;
font-style:normal;
font-stretch:normal;
font-family: Arial;
font-size:14px;
color:#333333;
}
.twtr-ft {
visibility:hidden;
}


/* Tabela do corpo principal */
.principal_fundo_topo{
/*background:url('../imagens/fundo_principal_topo.png') no-repeat;*/
height:0px;
}
.principal_fundo_conteudo{
/*background:url('../imagens/fundo_principal_meio.png') repeat-y;*/
padding:0 20px 0 20px;
}
.principal_fundo_rodape{
/*background:url('../imagens/fundo_principal_rodape.png') no-repeat;*/
height:75px;
}
.logo_noticias{
padding-top:10px;
padding-left:40px;
}
.principal_tabela{
/*    opacity:0.83;
	-moz-opacity: 0.83;
	filter: alpha(opacity=83);*/
	background:url(../imagens/fundo.png);
	border:black 2px solid;
}
#noticias{
vertical-align:top;
}
.artigo{
	min-height:100px;
	width:48%;
	vertical-align:top;
}
.artigo_downloads{
	margin-top:15px;
	min-height:100px;
	width:32%;
	vertical-align:top;
}
.artigo_downloads img{
	max-height:70px;
	max-width:70px;
}
.artigo_titulo{
	font-size:14px;
}
.artigo_descricao a {
	color:white;
}
.artigo_descricao img {
border:solid 2px #333;
margin: 0 10px 0 0 ;
padding: 4px 4px 4px 4px;
}

@font-face {
  font-family: "Base-02";
  src: url(http://www.thenets.org/home/estilo/Base-02.ttf) format("truetype");
}
.beta { padding-right:25px; }

.formulario_contato{
	margin:20px;
	text-align:left;
}
.c_d_l{
	padding:5px 5px 10px 5px;
	border:solid 1px #333;
	width:390px;
}
.c_d_l:hover{
	color:black;
	background-color:white;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
.c_d_l img{
	margin-bottom:-5px;
	margin-right:5px;
}

.ui-widget-content { border: 1px solid #666666; background:url('../imagens/fundo_menu_siganos.png') top repeat-x, url('../imagens/fundo_menu_siganos2.png') ; color: #ffffff; }

