@import url(global.css);


#lista {
	width: 770px;
}
#lista li.panfleto {
	width: 770px;
}
#lista li.panfleto h3 {
	border-bottom: 1px solid #E0F1DD;
	font-size: 17px;
	padding-bottom: 12px;
	padding-top: 8px;
	width: 770px;
}
#lista li.panfleto ul {
	margin-left: -5px;
	_margin-left: -10px;
	padding: 18px 0;
	position: relative;
	width: 775px;
	_width: 780px;
}
#lista li.panfleto ul li {
	background: white;
	float: left;
	margin: 0 0 24px 5px;
	width: 214px;

	display: table;
	position: static;
	>display: block;
	>position: relative;
	height: 215px;
	overflow: hidden;
	width: 196px;
}

#lista li.panfleto ul li a {
	display: table-cell;
	position: static;
	vertical-align: middle;

	>position: absolute;
	>top: 50%;
}

#lista li.panfleto ul li a img {
	display: block;
	margin: auto;
	>position: relative;
	>top: -50%;
}