﻿#topo {
    width: 100%;
    height: 150px;
    background-color: #13437e;
}

.bannerTopo {
    width: 100%;
    /*height: 230px;*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-color: transparent;
    margin-bottom: 20px;    
}


body {
    margin: 0px;
}

#active_menu_menu_azul {
    background-color: #13437e;
}


a.mainlevel_menu_azul:link, a.mainlevel_menu_azul:visited {
    color: #FFFFFF;
    display: block;
    font-family: 'Verdana';
    font-size: 17px;
    height: 35px;
    letter-spacing: -1px;
    padding-left: 22px;
    padding-top: 10px;
    width: 208px;
    text-decoration: none;
    background-color: #a5a5a5;
}


.mainlevel_menu_azul_seta:link, a.mainlevel_menu_azul_seta:visited {
    color: #FFFFFF;
    display: block;
    font-family: 'Verdana';
    font-size: 17px;
    height: 35px;
    letter-spacing: -1px;
    padding-left: 22px;
    padding-top: 10px;
    width: 208px;
    text-decoration: none;
    background-color: #CCCCCC;
}


a.mainlevel_menu_azul:hover {    
    text-decoration: none;
}

a.mainlevel_menu_azul_seta:hover {    
    text-decoration: none;
}

a.submainlevel_menu_azul:link, a.submainlevel_menu_azul:visited {
    color: #5B5A5F;
    display: block;
    font-family: 'Verdana';
    font-size: 14px;
    height: 22px;
    letter-spacing: -1px;
    padding-left: 22px;
    padding-top: 6px;
    text-decoration: none;
}

#main {
    width: 1000px;
    margin: auto;
}

#left {
    width: 236px;
    float: left;
    margin-bottom: 50px;
}

#right {
    width: 230px;
    float: right;
}

.inscrever {
    text-decoration: none;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #13437e;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: Verdana !important;
    font-size: 16px;
    font-weight: bold;
}

.data {
    margin: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-family: Verdana !important;
    font-size: 14px;
    color: #005C8A;
}

dl {
    float: left;
}

dl, dd {
    margin: 1px;
}

dt a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

li a {
    /* background: url(../imagens/submenu.png) no-repeat scroll 0 transparent; */
    list-style: none;
    width: auto;
    /* padding: 5px; */
    background-color: #CCCCCC;
    margin-top: 2px;
    margin-bottom: 2px;
}

li {
    list-style: none;
}

ul {
    padding-left: 0px;
    margin: 0px;
}

.load {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 78px;
    margin: -39px 0 0 -44px;
    z-index: 99999;
}

.bg_modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99998;
}

.view_modal {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
    z-index: 99998;
}

.modal {
    visibility: hidden;
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* CSS especifico para o IE10 aqui */
}