@CHARSET "UTF-8";

#encuestas .opcion {
	width: 100%;
	clear: both;
}


#encuestas .opcion div {
	height: 20px;
	overflow: hidden;	
}

#encuestas .opcion div div {
	background-image: url("../imagenes/web/centro-barra.png");
	background-repeat: repeat-x;
	text-align: center;
	float: left;
	height: 20px;
	padding: 0 1px;
}

#encuestas {
	margin: 20px 0;	
}
