.logo {
    width: 180px;
    margin-top: 7px;
    margin-left: 7px;
}

.tabs-content > .content {
    background: #fff none repeat scroll 0 0;
    padding: 0.9375em 0.9475em;
}

.alert-box h4 {
    color: #fff;
}

.tabs dd > a, .tabs .tab-title > a {
    padding: 0.5rem 1rem;
}

.in-color {
    background: grey;
}

.title-index {
    background: #0395DB;
    color: #fff;
    font-weight: 400;
}
.title-index a {
    color: #fff;
}

.modulo1 {
    background: #F9F9F9;
}

.modulo2 {
    background: #FFFFFF;
}

.width-full {
    width: 100%;
}

.table12 {
    width: 100%;
}

.table6 {
    width: 50%;
}

.table4 {
    width: 33%;
}
.table3 {
    width: 25%;
}

.table2 {
    width: 20%;
}

.table1 {
    width: 10%;
}

.error-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #ff0000;
    border-color: #0380bc;
    color: #FFFFFF; }

ul.accordion {
    border: 1px solid #cccccc;
}