@charset "utf-8";
/* CSS Document */

body{ background-repeat:no-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:#FFF;}
*{ 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:0px;
	left:160px;
}
.nav{ float:left; margin:10px 0px 0px 30px; }

/*Texto*/
/*POSICIONAMENTO DAS PEÇAS*/

/*primeira coluna: abstract, bio e keywords*/
.abstract-holder{
	position:absolute;
	width:400px;
	padding: 10px;
	top:312px;
	left:160px;
	line-height:14px;
}
.bio{ margin:  10px 0px 10px 0px;}
p.htquote{ font-size: 9px;}
.abstract{}
.keywords{}

/*demais colunas de texto*/
.texto p{ line-height: 18px;  margin:10px 0px 10px 0px;}
.texto0-holder{
	position: absolute;
	left: 168px;
	top:315px;
	width:500px;
	padding: 20px;
}
.texto1-holder{
	position: absolute;
	left: 624px;
	top:312px;
	width:500px;
	padding: 20px;
}
.texto2-holder{
	position: absolute;
	left: 1166px;
	top:411px;
	width:500px;
	padding: 20px;
}
.texto3-holder{
	position: absolute;
	left: 1777px;
	top:411px;
	width:500px;
	padding: 20px;
}
.texto4-holder{
	position: absolute;
	left: 2395px;
	top:411px;
	width:500px;
	padding: 20px;
}
.texto5-holder{
	position: absolute;
	left: 2990px;
	top:10px;
	width:500px;
	padding: 20px;
}
.texto6-holder{
	position: absolute;
	left: 3530px;
	top:10px;
	width:500px;
	padding: 20px;
}
.texto7-holder{
	position: absolute;
	left: 4080px;
	top:10px;
	width:500px;
	padding: 20px;
	padding-right: 40px;
}
.texto8-holder{
	position: absolute;
	left: 4650px;
	top:15px;
	width:500px;
	padding: 20px;
}

/*FORMATAÇÃO DO TEXTO*/
p{ margin:0px 0px 0px 0px;}
h2{ font-weight:bold; font-size:14px; line-height: 16px; margin-bottom:10px;}

.img { float:left; margin: 10px 0px 10px 0px;}
.img img{ float:left;}
.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;}
