.renglon_encuesta {
    height: auto;
    float: left;
    width: 330px;
    clear: both;
}
/* Bar Graphs */
.graph {
    float:left;
    height:auto;
    position:relative;
    right:0;
    width:330px;
}
.bar-title {
    float:left;
    font-weight:bold;
    line-height:20px;
    margin-right:5px;
    position:relative;
    text-align:right;
    width:170px;
    font-size:12px;
}
.bar-container {
    float:left;
    height:10px;
    margin:0 0 15px;
    padding:0 5px 0 0;
    position:relative;
    width:110px;
}

.bar-container div {
  background-color:#999999;
  height: 20px;
}
.bar-container strong {
    overflow:hidden;
    position:absolute;
    right:-32px;
    top:2px;
}
#poll {
    float:left;
    height:auto;
    width:330px;
}
#poll h4 {
    float:left;
    font-size:14px;
    height:auto;
    margin:10px 0;
    padding:0 2px;
    text-align:left;
    width:326px;
}
#poll-results h4 {
    float:left;
    font-size:14px;
    height:auto;
    margin:5px 0 15px;
    padding:0 2px;
    text-align:left;
    width:326px;
}
#poll p {
    float:left;
    height:auto;
    margin:2px 0 0;
    width: 330px;
}
#poll-results {
    float:left;
    height:auto;
    width:100%;
}
#poll-results .titulo_encuesta {
    background:url("/_graphics/titulo_fondo.jpg") repeat-x scroll 0 0 transparent;
    border-bottom:1px solid #333333;
    float:left;
    height:34px;
    margin:0 0 6px;
    width:330px;
}
#poll-results p {
    float:left;
    margin:5px 0 0;
    text-align:center;
    width:100%;
}
#poll-container {
    border-bottom:1px solid #DDDDDD;
    float:left;
    height:auto;
    margin:0px;
    padding:0 0 10px;
    width:330px;
}
.titulo_encuesta h3 {
    color:#DDDDDD;
    font-size:16px;
    font-weight:bold;
    padding:8px 0 0 10px;
    text-shadow:0 1px 1px #111111;
}
.titulo_encuesta {
    background:url("/_graphics/titulo_fondo.jpg") repeat-x scroll 0 0 transparent;
    border-bottom:1px solid #333333;
    float:left;
    height:34px;
    margin:0 0 2px;
    width:330px;
}
#poll-container label {
    float:left;
    height:auto !important;
    min-height:26px;
    padding:2px 0 0;
    width:auto;
}
#poll-container input {
    border:medium none;
    float:left;
}