*{
    margin:0px;
    padding:0px;
    text-decoration:none;
    list-style:none;
    font-family: Verdana, Arial;
    font-size:12px;
    border:none;
    color:#000;
}


a{
    color:#30609F;
}

a:hover{
    text-decoration:underline;
}


body{
    text-align:center;
    background:#FFF;
    background:url(img/fundo.png) repeat-x #FFF;
}


#site{
    margin:10px auto;
    background:url(img/fundo-site.png) repeat-Y;
    width:900px;
    text-align:left;
    border:1px solid #888;
}

#topo{
    border-bottom:4px solid #5077B4;
}


#topo h1{
    display:none;
}

#menu-topo{
    background:url(img/menu-topo.jpg) no-repeat;
    height:35px;
}

#menu-topo ul li{
    display:inline;
}

#menu-topo ul li a{
    display:block;
    float:left;
    padding:8px 15px;;
    font-weight:bold;
    color:#FFF;
}

#menu-topo ul li a:hover{
    color:#CCC;
}


/*
* MENU
**/


#menu{
    width:200px;
    margin:10px;
    float:left;
}

#menu ul{
    border-left:1px solid #BEBEBE;
    border-right:1px solid #BEBEBE;
}


#menu ul li{
    border-bottom:1px solid #BEBEBE;
    background:url(img/fundo-menu.png) repeat-Y;
}

#menu ul li a{
    display:block;
    color:rgb(70,122,167);;
    font-weight:bold;
    padding:7px;
    padding-left:20px;
}


#menu ul li a:hover{
    background:#E1E1E1
}


.menu-topo{
    background:url(img/menu-topo.png) no-repeat;
    height:20px;
    color:#FFF;
    font-weight:bold;
    text-align:center;
    padding-top:5px;
}


.menu-rodape{
    background:url(img/menu-rodape.png) no-repeat;
    height:25px;
}

/*
* Patrocinadores
**/

#patrocinadores
{
    text-align: center;
    border: solid 1px #B2D676;
}


#patrocinadores img
{
    margin-right: 10px;
}

#patrocinadores p
{
    font-size: 20px;
}


/*
* Barra
**/

#barra-left{
    float:right;
    width:200px;
    margin:15px;
    margin-top:10px;
}


#barra{
    background:#F8E096;
    width:200px;
    border:1px solid #E8B10D;
}


#barra h4{
    background:#E8B10D;
    color:#FFF;
    padding:5px 10px;
    text-align:center;
    font-weight: bold;
}


#barra div{
     padding:5px;
}

#barra div p{
    text-align:justify;
    margin:10px;
    text-indent: 30px;
    font-size: 10px;;
}

#barra img{
    background:#FFF;
    border:1px solid #CCC;
    padding:5px;
}


#tempo{
    text-align:center;
    border:1px solid #CCC;
    background:#EEE;
    margin-top:10px;
}
#tempo h4{
    background:#BEBEBE;
    color:#FFF;
    padding:5px 10px;
}

#tempo iframe{
    margin:10px;
}









/*
* Agenda Presidente
**/

.caixa{
    margin-top:20px;
    background:url(img/fundo-menu.png) repeat-Y;
}


.caixa h4,.rodape-agenda{
    background:#BEBEBE;
    color:#FFF;
    text-align:center;
    padding:5px 10px;
}
.rodape-agenda{height:15px;}


.caixa-content{
    padding:10px;

}

.caixa h5{font-size:12px;text-decoration:underline;}

.caixa div *{
    font-size:10px;
}


.mais{
    float:right;
    font-size:10px;
    color:#5077B4;
    padding:10px;
}
.mais:hover{
    text-decoration:underline;
}








/*
*  CONTEUDO
**/

#conteudo{
    float:left;
    width: 450px;
    _width: 400px;
}


.chamada{
    width:445px;
    _width:410px;
    height:200px;
    background: #FFF;
    margin:10px 5px;
}


/*
* HOME
**/

.home h3{
    font-size:16px;
    color:#30609f;
    margin:10px 0;
    border-bottom:1px solid #30609f;
}

.ultimas-noticias ul li{
    padding:5px;
    border-bottom:1px dashed #CCC;
}

.ultimas-noticias ul li a{
    color:#467AA7;
    font-weight:bold;
    margin-bottom:5px;
}

.ultimas-noticias ul li a:hover{
    color:#777;
}

.ultimas-noticias ul li p{
    font-size:10px;
    text-indent:30px;
    margin: 5px;
}

/*
* TEXTOS
**/

.textos{
    margin:10px;

}

.textos h2{
    font-size:18px;
    color:#30609f;
    margin-top:30px;
    border-bottom:1px solid #30609f;
}

.textos h3{
    font-size:14px;
    color:#30609f;
    margin-top:30px;
    border-bottom:1px solid #30609f;
}

.textos h4{
    font-size:14px;
    color:#30609f;
    margin-top:30px;
    text-align: left;
}


.textos p{
    text-align:justify;
    text-indent:30px;
    margin:10px 0px;
}

.textos table{
    border:1px solid #000;
}

.textos td{
    padding:10px;

    background:#E1E1E1;
    text-align:justify;
}

.textos img{
    padding:5px;
    border:1px solid #000;
    background:#FFF;
}

.textos ul{
    margin:10px;
    text-align: left;
}

.textos ul li{
    margin-top:10px;
}

.textos ul li a{
    color:#467AA7;
}

.textos ul li a:hover{
    text-decoration:underline;
}


.textos fieldset{
    border:2px solid #5077B4;
    padding:20px;
}


