h2.pagetitle {
    display: block;
    position: relative;
    margin: 0px 5px 10px 5px;
    padding-top: 15px;
    font-size: 16pt;
    font-weight: normal;
    color: #0d4d68 !important;
    width: auto;
    border-bottom: solid 1px #bbbbbb;
}
h2.pagetitle strong{
    font-weight: bold !important;
}

h2.pagetitle span {
    display: block;
    font-weight: normal;
    font-size: 9pt;
    font-style: italic;
    color: #222222;
    color: #6b6b6b;
    background-color: #f5f5f5;
    padding: 5px;

}

.bodycontent {
    font-family: Arial, "Trebuchet MS",Helvetica, sans-serif;
    font-size: 8.5pt;
}

#cuerpo{
    color: #6b6b6b;
    text-align: justify;
}
#cuerpo table td{
    padding: 3px;
    line-height 125%;
}

#cuerpo h4{
    font-size: 11pt !important;
    font-weight: bold;
}
.list_ok_pal{
    list-style-image: url(../content/logros/ok.gif);
    padding-bottom: 20px;
}

.bodycontent h2 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 14pt;
    color: #4A6318;
}


.bodycontent h3 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12pt;
    color: #333333;
}

.bodycontent h4 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #333333;
}

.bodycontent li, .bodycontent span, .bodycontent a, .bodycontent td {
    line-height: 110%;
}

.failedmodule {
    display: block;
    background-color: #D8D8D8;
    border: 1px solid #888888;
    margin: 10px 0px;
    padding: 5px 10px;
    font-style: italic;
}


.failedinclude {
    display: block;
    margin: 30px 10px;
    background-color: #D8D8D8;
    border: 1px solid #888888;
    color: #8B0000;
    padding: 5px 10px;
    font-style: italic;
}