html {
    height: 100%;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    height: 100%;
    font-size: 11px;
    overflow-y:scroll;
}

hr {
    display: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#geral {
    width: 100%;
    position: relative;
    float: left;
    background-image:  url(../imgs/gerint.gif);
    background-repeat: repeat-y;
    height: 100%;
    overflow: hidden;
}

#header {
    position: relative;
    background-image: url(../imgs/headint.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 125px;
}

#header .tit {
    position: absolute;
    left: 10px;
    top: 1px;
    width: 450px;
    height: 42px;
    padding-left: 147px;
    padding-top: 6px;
    background-image: url(../imgs/logounesp.gif);
    background-repeat: no-repeat;
}

#header .tit h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    margin: 0px auto;
}

#header .tit h1.cp {
    font-size: 10px;
}

#header .unid {
    position: absolute;
    left: 8px;
    width: 560px;
    height: 28px;
    z-index: 2;
    top: 63px;
}

#header .unid h1, #header .unids h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
}

#header .unids {
    position: absolute;
    left: 9px;
    width: 560px;
    height: 28px;
    z-index: 1;
    top: 64px;
}

#header .unids h1 {
    color: #A4A4A4;
}

#header .menu {
    position: absolute;
    left: 321px;
    top: 4px;
    width: 332px;
    height: 35px;
    text-align: right;
    font-size: 9px;
}

#header .menu ul li {
    display: inline;
    border-right: 1px solid #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

#header .menu ul li.ult {
    border-right: 0px;
    padding-right: 0px;
}

#header .menu ul li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#header .menu ul li a:hover {
    text-decoration: underline;
}

#e {
    width: 150px;
    float: left;
    position: relative;
    z-index: 5;
}

#emapa {
    background-image: url(../imgs/esqhome_mapasite.gif);
    background-repeat: no-repeat;
    height: 60px;
    width: 150px;
    position: absolute;
    text-align: center;
    top: -39px;
}

#emapa select {
    margin-top: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    width: 140px;
}

#emapa select option {
    white-space: pre;
}

#emapa select option.p {
    background-color: #E3EFF4;
}

#em {
    width: 149px;
    padding-bottom: 5px;
    padding-top: 22px;
}

#em ul {
    border-bottom: 1px solid #CCCCCC;
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    width: 149px;
}

#em ul li {
    background-image: url(../imgs/esqhome_ssub.gif);
    background-repeat: repeat-y;
    position: relative;
    float: left;
    width: 145px;
    height: 24px;
    z-index: 1;
}

#em ul li.menu-esq-comfilho {
    height: auto;
}

#em ul li a {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #006699;
    height: 18px;
    display: block;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #CCCCCC;
    width: 144px;
}

#em ul li a.destaque {
    color: #C60000;
}

#em ul li a:hover {
    background-color: #D4F4FC;
    color: #000033;
}

#em ul li a.destaque:hover {
    background-color: #D4F4FC;
    color: #000033;
}

#em ul li a.comfilho {
    background-image: url(../imgs/esqhome_csub.gif);
    background-repeat: no-repeat;
}

#em ul li a.comfilho:hover {
    background-image: url(../imgs/esqhome_csubover.gif);
}

#em ul ul {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    border-top: 0px;
    border-bottom: 0px;
}

#em ul ul li {
    border-top: 0px;
    height: auto;
}

#em ul ul li a {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #006699;
    height: 15px;
    display: block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
    width: 140px;
}

#em ul ul li a:hover {
    background-image:  url(../imgs/esqhome_subover.gif);
    background-repeat: no-repeat;
}

#em ul ul ul {
    border-top: 0px;
    border-bottom: 0px;
}

#em ul ul ul li a {
    padding-left: 30px;
    width: 120px;
}

/* Novo menu - INICIO */
#em ul li.flutuante {
    padding: 0px;
    margin: 0px;
}

#em ul li.flutuante a.comfilho {
    background-image: url(../imgs/esqhome_plus.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#em ul li.flutuante a.comfilho:hover {
    background-image: url(../imgs/esqhome_plus.gif);
}

