@charset "iso-8859-1";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

*:focus {
    outline: none;
}

body {
    background-color: #c9dae9;
    /*#002776;*/
}

* input[type="submit"] {
    cursor: pointer;
}

* input[type="text"] {
    /*border:#3db7e4 solid 1px;*/
    margin-left: 40px;
    width: 290px;
    padding: 1px 3px;
    font-size: 13px;
    height: 26px;
}

* select {
    /*border:#3db7e4 solid 1px;*/
    margin-left: 40px;
    width: 290px;
    padding: 1px 3px;
    font-size: 13px;
    height: 206px;
    float: right;
}

.site {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    background-color: #FFF;
}

p {
    font-size: 14px;
    color: #383838;
}

p .resumo_keyword {
    font-size: 14px;
    color: #383838;
}

.conteudo p {
    margin-bottom: 9px;
}

.listaArtigos p {
    margin-bottom: 1px;
}

.bold {
    font-weight: bold;
}


/* ------------ TOPO */

.topo {
    background-image: url(../imagens/fundo-topo.png);
    background-repeat: no-repeat;
    background-position: 140px center;
}

@media (max-width: 730px) {
    .topo {
        background-position: center 60px;
    }
}

.sup {
    display: block;
    height: 35px;
    background-color: #76c043;
    /*#3db7e4;*/
    padding: 10px 20px 0;
    overflow: hidden;
}

@media (max-width: 520px) {
    .sup {
        height: 50px;
    }
}

ul.idiomas {
    list-style: none;
    float: left;
}

ul.idiomas li.pt {
    float: left;
    margin-right: 5px;
}

ul.idiomas li.pt a {
    font-size: 12px;
    color: #002776;
    text-decoration: none;
}

ul.idiomas li.en {
    float: left;
    margin-right: 5px;
}

ul.idiomas li.en a {
    font-size: 12px;
    color: #002776;
    text-decoration: none;
}

.issn {
    float: right;
    font-size: 12px;
    color: #002776;
}

@media (max-width: 520px) {
    .issn {
        float: left;
        width: 95%;
    }
}

@media (max-width: 520px) {
    .issn {
        font-size: 11px;
    }
}

.topo-esq {
    float: left;
    width: 56%;
    margin-right: 20px;
    position: relative;
}

@media (max-width: 730px) {
    .topo-esq {
        width: 100%;
        margin-right: 0;
    }
}

.logo-asbai {
    margin-top: 20px;
    position: absolute;
    left: 5px;
}

@media (max-width: 730px) {
    .logo-asbai {
        position: relative;
        float: left;
        left: auto;
    }
}

@media (max-width: 910px) {
    .logo-asbai {
        width: 80px;
        margin-right: 20px;
    }
}

@media (max-width: 520px) {
    .logo-asbai {
        width: 12%;
    }
}

@media (max-width: 425px) {
    .logo-asbai {
        display: none;
    }
}

.nome-revista {
    margin-top: 20px;
    font-size: 11px;
    color: #3db7e4;
    position: absolute;
    left: 22%;
}

@media (max-width: 730px) {
    .nome-revista {
        position: relative;
        left: auto;
        float: left;
        width: 80%;
    }
}

