@charset "utf-8";
/* CSS Document */

*{
  margin:0;
  padding:0;
}
body{
     background: url(../imagens/bg.jpg) repeat-x #000;
	 font:13px Arial, Verdana, Tahoma;
	 color:#CCCCCC;
	 text-align:center;
}
#topo{
      background:url(../imagens/topo.jpg) no-repeat;
	  width:984px;
	  height:136px;
	  margin:0 auto;
}
#topo h1{
      float:left;
	  width:104px;
	  height:159px;
	  margin:10px 0 0 75px;
}
#topo a{
      float:right;
	  margin: 3px 7px 0 0;
}
#menu{
     width:984px;
	 height:16px;
	 margin: 0 auto;	  
	 padding: 2px 25px 0 0;
	 text-align:right;
}
#menu a{
     font: 11px Verdana, Arial, Tahoma;
	 color:#CCC;
	 text-decoration:none;
	 padding: 0 20px;
	 border-left: 1px solid #335C7B;
	 border-right: 1px solid #335C7B;
}
#conteudo{
     width:984px;
	 margin:0 auto;
	 clear:both;
}
#box_info{
     width:492px;
	 height:400px;
	 float:left;	 
}
#box_web{
     width: 492px;
	 height: 400px;
	 float:right;
}
#redes_sociais{
      float:right;
	  padding: 0 15px 0 0;
}
#redes_sociais p{
      font: 11px Verdana, Arial, tahoma;
	  color:#ccc;
	  font-style: italic;
      float: left;
	  padding: 30px 6px 0 0;
}
#rodape{
     width: 984px;
	 /*heigth: 14px;*/
	 margin: 0 auto;
	 clear: both;
	 text-align: left;
	 padding: 2px 0 0 31px;
	 font: 10px Arial, Verdana, Tahoma;
	 color: #333;
	 
}
