.moderation {
	float: left;
	width: 505px;
}

.moderate_panel {
	float: left;
	margin: 1px 10px 10px 10px;
}

.moderate_panel .percentage {
	width: 100px;
	margin-bottom: 5px;
	padding: 8px 5px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff096;
	background-color: #fffad9;
	color: #6e7279;
	cursor: default;
}

.moderate_panel .votos a {
	display: block;
	margin-bottom: 3px;
	padding: 2px 5px 2px 20px;
	border: 1px solid #c5dcff;
	font-weight: bold;
}

.moderate_panel .pos a {
	background: transparent url(images/thumbs-up.gif) 5px center no-repeat;
}

.moderate_panel .neg a {
	background: transparent url(images/thumbs-down.gif) 5px center no-repeat;
}

.votado {
	color: #236EB5;
	display: block;
	margin-bottom: 3px;
	padding: 4px 5px;
	border: 1px solid #c5dcff;
	font-weight: bold;
	text-align: center;
}
.resumen_votos {
	padding: 4px 5px;
	border: 1px solid #ddd;
	color: #999;
}
