html,body {
    background-color: #95CCD6;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}


.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;
}

.index-bar-bg{
    background-color: #2B4855;
}

.nwbtnColor{
    background-color: #2B4855;
    border-color: #508096;
    color: #fff;
    cursor:pointer;
}

img#captcha-refresh{
    /* margin-top:9px; */
    width:50px;
    height:50px;
    /* margin-right:6px; */
    cursor:pointer;
}

img#logoRegistro{
    width:346px;
    height:300px;
    margin-bottom: 1em;
}

.bordera{
    border:5em solid;
}

.para{
    color: #2B4855;
}

