/* ---------- Portlet Cuestionario ------- */
.cuestionario {
    padding: 5px;
    margin-top: 5px;
 }
 
 .cuest-grupo {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 25px 0;
    min-width: 0;
    padding: 10px 10px 35px;
overflow: hidden;
    width: auto;
}
 .cuest-grupo h2 {
    padding-top:30px;
    padding-bottom: 10px;
}
.cuest-preg {
    margin-top: 10px;
}
.cuest-label {
padding-bottom: 7px;
    padding-left: 29px;
    padding-right: 29px;
font-size: 1.25em;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: block;
    font-weight: bold;
}
.cuest-campo {
padding: 5px;
}
 .cuest-grupo-hor {
    overflow: hidden;
    width: auto;
}
 .cuest-grupo-hor h2 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.cuest-preg-hor {
    float: left;
}
.cuest-label-hor {
display: block;
    font-weight: bold;
}
.cuest-campo-hor {
padding: 5px;
}
.cuest-ayuda {
font-size: 85%;
}
.cuest-open-answer {
width: auto;
height: auto;
}