.textos legend{
    font-size:14px;
    font-weight:bold;
    color:#30609F;
    padding:0 10px;
}

.textos label{
    display:block;
    font-weight:bold;
    color:#30609F;
    margin-top:10px;
}


.textos input,.textos textarea,.associados input{
    padding:3px;
    border:2px solid #BEBEBE;
}


.membro{
    text-align:center;
    padding:10px;
    border-bottom:1px dashed #CCC;
}

.membro img{
    border:1px solid #999;
}







/*
* ASSOCIADOS
**/

.associados{
    margin:10px;

}

.associados h2{
    font-size:16px;
    color:#30609f;
    margin-top:30px;
    border-bottom:1px solid #30609f;
}

.associado{
    margin:10px;
    padding:10px;
    border:1px solid #CCC;
    background:#EEE;

}

.associado h3{
    color:#5077B4;
    margin-bottom:10px;
}
.associado div{
    margin:10px 0;
}


.associado img{
    float:left;
    margin:5px;
    padding:5px;
    background:#FFF;
    border:1px solid #CCC;
}

.associado .texto-associado{
    width:250px;
    float:left;
}


.associados input{
    padding:3px;
    border:2px solid #4863A6;
    margin:10px;
    display:inline;
}






/*
* NOTICIAS
**/

.noticias{
    margin:10px;
}

.noticias h2{
    font-size:16px;
    color:#30609f;
    margin-top:30px;
    border-bottom:1px solid #30609f;
}

.noticias .data{
    text-align:right;
}

.noticias .texto{
    margin:10px 0;
}

.noticias .texto p{
    text-align:justify;
    text-indent:30px;
}


.imagem-noticia{
    float:left;
    margin-right:5px;
    border:2px solid #467AA7 
}


/*
* GALERIAS
**/

.galerias{
    margin:10px;

}

.galerias h2{
    font-size:16px;
    color:#30609f;
    margin-top:30px;
    border-bottom:1px solid #30609f;
}

.gal{
    margin:10px 0;
    padding:10px 0;
    border-bottom:1px dashed #CCC;
}

.gal img{
    padding: 2px;
    background: #4863A6;
}

.gal h4{
    font-size:16px;
    color:#4967A7;
}



.gal a:hover img{
    background:#36AF66;
}


/*
NATAL PREMIADO
*/

.natalpreniado,.encontro{
  margin:10px;
  padding:10px;
  /*background:#C8F2CD;*/
  border:2px solid #5077B4

}

.natalpreniado h2,.encontro h2{
    font-size:22px;
    text-align:center;
    color:#245ECA;
    margin:10px 0;
    margin-bottom:30px;
}

.natalpreniado h3,.encontro h3{
    font-size:16px;
    color:#4F73B1;
    margin:10px 0;
    font-weight:bold;
}


.natalpreniado ul,.encontro ul{
    padding-left:10px;
    margin-top:15px;
}

.natalpreniado ul li,.encontro ul li{
    margin-bottom:10px;
}

.natalpreniado p{
    font-weight:bold;
    margin-bottom:5px;
    text-indent:30px;
}

.natalpreniado div{
    padding:10px;
    text-align:center;
    font-weight: bold;
    color:#4F73B1;
    font-size:16px;
}



/*###############################
encontro
#################################*/

.encontro ul{
    padding-left:30px;
}

.encontro ul li{
    list-style-type: square;
}


.encontro form{
    width:400px;
}


.encontro strong{
    color:#245ECA;
}


.encontro label{
    display:block;
    font-weight:bold;
    margin-top:10px;
    color:#245ECA;
}

.encontro input{
    border:2px  inset #000 !important;
    padding:3px;
}

.encontro fieldset{
    border:1px  solid #245ECA !important;
    padding:10px;
    margin-bottom:20px;
}

.encontro legend{
    padding:10px;
    font-weight:bold;
    color:#4F73B1
}


.encontro .submit{
    text-align:center;

}


#popup{
    position: absolute;
    top:50px;
    text-align:center;
}


#rodape{
    background:url(img/fundo-rodape.png) no-repeat;
    background-position:center bottom;
    padding:20px;
    text-align:left;
    clear:both;
    color:#000 !important;
}

#rodape p{
    font-size:12px;
    padding-top:5px;
    color:#000 !important;
}



.paging{
    text-align:center;
    padding:10px;
}

.paging div{
    display:inline;
    padding:10px;
}

.paging .disabled{
    display:none;
}




#flashMessage,.message{
    text-align:center;
    margin:10px 30px;
    padding:10px;
    border:2px solid #CCC;
    background:#EEE;
}


.webnet{
    padding-bottom:10px;
}


small{
    color:#AAA;
    font-size:10px;
    background:url(img/setacima.jpg) no-repeat;
    padding-left:13px;
}


.produto{
    margin:10px 0;
    padding:10px;
    border:1px solid #F7C524;
    background:#FBE986;
}
.produto div{
    margin:5px 0;
    color:#B42A28;
}
.produto div strong{
    color:#B42A28;
}


.produto *{
    color:#30609F
}
.produtos ul li{
    margin:5px 0;
    width:49%;
    float:left;

}


.produtos ul li a{
    color:#009741;
    font-size:14px;
    display:block;
    font-weight:bold;
    padding:5px;
}

.produtos ul li a:hover{
    color:#FFF;
    background:#009741;
    text-decoration: none;
}

ol{
  margin:10px;
  padding-left:30px;
}


ol li{
  list-style: decimal;
  margin:5px 0;
}






