#main{
    width:100%;
}
#topo{
    width: 1583px;
    height:416px;
    position:relative;
    text-align:center;
}
#topo #slider{
    height: 416px;
    text-align:center;
}
#topo .menus{
    position: absolute;
    top: 0px;
    z-index: 5;
    text-align:center;
}

#topo .menus .menu_topo .esquerdo{
    margin-top: 2px;
    float: left;
}
#topo .menus .menu_topo div.direita_div{
    margin-left: 230px;
    float: right;
}
#topo .menus .menu_topo div .logos{
    margin-left: 189px;
    text-align: left;
    margin-bottom: 12px;
}
#topo .menus .menu_topo div .logos a{
    margin-right: 5px;
}
#topo .menus .menu{
    width: 200px;
    height: 270px;
    background: url(img/bg_menu.jpg) no-repeat;
    position: absolute;
    text-align: left;
    top: 142px;
    left: 306px;
}

#topo .menus .menu a{
    font-family: Times New Roman, serif;
    font-size:14px;
    display: block;
    margin-left: 18px;
    margin-bottom: 4px;
    text-shadow: 1px 1px 1px black;
    width: 158px;
    text-decoration: none;
    height: 19px;
}
#topo .menus .menu a:hover{
    background-color: #000;
}
#topo .menus .menu a.first{
    margin-top: 9px;
}

#rodape{
    width:900px;
    margin:0px auto;
    padding-top:30px;
    text-align:right;
}
#content_bg_home {
    background:url(../gfx/bg_home.jpg) top center no-repeat;
    min-height:450px;
    *height:450px;
}
#content_home {
    width:930px;
    margin:0px auto;
    padding-top:30px;
}
#content_bg_conteudo {
    background:url(../gfx/bg_conteudo.jpg) top center no-repeat;
    min-height:608px;
    *height:608px;
}
#content {
    width:900px;
    margin:0px auto;
    padding-top:30px;
}

.small {
    font-size:10px;
    color:#CCCCCC;
}
form input {
    background:url(../gfx/bg_input.jpg) top left repeat-x;
    padding:3px;
    border:1px solid #FFFFFF;
}
form textarea {
    background:url(../gfx/bg_textarea.jpg) top left repeat-x;
    padding:3px;
    border:1px solid #FFFFFF;
    overflow:auto;
}
.verde {
    color:#d5ffa1;
}
.botao2 {
    position: absolute;
    bottom: -200px;
}
.modal-fixa{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
.modal-fixa .cont-modal{
    width: 800px;
    height: 600px;
    margin: 50px auto;
    position: relative;
    background: url(../gfx/modal/back-modal.png) no-repeat center top;
}
.cont-modal a{
    display: block;
    position: absolute;
}
.cont-modal .link-one{
    top: 235px;
    left: 130px;
}
.cont-modal .link-two{
    top: 235px;
    left: 430px;
}
.cont-modal .link-tree{
    top: 365px;
    left: 210px;
}
.cont-modal .link-four{
    top: 495px;
    left: 130px;
}
.cont-modal .link-five{
    top: 495px;
    left: 430px;
}