body {
    font-size: 13pt;
    font-family: Serif;
}

div.article {
    margin: 0px 10%;
}
div.article p {
    text-indent: 1em;
    text-align: justify;
}

div#invitacio {
    font-size: 14pt;
    margin: 0em 4em;
    text-align: justify;
}

div#logoinh {
    float: left;
    width: 400px;
    text-align: justify;
    margin: 20px 20px;
}

div#contacte {
    margin: 20px 20px;
}

div#logoinh img {
    margin: 0px 20px 0px 0px;
}

h1.centre, h2.centre {
    text-align: center;
}

a:link, a:visited {
    color: #237eb1;
    text-decoration: none;
}

ul.notesindex {
    list-style-type: none;
}

dl {
    text-align: left;
}

dt {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

dd {
    margin-left: 10px;
}

h1 {
    clear: both;
}

#cap {
    text-align: center;
    margin: 0px 0px 20px 0px;
	font-weight: bold;
    clear: both;
}
#cap div.nav, #cap h2 {
    display: inline;
}
#textos {
    /* background-color: #f6f6f6; */
    background: #F0F0D0;
    float: left;
}

div#logo {
    float: left;
    margin: 0px;
}

div.chapter {
    text-indent: -2em;
    margin: 5pt 3em;
}

div#chapters h2 {
    margin: 0px 0px 20px 20px;
}

div.slogan {
    float: left;
    text-align: center;
    width: 30em;
    margin: 0em 2em;
    padding: 10px;
    font-size: 16pt;
    background: #e78380;
    border-radius: 10px;
    font-weight: bold;
}
div.slogan a {
    color: #233eb1;
}
div#chapters {
    width: 60%;
    background: #F0F0D0;
    float: left;
}
div#tags {
    width: 30%;
    background: #E0F0F0;
    float: left;
    margin: 0px 20px;
    padding: 10px;
}
div.bloctext {
    float: left;
    margin: 0 10px;
    text-align: center;
}
div.topmenu {
    text-align: right;
    font-size: 14pt;
}
#transcript {
    width: 25em;
}
div.bloctext h2 {
    display: block;
    font-size: 1.2em;
    min-height: 2.5em;
    margin: 1em;
}
div.bloctext .text {
    text-align: justify;
    background-color: #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.3;
}
div.bloctext .text p {
    margin: 1ex;
}
sup {
	font-weight: bold;
}
div.bloctext img {
    margin: auto;
}

div.blocnotes {
    /* background-color: #FFFFFF; */
    border: 4px solid #AAAAAA;
    /* border-radius: 17px; */
    /* clear: both; */
    /* 5em = 2.5em + 2*1em del bloctext-h2 */
    margin: 5.5em 0px 0px 10px;
    padding: 10px 20px;
    width: 15em;
	float: left;
}
div#otherbooks {
    margin: 10px 10px;
    /* No sé com fer que sigui tan ample com pugui,
     * però mai forçant el div contenidor a fer-se ample. */
    width: 45em;
}
div.blocnotes .notes {
    list-style-type: none;
    padding: 0px;
}
div.blocnotes .notes li {
    margin: 10px 0;
}
.clear {
    clear: both;
}

a.tip  {
    border-bottom: 1px dashed #999;
}
