﻿#boxes
{
    font: 0.9em Arial, Helvetica, sans-serif;
    width: 100%;
    color: #333;
    margin: 0;
}
.fixo
{
    margin: 0 auto;
    width: 65em;
    background: url(imagens/canto-inf-dir.png) no-repeat 100% 100%;
    font-size: 100%;
}
.titulo
{
    background: url(imagens/canto-sup-dir.png) no-repeat 100% 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
.titulo h6
{
    background: url(imagens/canto-sup-esq.png) no-repeat 0 0;
    margin: 0;
    padding: 45px 20px 5px;
    color: Black;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.0em;
}
* html .titulo h6
{
    height: 1%;
}
/* Hack para IE5 PC */
.conteudo
{
    background: url(imagens/canto-inf-esq.png) no-repeat 0 100%;
    color: #003300;
    font-weight: bold;
    margin: 0;
    padding: 5px 35px 45px;
}
#boxes .conteudo p
{
    margin: 0.7em;
    line-height: 1.2em;
}
.elastico
{
    width: 100%;
    background: url(imagens/canto-inf-dir.png) no-repeat 100% 100%;
    font-size: 100%;
}
