div#message{
	padding: 5px;
	text-align: center;
	display:none;
}

.font{
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #333;

}
.vota{
	width: 100px;
	height: 62px;
	float: left;
	padding-right: 10px;
	background: url(../img/layout/_general/vota.png) no-repeat;
	position: relative;
}
.votos{
	width: 40px;
	height: 15px;
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #13FF10;
	position: absolute;
	top:30px;
	left:52px;
	text-align: center;
}
.bot_vota{
	width: 40px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
}
.votaDialog{
	display: none;
}

