div.encuesta { font-size: 0px; float:left; margin: 9px; display:inline; width: 244px; overflow: hidden}
div.encuesta form { margin: 0px;}
div.encuesta div.header { height: 36px; margin:0; }
div.encuesta div.cuerpo { background: url(/images/encuesta/fondo_activa.png) repeat-y -1px; width: 244px; margin:0; font-size: 12px; }
div.encuesta div.finCuerpo { background: url(/images/encuesta/fin_activa.png) no-repeat bottom; height: 6px;}
div.encuesta div.pie { background: #E30916 url(/images/encuesta/pie_activa.png) no-repeat bottom; text-align: center; color: #FFFFFF; font-weight: normal; font-size: 12px; padding: 10px 0px; width: 244px; }
div.encuesta div.pie a.more { color: white;}

div.encuesta.cerrada div.cuerpo { background: url(/images/encuesta/fondo_cerrada.png) repeat-y -1px; }
div.encuesta.cerrada div.finCuerpo { background: url(/images/encuesta/fin_cerrada.png) no-repeat bottom; height: 6px;}
div.encuesta.cerrada div.pie { background: #4b4b4b url(/images/encuesta/pie_cerrada.png) no-repeat bottom; }

div.encuesta div.votar { margin; 0px; padding: 5px 10px 5px 0px; }
div.encuesta div.votar input { font-size: 15px; font-weight: bold; float: right; background: url(/images/esquinas/button.gif); border:outset 1px; padding: 2px 10px; }
div.encuesta div.cuerpo div { margin-left: 15px; margin-right: 20px; }
div.encuesta div.cuerpo div.pregunta { font-size: 14px; color: red; font-weight: bold; }
div.encuesta div.cuerpo div.ampliacion { font-size: 12px; color: #333; margin-bottom: 5px;}
div.encuesta div.cuerpo div.opciones { margin: 0px; padding-bottom: 5px; clear: both;}
div.encuesta div.cuerpo div.opciones div.opcion { margin: 0px; }
div.encuesta div.cuerpo div.opciones div.opcion div.fin { font-size: 0px; height: 0px;}
div.encuesta div.cuerpo div.opciones div.opcion input {float:left; margin-left: 0px;}
div.encuesta div.cuerpo div.opciones div.opcion label {float:left;}
div.encuesta label.respuesta { font-size: 14px; color: #E30916; font-weight: bold; width: 187px;}
div.encuesta div.resultado { padding-bottom: 10px; }
div.encuesta div.resultado div { margin: 0px; }

div.resumVotes div.vote { margin-bottom: 5px;}
div.resumVotes div.vote span.respuesta { font-weight: bold; }
div.resumVotes div.vote div.cien_por_cien { height: 3px; width: 180px; font-size: 0px;  border: 1px solid black; }
div.resumVotes div.vote div.caja { height: 3px; width: 180px; font-size: 0px;  border-right: 1px solid black; }
div.resumVotes div.countVotes {text-align: right; margin-right: 20px; }

