body{
    font-size: 8px;
    font-weight:250;
    width: 297mm;
    min-height: 380mm;
    max-height: 380mm;
    margin-top: 0px;
    margin-bottom:6px;
    margin-left: 24px;
}

#header{
    max-width: 95%;
}

.row{ 
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    min-height: 10px;
    width: 95%;
}

.tercio{
    flex-basis: 33%;
    text-align: center;
}

.left{
    text-align: left;
}

.column{
    display: flex;
    flex-flow: column wrap;
    justify-content: left;
    min-height: 10px;
    width: 95%;
}

.underlined{
    border-bottom: solid 1px black;
}

.empty-row{
    min-height: 10px;
}

.justify{
    text-align: justify;
}

.center{    
    text-align: center;
    display: flex;
    align-self: center;
    justify-content: space-around;
}


}

#content{
    max-width: 95%;
}

.subtittle{
    font-size: 10px;
    font-weight: 400;
}

.firma{
    min-height: 130px;
}

.mitades{
    flex-basis: 50%;
}

