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

.box{
	height:80px;
	width:500px;
	border:#666 solid 1px;
	margin:5px 10px;
	float:left;
	background:#F4F4F4;
}
.autor{
	style="font-size:13px;
	font-weight:bolder;
	padding:3px 0 0 25px;
	height:20px;
	background-image:url(../imagens/PDF-Icon_micro.jpg);
	background-repeat:no-repeat;
}
.descricao{
	font-size:9px;
	font-weight:normal;
	padding:3px;
}
.orientacao{
	font-size:10px;
	font-weight:normal;
	padding:3px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
.img_chamada{
	float:left;
	width:100px;
	height:100px;
}
.titulo_rev{
	float:right;
	width:390px;
	font-weight:bolder;
	padding:5px 0;
}
.tamanho{
	float:right;
	width:390px;
}
.box2{
	height:130px;
	width:500px;
	border:#666 solid 1px;
	margin:5px 10px;
	float:left;
	background:#F4F4F4;
	padding:3px 0 0 3px;
}
