/* CSS Document */

body{
   background:url(../imagens/back.jpg) #4c74b4 no-repeat top center;
}


.left{float:left;}
.right{float:right;}

.cb{clear:both;}
h1{font-size:30px;font-weight:700;}
h2{font-size:13px; font-weight:700;}
h3{font-size:9px;}
h4{font-size:16px; font-weight:700; color:#FC0;}

hr{border:dashed 1px #fff;}

/***************************************************************************************
Conteudo
***************************************************************************************/
.container{
   width:750px;
   margin:0 auto;
}

.topo{
   margin:20px 0;
}

.topo .tit_midia{
   margin:20px 0;
}
.menu{
   height:115px;
   margin:40px 0 10px 0;
}

.box_menu{
   background:#fff;
   width:166px;
   height:76px;
   float:left;
   margin:0 22px 0 0;
   padding:10px 0 0 0;
   text-align:center;
   border:2px solid #fff;
}

.box_menu:hover{
 border:2px solid #FC0;
 display:block;

}
.box_menu img{
   margin:0 auto;
}

.contato{
   margin:40px 0 0 0;
   
}
/***************************************************************************************
Interna
***************************************************************************************/
.esquerda{
   width:166px;
   float:left;
   margin:10px 28px 0 0;
   color:#333;

}

.menu_lateral{
   _width:166px;
   width:126px;
   padding:20px;
   background:#fff;
}

.esquerda li{
   margin:0 0 10px 0;
   border-bottom:dashed 1px #e7e7e7;
}

.esquerda a{
   color:#333;
}

.esquerda a:hover{
   color:#900;
   font-weight:700;
}



.direita{
   float:left;
   width:555px;
}

.direita td{
   padding:6px;
}

.direita #branca td {
   background:#fff;   
   color:#333;
   font-size:13px;
   border-bottom:1px dashed #e7e7e7;
}
.direita #azul td {
   background:#0056A2;
   color:#FFF;
   font-size:14px;
   font-weight:700;
}
.direita #amarela td {
   background:#FFCC00;
   color:#333;
   font-size:14px;
   font-weight:700;

}

table#principal tr td:nth-child(3) {
      	width:25px;
        text-align:center;
}
table {border-collapse:separate;border-spacing:3px;}


#publicidade, #especificacoes, #prazos, #regras {display:none;}


/***************************************************************************************
Rodape
***************************************************************************************/

.rodape{
   background:url(../imagens/rodape.jpg) repeat-x;
   width:100%;
   height:250px;
   text-align:center;
}
   
   .rodape img{margin:160px 0 0 0;}
   
   
.last{margin:0;}