@media (max-width: 425px) {
    .nome-revista {
        width: 95%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

h1 {
    text-indent: -9999px;
    background-image: url(../imagens/logo-aaai.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 80%;
    height: 120px;
    margin-top: 60px;
    position: absolute;
    left: 22%
}

@media (max-width: 730px) {
    h1 {
        position: relative;
        left: auto;
        margin-top: 20px;
        float: left;
        height: 125px;
    }
}

@media (max-width: 425px) {
    h1 {
        width: 92%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 520px) {
    h1 {
        height: 90px;
    }
}

h1 a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.topo-dir {
    float: right;
    border-left: #d1d2d4 4px solid;
    padding: 0px 20px 20px;
    margin: 20px 0;
    width: 330px;
}

@media (max-width: 910px) {
    .topo-dir {
        width: 36%;
    }
}

@media (max-width: 730px) {
    .topo-dir {
        width: auto;
        border-left: 0;
        border-top: #d1d2d4 4px solid;
        padding-top: 20px;
        margin-top: auto;
    }
}

@media (max-width: 425px) {
    .topo-dir {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.topo-dir p,
.topo-dir p a {
    color: #002776;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.form-sgp input[type="text"] {
    width: 40%;
}

@media (max-width: 830px) {
    .form-sgp input[type="text"] {
        width: 38%;
    }
}

@media (max-width: 730px) {
    .form-sgp input[type="text"] {
        width: 37%;
        float: left;
        margin-right: 10px;
    }
    .sgp {
        float: left;
        width: 48%;
    }
}

@media (max-width: 425px) {
    .sgp {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .form-sgp input[type="text"] {
        width: 35%;
    }
}

@media (max-width: 550px) {
    .form-sgp input[type="text"] {
        width: 34%;
    }
}

@media (max-width: 515px) {
    .form-sgp input[type="text"] {
        width: 33%;
    }
}

@media (max-width: 515px) {
    .form-sgp input[type="text"] {
        width: 32%;
    }
}

@media (max-width: 465px) {
    .form-sgp input[type="text"] {
        width: 30%;
    }
}

.form-sgp p {
    float: left;
    margin-right: 70px;
}

@media (max-width: 425px) {
    .form-sgp {
        display: none;
    }
    .bt-sgp {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #d1d2d4;
    }
    .bt-sgp a {
        display: block;
        height: 100%;
        padding: 5px 0;
        margin-top: -4px;
    }
    /*.bt-sgp a:hover{
		background-color:#b0b1b5;
	}*/
}

.localizar {
    margin-top: 30px;
}

@media (max-width: 880px) {
    .localizar {
        margin-top: 18px;
    }
}

@media (max-width: 730px) {
    .search {
        float: right;
        width: 45%;
    }
}

@media (max-width: 425px) {
    .search {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}

.localizar input[type="text"] {
    width: 84%;
}

@media (max-width: 830px) {
    .localizar input[type="text"] {
        width: 80%;
    }
}

@media (max-width: 620px) {
    .localizar input[type="text"] {
        width: 78%;
    }
}

@media (max-width: 550px) {
    .localizar input[type="text"] {
        width: 72%;
    }
}

@media (max-width: 425px) {
    .localizar input[type="text"] {
        width: 85%;
    }
}

@media (max-width: 325px) {
    .localizar input[type="text"] {
        width: 80%;
    }
}

.bt_ok {
    background-image: url(../imagens/bg_bt.png);
    width: 34px;
    height: 22px;
    border: none;
    float: right;
}

.interna {
    background-image: url(../imagens/bot_enviar.jpg);
    width: 50px;
    height: 22px;
    border: none;
    float: right;
}

.bt_lista {
    background-image: url(../imagens/bot_listar.jpg);
    width: 46px;
    height: 22px;
    border: none;
    float: right;
}


/* FIM TOPO ---------*/


/* CONTE�DO --------*/

.conteudo {
    padding: 50px 20px 0px;
    overflow: hidden;
    text-align: justify;
}

h2 {
    color: #002776;
    font-size: 18px;
    margin-bottom: 20px;
}

.contato {
    padding: 43px 17px 0px 18px;
    overflow: hidden;
    text-align: justify;
    width: 751px;
    float: right;
}

.itemcontato {
    padding: 50px 7px 0 61px;
    overflow: hidden;
    text-align: justify;
    float: left;
}

.itemcontato .interna {
    background-image: url(../imagens/bot_enviar.jpg);
    width: 50px;
    height: 22px;
    border: none;
    float: right;
}

.contato input {
    width: 751px;
    margin-left: -18px;
}

.contato textarea {
    width: 751px;
    margin-left: -18px;
}


/* FIM CONTE�DO ------- */


/* SUM�RIO */

h3.categoria {
    color: #002776;
    /*#3db7e4;*/
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 40px;
}

h4.titulo_sumario a {
    color: #383838;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

div.listaArtigos {
    margin: 20px 0 20px 45px;
}

.pdf_completo_sumario {
    min-width: 300px;
    float: right;
    margin-left: 10px
}

.pdf_completo_sumario img {
    float: left;
}

.pdf_completo_sumario_volume {
    color: #002776;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    border-bottom: 2px solid #AEDCEB;
}

.pdf_completo_sumario p {
    float: left;
    margin-left: 9px;
}

@media (max-width:425px) {
    div.listaArtigos {
        margin-left: 20px;
    }
    .pdf_completo_sumario {
        margin-bottom: 40px;
    }
}

@media (max-width:370px) {
    div.listaArtigos {
        margin-left: 0;
    }
}

h4.titulo_sumario {
    font-weight: bold;
}

h4.titulo_sumario:hover {
    text-decoration: underline;
}

p.autores_sumario {
    font-style: italic;
}


/*
ul.bts_sumario {
	margin-top:10px;
}
*/

span.resumo_categoria {
    text-transform: uppercase;
    font-weight: bold;
}

span.resumo_keyword {
    font-weight: bold;
}


/* CAIXA DO RESUMO */

div.caixa_resumo {
    background-color: #afe7fa;
    border: 1px solid #3db7e4;
    padding: 10px;
    margin-top: 10px;
    display: none;
    width: 90%;
}

.listaArtigos a.exibicaoAbstract {
    background: url(../imagens/icoExibicaoSprite.png) no-repeat left top;
    padding-left: 22px;
    color: #3db7e4;
}

.listaArtigos a.exibicaoAbstract.ocultar {
    background-position: left bottom;
}

.bt_resumo,
.bt_pdf {
    padding-right: 23px;
}

@media (max-width:350px) {
    .bt_resumo,
    .bt_pdf {
        padding-right: 10px;
    }
}

.bt_pdf a,
.bt_resumo a {
    padding-left: 23px;
    background-image: url(../imagens/icone_pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #3db7e4;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width:350px) {
    .bt_pdf a,
    .bt_resumo a {
        font-size: 12px;
    }
}

.bt_resumo a:hover {
    text-decoration: underline;
}

.bt_pdf a:hover {
    text-decoration: underline;
}


/* FIM DO SUM�RIO */


/* NAVEGA��O RODAP� */

ul.navegacao {
    list-style: none;
    height: 36px;
    margin-top: 45px;
}

@media (max-width:560px) {
    ul.navegacao {
        margin-top: 20px;
    }
}

ul.navegacao li {
    float: left;
    width: 32%;
    text-align: center;
    height: 26px;
    padding-top: 10px;
}

@media (max-width:560px) {
    ul.navegacao li {
        width: 100%;
        background-color: #F5F5F5;
    }
}

ul.navegacao li a {
    color: #3db7e4;
    padding-left: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
}

ul.navegacao li a:hover {
    text-decoration: underline;
}

ul.navegacao li a.nav_voltar {
    background-image: url(../imagens/nav-esq.png);
    background-repeat: no-repeat;
    background-position: center left;
}

ul.navegacao li a.nav_topo {
    background-image: url(../imagens/nav-topo.png);
    background-repeat: no-repeat;
    background-position: center left;
}

ul.navegacao li a.nav_proximo {
    background-image: url(../imagens/nav-dir.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}


/* FIM DA NAVEGA��O RODAP� */


/*RODAPE -------------*/

.rodape {
    padding: 20px;
    background-color: #002776;
    overflow: hidden;
    margin-top: 20px;
    clear: both;
}

.politica {
    float: left;
}

.politica p {
    font-size: 12px;
    color: #FFF;
    margin-bottom: 0;
}

.gn1 {
    float: right;
}

@media (max-width:720px) {
    .gn1 {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}


/*FIM RODAPE ------*/


/* In�cio das ferramentas do artigo */

div.conteudo_artigo {
    float: left;
    clear: both;
}

div.conteudo_artigo p {
    text-align: justify;
    margin-bottom: 18px;
}

.bt_sumario {
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
    background-color: #d1d2d4;
    height: 13px;
    display: inline;
    padding: 5px 8px 8px;
}

.bt_sumario a {
    background-image: url(../imagens/voltar_sumario.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 22px;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

p.categoria_artigo {
    color: #132c95;
    font-weight: bold;
    margin-top: 2em;
    text-transform: uppercase;
}

p.titulo_artigo {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 5px !important;
}

p.titulo_en {
    font-weight: bold;
    font-size: 12px;
}

sup {
    font-size: 10px;
}

address {
    font-style: normal;
}

p.titulo_secao {
    text-transform: uppercase;
    margin-top: 2.5em;
    font-weight: bold;
}

.conteudo .opcoesDetalhesArtigo {
    height: 90px;
    list-style: none outside none;
    clear: both;
}

.conteudo .opcoesDetalhesArtigo li {
    background: url("../Imagens/OpcoesDetalhesArtigosFundo.png") no-repeat scroll left bottom transparent;
    float: left;
    position: relative;
    text-align: center;
    width: 102px;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #3db7e4;
}

.conteudo .opcoesDetalhesArtigo a {
    background: url("../Imagens/IconesOpcoesDetalhesArtigo.png") no-repeat scroll center 15px transparent;
    color: #383838;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    height: 40px;
    padding-top: 50px;
    text-decoration: none;
}

.conteudo .opcoesDetalhesArtigo a:hover {
    background-color: #002776;
    color: #FFF;
}

.conteudo .opcoesDetalhesArtigo a.imprimir {
    background-position: center 15px;
}

.conteudo .opcoesDetalhesArtigo li a.versaoPDF {
    background-position: center -60px;
}

.conteudo .opcoesDetalhesArtigo li a.indicar {
    background-position: center -135px;
}

.conteudo .opcoesDetalhesArtigo li a.estatisticas {
    background-position: center -210px;
}

.conteudo .opcoesDetalhesArtigo li a.comentarios {
    background-position: center -285px;
}

.conteudo .opcoesDetalhesArtigo li a.comoCitar {
    background-position: center -360px;
}

.conteudo .opcoesDetalhesArtigo li a.downloadCitacao {
    background-position: center -435px;
}

.conteudo .opcoesDetalhesArtigo li a.artigosRelacionados {
    background-position: center -510px;
}

.conteudo .opcoesDetalhesArtigo li a.outrosAutores {
    background-position: center -600px;
}

.conteudo .opcoesDetalhesArtigo li a.outrosAutor {
    background-position: center -690px;
}

.conteudo .opcoesDetalhesArtigo li .addthis_button_facebook span,
.conteudo .opcoesDetalhesArtigo li .addthis_button_twitter span {
    display: inline-block;
    float: left;
    margin-left: 6px;
    padding-left: 6px;
}

.conteudo .opcoesDetalhesArtigo li .button_email {
    background: url("../Imagens/Email.png") no-repeat scroll 6px center transparent;
    padding-left: 28px;
}

.conteudo .opcoesDetalhesArtigo ul.itemsIndicar li {
    text-align: left;
}

.conteudo .opcoesDetalhesArtigo ul {
    display: none;
}

.conteudo .opcoesDetalhesArtigo li:hover ul {
    background-color: #002776;
    display: block;
    height: 75px;
    left: 0;
    list-style: none outside none;
    margin: 0;
    opacity: 0.92;
    padding: 15px 0 0;
    position: absolute;
    top: 0;
}

.conteudo .opcoesDetalhesArtigo li ul li {
    background: none repeat scroll 0 0 transparent;
    line-height: normal;
    text-align: center;
    border: none;
}

.conteudo .opcoesDetalhesArtigo li ul li.indicar_sociais {
    background: none repeat scroll 0 0 transparent;
    line-height: normal;
    text-align: center;
    border: none;
    top: -12px;
}

.conteudo .opcoesDetalhesArtigo li ul a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: auto;
    margin: 2px 3px;
    padding: 0;
    width: auto;
}

.conteudo .opcoesDetalhesArtigo li ul a:hover {
    color: #FFF;
}

.conteudo .opcoesDetalhesArtigo ul.autores {
    background: url("../Imagens/OpcoesDetalhesArtigosListaAutores.png") no-repeat scroll right top #737373;
    border-bottom: 1px solid #BDBDBD;
    height: auto !important;
    /*left: -269px !important;*/
    margin: 0;
    /*padding: 20px 7px 7px !important;*/
    padding: 5px !important;
    top: 90px !important;
    /*width: 356px;*/
    width: inherit;
}

.conteudo .opcoesDetalhesArtigo ul.autores li {
    float: left;
    height: auto;
    text-align: left;
    /*white-space: nowrap;*/
    width: auto;
}

.conteudo .opcoesDetalhesArtigo ul.autores li a {
    border: medium none;
    display: inline;
}

.conteudo .opcoesDetalhesArtigo ul.autores li a:hover {
    color: #FFF;
}

@media (max-width: 370px) {
    .conteudo .opcoesDetalhesArtigo li {
        width: 48%;
        min-width: 80px;
    }
}


/* Fim das ferramentas do artigo */


/* MENU */

.ddsmoothmenu {
    width: 100%;
    min-width: 640px;
    height: 58px;
    clear: both;
}

.ddsmoothmenu ul {
    z-index: 100;
    list-style: none;
    height: 58px;
    border-bottom: solid 5px #76c043;
    /*#3db7e4;*/
    background-color: #002776;
}

.ddsmoothmenu ul li {
    height: 58px;
    width: 14.2%;
    *width: 19.95%;
    /*Para funcionar no IE7 sem quebrar o último item para baixo */
    position: relative;
    display: inline;
    float: left;
    background-image: url(../imagens/menu_div.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 2px 100%;
}

.ddsmoothmenu ul li.ultimo {
    background-image: none;
}

.ddsmoothmenu ul li a {
    display: block;
    height: 40px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
}

@media (max-width:725px) {
    .ddsmoothmenu ul li a {
        font-size: 13px;
    }
}

* html .ddsmoothmenu ul li a {
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.ddsmoothmenu ul li a.selected {
    background: #ef4030;
}

.ddsmoothmenu ul li a:hover {
    background-color: #76c043;
    /*#3db7e4;*/
    color: #002776;
}


/* SUBMENU ------------------------------------------------- */

.ddsmoothmenu ul li ul {
    top: 90px;
    position: absolute;
    left: 0;
    display: none;
    /*collapse all sub menus to begin with*/
    visibility: hidden;
    border: none;
}

.ddsmoothmenu ul li ul li {
    display: list-item;
    float: none;
    width: 160px;
    height: 30px;
    background-color: #ef4030;
    background-image: none;
}

.ddsmoothmenu ul li ul li a {
    height: 18px;
    text-align: left;
    width: 150px;
    /*width of sub menus*/
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid #FFF;
    background-color: #ef4030;
}

.ddsmoothmenu ul li ul li a:hover {
    background-image: none;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.ddsmoothmenu ul li ul li ul {
    top: 0;
}


/* Holly Hack for IE \*/

* html .ddsmoothmenu {
    height: 1%;
    /*Holly Hack for IE7 and below*/
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 22px;
    right: 7px;
}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
    /*shadow for NON CSS3 capable browsers*/
    position: absolute;
}

.ddsmoothmenu select {
    display: none;
}

@media (max-width: 660px) {
    .ddsmoothmenu {
        min-width: 100px;
    }
    .ddsmoothmenu ul {
        display: none;
    }
    .ddsmoothmenu select {
        display: inline-block;
        width: 100%;
        height: 30px;
        opacity: 0;
        cursor: pointer;
    }
    #smoothmenu1 {
        background-color: #002776;
        background-image: url(../imagens/nav-icon.png);
        background-repeat: no-repeat;
        background-position: 5px center;
        height: 30px;
    }
    #smoothmenu1:hover {
        background-color: #3db7e4;
    }
}


/* styles for desktop */

.tinynav {
    display: none
}

#nav .selected a,
#nav2 .selected a {
    color: red
}


/* styles for mobile */

@media screen and (max-width: 660px) {
    .tinynav {
        display: block
    }
    #nav,
    #nav2 {
        display: none
    }
}


/* FIM MENU */


/* FORMATA��O P�GINA INTERNA */

.conteudo h2.h2_conteudo {
    font-size: 16px;
    color: #122b95;
    font-weight: bold;
    background-image: url(../Imagens/bg_h2.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 8px;
    height: 35px;
    margin-bottom: 30px;
    text-align: center;
}

#conteudo blockquote {
    margin-left: 30px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.h4_interna {
    margin: 40px 0 15px;
    font-size: 14px;
    font-weight: bold;
}


/* TABELA */

table {
    width: 100%;
    margin: 1em auto;
    border: #FFF 1px solid;
}

.td_edAnterior {
    padding: 8px;
    text-align: center;
    background-color: #d1d2d4;
}

td {
    padding: 8px;
    text-align: center;
}

.td_titulo {
    background-color: #002776;
    color: #FFF;
    font-weight: bold;
}

.td_2 {
    background-color: #f5f5f5;
}


/* FIM DA TABELA */


/* Padr�es para Formul�rios */


/* O "width" deve ser descrito em cada caso */

input.campo_texto {
    border: solid #3db7e4 1px;
    color: #969696;
    *color: #000;
}

input.campo_texto:focus {
    border: solid #002776 1px;
    color: #000;
}

.bt {
    padding: 3px 7px;
    border: 0;
    background-color: #d1d2d4;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    margin: 0 5px;
    height: 23px;
}

blockquote {
    color: #383838;
    font-size: 14px;
    margin-bottom: 13px;
    margin-left: 30px;
}

formIdioma {}