
/*
####################################################
                    GERAL
####################################################
*/
*{
    margin:0;
    padding:0;
}
body  {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../img/bodybg.jpg) repeat;
    margin: 0;
    padding: 0;
    text-align: justify;
    color: #1f1f1f;
}

#container {
    background: url(../img/headerbg.jpg) repeat-x;
}

.headerbg_min{
    background: url(../img/headerbg_min.png) repeat-x !important;
}

#content{
    width: 900px;
    margin: 0 auto;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
}


/*
####################################################
                    CABEÇALHO
####################################################
*/

#header {
    padding: 50px 0 0 0;
}

/*  LOGO    */

#header .logo{
    padding: 50px 0 0 0;
    display: block;
    width: 270px;
    height: 119px;
    text-indent: -99999px;
}

#header h1{
    background: url(../img/logo.png) no-repeat;
    width: 270px;
    height: 119px;
}

#header h1 span{
    display: none;
}

/*  SELECIONAR IDIOMA   */

.idioma{
    float: right;
    margin: -51px 0 0 0;
}

.idioma #ativo{
    background-color: #929292;
    border: 2px solid #7a7a7a;
    color: #545454;
    font-weight: bold;
    padding: 7px 8px 7px 42px;
    top: 13px;
    position: relative;
}

.idioma .espanhol{
    background-image: url(../img/espanholativo.jpg);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    margin: 0 20px 0 0;
    text-decoration: none;
}

.idioma #inativo{
    background-color: #dedede;
    border: 2px solid #a4a4a4;
    color: #545454;
    font-weight: bold;
    padding: 7px 8px 7px 42px;
    top: 13px;
    position: relative;
}

.idioma .ingles{
    background-image: url(../img/inglesinativo.jpg);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    text-decoration: none;
}

/*  MENU RÁPIDO */

.menu_rapido{
    float: right;
    margin: -105px 0 0 0;
    color: #606060;
    text-transform: uppercase;
    font-size: 10px;
}

ul.menu{
    list-style-type: none;
    margin: 0;
}

ul.menu li{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 50px;
    text-align: center;
    padding: 50px 0 0 0;
    cursor:pointer;
    *zoom: 1;
    *display: inline;
}

ul.menu li.home{
    background: url(../img/homeicon.jpg) no-repeat 50% 40%;
    background-color: #e3e3e3;
}

ul.menu li.home a{
    color: #606060;
    text-decoration: none;
}

ul.menu li.home a:hover{
    color: #FFFFFF;
}

ul.menu li.home:hover{
    background: url(../img/homeiconhover.jpg) no-repeat 50% 40%;
    background-color: #007ab7;
    color: #FFFFFF;
}


ul.menu li.galeria{
    background: url(../img/galeriaicon.jpg) no-repeat 50% 40%;
    background-color: #e3e3e3;
}

.galeria img{
    /*width:126px;*/
    max-height:80px;
}

.galeria #fotos li{
    border: none !important;
    background: none !important;
    float:left;
    width:22%;
    text-align: center;
}

.galeria .primeiro{
    clear: both;
}

ul.menu li.galeria a{
    color: #606060;
    text-decoration: none;
}

ul.menu li.galeria a:hover{
    color: #FFFFFF;
}

ul.menu li.galeria:hover{
    background: url(../img/galeriaiconhover.jpg) no-repeat 50% 40%;
    background-color: #007ab7;
    color: #FFFFFF;
}

ul.menu li.congressos{
    background: url(../img/congressosicon.jpg) no-repeat 50% 40%;
    background-color: #e3e3e3;
}

ul.menu li.congressos a{
    color: #606060;
    text-decoration: none;
}

ul.menu li.congressos a:hover{
    color: #FFFFFF;
}

ul.menu li.congressos:hover{
    background: url(../img/congressosiconhover.jpg) no-repeat 50% 40%;
    background-color: #007ab7;
    color: #FFFFFF;
}

/*  MENU PRINCIPAL  */

/** MENU **/
#menu{
    width: 900px;
    margin: 30px auto 70px;
    *margin: 20px 0 0 0;
    padding: 0;
}

#menu li{
    display: inline;
}

#menu li a{
    background: url(../img/menu.png);
    float: left;
    height: 40px;
    text-indent: -10000px;
    margin-right: 0;
}

#menu .actividades{
    background-position: 0px 0px;
    width: 110px;
}

#menu .actividades:hover{
    background-position: 0px -40px;
}

#menu .comite{
    background-position: -110px 0px;
    width: 150px;
}

#menu .comite:hover{
    background-position: -110px -40px;
}

#menu .socios{
    background-position: -260px 0px;
    width: 69px;
}

#menu .socios:hover{
    background-position: -260px -40px;
}

#menu .estatutos{
    background-position: -329px 0px;
    width: 93px;
}

#menu .estatutos:hover{
    background-position: -329px -40px;
}

#menu .dados{
    background-position: -422px 0px;
    width: 167px;
}

