/* estrutura */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, option,
form, label, textarea, table, caption,
tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    font-family: 'trebuchet MS';
    vertical-align: baseline;
    color: #FFF;
    float: left;
    text-align: left;
}
:focus {
    outline: 0;
}
html {
    width: 100%;
}
body {
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
    width: 100%;
    background-color: #840A0D;
    background-image: url('../imagens/bg.png');
    background-repeat: repeat-x;
    background-position: top left;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
br, strong {
    float: none;
    color: inherit;
}
.paginacao {
    padding-top: 50px;
    text-align: center;
    width: 100%;
}
.paginacao *{
    padding: 2px;
    float: none;
}
.fonte{
    color: #FFF;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    display: inline;
    text-decoration: none;
}
.fonte:hover {
    text-decoration: underline;
}
strong {
    font-weight: bold;
}
/*classes padrões*/
.right {
    float: right;
}
.none {
    float: none;
    text-decoration: none;
}
.hidden {
    display: none;
}
.agrupaTudo{
    width: 100%;
}
.global {
    width: 995px;
    margin: 0 auto;
    float: none;
}
.topo {
    width: 995px;
}
.agrupaTopoAtendimento {
    width: 375px;
    float: right;
    padding-top: 10px;
}
.alinhaAtendimento {
    margin: 2px 5px 0 0;
    display: inline;
}
.agrupaHorario {
    width: 375px;
    color: #999999;
    text-align: right;
}
.agrupaCentral {
    float: right;
}
a.logo {
    margin: 31px 0 1px;
    display: inline;
}
a.logo:hover {
    margin: 30px 0 2px;
    display: inline;
}
.agrupaFlashs {
    width: 995px;
}
.menu {
    width: 190px;
    padding-top: 14px;
}
.flash {
    width: 803px;
}
a.linkLateral {
    float: right;
    margin-top: 20px;
}
a.sisdado {
    width: 57px;
    height: 9px;
    float: right;
    font-size: 1px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("../imagens/logoSisdado.png");
}
a.sisdado:hover {
    background-position: top right;
}
/*conteudo*/
.conteudo {
    width: 995px;
}
/*rodape*/
.agrupaRodape {
    width: 100%;
    padding: 23px 0 54px;;
    margin-top: 20px;
    text-align: center;
    background-image: url('../imagens/fundoRodape.png');
    background-repeat: repeat-x;
    background-position: top;
}
.rodape {
    width: 995px;
    float: none;
    text-align: left;
    margin: 0 auto;
}
.rodapeText {
    width: 320px;
}
.agrupaConteudoRodape {
    width: 145px;
}
.linkRodape {
    text-decoration: none;
}
.linkRodape:hover {
    text-decoration: underline;
}
.agrupaLinkRodape {
    width: 142px;
}
.agrupaLogoRodape {
    width: 551px;
    padding-left: 124px;
}
.agrupaLocal{
    width: 400px;
}
.agrupaEndereco {
    width: 386px;
    text-align: right;
}
.agrupaContato {
    width: 386px;
    text-align: right;
}
.emailRodape {
    float: none;
    text-decoration: underline;
}
.emailRodape:hover {
    text-decoration: none;
}