 html,body {
    background-color: #95CCD6;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

.index-bar-bg{
    background-color: #2B4855;
}

.nwbtnColor{
    background-color: #2B4855;
    border-color: #508096;
    color: #fff;
    cursor: pointer;
}

.anchorColor, .paragraphColor{
    color: #fff !important;
}

.container-color {
    background-color: #d3d3d3;
} 

.row-top {
    width: 100%;
    height: 345px;
    background-image: url(../img/encabezado_oficios.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    overflow: hidden;
    margin: 0;
}

h1 a {
    display: block;
    width: 299px;
    height: 44px;
    text-indent: -9999em;
    background: url(../../images/logo.jpg)0 0 no-repeat;
}

.menu-row {
    width: 100%;
    background: url(../../images/menu-bg.jpg) left top repeat-x #178fbe;
}

.menu-bg {
    width: 100%;
    background: url(../../images/menu-bg.jpg) left top no-repeat;
}

.main {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    font-size: 0.8125em;
    line-height: 1.3846em;
}

.indent-left {
    padding-left: 2px;
}

.menu {
    padding: 0 0 0 0;
    background: url(../../images/menu-spacer.gif) left top no-repeat;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

ul {
    list-style: none;
}

.menu li {
    float: left;
    position: relative;
    background: url(../../images/menu-spacer.gif) right top no-repeat;
    padding-right: 2px;
}

.menu li.active a,
.menu>li>a:hover {
    color: #000;
}

.menu li a {
    display: block;
    font-size: 18px;
    line-height: 3em;
    width: 189px;
    padding: 8px 0 8px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.active a:before {
    content: "" !important;
}

.active a:after {
    content: "" !important;
}