body{
    padding: 0px;
    margin: 0px;
        background: #3e5166;
    text-align: center;
    font-family: arial;
}
#menu, #rodape{
    width: 100%;
    height: 30px;

}
#menu{
    background: #2d333a url(../imagens/internas/linha.png)bottom center no-repeat;
    font-size: 13px;
    margin-top: 0px;
    text-align: right;
}

#logo a{
    color: #fff;
    text-decoration: none;
}
#logo a:hover , #rodape #dados a:hover{
    color: #698aae;
}

#rodape{
    background:#2d333a url(../imagens/internas/linha2.png) top center no-repeat;
    margin-top: 20px;
}
#rodape #dados{
    width: 860px;
    height: 20px;
    margin: auto;
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
    padding-right: 20px;
}
#rodape #dados a{
    color: #fff;
    float: right;
    text-decoration: none;

}
#rodape #dados span{
    color: #fff;
    float: left;
}

#logo{
    width: 100%;
    height: 145px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
#logo img{
    margin-top: -30px;
}
#corpo{
    width: 920px;
    height: auto;
    margin: auto;
    text-align: left;
    margin-bottom: 30px;
}
#corpo .banner{
    width: 900px;
    height: 250px;
    background: url(bg_banner.png) top center no-repeat;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    top: 10px;
}
#corpo .banner img{
    position: absolute;
    margin-top: -120px;
}
.caixa{
    width: 420px;
    height: 160px;
    float: left;
    margin: 0px 30px 0px 10px; 
    color: #c6cad2;
    font-size: 13px;
}
.caixa .foto{
    width: 190px;
    height: 160px;
    float: left;
}

.caixa .titulo{
    width: 220px;
    float: right;
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
}
#titulo{
    width: 590px;
    height: auto;
    position: absolute;
    margin-left: 50%;
    left: -461px;
    text-align: left;
    font-size: 30px;
    color: #e6f0ff ;
    padding-left: 300px;
    top: 100px;
}
.caixa .texto{
    width: 210px;
    float: right;
    border-bottom: dashed #AD9AA5 2px;
}
.caixa .texto p{
    font-size: 11px;
    text-align: justify;
    color: #fff;
}

.neutra{
    clear: both;
}
#menu_logo{
    width: 850px;
    height: 30px;
    margin: auto auto auto  50%;
    position: absolute;
    left: -420px;
    bottom: 0px;

}

#menu_logo div img{
    border: none;
    padding-top: 5px;
    text-align: center;
}
.bt_menu{
    height: 25px;
    display: block;
    float: right;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}

#corpo #masc{
    width: 880px;
    height: 250px;
    position: absolute;
    border: solid #888 1px;
    z-index: 100;
    margin-left: 10px;
    top:185px;
}
#corpo #masc_int{
    width: 880px;
    height: 200px;
    position: absolute;
    border: solid #888 1px;
    z-index: 100;
    margin-left: 10px;
    top:185px;
}
.coluna_esq p{
    text-align: justify;
    color: #fff; 
    padding-left: 30px;
}
.coluna_esq h2{
    color: #e6f0ff ;
}
.coluna_esq h4 a{
    color: #fff;
    text-decoration: none;
}
.coluna_esq h4 a:hover{
    color: #fff;
    text-decoration: none;
}
.coluna_esq{
    width: 550px;
    height: auto;
    margin-left: 10px;
    float: left;
}

.coluna_dir{
    width: 300px;
    height: auto;
    margin-right: 30px;
    float: right;

}
#corpo #banner_int{
    width: 900px;
    height: 200px;
    background: url(bg_banner.png) top center no-repeat;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
#corpo #banner_int img{
    top: -40px;
    position: absolute;
}
label{
    color: #fff;
    display: block;
    text-align: right;
    padding-left: 90px;
}
td{
    vertical-align: top;    
}
input , textarea{
    background: none;
    border: none;
    border-bottom: solid 1px #fff;
    overflow: hidden;
    color: #fff;
    width: 200px;
}
#bt_submit{
    border: none;
    background: #698aae ;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}
li{
    color: #fff;
    font-size: 13px;
    margin-left: 20px;

}
#cases{
    width: 550px;
  color: #fff	;    
}
#fonte{
    width: 150px;
}
#data{
    width: 70px;
}
thead{
    font-weight: bold;
    color: #fff;
}

a{
    text-decoration: none;
    color: #fff;
}
a:hover{
    text-decoration: underline;
    color: #fff;
}
#cases td{
 padding: 3px;
}