                        /* ********   CABACERA Y GENERALES   ******** */
.cabecera img{
    width: 300px;
    height: fit-content;
}
h1{
    display: inline;
    width: 350px;
    margin: 20px 30px;
    align-content: center;
    font-family: monospace;
/*     text-shadow: 3px -2px 3px darkgray; */
    font-size: 30px;
    margin: 10px;
    color: #0e1b7e;
}
body{
    margin-bottom: 80px;
}
body, .cabecera, form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
#datosCab p, h5{
    margin: 2px 25px;
    font-size: 14px;
}
form{
    justify-content: flex-start;
    column-gap: 25px;
    row-gap: 10px;
}
input{
    float: right;
    border-radius: 5px 10px 10px 5px;
    box-shadow: 2px -2px 6px 1px darkgray;
    border: 0;
}
input[type="text"] {
    width: 250px;
}
form fieldset{
    width: 380px;
    border-radius: 20px;
    background: linear-gradient(225deg, linen, transparent);
}
legend {
    font-size: larger;
    color: #0e1b7e;
    text-align: center;
    -webkit-text-stroke-width: thin;
}

.tachar{
    text-decoration: line-through;
}

                        /* ********   DATOS FISCALES  ******** */
.adjArch {
    display: flex;
}
input#m036 {
    width: 100%;
}
.impuestos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.impuestos div {
    display: flex;
    flex-direction: column;
}
.impuestos p {
    margin: 3px;
}
.tipoCli{
    display: flex    ;
    justify-content: space-evenly;
}
                        /* ********   DATOS DE PAGO  ******** */
.fraEmail, .idioma{
    display: flex    ;
    justify-content: space-between;
    padding-right: 80px;
}
.fraEmail span{
    float: left;
}

#mostrarGiro a{
    float: right;
}
#dto{
    color: red;
}
input#sepa {
    width: 60%;
    margin-right: 10px;
}
textarea#obs{
    width: 100%;
}
        
/* @media only screen and (min-width: 1000px){
    form fieldset{
        width: 550px;
    }
} */

input[type="submit"]{
    max-height: 35px;
    width: 80px;
    margin: 40px 100px;
}
.oculto{
    display: none;
}