/* CSS Document */
body { background:#62BCFF;
       margin-top:0px;
	   }

#geral {
	   width:882px;
	   height:700px;
	   margin-right:auto;
	   margin-bottom:0px;
	   margin-top:0px;
	   bottom:0px;
	   margin-left:auto;
	   display:block;
	   background-position:center;
	   background-repeat:no-repeat;
	   background-image:url(imagens/back.gif);
       }

.texto { font-family:Arial, Helvetica, sans-serif;
         font-size:12px;
		 color:#003366;
		 }
		 
#link { font-family:Arial, Helvetica, sans-serif;
         font-size:12px;
		 color:#003366;
		 font-weight:500;
		 text-decoration:none;
		 }
		 
.rodape { font-family:Arial, Helvetica, sans-serif;
         font-size:11px;
		 color:#003366;
		 font-weight:200;
		 }
		 
		 
#meio {
        width:882px; 
		height:485px;}
		
.box_tab{
  border-bottom:1px solid #62BCFF;
  border-left:1px solid #62BCFF;
  border-right:1px solid #62BCFF;
  border-top:1px solid #62BCFF;
  border-width:1px;
  }

#imgs { float:right;
         width:390px; }
		 
#meio_index { float:left;
        width:440px; 
		height:485px;}
		
#meio2 { float:right;
         width:440px; 
		height:485px;
		border-left:#333333;
       }
	   
#meio_sobre { float:left;
        width:440px; 
		height:485px;
		border-right:1px solid #62BCFF;

		}
		
		
.espaco {padding-top:41px;
         padding-left:30px;
         }

.borda {
    border-collapse: collapse;
    border:1px solid #62BCFF;
    }

#menu {
	margin:0px auto;
	position:static;
	top: -100px;
	z-index: 3;
    }

.assinatura { font-family:Arial, Helvetica, sans-serif;
         font-size:10px;
		 color:#003366;
		 }