@charset "utf-8";
/* CSS Document */

body{
    background: url(img/background_blue_fit.jpg) top center repeat-x #FFFFFF;
    background-attachment:fixed;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.layoutBody{
    width: 770px;
    height: auto;
    background: #FFFFFF;
    margin-top: 30px;
    float: left;
}

.layoutCenter{
    margin-left: auto;
    margin-right: auto;
    width: 770px;
}

.topBody{
    background:url(img/top_blue.png) top center no-repeat;
    width: 770px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.layoutFooter{
    background: url(img/footer_blue.png) top center repeat-x #FFFFFF;
    margin-top: 0px;
    padding-left: 5px;
    padding-top: 5px;
    float: left;
    width: 765px;
    height: 55px;
    font-family:Verdana;
    font-size: 10px;
    color: #FFFFFF;
}

.logoIE{
    float: left;
    width: 195px;
    height: 110px;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden;
}

.layoutPublicidade{
    float: left;
    width: 542px;
    height: 77px;
    border: 1px solid #293A43;
    background: #FFFFFF;
    margin-top: 10px;
    margin-left: 10px;
}

.pecaPublicitaria{
    width: 540px;
    height: 75px;
    padding-left: 1px;
    padding-top: 1px;
}

.noticiasIE{
    float: left;
    height: 20px;
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-top: 10px;
}

.tituloNoticias{
    float: left;
    width: 120px;
    height: 20px;
}

.noticiasMarquee{
    float: left;
    width: 420px;
    height: 20px;
    font-size: 11px;
}

.layoutMenu{
    width: 204px;
    height: auto;
    background:url(img/background_menu.jpg) top left repeat-y;
    margin-left: 1px;
    float: left;
    margin-bottom: 20px;
}

.menuTitulo1{
    font-family:Arial;
    font-size: 27px;
    font-weight:bold;
    width: 180px;
    height: 25px;
    margin-top: 3px;
    margin-left: 5px;
}

.menuTitulo2{
    font-family:Arial;
    font-size: 19px;
    font-weight:bold;
    width: 180px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.menuBar{
    float: left;
    width: 202px;
    height: 2px;
    margin-left: 0px;
    background:url(img/menu_bar.png) top left no-repeat;
}

.menuItem{
    width: 202px;
    height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: Verdana;
    font-size:12px;
    color: #354B64;
    list-style-position:inside;
    list-style-image: url(img/menu_bullet.png);
    cursor: pointer;
}

.menuItem:hover{
    color:#990000;
}

.layoutConteudo{
    width: 554px;
    height: auto;
    float: left;
    padding: 5px;
    font-family: Verdana;
    font-size: 11px;
}

.conteudo {
    width: 554px;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
}


input, select{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    text-transform:uppercase
}

fieldset{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

fieldset legend, button{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.observacao{
    font-family: Verdana, sans-serif;
    font-size: 8px;
    text-align: center;
    background: #E2E1D4;
    width: 100px;
    color: #333;

}

.observacao2{
    font-family: Verdana, sans-serif;
    font-size: 9px;
    text-align: center;
    background: #E2E1D4;
    width: 100px;
    color: #333;

}

.comboMeioSite, inputMeioSite{
    width:305px;
}

.inputMeioSite{
    width:305px;
}

.paddingLabel{
    padding-right: 7px;
}

