html {
    margin-top: 0px;
    border-top: 10px solid #000a74;
    width: 100%;
}
body {
    font-family: sans-serif;
}

#pageHeader h1 {
    color: #000a74;
    margin: 0px;
}
#pageHeader h2 {
    color: #635eff;
    margin: 0px;
}

#TOC {
    margin-top: 25px;
    border: 2px solid #000a74;
    margin-bottom: 0px;
}
#TOC ul {
    list-style-type: none;
    padding-left: 25px;
}
#TOC li {
    font-style: italic;
    font-weight: bold;
}
#TOC h3 {
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 10px;
}

#supportingText ul {
    list-style-type: none;
    padding-left: 25px;
}
#supportingText h3 {
    background-color: #000a74;
    color: #fff;
    padding-left: 5px;
    margin-bottom: 0px;
}

.subSection {
    border-bottom: 2px solid #000a74;
    font-weight: bold;
}

.linkHome {
    background-color: #635eff;
    text-align: right;
    margin-top: 0px;
}
.linkHome a {
    margin-top: 0px;
    font-size: 0.8em;
    color: #fff;
}

.nuevo {
    border-bottom: 2px solid #a91111;
	font-size: bigger;
}