body 
{ 
  background-image: url('img/back.png'); 
  background-attachment: scroll;
  margin: 0px;
}




div#tudo
{
  
  background-image: url('img/topleft.png');
  background-position: top left;
  background-repeat: no-repeat;
  width: 999px;
  position: relative;
  top: 0;
  left: 0;
} 



div#cabecalho
{
  height: 340px; 
}



div#corpo
{ 
  margin-right: 265px;
  margin-left: 20px;
}



div#barra
{
  width: 240px;
  float: right;
  float: top;
}

	div#barrainicio
	{
	  /*background-image: url('changealpha.php?image=img/sidebar0top.png&opacity=10');*/
	  background-image: url('img/sidebar0top.png');
	  height: 370px;
	  /* IE */
	  filter: alpha(opacity=90);
	  /* CSS3 */
	  opacity:0.90;
	}

	div#barrameio
	{ 
	  /*background-image: url('changealpha.php?image=img/sidebar0cont.png&opacity=10');*/
	  background-image: url('img/sidebar0cont.png');
	  padding-right: 20px;
	  padding-left: 20px;
	  /* IE */
	  filter: alpha(opacity=90);
	  /* CSS3 */
	  opacity:0.90;
	}

	div#barrafim
	{
	  /*background-image: url('changealpha.php?image=img/sidebar0butt.png&opacity=10');*/
	  background-image: url('img/sidebar0butt.png');
	  height: 370px;
	  /* IE */
	  filter: alpha(opacity=90);
	  /* CSS3 */
	  opacity:0.90;
	}





div#rodape
{
  clear: right;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(255,255,255);
  /* IE */
  filter: alpha(opacity=85);
  /* CSS3 */
  opacity:0.85;
}




