﻿body 
{
    background:url(../img/bg.jpg) repeat-x;
    background-color:#E2E4E4;
    font-family:Tahoma,Arial,Sans-Serif;
    font-size:17px;
    margin:0;padding:0;
    color:#04416B;
}
h1{font-size:17px;}
img
{
    border:0;    
}
.container
{
    background-color:#FFF;
    margin:0 auto;
    width:1000px;
    height:635px;
    position:relative;
}
.boxEsq 
{
    float:left;
    background:url(../img/bgBoxEsq.jpg) no-repeat;
    width:144px;
    height:635px;
}
.boxEsq img
{
    position:absolute;
    padding:0 0 0 39px;
    width:245px;
    z-index:2;
}
.boxEsq ul
{
    position:relative;
    top:170px;
    list-style:none;
    font-size:12px;
    margin:0;
    padding:0;
}
.boxEsq ul li
{
    width:144px;
    height:27px;
    margin-top:21px;
    text-align:right;
}
.boxEsq ul li a
{
    text-decoration:none;    
}
.boxEsq ul li a
{
    background:transparent url(../img/seta2.jpg) no-repeat scroll right center;
    float:right;
    padding:6px 13px 7px 0;
    color:#FFF;
    width:130px;
}
.boxEsq ul li a:hover
{
    background:transparent url(../img/seta.jpg) no-repeat scroll right center;
    float:right;
    padding:6px 13px 7px 0;
    color:#06507F;
    background-color:#FFF;
    width:130px;
}
.boxEsq ul li .select
{
    background:transparent url(../img/seta.jpg) no-repeat scroll right center;
    float:right;
    color:#06507F;
    color:#04416B;
    background-color:#FFF;
    width:130px;
}
.boxDir
{
    /*border:1px solid red;*/
    float:left;
    position:absolute;
    right:0;
    top:0;
    width:853px;
}
.boxRodape
{
    background:url(../img/rodape.gif) no-repeat;
    width:856px;
    margin-right:0;
    padding:0;
    height:19px;
    z-index:999;
    float:right;
}
.boxRodape img
{
    margin:0;
    padding:0;
}
.boxRodape address
{
    color:#FFFFFF;
    float:left;
    font-size:12px;
    font-style:inherit;
    height:19px;
    margin:0 0 0 40px;
    padding:2px 0 0;
    visibility:hidden;
}
.boxRodape a
{
    color:#FFFFFF;
    float:right;
    font-size:14px;
    margin:0 10px 0 0;
    text-decoration:none;
}
.boxMainRodape 
{
    position:relative;
    margin:0 auto;
    width:1000px;
    text-align:right;
    margin-top:-19px;
}