.espacio_menu {

    height: 40px;

}

.align_left {
    text-align: left;
}

/*** Encuesta Salud Prostata***/

div.pregunta7y8 {
    padding: 20px 5px 0;
}

div.valores-encuesta div {
    border: 1px solid #fff;
    display: inline-block;
    height: 60px;
    margin: 0 auto;
    padding: 12px 2px;
    background-color: #22396a;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    color: #fff;
}

@media (min-width: 1024px) {
    div.valores-encuesta div {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 5px;
    }
}

div.encuesta-group {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: block;
}

div.encuesta-group input[type="radio"] {
    margin-left: 0px;
}

div.resultado-encuesta {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    height: 210px;

}

/*** Test Disfuncion ***/

div.pregunta7y8 {
    padding: 20px 5px 0;
}

div.valores-test div {
    border: 1px solid #fff;
    display: inline-block;
    height: 60px;
    margin: 0 auto;
    padding: 12px 2px;
    background-color: #22396a;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    color: #fff;
}

@media (min-width: 1024px) {
    div.valores-test div {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 5px;
    }
}


div.test-group {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: block;
}

div.test-group input[type="radio"] {
    margin-left: 20px;
}

div.resultado-test {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

div.resultado-test p#respuesta_test2 {
    text-align: left;
}

/** Cuidados y Sintomas**/

.item_cuidados {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.img_descriptiva {
    margin: 0 auto;
    display: block;
    padding: 0 40px 20px 0;
}

@media (min-width: 1024px) {
    .img_descriptiva {
        float: left;
        display: inline-block;
    }
}