p.rod
{
  text-align: left;
  margin-top: 5px;
  color: rgb(0,0,0);
  font-size: 11px;
  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

span.boldfont
{
  font-weight: bold;
}

img.floatleft
{
  float: left;
}


img.letreiro
{
  border: 0px;
  position:absolute;
  z-index:1;
  left: 75px;
  top: 10px;
}



h1.artigotitulo
{
  text-align: right;
  color: rgb(220,220,250);
  font-size: 23px;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
  /*font-variant: small-caps;*/
}

a.artigotitulo
{
  text-decoration: none;
  color: rgb(220,220,250);
  margin-right: 12px;
}

div.artigobox
{
  margin-top: -10px;
  width: 681px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid black;  
  background-image: url('img/branco.png'); 
}

	div.artigobox p.categ
	{
	  text-align: left;
	  margin-top: -11px;
	  margin-bottom: 30px;
	  color: rgb(0,0,0);
	  font-size: 11px;
	  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	  text-indent: 0px;
	}
	
	div.artigobox a.categ
	{
	  text-decoration: none;
	  color: rgb(90,10,0);
	  font-variant: small-caps;
	}
	
	div.artigobox p.data
	{
	  text-align: left;
	  margin-top: 8px;
	  font-weight: bold;
	  font-size: 18px;
	  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	  text-indent: 0px;
	}
	
	div.artigobox p
	{
	  text-align: left;
	  color: rgb(0,0,0);
	  font-size: 16px;
	  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	  text-indent: 32px;
	}

	div.artigobox p.comentanounce
	{
	  text-align: right;
	  color: rgb(90,10,0);
	  font-size: 11px;
	  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	}

	div.artigobox a.comentanounce
	{
	  text-decoration: none;
	  color: rgb(90,10,0);
	  font-variant: small-caps;		
	}

	div.artigobox p.artigomanip
	{
	  text-align: center;
	  color: rgb(90,10,0);
	  font-size: 11px;
	  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	}

	div.artigobox a.artigomanip
	{
	  text-decoration: none;
	  color: rgb(90,10,0);
	  font-variant: small-caps;		
	}



div.categbox
{
  width: 681px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(240,255,240);
  border: 2px solid black;  
  /* IE */
  filter: alpha(opacity=85);
  /* CSS3 */
  opacity:0.85;

}

	div.categbox h1.categtitulo
	{
	  text-align: left;
	  color: rgb(0,0,0);
	  font-size: 28px;
	  margin-top: -16px;
	  font-weight: bold;
	  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	}

	div.categbox p.categintro
	{
	  text-align: left;
	  color: rgb(100,110,100);
	  font-size: 15px;
	  font-weight: bold;
	  margin-left: 10px;
	  margin-top: 7px;
	  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	}

	div.categbox p.categdescric
	{
	  text-align: left;
	  color: rgb(0,0,0);
	  font-size: 16px;
	  margin-left: 30px;
	  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	}
	
	div.categbox p.categcontador
	{
	  text-align: right;
	  color: rgb(0,0,0);
	  font-size: 11px;
	  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	}





div.erroboxgde
{
  width: 681px;
  padding-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
}

	div.erroboxgde h1.tsctsc
	{
	  text-align: left;
	  color: rgb(180,0,0);
	  font-size: 30px;
	  font-weight: bold;
	  margin-left: 40px;
	  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	}

	div.erroboxgde div.errobox
	{
	  width: 600px;
	  padding: 20px;
	  background-color: rgb(90,0,0);
	  border: 1px solid white;  
	}

	div.errobox img.errosign
	{  
	  border: 0px;
	  position:absolute;
	  z-index:1;  
	  left: 20px;
	  top: 425px;
	}

	div.errobox img.deadend
	{
	  border: 0px;
	  position:absolute;
	  z-index:1;
	  left: 610px;
	  top: 330px;
	}

	div.errobox p.errodescric
	{
	  text-align: center;
	  color: rgb(255,255,255);
	  font-size: 16px;
	  font-weight: bold;
	  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
	}




h1.comentannounce
{
  text-align: left;
  color: rgb(220,220,250);
  font-size: 23px;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
  margin-left: 40px;
}

p.commentautorerich
{
  text-align: left;
  margin-left: 80px;
  color: rgb(240,255,240);
  font-size: 16px;
  font-weight: bold;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

p.commentautor
{
  text-align: left; 
  margin-left: 80px;
  color: rgb(220,220,250);
  font-size: 16px;
  font-weight: bold;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

a.commentsiteerich
{
  text-decoration: none;
  color: rgb(240,255,240);
}

a.commentsite
{
  text-decoration: none;
  color: rgb(220,220,250);
}

span.disse
{
  color: rgb(100,100,100);
  font-size: 11px;
  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

div.commentboxerich
{
  margin-left: 80px;  
  margin-top: -12px;  
  width: 550px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(225,255,225);
  border: 2px solid black;  
  /* IE */
  filter: alpha(opacity=85);
  /* CSS3 */
  opacity:0.85;
}

div.commentbox
{
  margin-left: 80px; 
  margin-top: -12px;  
  width: 550px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(255,255,255);
  border: 2px solid black;  
  /* IE */
  filter: alpha(opacity=85);
  /* CSS3 */
  opacity:0.85;
}

p.commenttexto
{
  text-align: left;
  color: rgb(0,0,0);
  font-size: 14px;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

p.commentdata
{
  text-align: right;
  color: rgb(50,50,50);
  font-size: 11px;
  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

div.commentformbox
{
  margin-left: 80px;  
  width: 600px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

p.commentform
{
  text-align: left;
  margin-top: -11px;
  color: rgb(220,220,250);
  font-size: 11px;
  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}



p.bar
{
  text-align: center;
  color: rgb(9,0,40);
  font-weight: bold;
  font-size: 17px;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
  text-decoration: underline;
}

a.barimg
{
  text-decoration: none;
  border: 0px;
  text-align: center;
  color: rgb(9,0,40);
  font-size: 12px;
}

img.barimg
{
  text-decoration: none;
  border: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}



span.bar
{
  text-align: left;
  color: rgb(9,0,40);
  font-size: 15px;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

p.footnotes
{
  text-align: left;
  color: rgb(0,0,0);
  font-size: 13px;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

span.footref
{
  text-align: left;
  color: rgb(0,0,0);
  font-size: 13px;
  font-family: sans-serif;
  font-weight: bold;
}


ol.dec
{
  list-style-type: decimal;
  text-align: left;
  color: rgb(0,0,0);
  font-size: 13px;
  font-family: 'Georgia','DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}


span.fonte
{
  color: rgb(0,0,0);
  font-size: 10px;
  font-family: sans-serif;
}


p.pgchang
{
  text-align: center;
  color: rgb(250,250,250);
  font-size: 11px;
  font-family: 'DejaVu Sans','Bitstream Vera Sans','Trebuchet MS',sans-serif;
}

a.pgchang
{
  text-decoration: none;
  color: rgb(250,250,250);
  font-variant: small-caps;	
}	  






/*Menu*/

#int_menu {
width: 200px; /* Largura do menu */
}
#int_menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0;
padding: 0;
}
#int_menu li p {
font-weight: bold;
color: #0080FF;
cursor: pointer;
margin: 0;
}
#int_menu li p.ativo {

}
#int_menu li p:hover {

}
#int_menu li {
display:inline;
margin: 0;
padding: 0;
}
#int_menu li ul li {

}
#int_menu li ul {
}
#int_menu li a {
display:block;
color: #637FAF;
text-decoration:none;
}

#int_menu li a:hover, #int_menu li a:active, #int_menu li a.active {

}
