span.label {
    display: block;
    font-size: 150%;
}
legend {
    border: 1px rgb(204,204,255) solid;
    font-size: 150%;
    padding: 0.5em 1em;
    color: #263340;
    background-color: #E5F2FF;
}
fieldset {
    border: 1px rgb(204,204,255) solid;
    padding: 1em;
    margin: 0 7% 7% 7%;
    background-color: #E5F2FF;
}
input[type="text"] {
    border: none;
    font-family: Verdana, Helvetia, serif;
    font-size: 300%;
    background-color: #fafafa;
    border: 2px rgb(204,204,255) solid;
    width: 100%;
    margin-top: 0.2em;
}
form {
}
.linea .radios {
    text-align: center;
    display: block;
    margin-top: 1em;
}
.infoLegal {
    font-size: 60%;
}

input[type="submit"], 
#contenido form a.cancelar,
#contenido form a.cancelar:link,
#contenido form a.cancelar:visited {
    font-size: 300%;
    background-color: rgb(153,204,255);
    color: #000;
    border: 2px rgb(0,102,153) solid;
    padding: 0.2em;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="submit"]:active,
#contenido form a.cancelar:hover,
#contenido form a.cancelar:active {
    background-color: rgb(255,255,153);
    color: #000;
}

#contenido form a.cancelar {
    border-bottom: 2px rgb(0,102,153) solid;
    margin: 0;
}
.botones {
    text-align: center;
}

/* Las preguntas */
dl.quiz {
    font-size: 200%;
}

dl.quiz dt {
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 1em;
}

dl.quiz dd {
    line-height: 1.1em;
    margin-bottom: 0.5em;
    vertical-align: middle;
    font-family: Arial, Verdana, serif;
}

dl.quiz dd input {
    margin-right: 0.3em;
}

dl.quiz dd input {
    /*background-color: red;*/
}

.aciertos {
    text-align: right;
    font-size: 120%;
    margin: 1em 7% 0 0;
}
.aciertos span {
    font-weight: bold;
}
.aciertos span.positivo {
    background-color: #DFFFDF;
    color: #000;
}
.aciertos span.negativo {
    background-color: rgb(255,102,102);
    color: #000;
}
.resultado {
    text-align: center;
    font-size: 150%;
}
#resultado-respuesta {
    text-align: right;
    font-size: 120%;
    margin: 1em 7% 0 0;
    font-weight: bold;
    background-color: #fff;
}
#resultado-respuesta span.incorrecta {
    color: rgb(204,0,0);
}
#resultado-respuesta span.correcta {
    color: rgb(0,204,0);
}

input.error {
    color: #000;
    background: #E6C0CD;
    
}
div.errores-resumen, span.error {
    font-style: italic;
    color: rgb(153,0,51);
}
div.errores-resumen dt {
    margin-left: 2em;
}
.puntos {
    text-align: right;
}
table.clasificacion {
    margin: 0 auto;
}

