/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    background-color: #000000;
    /*Efeito de preenchimento do background para evitar repetição da figura*/  
    background: url("../img/background_index.png") no-repeat top center;
    background-size: cover;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/

}

pre,
code {
    font-family: "Verdana", Menlo, Consolas, monospace;
}

hr {
    border: 0 solid #ccc;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    
    
}

.espacamento {
    margin-top: 60px;
}

.espacamento2 {
    margin-top: 80px;
}

#chamada a, a:visited, a:hover, a:link {
    color: #aaa;
    font-size: 11px;
    text-decoration: none;
}

a, a:visited, a:hover, a:link {
    color: red;
    font-size: 1.2vw;
    text-decoration: none;
    text-align: right;
    font:"Verdana", Arial, "Liberation Sans", FreeSans, sans-serif;
}

.submenus {
    background: rgba(255, 255, 255, 0.3);  
    min-height: 50px;
    padding: 10px;
    display: none;
}

.submenus p a.en {
    color: #333333;
    font-size: 11px;
}

.submenus p a, .submenus p {
    font-size: 11px;
    color: #000;
}

#barra_esquerda {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 0.8vw;
    margin-top: 3%;
}

#issn {
    font-size: 10px;
    color: #AAAAAA;
}

#marquee {
    /*background-color: rgba(255, 255, 255, 0.3);*/
}

#marquee marquee {
    font-size: 8px;
    margin-left: 20px;
    font-family: arial;
    max-width: 1090px;
}

#marquee marquee a {
    font-weight: normal;
}

.author {
    color: #000;
}

.sumario-subitens {
    display: none;
    font-family: Arial Narrow,Arial,sans-serif;
    text-align: left;
    font-size: 1.3vw;
    line-height: 1;
    background: rgba(255,255,255,0.8);
    padding: 5px;


}


#menuprincipal-pt, #menuprincipal-pt p {
    text-align: left;
    font-size:1.2vw;
    font-family: arial;
    margin-bottom: 3%;
    margin-top: 3%;
}

.linha_central {
    height: 100%;
}

.linha_central:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    /*border-left: 3px dashed #ccc;*/
    transform: translate(-50%);
}

.author {
    font-size: 0.8em;
}

/*PAINEIS DE SUBITENS*/ 
.sumario-subitens-en, .sumario-subitens-pt {
    display: none;
    font-family: Arial Narrow,Arial,sans-serif;
}

.sumario-subitens-en a {
    color: #fff;

}

.sumario-subitens-pt a {
    color: #000;
}

#subitens-en, #subitens-pt{
	margin-left: 0;
	margin-right: 0;
	float: right;
	position: relative;
	top: 0;
	left: 0;
}

#submetidos-pt {
color: black;
}

#submetidos-en {
 color: black;
}

#tapete-pt {
 color: black;
}

#tapete-en {
color: black;
}

#projeto-pt {
color: black;
}

#projeto-en {
color: black;
}

#nomads-pt {
  color: black;
}

#nomads-en {
 color: black;
}

#editorial-pt {
  color: black;
}

#editorial-en {
   color: black;
}

#expediente-pt {
   color: black;
}

#expediente-en {
   color: black;
}

#proxima-pt {
   color: black;
}

#proxima-en {
   color: black;
}

#entrevista-pt {
 color: black;
}

#entrevista-en {
  color: black;
}



#bloco-central-esquerdo {
    margin: -3% 10% 0 10%;
    color: red;
}


#titulo-pt {
    margin-left: 15px;
    margin-right: 0;
    padding-right: 0;
    width: 700px;
}

#cabecalho {
	height: auto;
}

/*Ocultar linha central em dispositivos de baixa resolução
pois perde o alinhamento central*/
@media screen and (max-width: 1020px) { 
    .linha_central:after {
        border-left: none;
    }
}