@charset "utf-8";
/* CSS Document */

body{ background-repeat:repeat; background-attachment:fixed; background-image:url(../img/bodybg.jpg); background-color:#000; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height: auto; overflow:hidden; color:#000;}
*{ cursor: move !important;}
a{cursor: pointer !important;}
img{ cursor:pointer !important;}

/*Sisteminha de rollover das pranchas*/
.prancha-holder{
	position: absolute;
	top:26px;
	left:1166px;
	width: 1800px;
}
.prancha-thumb{ float:left; margin: 3px 3px 3px 3px;}
.prancha-holder a{ float:left;}

/*Barra lateral, título e menu*/
.leftcol{  background-image: url(../img/tile.png); background-repeat:repeat; position:fixed; z-index:10; left:0px; top:0px; width:160px; height: 100%;}
.title-holder{
	position:absolute;
	z-index:0;
	top:20px;
	left:165px;
}
.nav{ float:left; margin:50px 0px 0px 30px; }

/*Texto*/
/*POSICIONAMENTO DAS PEÇAS*/

/*primeira coluna: abstract, bio e keywords*/
.abstract-holder{
	position:absolute;
	width:350px;
	padding: 10px;
	top:400px;
	left:160px;
	line-height:14px;
}
.bio{ margin:  10px 0px 10px 0px;}
p.htquote{ font-size: 10px;}
.abstract{}
.keywords{}

/*demais colunas de texto*/
.texto p{ line-height: 18px;  margin:10px 0px 10px 0px;}
.texto0-holder{
	position: absolute;
	left: 580px;
	top:330px;
	width:350px;
	padding: 10px;
}
.texto1-holder{
	position: absolute;
	left: 960px;
	top:120px;
	width:350px;
	padding: 10px;
}
.texto2-holder{
	position: absolute;
	left: 1340px;
	top:40px;
	width:350px;
	padding: 10px;
}
.texto3-holder{
	position: absolute;
	left: 1720px;
	top:280px;
	width:350px;
	padding: 10px;
}
.texto4-holder{
	position: absolute;
	left: 2100px;
	top:40px;
	width:350px;
	padding: 10px;
}
.texto5-holder{
	position: absolute;
	left: 2480px;
	top:40px;
	width:350px;
	padding: 10px;
}
.texto6-holder{
	position: absolute;
	left: 2860px;
	top:40px;
	width:350px;
	padding: 10px;
}
.texto7-holder{
	position: absolute;
	left: 3240px;
	top:40px;
	width:20px;
	padding: 10px;
	
}
/*FORMATAÇÃO DO TEXTO*/
p { 
   margin:0px 0px 0px 0px;
   color: black;
   text-align: justify;
}
h2 { 
    font-weight:bold; 
    font-size:14px; 
    line-height: 16px; 
    margin-bottom:10px;
    color: black;
}

.img { display: inline-block; margin: 10px 0px 10px 0px;}
.img img{ display: inline-block; max-width: 320px;}
.img p{ float:left; font-size:10px; margin-top:0px; margin-left:9px;}

.img2 { float:left; margin: 10px 100px 10px 100px;}
.img2 img{ float:left;}
.img2 p{ float:left; font-size:10px; margin-top:0px; }


/*SISTEMA ROLLOVER IMAGENS (dentro do texto)*/
.img a{ float:left; margin: 10px;}
.img a:hover{ margin: 0px; border: #ea3ba0 solid 5px; margin: 5px;}

.img2 a{ float:left; margin: 10px;}
.img2 a:hover{ margin: 0px; border: #ea3ba0 solid 5px; margin: 5px;}

p.issn{font-size: 8px;
margin-bottom: 10px;
margin-top: 5px;
text-align: right;}

.fullquote {
	padding-left: 60px;
	line-height: 100%;
}

object {
    position: relative;
    left: 25%;
}

table td, table tr {
	border: gray solid 1px;
	padding: 5px;
}
