@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}
body{
    margin:0;
    padding:0;
    border:0;
}
#container{
    width:1005px;
    margin:0 auto;
}
#topo .img1topo{
    width:200px;
    height:135px;
    float:left;
    margin: 25px 0px 0px 0px;
}

#topo .img2topo{
    background-image:url(imagens/topo_telmail.png);
    width:213px;
    height:108px;
    float:right;
    background-repeat:no-repeat;
}
#loja{
    height:86px;
    z-index:1;
    background-position: right;
    background-repeat: no-repeat;
    top: -50px;
    float: right;
    position: absolute;
    right: 1px;

}

#menu{
    width:1005px;
    padding:0px 0px 10px 0px;
    float:left;
    background-repeat: no-repeat;
    background-position: right;
    height: 20px;
    position: relative;

}
#menu ul{
    border-bottom:8px solid #00cccc;
    padding-bottom:7px;
    padding-left:50px;
    
    
}
#menu ul li{
    display:inline;
    list-style:none;
    position:relative;
    
       
}
#menu li ul{
    display:none;
    position:absolute;
    border:none;
    background-color:#00cccc;
    color:white;
    margin-top:7px;
    left:0;
    padding:10px;
    width:260px;
    
}
#menu ul li ul li{
    border-bottom:1px solid white;
    display:block;
          
}
#menu ul li ul li a{
    color:white;
    display: block;
    
}
#menu ul li a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-decoration:none;
    padding:10px;
    color:#000000;
    font-weight:bold;
        
}

#menu ul li > a:hover{
    background-color:#00cccc;
    color:#FFFFFF
}
#menu ul li ul li > a:hover{
    color:black;
    background:none;
}

#menu .selected > a{
    background-color:#00cccc;
    color:#FFFFFF;
}
#conteudo{
    float:left;
    height:0 auto;
    width: 1004px;

}
#bottom{
    height:100px;
    width:1005px;
    float: left;
    position: relative;

}


.fonttxtnormal{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    text-align:justify;
}

.fontbottom{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#666666
}

#bottom .bt1{
    position:absolute;
    bottom: 20px;
    width: 500px;
    left: 50%;
    margin-left: -250px;

}
#bottom .bt2{
    position:absolute;
    bottom:0px;
    width:500px;
    left:50%;
    margin-left:-250px;
}

#bottom .bt1 img1{
    background-image:url(imagens/bottom_simbol.jpg);
}

.controles{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#669999;
    text-decoration: underline;
    font-weight: bold;
}

#contright{
    float:right;
    margin-top: 20px;
    border-left:1px solid #EEEEEE;
    padding-left:20px;
}

#tarja{
    margin-top:25px;
    padding: 10px;
    text-align: center;
    float: left;
    width: 984px;
    background-image: url(imagens/barra_vari.png);
    background-repeat: no-repeat;
    background-position:center;
}

.header{
    display:inline;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:18px;
}

.txtItalyc{
    font-style:italic;
    text-align:justify;
    color:#333333;
    font-family:"Times New Roman", Times, serif;
}

.txtTopic{
    color:#3399CC;
    font-size:14px;
    font-weight:bold;
}

#voltar{
    position:relative;
    background-image:url(imagens/voltar.png);
    width:120px;
    height:40px;
}
#comunicado{
    position: fixed;
    width:500px;
    height: 150px;
    left:50%;
    top:50%;
    margin-left:-250px;
    margin-top: -75px;
    border:1px solid #666666;
    background-color: #d4d3d3;
    text-align: center;
    padding:10px;
}