h4 img {
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: -20px;
}


.titulo {
	font-size: 90%;
	font-weight: bold;
	color: #929170;
}

.edicao { 
	clear: left;
}

.edicao p {
	float: left;
	width: 255px;
}

p.capaEdicao {
	width: auto;
	margin-right: 10px;
}

.edicao br {
	clear: left;
}



div.sumario {
	clear: left;
	/*background: url(../images/square/divisorSumario.gif) -5px 100% no-repeat;*/
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #BBB4A5;

	color: #938B72;
	font-weight: bold;
}

div.sumario p {
	float: left;
	width: 45%;
	padding: 5px;
	min-height: 100px;
	_height: 100px;
}

div.sumario p.impar {
	border-right: 1px solid #BBB4A5;
}
div.sumario p.par {
	border-left: 1px solid #BBB4A5;
	margin-left: -1px;
	padding-left: 15px;
}

div.sumario b {
	color: #E66200;
	font-size: 110%;
}

div.sumario a.download {
	display: block;
	width: 80px;
	height: 20px;
	background: url(../images/iconePDF.gif) 0% 50% no-repeat;
	margin-top: 15px;
	padding: 3px 0 0 20px;
}

div.sumario em {
	font-weight: normal;
	font-style: normal;
	color: #000;
}

/* clearFix */
div.sumario:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.sumario  {display: inline-block;}

/* Hides from IE-mac \*/
* html div.sumario  {height: 1%;}
div.sumario  {display: block;}
/* End hide from IE-mac */

/* fim clearFix */