body {
  background: #000;
  color: #fff;  
}

a {
  color: #ffcc00;
}

h1 {  
  text-shadow: 0px 0px 0px #ccc;
  color: #fff;
}

h2 {
  background: #ffcc00;
  color: #000;  
  text-shadow: 0px 0px 0px #333;
}

.container_12 {
  background-color: #000;
}

/* `Barra Acessibilidade
----------------------------------------------------------------------------------------------------*/

#acessibilidade a{
	color: #004B82
}

/* `Content
----------------------------------------------------------------------------------------------------*/

code, pre {  
  background: #000;
  color: #fff;  
}


/* `Sidebar
----------------------------------------------------------------------------------------------------*/

.grid_3 h3 {
  background: #ffcc00;
  color: #000;
  text-shadow: 0px 0px 0px #333;
}

#preta {
  background: #000000
  -moz-box-shadow:    inset 0 0 10px #fff;
   -webkit-box-shadow: inset 0 0 10px #fff;
   box-shadow:         inset 0 0 10px #fff;
}


/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer {  
  background: #000;  
}


#footer .container_12 {
  background: #000;  
}

.marca-governo {
  background: url(../img/marca-governo-c.png) no-repeat;
}