﻿html
{
    color: #888888;
}

body
{
    font-size: 12px;
    font-family: Verdana;
    background:url(../imagens/fundo.gif) repeat-x;
}

a:link {text-decoration: none; color: #204f93; font-weight:bold;}
a:visited {text-decoration: none; color: #617898;font-weight:bold;}
a:hover {text-decoration: underline; color: #617898;font-weight:bold;}
a:active {text-decoration: none; color: #204f93;font-weight:bold;}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
    font-style: inherit;
    font-weight: inherit;
}

del, ins
{
    text-decoration: none;
}

li
{
    list-style: none;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
    font-variant: normal;
}

sup
{
    vertical-align: baseline;
}

sub
{
    vertical-align: baseline;
}

legend
{
    color: #000;
}

input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select
{ *font-size:100%;}

/*--------------------container---------------------*/
.todo_site 
{
    float:left;
    width:100%;
    line-height:140%;
    background:url('../imagens/topo.jpg') center top no-repeat;
}

.container 
{
    margin:0 auto;
    width:960px;
}

.cabecalho 
{
    float:left;
    width:100%;
    height:370px;
}

h1 
{
    float:left;
    margin-top:20px;
}

h1 a 
{
    float:left;
    width:135px;
    height:135px;
    text-indent:-9999px;
}

.cabecalho ul 
{
    float:right;
    margin-top:33px;
}

h3 
{
    float:left;
    width:100%;
    margin-bottom:20px;
    color:#1c4785;
    font-size:16px;
    font-weight:bold;
    margin-left:55px;
}

.cabecalho ul li 
{
    float:left;
    margin-right:30px;
}

.conteudo 
{
    margin:0 auto;
    width:860px;
}

.conteudo p 
{
    width:100%;
    font-size:12px;
    margin-left:55px;
    margin-bottom:15px;
}

.esquerda 
{
    float:left;
    width:525px;
}

.direita 
{
    float:right;
    width:240px;
    background:url(../imagens/fundo_dir.gif) repeat-y;
    margin-top:20px;
    padding-bottom:20px;
}

.direita span 
{
    float:left;
    font-size:11px !important;
    margin-top:15px;
    margin-left:34px;
}

.rodape 
{
    float:left;
    width:100%;
    height:134px;
    margin-top:30px;
    background:url(../imagens/rodape.gif) top center no-repeat;
}

.rodape b 
{
    display:none;
}

.multi 
{
    margin:0 auto;
    width:900px;
}

.multi a 
{
    float:right;
    background:url(../imagens/logo.gif);
    width:41px;
    height:17px;
    text-indent:-9999px;
}


b.vermelho 
{
    color:#f88123;
}

b.azul 
{
    color:#1c4785;
} 

.formulario 
{
    float:left;
    width:400px;
    margin-left:55px;
}

.formulario label 
{
    float:left;
    width:80%;
    margin-bottom:10px;
}

.formulario label input 
{
    border:1px solid #ccc;
    width:100%;
}

.formulario label textarea 
{
    border:1px solid #ccc;
    width:100%;
} 

.formulario label a 
{
    background:#1c67a7;
    color:#fff;
    text-decoration:none;
    padding:5px 8px;
    float:left;
}

.formulario b 
{
    font-size:14px !important;
}
