@font-face {
    font-family: 'ArvoRegular';
    src: url('_fonts/Arvo-Regular-webfont.eot');
    src: url('_fonts/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('_fonts/Arvo-Regular-webfont.woff') format('woff'),
        url('_fonts/Arvo-Regular-webfont.ttf') format('truetype'),
        url('_fonts/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBold';
    src: url('_fonts/Arvo-Bold-webfont.eot');
    src: url('_fonts/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('_fonts/Arvo-Bold-webfont.woff') format('woff'),
        url('_fonts/Arvo-Bold-webfont.ttf') format('truetype'),
        url('_fonts/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { overflow-y:scroll; height:100%; }

body {
    width:100%; height:100%;
    max-width:960px;
    background-image: url('../_img/fundo.jpg');
    background-repeat:repeat;
    font-size:10px;
    font-family:'ArvoRegular', Arial, serif;
    color:#5e1b00;
    line-height:1;
    margin: 0 auto;
}

.wrap {
    margin:0;
    padding:0;
    background:#fff;
    min-height:100%;
}

header {
    width:100%;
    background:#671e18;
    position:relative;
    padding:1.5% 0;
}

.titles {
    text-align:center;
    width:50%;
}

form {
    position:relative;
    float:right;
    width:50%;
    height:50px;
    top:24px;  /* -80px; */
    text-align:center;
}

.busca {
    position:relative;
    width:60%;
    height:28px;
    padding:0 5px;
    border:none;
    border-radius:5px;
    behavior: url(_htc/PIE.htc);
}

.busca:focus { outline:none; }

img.logo-rmhb {
    display:block;margin:auto;
    width:300px; height:75px;
}

h1 {
    color:#fff;
    font-family:'ArvoRegular', Arial, serif;
    font-size:1.18em;
    width:100%;
    margin-top:1.5em;
    margin-bottom: 1.8em;
}

h2 {
    color:#333;
    font-size:2em;
    letter-spacing:2px;
    font-family:'ArvoRegular', Arial, serif;
    /* width:70%; */ /* width:28.83em; */
    text-align:center;
    margin:16px auto 0;
}

h3 {
    color:#333;
    font-size:1.14em;
    letter-spacing:1.8px;
    line-height:1.8;
    font-family:'ArvoRegular', Arial, serif;
    /* width:74%; */
    text-align:center;
    margin:16px auto 0;
}

hr {
    margin:14px auto 8px;
    width:32em;
    height:3px;
    background:#aa0;
    border:none;
    border-radius:1.5px;
}



/*  ***********
    INICIO MAIN
    ************  */

.main {
    width:100%;
    overflow:hidden;
    font-size:1.3em;
    padding-top:10px;
}




/*  *******************
    INICIO MENU LATERAL
    *******************  */

.scroll-wrap {
    margin:0;padding:0;margin-top:35px;
    position:relative;float:left;
    width:190px;
    height:auto;

}

.lateral-wrap {
    position:relative;
    width:78.942631579%;
    padding:0 5.2631578947%;
    height:auto; overflow:visible;
}

nav {
    position:relative;
    width:100%;
    padding:12% 0;
    border-radius:12px;
    background:#f0f1f3;
    text-transform:uppercase;
    behavior: url(_htc/PIE.htc);
}

.menu-lateral {
    margin:auto;padding:0;
    list-style:none;
    width:76%;
    cursor:pointer;
}

.menu-lateral > li {
    position:relative;
    line-height:1;
    margin:0;
    text-align:center;
    background:#dbdcde;
}

.menu-lateral > li:first-child { border-radius:5px 5px 0 0; }
.menu-lateral > li:last-child { border-radius:0 0 5px 5px; }
.menu-lateral > li:nth-child(even) { background:#b4bac1; }
.menu-lateral > li:hover { background:#545454; }
.menu-lateral > li:hover > .item-menu-lateral { color:#fff; }
#menu-lateral > .aberto { background:#545454; color:#fff; }

.item-menu-lateral {
    display:block;
    /* font-weight:normal; */
    margin:0;
    padding:0.9em 0;
    border-bottom:1px solid #000;
}

.menu-lateral > li:last-child > .item-menu-lateral { border-bottom:none; }

.submenu-lateral {
    margin:0; padding:0;
    list-style:none;
    border-bottom:1px solid #000; display:none;
}

.menu-lateral > li:last-child > .submenu-lateral { border-bottom:none; }

.submenu-lateral > li {
    background:#c2c2c2;
    margin:0;
    padding:0.75em 0;
    color:#fff;
}

.submenu-lateral > li:nth-child(even) { background:#a3a3a3; }
.submenu-lateral > li:not(.indisponivel):hover { background:#fff; color:#5e1b00; }
.submenu-lateral > .indisponivel { cursor:default; color:#878787; }
.menu-lateral > li:last-child > .submenu-lateral > li:last-child { border-radius:0 0 5px 5px; }


/*  *************************
    INICIO TABELAS DE EDICOES
    *************************  */

.area-edicoes {
    width:72.291666666%;
    height:auto;
    overflow:hidden;
    margin-bottom:30px;margin-top:35px;
    border-radius:12px;
    background:#f0f1f3;
    position:relative;
    float:right;right:1.04166666666%;
    padding: 1.875%;
    behavior: url(_htc/PIE.htc);
}


table {
    margin:0 auto 1.875%;
    border:none;
    border-spacing:0;
    text-align:center;
    width:100%;
}
/*
table a {
    color:#5E1B00;
    display: block;
    text-decoration:none;
    padding-top:16px;
    padding-bottom:16px;
}
*/
table a {
    color:#5e1b00;
    display: table-cell; vertical-align:middle; width:120px;
    text-decoration:none;
    height:45px;
}

table a:hover {
    background:#545454;
    color:#fff;
}

table:last-child { margin-bottom:0; }

th {
    font-family:'ArvoBold', Arial, serif;
    color:#773405;
    font-weight:normal;
    text-transform:uppercase;
    background:#dbdcde;
    width:13.785%;
    border-radius:5px 0 0 5px;
}

td {
    background:#dbdcde;
    width:10.230547%;
    border-left:1px solid #f0f1f3; border-top:1px solid #f0f1f3;
}

tr:first-child > td { border-top:none; }
tr > td:nth-child(odd) { background:#b4bac1; }
tr:first-child > td:nth-child(odd) { background:#dbdcde; }
tr:first-child > td:nth-child(even) { background:#b4bac1; }
tr:first-child > td:last-child { border-radius:0 5px 0 0; }
tr:last-child > td:last-child { border-radius:0 0 5px 0; }
tr:only-child > td:last-child { border-radius:0 5px 5px 0; }

.clear { clear:both; }




.BN {
    position:relative;
    width:100%;
    margin:150px 0 30px; padding:0;
    text-align:center;
}

.apoios {
    position:relative;
    width:100%;
    margin:80px 0 0; padding:0;
    text-align:center;
}

.logos-wrap {
    position:relative;width:100%; height:auto;
    margin:32px auto;
}

.logos-wrap:nth-child(3) { margin:0; }

.preLogos {
    font-family: Helvetica;
    color:#333;
    font-size:12px;
}

#logoFINEP { width:70%; }
#logoMCTI { width:100%; }
#logoBN { width:30%; }

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}