#em ul li.flutuante ul {
    position: absolute;
    left: 149px;
    top: 0;
    width: 170px;
    display: none;
    background-color: #E2EBEE;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    overflow: visible;
}

#em ul li.open ul {
    display: block;
}

#em ul li.flutuante ul li {
    background-image: none;
    border-top: 1px solid #CCCCCC;
    padding: 0px;
    margin: 0px;
    width: 170px;
    float: left;
    height: auto;
    z-index:5px;
}

#em ul li.flutuante ul li a {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
    width: 165px;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px;
}

#em ul li.flutuante ul li a:hover, #em ul li a.over {
    background-image: none;
    background-color: #D4F4FC;
    color: #000033;
}

#em ul li.flutuante ul ul, #em ul li.open ul ul {
    display:none;
}

#em ul li.open ul, #em ul li li.open ul {
    display: block;
}

#em ul li.flutuante ul ul {
    left: 170px;
    top: -1px;
}

/* Novo menu - FIM */

#c {
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 150px;
    margin-bottom: 40px;
    background-color: white;
}

#ct {
    position: absolute;
    top: -35px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 35px;
    height: 35px;
    background-image: url(../imgs/gerint_lin.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#ct h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003399;
    margin: 0px;
}

#cc {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-align: justify;
    overflow: auto;
}

#cc a {
    color: #2A6366;
}

#cc hr {
    display: block;
    border: 0px;
    height: 1px;
    background-image: url(../imgs/gerint_lin.gif);
    background-repeat: repeat-x;
    margin-top: 10px;
    margin-bottom: 10px;
}

#cc img {
    padding: 5px;
}

#cc p {
    margin-top: 8px;
}

#cc h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    background-image: url(../imgs/gerseta.gif);
    background-repeat: no-repeat;
    background-position: 1px 7px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
}

#cc h3.t1 {
    font-size: 13px;
    background-position: 1px 9px;
}

#cc table {
    border: 1px solid #E2EBEE;
}

#cc th {
    background-color: #E2EBEE;
    font-weight: bold;
    padding: 2px;
}

#cc tr {
    background-color: #F7F7F7;
}

#cc tr.blue {
    background-color: #EDEFF1;
}

#cc td {
    padding: 2px;
}

#cc td.centralizado {
    text-align: center;
}

#cc .txtr, #cc .txtr2 {
    width: 623px;
    background-image: url(../imgs/gerint_lin.gif);
    background-repeat: repeat-x;
    background-position: top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
    padding-bottom: 10px;
    padding-top: 2px;
    text-align: right;
    margin-top: 30px;
    float: left;
}

#cc .txtr2 {
    margin-top: 4px;
}

#cc .linkr {
    width: 623px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#cc .linkr a {
    color: #FF6600;
}

#cms {
    padding-left: 5px;
    padding-bottom: 5px;
    width: 623px;
}

#cms-m {
    width: 220px;
    float: right;
    padding-bottom: 10px;
}

#cms-m hr {
    display: none;
}

#cms-m select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    width: 200px;
    float: right;
}

#cms-m ul {
    display: inline;
}


#cms-m ul li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

#f {
    position: absolute;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    right: 0px;
    left: 0px;
    bottom: 0px;
    clear: both;
}

#fb {
    background-image: url(../imgs/foo_barra.gif);
    background-position: top right;
    background-repeat: no-repeat;

    height: 40px;
}

#fb .u {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    padding-bottom: 12px;
    padding-left: 6px;
    padding-top: 10px;
    float: left;
    width: 50%;
}

#fb .m {
    float: right;
    display: table;
    width: 475px;
    padding-top: 7px;
}

#fb .m ul {
    margin: 0px;
    padding: 0px;
}

#fb .m ul li {
    display: inline;
}

#fb .m ul li a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 23px;
    padding-right: 23px;
    height: 33px;
    line-height: 33px;
    border-right: 1px solid #007CBE;
    border-left: 1px solid #9FDEFF;
    float: left;
}

#fb .m ul li a.pri {
    border-left: 0px;
}

#fb .m ul li a.ult {
    border-right: 0px;
}
