﻿h1
{
    color:Gray;
    font-weight:500;
}
h1 .sub
{
    font-size:12px;
    font-weight:normal;
}
h2
{
    color:#555;
}
h2 span
{
    font-size:12px;
}
/*layout*/
.topo
{
    height:222px;
}
.conteudo
{
    background-color:#D3D3D3;
}
.corporativo
{
    width:865px;
}
.corporativo .topo
{
    background:url(../imagens/tool-bar-corporativo.jpg) top center no-repeat;
    width:780px;
    height:28px;
    padding:12px 0 0 20px;
}
.corporativo .topo ul
{
}
.corporativo .topo ul li
{
    display:block;
    float:left;
    margin:0 5px;
    color:#FFF778;
    font-weight:bold;
}
.corporativo .topo ul li a
{
    color:#fff;
    text-decoration:none;
}
.centro_2
{
    background:url(../imagens/bg-centro-corporativo.jpg) repeat-x #D8D8D8;
    width:760px;
    min-height:400px;
    padding:0 20px 20px 20px;
}
.rodape
{
    width:900px;
    height:100px;
    clear:both;
    background:url(../imagens/rodape3.jpg) repeat-x #d3d3d3;
}
.rodape ul
{
    padding:45px 0 0 200px;
}
.rodape ul li a
{
    color:#0E4C71;
}
table
{
    width:100%;
}
table tr
{
}
table td
{
    border:1px solid #c0c0c0;
}