@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:#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: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:350px;
	padding: 10px;
	top:330px;
	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:40px;
	width:350px;
	padding: 10px;
}
.texto2-holder{
	position: absolute;
	left: 1340px;
	top:40px;
	width:350px;
	padding: 10px;
}
.texto3-holder{
	position: absolute;
	left: 1340px;
	top:280px;
	width:350px;
	padding: 10px;
}
.texto4-holder{
	position: absolute;
	left: 1720px;
	top:40px;
	width:350px;
	padding: 10px;
}
.texto5-holder{
	position: absolute;
	left: 2100px;
	top:40px;
	width:350px;
	padding: 10px;
}
.texto6-holder{
	position: absolute;
	left: 2480px;
	top:40px;
	width:350px;
	padding: 10px;
}
.texto7-holder{
	position: absolute;
	left: 2860px;
	top:40px;
	width:350px;
	padding: 10px;
	
}
.texto8-holder{
	position: absolute;
	left: 3240px;
	top:280px;
	width:320px;
	padding: 10px;
}
.texto9-holder{
	position: absolute;
	left: 3590px;
	top:80px;
	width:320px;
	padding: 10px;
}

.texto10-holder{
	position: absolute;
	left: 3910px;
	top:1195px;
	width:50px;
	padding: 10px;
}

.texto11-holder{
	position: absolute;
	left: 220px;
	top:1190px;
	width:220px;
	padding: 10px;
}

.texto12-holder{
	position: absolute;
	left: 440px;
	top:865px;
	width:220px;
	padding: 10px;
}


.texto13-holder{
	position: absolute;
	left: 1550px;
	top:500px;
	width:400px;
	padding: 10px;
}

/*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;}

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