@font-face {
    font-family: 'willow';
    src: url(willow.ttf);
}

body {
    background-image: url(o36-bg-polkadot.gif);
    background-position: fill;
    background-repeat: repeat;
}

p {
    text-justify: auto;
    text-align: justify;
    font-size: larger;
    font-weight: bold;
}

#contenedor {
    border: 5px ridge rgb(255, 139, 139);
    border-radius: 15px;
    background-color: antiquewhite;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 60%;
    padding: 1%;
    font-family: 'willow';
    align-items: center;
    display: flex;
    justify-content: center;
}

#cuadrito {
    height: auto;
    border-image: url(15i-none.gif) 9 fill round;
    border-image-repeat: stretch;
    border-style: solid;
    border-width: 7px;
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 2px;
    align-items: center;
    margin-right: 35px;
}
#partearriba{
    float: left;
}
#cuadrotexto {
    height: auto;
    text-align: justify;
    line-height: 20px;
    font-size: 18px;
    margin: 0 20px 0 20px;
}