#menu .dados:hover{
    background-position: -422px -40px;
}

#menu .publicaciones{
    background-position: -589px 0px;
    width: 311px;
}

#menu .publicaciones:hover{
    background-position: -589px -40px;
}

/*  BANNER  */

.banner{

}

#banner-principal .banner-wrapper{
    height: 340px;
    width: 900px;
    overflow: hidden;
}

#banner-principal img {
    width: 900px;
    margin: 20px 0 20px 0;
}

/*
####################################################
                    CONTEUDO
####################################################
*/

#maincontent {
    float: left;
    padding: 0 0px;
    margin: 30px 0 0 0;
    width: 610px;
}

.mais{
    background-color: #467a39;
    background-image: url(../img/setinha1.jpg);
    background-repeat: no-repeat;
    background-position: 98% 55%;
    text-align: right;
    font-size: 10px;
    padding: 2px 25px 0 0;
    width: 585px;
    height: 18px;
    color: #FFFFFF;
    margin: 10px 0 10px 0;
    cursor: pointer;
}

.mais a{
    color: #FFFFFF !important;
    text-decoration:none !important;
}

/* LISTA */

#maincontent ul{
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#maincontent ul li{
    color: #024f92;
    border-bottom: 1px dotted #535353;
    padding: 5px 0 5px 13px;
    background-image: url(../img/setinha2.jpg);
    background-repeat: no-repeat;
    background-position: 0% 12px;
}

#maincontent ul li a{
    text-decoration: none;
    color: #222;

}

/* LISTA (COMITÊ) */

ol
{
    width: 60em;
    list-style-type: none;
}

ol li
{
    float: left;
    width: 25em;
    padding: 0 0 5px 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #000000;
}

br
{
    clear: left;
}

div.wrapper
{
    margin-bottom: 1em;
}

/* TABELA */

table.cotas{
    width: 610px;
    margin: 10px 0 0 0;
    border-spacing: 2px;
}

table.cotas th{
    background-color: #0061bc;
    color: #FFFFFF;
    text-align: center;
    margin: 0 10px 0 10px;
    border: 1px solid #e5e5e5;
    font-weight: bold;
    padding: 2px 0 2px 0;
}

table.cotas th:hover{
    background-color: #FFFFFF;
    color: #0061bc;
}

table.cotas td{
    background: #b5b5b5;
    color: #000000;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-weight: bold;
    padding: 2px 0 2px 0;
}

table.cotas td:hover{
    background: #FFFFFF;
    color: #b0b0b0;
}


/* INFO (DADOS ESTATÍSTICOS) */

.info{
    background-color: #d2d2d2;
    padding: 5px;
    margin: 20px 0 20px 0;
    font-size: 10px;
}

/* BUSCA PUBLICAÇÕES */

.busca_publicacoes{
    width: 400px;
    height: 30px;
    background-color: #a5a5a5;
    border-bottom: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
    border-top: 0px solid #7e7e7e;
    border-left: 0px solid #7e7e7e;
    font-size: 11px;
    color: #1f1f1f;
    padding: 0 0 0 10px;
}

.busca_publicacoes:focus{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    background-color: #007ab7;
    border-bottom: 1px solid #00496d;
    border-right: 1px solid #00496d;
    border-top: 0px solid #454545;
    border-left: 0px solid #454545;
}

.autor , .titulo{
    width: 30px;
    margin: 0 0 0 10px;
}

label{
    font-weight: bold;
}

.buscar_publicaciones{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    width: 100px;
    height: 30px;
    background-color: #007ab7;
    border-bottom: 1px solid #00496d;
    border-right: 1px solid #00496d;
    border-top: 0px solid #454545;
    border-left: 0px solid #454545;
    margin: 10px 0 0 0;
}

.buscar_publicaciones:focus{
    color: #1a1919;
    background-color: #5b5b5b;
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
    border-top: 0px solid #454545;
    border-left: 0px solid #454545;
}

.galeria img{
    border: 5px solid #c9c9c9;
    margin: 15px 0 0 0;
}

.galeria ul#paginas{
    margin: 10px 0 0 0;
    list-style-type: none;
    border: none;
}

.galeria ul#paginas li{
    background: #FFFFFF;
    color: #027ac6;
    display: inline;
    border: none;
    padding: 5px 7px 5px 8px;
    margin: 0 5px 0 0;
    font-size: 8px;
}

.galeria ul#paginas li a{
    text-decoration:none;
    color:#027ac6;
    font-size: 8px;
}

.galeria ul#paginas li.ativo{
    background: #027ac6;
    color: #FFFFFF;
}


/**********     TÍTULOS     **********/


/*paginas internas*/

.pagina h1,#sidebar h2{
    border-bottom:5px solid #666;
    color:#666;
    font-size:2.2em;
    line-height: 1.5em;
    margin-bottom:5px;
    width:100%;
    background:url(../img/marcador.png) no-repeat left center;
}

