.base
{
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
    outline: 1px solid #000000;
}

*
{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Trebuchet MS' ,Tahoma, Verdana;
    border: none;
    list-style: none;
    outline: 0;

}


html, body
{
    height: 100%;
    background: #FFFFFF;
}



body
{
    height: 100%;
    min-height: 100%;
    background: url(../imagens/fundo_topo_002.gif) repeat-x left top;
}

#topo h1
{
    font-size: 0px;
}

#topo span
{
    visibility: hidden;
}

p, a
{
    font-size: 11px;
    color: #616161;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
Engloba Geral
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

div#geral-conteiner
{
    width: 771px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    display: table; /*background:url(../imagens/fundo_faixa.gif) no-repeat left 843px;*/ /*border: 1px solid #FF0000;*/ /*background: url(../imagens/fundo_faixa.gif) no-repeat left 695px;*/
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
Menu topo
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

ul.menu
{
    float: right;
    z-index: 3000;
}

ul.menu li
{
    display: inline;
}

ul.menu li a
{
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    border-right: solid 1px #cde23d;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 1px;
    padding-top: 7px;
    padding-bottom: 6px;
}
ul.menu li a:hover
{
    background-color: #cde23d;
    color: #000000;
}

ul.menu li a.ultimo
{
    border-right: none;
}


.rodape-interna a:hover
{
    text-decoration: underline;
}


#logoMkt
{
    margin-top: 7px;
    float: right;
}


