div#encuesta{
	width:200px;
	color:#fff;
	background-image:url('../images/fondoEncuesta.png');
	background-repeat:no-repeat;
	background-color:#553f30;
}
	div#encuesta p{
		color:#000;
		padding:2px 0px 1px 4px;
		font-weight:bold;
		margin-bottom:4px;
	}
	div#encuesta h1{
		margin-left:8px;
		font-size:12px;
		font-weight:bold;
		padding-bottom:4px;
	}
	div#encuesta form{
		padding-left:8px;
		padding-top:12px;
		background-image:url('../images/fondoFormEncuesta.png');
		background-repeat:repeat-x;
		background-color:#000;
	}
		div#encuesta form span{
			font-size:11px;
			margin-left:8px;
		}
		div#encuesta form input#votar{
			margin-top:8px;
			border:none;
			background:none;
			width:45px;
			height:24px;
			background-color:#ccc;
			margin-bottom:8px;
		}
	div#encuesta ul#resultado{
		padding:3px 8px 4px 8px;
		background-image:url('../images/fondoFormEncuesta.png');
		background-repeat:repeat-x;
		background-color:#000;
	}
		div#encuesta ul#resultado li{
			font-size:11px;
			margin-top:3px;
		}
			div#encuesta ul#resultado li span.porcentaje{
				float:right;
				font-weight:bold;
			}
		div#encuesta ul#resultado li.valor{
			height:3px;
			background-color:#919191;
			margin-top:0px;
		}
			div#encuesta ul#resultado li.valor span{
				background-color:#EE9439;
				display:block;
				height:3px;
			}
		ul#resultado li#total{
			font-size:12px;
			font-weight:bold;
			margin-top:4px;
			text-align:right;
		}