/* Start of CMSMS style sheet 'Encuestas' */
.pollvoteform {
    padding: 0.5em 0.5em 1em;   /* padding for the Polls */
    margin: 0 1em 0 1em; /* margin to the bottom of the Polls section */
    font-size: 90%;
}
.pollresultlist {
    padding: 0.5em 0.5em 1em;   /* padding for the Polls */
    margin: 0 1em 0 1em; /* margin to the bottom of the Polls section */
    font-size: 90%;
}
.pollresultlist h3 {
    padding-bottom:3px;
    font-size: 110%;
    font-weight:bold;
}
.pollresult{
    margin-bottom:3px;
   margin-left:8px;
}
.resultlabel{
    font-weight:normal;
    color:#0099FF;
}

/* End of 'Encuestas' */

