﻿body
{
    width: 1000px;
    margin: 10px auto 10px auto;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: Arial;
    font-size: 11pt;
    color: #014477;
    word-spacing: 2px;
    text-align: justify;
}

a:link
{
    color: #014477;
    text-decoration: none;
}

a:visited
{
    color: #014477;
    text-decoration: none;
}

a:hover
{
    color: #FFFFFF;
    background-color: #014477;
    text-decoration: none;
}

input {
    border: 1px solid #014477;
    color: #004a95;
}

textarea {
    border: 1px solid #014477;
    color: #014477;
}

select {
    border: 1px solid #014477;
    color: #014477;
}

.button
{
    background-image: url(../images/bg-button.png);
    color: #FFFFFF;
}

.logo
{
    background-image: url(../images/logo.png);
    width: 230px;
    height: 85px;
}

.top
{
    height: 100px;
    padding-left: 30px;
}
    .top a:hover
    {
        background-color: Transparent;
    }

.content-top
{
    background-image: url(../images/bg-top-shadow.png);
    background-repeat: no-repeat;
    height: 20px;
}

.content
{
    background-image: url(../images/bg-content-shadow.png);
    background-repeat: repeat-y;
    padding-left: 23px;
}

.left
{
    width: 180px;
    float: left;
    vertical-align: top;
}

.right
{
    background-image: url(../images/bg-content-text.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 730px;
    float: left;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 10px;
    vertical-align: top;
    font-size: 11pt;
}

.content-bottom
{
    background-image: url(../images/bg-bottom-shadow.png);
    background-repeat: no-repeat;
    height: 20px;
}

.title
{
    color: #014477;
    font-size: 24pt;
}

.baseline
{
    background-image: url(../images/baseline.png);
    background-repeat: no-repeat;
    height: 54px;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    padding-top: 11px;
    width: 1000px;
}

.text-baseline
{
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
}

.raffael
{
    text-align: right;
    padding-right: 30px;
}
    .raffael a:hover
    {
        background-color: Transparent;
    }
    
.servico-titulo
{
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

.servico-subtitulo
{
    text-align: center;
    font-weight: bold;
}

.plat
{
    text-align: center;
}

.sep
{
    text-align: center;
}

.link-titulo
{
    font-weight: bold;
    font-size: 12pt;
}
