@charset "utf-8";
/* CSS Document */


.autor{
	width:100%;
	height:100px;
	clear:both;
}

.autor_foto_box{
	width:69px;
	height:75px;
	float:left;
	background: url(/imagens/comum/autor_foto_box.jpg) no-repeat;
	text-align:center;
	padding-top:10px;
}

.autor_desc_box{
	width:435px;
	height:100px;
	float:left;	
	text-align:justify;
	background: url(/imagens/comum/autor_desc_box.jpg) no-repeat;
}

.autor_desc_box_txt{
	width:390px;
	height:80px;
	margin:10px 10px 10px 30px;
}

.artigo_texto{
	width:100%;
	text-align:justify;
	font-family:Verdana;
	font-size:14px;
}
