/*
#encuestas_temp {
	display:none;
}
#pregunta_encuestas {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	color: #fff;
}
.opcion_encuestas {
	font-family: verdana;
	font-size: 11px;
	text-indent: -22px;
	padding-left: 22px;
	margin: 8px 3px 0px 3px;
	color: #fff;
}
.botones_encuestas {
	margin: 10px;
	text-align:center;
}
.botones_encuestas a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0b95d6;
	text-decoration: none;
}
.botones_encuestas a:hover {
	color: #ff6600;
	text-decoration: none;
}*/

/* RESULTADOS ENCUESTA */


#resultados_encuesta {
		font-family: verdana;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
	}
	#titulo_encuesta {
		font-size: 12px;
		margin-top: 15px;
		margin-bottom: 25px;
		text-align: center;
	}
	.stat_encuesta {
		padding-left: 20px;
		padding-right: 20px;
		height:50px;
		padding-top:2px;
		clear:both;
	}
	.fin_stat {
		width: 11px;
		float:right;
	}
	.ini_stat {
		width: 6px;
		float:right;
	}
	.valor_stat {
		width: 60px;
		float:right;
		font-size:11px;
		padding-top:3px;
		color: #ffc700;
		text-align:center;
	}
	.res_stat {
		background: #ffc700 url('imagenes/fondo_stat.gif') repeat-x;
		float:right;
	}
	.encuesta_anterior{
		margin-left:30px;
		margin-bottom:10px;
	}
	.encuesta_anterior a{
		font-family: verdana;
		font-size:12px;
		color: #fff;
		text-decoration:none;
		font-weight:bold;
	}
	.encuesta_anterior a:hover{
		font-family: verdana;
		font-size:12px;
		color: #fff;
		text-decoration:underline;
		font-weight:bold;
	}

#texto_ya_votado, #texto_elige_opcion {
	font-family: verdana;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	display: none;
	margin-bottom: 10px;
}
