﻿body {
    border:0px;
    margin:0px;
    font-family :Verdana;
    font-size :13px;
    line-height:130%;
}

img
{
    border:0px;
    margin:0px;
}

#cabecalho
{
    width: 100%;
    height: auto;
    min-height: 100px;
    background-color: #EEEDEA;
}

#logo
{
    position:absolute;
    left:50%;
    margin-left:-450px !important;
    top:2px;
    height:auto;
    width:auto;
    border:0px;
    margin:0px;
}

#barrabanner
{
    width: 100%;
    height: 360px;
    background-color: #052852;
    box-shadow: 0px 4px 10px;
    background-image: url('imagens/bg_banner.jpg');
}

#slideshow
{
    position:relative;
    left:50%;
    margin-left:-450px;
    top:2px;
    width:900px;
    max-width:900px;
    min-width:900px;
    height:340px;
    min-height:340px;
    max-height:340px;
}

#sombrabanner
{
    margin-top:-5px;
    width:100%;
    height:5px;
    box-shadow: 0px 4px 8px;
}


.imgslide
{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:900px;
    height:340px;
}

#textoslide
{
    position: absolute;
    bottom: 0px;
    display: none;
    background-color: black;
    color: white;
    opacity: 0.5;
    width: 880px;
    height: auto;
    min-height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#menu
{
    width:100%;
    height:auto;
    padding-top:4px;
    padding-bottom:0px;
    margin-top:-30px;
}

#conteudomenu
{
    position:relative;
    left:50%;
    margin-left:-450px;
    width:900px;
    background-color:#052852;
    margin-top:7px;
    box-shadow: 0px 4px 8px;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
    padding-top:4px;
    padding-bottom:2px;
}

.botaomenu
{
font-size:14px;
font-weight:bold;
text-align:center;
border:1px solid #052852;
min-width:210px;
}


.botaomenu a
{
    color:white;
    text-decoration:none;
    border:none !important;
}


#conteudo
{
    left:0px;
    margin-top:10px;
    height:auto !important;
    min-height:300px;
    width:100%;
    margin-bottom:20px;
}

#textoconteudo
{
    position:relative;
    left:50%;
    margin-left:-450px;
    padding-top:2px;
    width:900px;
    height:auto !important;
    text-align:justify;
}

#rodape
{
    left:0px;
    height:150px !important;
    width:100%;
    background-color:#052852;   
}

#containerrodape
{
    position:absolute;
    left:50%;
    margin-left:-450px;
    width:900px;
    color:white;
    font-size:11px;

}

#so_logo
{
    position:absolute;
    top:20px !important;
    left:5px !important;
}

#titulotextorodape
{
    position:absolute;
    left:115px;
    top:22px;
    font-weight:bold;
    font-size:16px;
    text-shadow:2px 2px black;
}

#textorodape
{
    position:absolute;
    left:115px;
    top:40px;
}

#pesquisa
{
    position:absolute;
    left:50%;
    top:70px;
    height:auto;
    width:450px;
    text-align:right;
}

#BNTPesquisa
{
    border-radius: 4px;
    background-color: #336699;
    height: 25px;
    width: 80px;
    color: white;
}

#TXTPesquisa
{
    border-radius:4px;
    width:200px;
    height:18px;
}

.divisao
{
    position: absolute;
    width: 1px;
    height: 130px;
    top: 10px;
    background-image: url('imagens/divisor.jpg');
}