

h1{
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    color: #B72304;
    font-size: 3em;
    word-spacing: 1.0em;
    letter-spacing: 0.3em;
    text-align: center;

}

:focus{
    background-color: #fef9e7;
}

h2{
    text-align: center;
}

.leyendas{
    color:orange;
    
}

.marcos{
    border-color:darkblue;
    height: 3px;
}

.elemento{
    font-family: Calibri;
    border: 3px;
    border-color: darkblue;
    border-style: solid;
    border-radius: 24px;
    margin: .5em 25% 0em 25%;
}

.boton{
    font-family: Calibri;
    text-align: center;
}

.acuerdo{
    font-family: Calibri;
    text-align: center;
}

.espaciado{
    border-bottom: 1px;
}

.prueba{
    border: 0;
}

.espacios{
    width: 50%;
}

.espacios1{
    margin-left: 25px;
    margin-right: 25px;
}


.boton1{
    padding: 0.5em;
    margin: 0.5em;
}

.nueva{
    margin-left: 25px;
    margin-right: 25px;
    padding-right: 5em;
}