.Encuestas {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 10px;
}
.headerEncuesta{
	font-size:16px;
}
.Encuestas .poller #Voto{
	font-size:14px;
	color:#C32D2C;
	text-decoration: none;
	padding-top:5px;
	display:block;
	height:20px;
	text-align:center;
	float:left;
	padding-left:15px;
	font-weight:bold;
}
.poller #Voto:hover{
	color:#FF8716;
}
	.poller{	/* The poller box */
	padding:5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		font-size:14px;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
	margin:0px;
	font-size:12px;
	line-height: 14px;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		font-size:0.9em;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
	float:left;
	height:18px;
	background-repeat:repeat-x;
	color:#FFF;
	font-size:11px;
	line-height:16px;
	font-weight: bold;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{
	height:18px;
	margin-bottom: 2px;
	margin-top: -2px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
	clear:both;
	font-size:12px;
	margin-top:0px;
	font-style:italic;
	}
.result_pollerTitle {
	font-size: 13px;
}
.poller_results {
	color: #333333;
}
.comentariosEncuesta .poller_results {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#headerEncuesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C32D2C;
}
