@charset "utf-8";

body {
    position: relative;
    display: block;
    font-size: 13px;
    font-family: verdana, sans-serif;
    background-color: black;
    background: url("bodybg.jpg") no-repeat center center fixed;
    background-size: cover;
    /*color: white;*/
}

a {
    color: #00ff00;
}
.virus_bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.issn {
    text-align: right;
    font-size: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: black;
}

.creativecommons {
    text-align: right;
    font-size: 7px;
}

.editor_essay_container {
    position: relative;
    width: 115px;
    color: white;
    padding: 5px;
    margin: 20px 0;
    background-color: black;
    font-size: 9px;
}
.img_container {
    position: relative;
    width: 820px;
    display: block;
    
}

.img_container img {
    position: relative;
    display: block;
    margin: 5px auto;
    max-width: 560px;
}
.outer_video {
    position: relative;
    display: block;
    width: 820px;
    margin: 0 auto;
}
.outer_video .container {
    width: 500px;
    display: inline-block;
    margin: 10px auto;
}

.tooltip_enabled {
    text-decoration: underline;
}
.tooltip {
    display: none;
    min-width: 200px;
    background: gray url() repeat scroll left top;
    padding: 10px;
    text-align: left;
    font-size: 0.9em;
    color: #ffffff;
}
.container_all {
    position: relative; /* para o absolute do _articles */
    width: 990px;
    margin: 0 auto;
    background-color: transparent;
}
.container_articles {
    position: absolute;
    top: 0;
    right: 0;
    width: 840px;
    z-index: -1;
    background-color: transparent;
}

.container_articles a {
    background-color: rgba(0, 0, 0, 0);
    color: black;
}

.article {
    /*color: #fff;*/
    display: none;
    position: relative;
    width: 840px;
}

.biblio p, .bio p {
    font-size: 10px !important;
}

.info, .intro, .biblio{
    font-size: 11px;
}

.page {
    background-color: rgba(0, 0, 0, 0);
    display: none;
    width: 840px;
}

.page p {
    background-color: rgba(0, 0, 0, 0);
    font-size: 13px;
    color: #000000;
    line-height: 150%;
    margin: 5px 0 5px 0;
    padding: 10px 0 10px 0;
    text-align: justify;
}

.comments_container {
    width: 840px;
    color: #000000;
    background-color: transparent;
}
#contact-form, #comments_container {
    margin: 5px;
}
#comments_container p {
    line-height: 120%;
    text-align: justify;
    padding: 10px;
    background-color: transparent;
}
#comments_container .comment {
    width: 45%;
}
p.cm-header {
    font-weight: bold;
}
p.cm-header a {
}
p.cm-message {
    padding-left: 15px;
}
.title_img {
    position: absolute;
    top: 30px;
/*    right: 25px;*/
}
.article_wrapper {
    position: absolute;
    top: 350px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.nav {
    display: block;
    position: relative;
    width: 840px;
    background-color: transparent;
    border: 0;
    height: 40px;
}
.nav div {
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    margin: 10px 7px;
}
.nav div:hover, .nav .nav-highlight {
    position: relative;
    height: 15px;
    width: 15px;
    margin: 7.5px 4.5px;
}
.nav p {
    position: relative;
    float: right;
    margin: 10px 0px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
}
.nav p:hover {
    position: relative;
    cursor: pointer;
}
.notes {
    font-size: 11px;
    display: block;
    border-top: 1px solid gray;
    padding: 10px;
    background-color: transparent;
}
.bio {
    width: 300px;
}
.abstract {
    padding: 10px 10px 10px 200px;
}

.page p.citacoes{
    padding: 10px 10px 10px 200px;
    line-height: 150%;
    font-style: italic;
    float: right;

}

.page p.fullquote {
    font-size: 11px;
    padding-left: 180px;
    line-height: 100%;
}
.img_container p, .outer_video p{
    text-align: center;
    font-size: 10px;
}

.comments_container a {
    color: #00ff00;
    text-decoration: none;
}

.titulo {
    font-weight: bold;
}

a.editorial {
    font-size: 8px;
}

.sdfootnoteanc, .sdfootnotesym {
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

.notas_rodape {
    border-top: solid 1px;
}