.flags {
   cursor: pointer; 
}

.titulo_pregunta {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: justify;
    border-bottom: 1px solid #808000;
}

.respuestas {
    margin-left: 0;
    margin-top: 10px;
}
/*
.respuesta {
    padding: 15px 5px;
    line-height: 26px;
}
.respuesta:hover {
    background-color: #E6F4C9;
}
*/
.respuesta_texto:hover {
    background-color: #E6F4C9;
    cursor: pointer;
}

.respuesta_texto {
    display: inline-block;
    vertical-align: top;

    padding: 15px 5px;
    line-height: 26px;
}

.respuesta_texto input {
    margin: 5px 0 0 0;
}

.respuesta:first-child {
    padding-top: 15px;
}