html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0 auto;
    padding: 0px;
    color: #566869;
    font-family: 'Ubuntu', sans-serif;
}

.top-bar {
    background: #7B9393;
    color: #FFF;
    text-align: right;
    padding: 6px;
    padding-right: 20px;

    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

.sub-left a {
    float: left;
    color: #FFF;
    text-decoration: underline;
    margin-left: 10px;
}

.sub-right {
    float: right;
}

section {
    margin-top: 120px;
}

header {
    background: #FFF;
    height: 90px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    position: fixed;
    width: 100%;
    top: 36px;
    z-index: 2;
}

header a img {
    margin-left: 5px;
}

.boxs-content {
    background: #f2f3f4;
    padding: 20px;
    font-size: 1.125rem;
}

.boxs {
    /*background: #A9BFBF;*/
    background: #f2f3f4;
    height: 400px;
    display: flex;
    justify-content: center;
}

.boxs .institutional, .boxs .system, .boxs .politics {
    width: 250px;
    text-align: center;
    margin-top: 70px;
    height: 250px;
    margin-right: 10px;
    color: #FFF;
    font-weight: bolder;
}

.boxs a {
    color: #FFF;
}

article h1 {
    margin-top: 75px;
}

.institutional, .system {
    background: #7B9393;
}

.politics {
    background: #566869
}

footer {
    background: #282D57;
    height: 150px;
    padding-top: 25px;
    padding-left: 20px;
}

.logo_image {
    position: absolute;
    left: 15px;
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    max-height: 60px;
}

.contact {
    color: #FFF;
    font-weight: bolder;
    margin-left: 10px;
}

.locale {
    color: #FFF;
    margin-left: 10px;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.div-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 2px;
    margin-right: 25%;
    color: #536869;
    text-align: right;
    font-size: 15px;
    border-bottom: 8px solid #00A3e5;
}

.separator {
    border-top: 3px solid #00A3E5;
    width: 50px;
    margin-left: 11px;
    margin-top: 10px;
}

.politics-content {
    background: #7B9393;
    color: #FFF;
    padding: 15px;
}

.politics-item {
    margin: 27px;
    margin-top: 22px;
    display: none;
}

.politics-item-1 {
    margin-top: 25px;
    display: none;
}

h2 {
    margin-top: 15px;
}

h4 {
    margin-top: 15px;
    margin-left: 15px;
    cursor: pointer;
}

h5 {
    font-weight: bolder;
    color: #f2f3f4;
    margin-top: 40px;
    font-size: 22px;
}

table {
    background: #f2f3f4;
    color: #566869;
    width:100%;
    border: 1px solid #CCC;
}

table tr {
    border: 1px solid #CCC;
}

table tr td, table tr th {
    padding: 10px;
}

.pbo {
	font-weight: bold;
	size: 18px;
}