/* ------------------------------------------------- formatação geral de tags */
* {
    margin:0;
    padding:0;
}
html {
    height: 100%;
    font-size: 62.5%
}
body {
    height: 100%;
    background-color: #FFF;
    text-align: center;
    font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
.boxMsg {
    width: 100%;
    background-color: #FFCECE;
    color: #404040;
    border: 1px solid #909090;
    border-top-style: none;
    position:fixed;
    top: 0px;
    left: 0px;
    padding: 1em;
    z-index: 100;
    text-align: center;
    filter:alpha(opacity=90);
    opacity:0.9;
}
ul li {
    list-style-type: none;
    margin-left: 1em;
}
dl {
    margin-top: 1em;
}
dl dt {
    font-weight: bold;
    float: left;
    width: 120px;
}
dl dd {
    margin-left: 120px;
    margin-bottom: 1em;
}
a img {
    border-style: none;
}
a:link, a:visited {
    color: #2E6600;
    text-decoration: underline;
    font-weight: bolder;
}
a:hover {
    text-decoration: none;
}
.up {
    background-color:#f2f2f2;
}
#content {
    background-color: white;
    text-align: left;
    padding: 1em;
}
#content p {
    font-size: 1.2em;
    padding: 0.5em;
    clear: both;
}
#header {
    display: block;
    clear: both;
    background: #fff url(../img/bg_header.gif) repeat top left;
}
#header h1 {
    display: block;
    clear: both;
    text-align: left;
    font-size: 1.8em;
    color: #23498B;
    line-height: 31px;
}
#header h2 {
    display: block;
    font-family:sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #284787;
    position: absolute;
    top: 38px;
    left: 150px;
}
#header a img {
    border-style: none;
}
#header h1 a:link, h1 a:visited {
    text-decoration: none;
}
#banner {
    display: block;
    clear: both;
    background: transparent url(../img/header_1.jpg) repeat top left;
    height: 90px;
    border-top: 2px solid #ccc;
}
#menu {
    display: block;
    clear: both;
    background: transparent url(../img/bg_menu.gif) repeat top left;
    height: 35px;
    border: 1px solid black;
    color: #000;
}
#menu li {
    float: left;
    display: inline;
    list-style-type: none;
    margin:0;
}
#menu li a {
    display: block;
    list-style-type: none;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0.8em;
    line-height: 3em;
}
#menu li a:hover, #menu li a.active  {
    color: #FFFFFF;
}
#content {
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
#footer {
    display: block;
    clear: both;
    height: 120px;
    background: #0C1A39 url(../img/bg_footer.gif) repeat-x 0 0;
    color: #fff;
    padding-top: 25px;
    font-size: 80%;
}
#footer a {
    font-weight: normal;
}
.destaque {
    background: #fff url(../img/bg_titulo1.gif) repeat-x top left;
    padding-top: 10px;
}
.destaque h3 {
    display: block;
    background: transparent url(../img/ico_noticia.gif) no-repeat center left;
    padding-left: 15px;
}
.destaque .data {
    color: #d5d5d5;
    font-size: 10px;
    clear: both;
    text-align: right;
    margin-top: 10px;
    display: block;
}
.destaque {
    display: block;
    clear: both;
}
.destaque ul {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}
.destaque ul li {
    margin:0;
    padding:0;
    list-style-type: none;
    display: block;
    margin-bottom: .5em;
    min-height: 1em;
    height: auto !important;
    height: 1em;
    text-align: justify;
}
.destaque ul li a {
    text-decoration: none;
    color: #9a9a9a;
}
.destaque ul li a:hover {
    color: #000;
}
.homeLeft {
    float: left;
    width: 56%;
    margin-right: 5px;
}
.homeLeft h3 {
    color: #3b455e;
}
.homeLeft a {
    color: #9a9a9a;
    text-decoration: none;
}
.homeLeft a:hover {
    color: #000;
}
.homeLeft .depacom,
.homeLeft .diap {
    width: 49%;
    float: left;
    clear: none;
}
.homeLeft .depacom ul {
    border-right: 1px dashed #9a9a9a;
    padding-right: 5px;
}
.homeLeft .depacom ul li,
.homeLeft .diap ul li {
    margin:0;
    padding:0;
    list-style-type: none;
    display: block;
    margin-bottom: .5em;
    min-height: 4em;
    height: auto !important;
    height: 4em;
}
.homeLeft .diap ul li {
    margin-left: 5px;
}
.homeMiddle {
    background-color: #f8f8f8;
    color: #9a9a9a;
    width: 20%;
    float: left;
    margin-right: 5px;
}
.homeMiddle h3 {
    text-align: center;
}
.homeMiddle a {
    color: #9a9a9a;
}
.homeRight h3 {
    color: #2c2a4b;
}
.homeRight {
    width: 43%;
    float: left;
    color: #383838;
}
.contato {
    font-size: 120%;
}
.contato form {
    width: 40%;
    padding: 1em;
    float: left;
}
.contato label {
    vertical-align: middle;
    clear: both;
    display: block;
}
.contato input[type="text"] {
    clear: right;
    padding: .4em;
    font-weight: bold;
    width: 100%;
    border: 1px solid #D0D0D0;
}
.contato textarea {
    padding: .4em;
    width: 100%;
    height: 10em;
    border: 1px solid #D0D0D0;
}
.contato br {
    display: none;
}
.contato .mapa {
    margin-left: 10px;
    border: 1px solid #D0D0D0;
}
.ico {
    padding: 2px;
    border: 1px solid #c0c0c0;
}
.icoAtuacao, .icoClientes {
    vertical-align: text-top;
    float: right;
}
.locaisDeAtendimento dt {
    width: 200px;
}
.locaisDeAtendimento dd {
    margin-left: 200px;
}
.equipe table {
    width: 350px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #62697D;
    float: left;
}
.equipe table .nome {
    color:#FFF;
    padding:5px;
    background-color: #070F1F;
}