.pagina h1 span, #sidebar h2 span{
    margin-left:35px;
}

.pagina h1{
    width:610px;
}

#sidebar h2{
    width:250px;
}

h3{
    font-size:14px;
    color: #005e8d;
    background-image: url(../img/setinha2.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding: 0 0 0 10px;
    font-weight: bold;
}

.galeria h3{
    font-size:14px;
    color: #005e8d;
    background-image: url(../img/setinha2.jpg);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    margin: -10px 0 0 0;
    padding: 5px 0 0 40px;
    font-weight: bold;
    background-color: #e4e4e4;
    height: 25px;
    border-bottom: 1px dotted #656565;
}

h4{
    font-size:14px;
    color: #005e8d;
    background-image: url(../img/setinha2.jpg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    font-weight: bold;
    border-bottom: 1px dotted #000000;
}

h5{
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

p{
    text-indent: 30px;
}

/*
####################################################
                    LATERAL
####################################################
*/


#sidebar{
    float:right;
    width: 250px;
    margin: 30px 0 0 0;
}

#sidebar input.busca{
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    color: #1a1919;
    background-color: #5b5b5b;
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
    border-top: 0px solid #454545;
    border-left: 0px solid #454545;
    padding:0 0 0 10px;
}

#sidebar input:focus.busca{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #007ab7;
    border-bottom: 1px solid #00496d;
    border-right: 1px solid #00496d;
    border-top: 0px solid #454545;
    border-left: 0px solid #454545;
}

#sidebar input.buscar{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    width: 100px;
    height: 30px;
    background-color: #007ab7;
    border-bottom: 1px solid #00496d;
    border-right: 1px solid #00496d;
    border-top: 0px solid #454545;
    border-left: 0px solid #454545;
    margin: 10px 0 0 0;
}

#sidebar input.buscar:focus{
    color: #1a1919;
    background-color: #5b5b5b;
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
    border-top: 0px solid #454545;
    border-left: 0px solid #454545;
}

/* MENU INTERNO */

ul.menu_interno{
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.menu_interno li{
    color: #005db3;
    font-weight: bold;
    border-bottom: 1px dotted #000000;
    padding: 5px 0 5px 20px;
    background-image: url(../img/setinha2.jpg);
    background-repeat: no-repeat;
    background-position: 3% 50%;
}

ul.menu_interno li.ativo{
    background: #0464bd;
    color: #FFFFFF;
    border-left: 1px solid #00509a;
    border-top: 1px solid #00509a;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-image: url(../img/setinha3.jpg);
    background-repeat: no-repeat;
    background-position: 3% 50%;
}

ul.menu_interno li a{
    color: #005db3;
    text-decoration: none;
}

ul.menu_interno li.ativo a{
    color: #FFF !important;
    text-decoration: none;
}

ul.menu_interno li a:hover{
    color: #000000;
    text-decoration: none;
}

ul.menu_interno li a:visited{
    color: #484848;
    text-decoration: none;
}

/*
####################################################
                    RODAPÉ
####################################################
*/

#footer {
    width: 100%;
    height: 150px;
    background: url(../img/footerbg.jpg) repeat-x;
}

.footer_content{
    width: 900px;
    margin: 0 auto;
}

.small_logo{
    padding: 60px 0 0 0;
    float: left;
}

.footer_content h3{
    background: url(../img/logopq.png) no-repeat;
    width: 291px;
    height: 69px;
}

.footer_content h3 span{
    display: none;
}

address{
    float: left;
    font-weight: bold;
    color: #464545;
    border-left: 4px solid #0667c2;
    width: 490px;
    height: 80px;
    padding: 20px 0 0 20px;
    margin: 40px 0 0 0;
}

address p{
    text-indent: 0;
}

#assinatura{
    float: left;
    width: 26px;
    height: 18px;
    padding: 20px 0 0 0;
    margin: 100px 0 0 0;
    background: url('../img/assinatura/assinatura.png') no-repeat;
    background-position:bottom;
    cursor:pointer;
    text-decoration: none !important;
}

b{ color: #000000;}

a{color: #b35000; text-decoration: none;}

a:hover , a:visited{ color: #000000; text-decoration: underline;}

.divisoria{
    width:1px !important;
    padding:0px !important;
    margin:0px !important;
}

input.input_text, #captcha_contato-input, #mensagem {
    width:400px !important;
}

#linkDoc{
    font-size: 18px;
    width:250px;
    margin-bottom: 10px;

}

#linkDoc a {
    color: rgb(4, 100, 189);
    margin: auto;
}

#linkDoc a:hover{
    color: #666;
}
/* Ajuste Captcha */
.zend_form pre{
    font-size:0.5em;
}

.tabelas{
    WIDTH:100%;
}

.tabelas tr td{
    background-color: #B5B5B5;
    cursor:pointer;
}

.tabelas tr td:hover{
    background-color: #fff;
}
