/* 
    Document   : estrutura
    Created on : 23/02/2010, 11:54:17
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-size: 12px;
    font-family: Verdana;
    line-height: 15px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    background: #000000;
}

#fundoCentro{
   width: 100%;
   background: url('../img/fundo_centro.gif') repeat-x #ffffff;
}

#container{
   /*background:  #efefef;*/
   margin:  auto;
   width:  960px;
   display: table;
   padding-bottom: 10px;
   padding-top: 10px;
}
#topo{
   background: url('../img/topo.jpg') top repeat-x;
   width: 100%;
   height: 184px;
}
#contTopo{
   width: 960px;
   height: 184px;
   margin: 0 auto;
	position: relative;
}
#busca{
   background: #1f1a17;
   width: 960px;
   height: 55px;
   border-bottom: 1px solid #ffffff;
}
#menu{
   position: absolute;
	clear: both;
   top: 153px;
   width: 960px;
   height: 28px;
   color: #FFFFFF;
   text-align:  center;
   font-weight: bold;
   font-size: 12px;
}
#menu span{
   line-height: 25px;
}
#menu a{
   color: #ffffff;
   text-decoration: none;
}
#menu a:hover{
   color:  silver;
   text-decoration: underline;
}
#logotipo{
	position: relative;
   width: 180px;
   height: 90px;
   float: left;
   margin-left: 15px;
   margin-top: 11px;
}
#banner_topo{
	position: relative;
   width: 728px;
   height: 90px;
   float: right;
   margin-right: 15px;
   margin-top: 6px;
}

#rodape{
   background: url('../img/rodape.jpg') top repeat-x;
   width: 100%;
   height: 150px;
   color: #000000;
}
#contRodape{
   width: 960px;
   height: 184px;
   margin: 0 auto;
}
#rod_relacionamento{
   width: 960px;
   height: 30px;
   padding-top: 18px;
   margin: auto;
}
#rod_menu{
   width: 100%;
   height: 18px;
   margin-top: 15px;
   text-align: center;
   color: #ffffff;
   font-size: 10px;
}
#rod_menu a{
    color: #ffffff;
    text-decoration: none;
}
#rod_menu a:hover{
   color:  silver;
   text-decoration: underline;
}
#rod_wtc{
   margin-top: 10px;
   width: 100%;
   text-align: center;
}

#rodape span{
   font-size: 9px;
   line-height:  20px;
}
h1{
   font-weight: bold;
   font-size: 20px;
}
h2{
   font-size: 15px;
   color: #999999;
}
.mais{
   border-bottom: 1px solid #7F0005;
   color: #7F0005;
   font-weight: bold;
   font-size: 13px;
}

#addthis{
    float: left;
    margin-right: 10px;
    color: #555;
}