body {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h1, h2 {
    text-align: center;
}
h1 {
    color: firebrick;
    letter-spacing: 8px;
    word-spacing: 30px;
}
h2 {
    font-size: medium;
}
fieldset {
    border-radius: 20px;
    border-color: darkblue;
    border-width: 2px;
}
legend {
    color: orange;
    font-weight: bold;
}
div {
    margin: 3px;
}
label {
    font-weight: bold;
}
.dobleEspacio label {
    display: inline-block;
    width: 220px;
}
.simpleEspacio label {
    display: inline-block;
    width: 120px;
}
#cookies {
    display: flex;
    justify-content: center;  
}
#labelCookies {
    font-weight: normal;
    font-size: 12px;
}
.boton {
    margin: 10px;
    padding: 5px;
}
#botonesInferiores {
    display: flex;
    justify-content: center;  
}
.flotanteIzq {
    float: left;
}
.margenIzq {
    margin-left: 20px;
}
.clear {
    clear: both; /* Para quitar las flotabilidades de los div */
}

