@charset "utf-8";
body {
        background-color:#e4eff4;
    color: #000000;
}
#cabecalho {
        background:url(imgs/cabecalho.jpg) no-repeat scroll center #ffffff;
    height: 100px;
}
#cabecalho h1 span{
    display:none;
}
#rodape {
        background-color:#ffffff;
    background-image: url(imgs/rodape.jpg);
    height: 28px;
}
#conteudo {
        background-color:#ffffff;
}
#conteudo #imagem_titulo {
    background-image: url(imgs/img_titulo.jpg);
}

#conteudo .box {
    background-color: #ffffff;
    border: 2px solid #3BB3C3;
        clear: both;
}

#conteudo table tr.cor_1 {
    background-color: #ffe8d8;
}
#conteudo table tr.cor_2 {
    background-color:#fff1c4;
}
#conteudo table tr.cor_3{
    background-color:#f1fee1;
}
#conteudo table tr.cor_4{
    background-color:#e9e9f9;
}
table {
    border-collapse: collapse;
}
td, tr, th {
    border: 1px solid #3BB3C3;
    padding: 2px 3px;
}

h2 {
     color:#3BB3C3;
}
h3 {
  
}
h4 {
  
}
a.tooltip {
    z-index:10;
}
a.tooltip:hover{
    position:relative;
    z-index:100;
}
a.tooltip span{
    display:none;
}
a.tooltip:hover span{
    background-color:#ffffff;
    border:2px solid #3BB3C3;
    color:#000000;
    display:block;
    padding:10px;
    position:absolute;
    text-align:left;
    top:1em;
    text-decoration:none;
    z-index:10;
    width:284px;            
}

.figura_right,
.figura_left{
   clear:both;
   margin: 0;
   padding: 0;
   text-align:center;
}

.figura_right p,
.figura_left p{
   margin: 0;
   padding: 0;
}

.figura_right img,
.figura_left img{
   margin: 0 10px 5px 0;
   padding: 0;
}

