html {
    position: relative;
    min-height: 100%;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 14px;
}

body {
    margin: 0 0 50px 0;
    padding: 0;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: none;
    line-height: 1.42857143;
    letter-spacing: 0.1px;
}

/* GENERAL LAYOUT */
.wrapper {
    position: relative;
    max-width: 1200px /*1280px*/;
    margin: 55px auto 0 auto;
    padding: 0 15px;
}

.wrap-content {
    padding: 0 20px;
    background-color: #fff;
}

/**TEXTOS TITULOS SUBTITULOS ETC**/
h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 40px;
}

h5 {
    color: #000;
    font-size: 16px; 
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}

    h5 span.h5 {
        color: #555;
        font-size: 14px;
        font-weight: normal;
    }

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
    background-image: -moz-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
    background-image: -ms-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
    background-image: -o-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0));
    margin-top: 30px;
}

.titular2 {
    text-align: left;
}

.txt span {
    color: #333 !important;
}

p {
    text-align: left;
    line-height: 18px;
}

.form-group p {
    line-height: 15px;
}

/* OVERLAY RESPONSIVE MENU */
.js-nav .site-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    cursor: pointer;
    height: 110%;
}

/* BACKGROUND */
.background {
    background: top / cover no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
    z-index: -2;
    background-position: top !important;
}

.cn_Default .background {
    background: top / cover no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

/* BACKGROUND OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 110%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
    min-height: 100vh;
}

.cn_Default .overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: -1;
}

/* FUENTES E-PRESELEC */
[class^="icon-ep-"], [class*=" icon-ep-"] {
    font-family: "epFont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ep-icon1:before {
    content: "\e600";
}

.icon-ep-icon2:before {
    content: "\e601";
}

.icon-ep-icon3:before {
    content: "\e602";
}

.icon-ep-icon4:before {
    content: "\e603";
}

.icon-ep-icon5:before {
    content: "\e604";
}

.icon-ep-icon6:before {
    content: "\e605";
}

.icon-ep-icon7:before {
    content: "\e606";
}

.icon-ep-icon8:before {
    content: "\e607";
}

.icon-ep-icon9:before {
    content: "\e608";
}

.icon-ep-icon10:before {
    content: "\e609";
}

.icon-ep-icon11:before {
    content: "\e60a";
}

.icon-ep-icon12:before {
    content: "\e60b";
}

/* DEMO PRUEBAS */
.demo-test .demo-ats-content-top {
    background: url(/App_Themes/Front/images_front/demo.png);
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    -khtml-opacity: 0.4;
    z-index: -1;
    text-align: center;
    overflow: hidden;
}

/* LOGIN */
.cn_Default .wrap_cabecera {
    color: #FFFFFF;
    height: 60px;
}

.cn_Default .wrapper {
    position: inherit;
    margin: 0 auto;
    padding: 0 20px;
}

.cn_Default .wrap-content {
    max-width: 440px;
    width: 100%;
    position: relative;
}

.cn_Default .titulo {
    display: none;
}

.cn_Default h3 {
    color: #000;
}

.cn_Default .menu-ofertas a {
    display: inline-block;
    padding: 0 20px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 40px;
    margin-left: 30px;
}

    .cn_Default .menu-ofertas a:hover {
        color: #ececec;
        text-decoration: none;
    }




.form_login {
    position: relative;
}



#reCaptcha_div.form_login #reCaptcha div div {
    margin: auto;
}


.login i, .cn_boxResetear i.fa-lock, .cn_boxResetear i.fa-envelope {
    margin: 9px;
    color: #ccc;
    position: absolute;
    z-index: 2;
}

.captchaField i {
    margin: 0;
    color: #000;
}

.login .fa-lock, .cn_boxResetear .fa-lock {
    font-size: 19px;
}

.login .fa-envelope, .cn_boxResetear .fa-envelope {
    font-size: 14px;
}

.cn_Default .nuevo-usuario {
    color: #fff;
    margin: 0 -20px;
    padding: 20px 40px;
}

    .cn_Default .nuevo-usuario a {
        color: #fff;
    }

/* CAPTCHA FIELD LOGIN */
.captchas {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 12px 20px 0 20px;
    border: solid 1px #ebebeb;
    background: url(/App_Themes/Front/images_front/msg_background.png) #555;
}

    .captchas img {
        height: 37px !important;
        vertical-align: middle;
        margin: -3px 5px 0 0;
        border: solid 1px #999 !important;
    }

    .captchas .label_login, .captchas .form_login {
        padding: 5px 0 5px 5px;
    }

    .captchas .label_login {
        color: #fff;
    }

    .captchas .form_login {
        padding: 4px 0 5px 5px;
    }

    .captchas input {
        border: solid 1px #999 !important;
        background: #fff !important;
        width: 130px !important;
    }

.captchaField {
    position: relative;
}

.captchas span {
    position: relative;
}

.captchas .reload {
    position: absolute;
    top: -2px;
    right: 0px;
    cursor: pointer;
}

.captchaField .reload {
    position: absolute;
    top: 9px;
    left: 130px;
    cursor: pointer;
}

.cn_Alta .captchaField .reload {
    position: absolute;
    top: 9px;
    left: 145px;
    cursor: pointer;
}

.captcha {
    border: 1px solid #8c8c8c;
}

.fotoCandidato {
    border: 1px solid #8c8c8c !important;
}

/* RECORDAR CLAVES */

.left {
    float: left;
}

.right {
    float: right;
}

/**CLEAR FIX**/
.clear {
    clear: both;
}

.login_identificar {
    background: left bottom no-repeat;
    position: absolute;
    right: 5%;
    top: 30px;
    width: 350px;
    height: 100px;
}

    .login_identificar p {
        text-align: right;
    }

.btn_identificate {
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
    margin: 0 20px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .btn_identificate:hover {
        color: #fff;
        font-size: 15px;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

/* OFERTAS */
.cn-vacantes .h3-txt {
    padding: 6px;
    background: #ececec;
}

.filtros-cont .form-group label {
        text-align: left;
    }

.opciones-buscar {
    font-size: 12px;
    margin-top: 0px;
}

    .opciones-buscar .filtros {
        text-decoration: none;
        font-size: 13px;
        cursor: pointer;
        padding: 4px 8px;
        background: #fff;
        border: solid 1px #ececec;
        display: inline-block;
        margin: -1px -15px 0 0;
        float: right;
    }

        .opciones-buscar .filtros:hover {
            background: #ececec;
        }

        .opciones-buscar .filtros i {
            font-size: 25px;
            vertical-align: middle;
            margin-top: -1px;
        }

/**FIXES**/
p {
    line-height: 1.4em;
    margin-top: 0.8em;
}

.proyectofincarrera input {
    width: 190px !important;
}

/* ASTERISCO */
.asterisco {
    color: #fff;
    line-height: 16px;
    padding: 0 6px 0 2px;
    background: url(/App_Themes/Front/images_front/asterisco.png) no-repeat right;
}

/**BTNS POS**/
.boton_both {
    clear: both;
    padding: 20px 0;
}

.boton_pos {
    text-align: left;
    padding: 10px 20px 20px 0;
    float: left;
}

.boton_pos2 {
    text-align: left;
    padding: 10px 0;
    float: right;
}

.borrar_pos2 {
    text-align: left;
    padding: 20px 0 10px 10px;
    float: right;
}

.boton_pos_login2 {
    text-align: center;
}

/* BTN VOLVER */
.boton_v {
    color: #8e908e;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    padding: 4px;
}

    .boton_v:hover {
        color: #000;
        text-decoration: none;
        display: inline-block;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 4px;
    }

    .boton_v:before {
        content: "\f053";
        font-family: "FontAwesome";
        padding: 0 3px 0 0;
    }

/* BTN FOTO */
.cn_DatosPersonales .btn_f {
    text-decoration: none;
    cursor: pointer;
    padding: 8px 10px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #ececec;
}

    .cn_DatosPersonales .btn_f:hover {
        background: #f7f7f7;
        color: #000;
    }

.cn-foto .col-sm-6 {
    margin-top: 7px;
}

/* BTN BORRAR */
.borrar_pos2 .boton {
    padding: 5px 20px;
    border: solid 1px #ececec;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
}

    .borrar_pos2 .boton:hover {
        background: #f7f7f7;
    }

/* BTN - + INFORMÁTICA */
.cb .boton {
    padding: 0px 6px;
    line-height: 30px;
    text-align: center;
}

.boton.eliminar {
    padding: 0px 10px;
    border: solid 1px #ececec;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    background: #fff;
}

    .boton.eliminar:hover {
        background: #f7f7f7;
    }

    .boton.eliminar:after {
        display: none;
    }

.cb .boton:after {
    display: none;
}

/* BTN CERRAR */
.cerrar-link {
    text-decoration: none;
}

    .cerrar-link:hover {
        text-decoration: underline;
    }

/**FORMULARIOS**/  

/* INPUT FILE */
.btn-file {
    border: solid 1px #ececec;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
        width: 95px;
        height: 33px;
    }

/* CUSTOM CHECK AND RADIO BUTTON*/
.styledRadio, .styledCheckbox {
    display: inline-block;
    vertical-align: middle;
}

/* CUSTOM SELECT */
span.customSelect {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 10px 12px 10px;
    border: solid 1px #ebebeb;
    background: url(/App_Themes/Front/images_front/select.png) no-repeat right center #fff;
    line-height: 13px;
    color: #000 !important;
}

    span.customSelect.changed {
        border: solid 1px #ebebeb;
        background: #d9d9d9;
    }

.customSelect.customSelectFocus {
    border: solid 1px #5b5b5b;
    background: url(/App_Themes/Front/images_front/select.png) no-repeat right center #ececec !important;
}

.customSelect.customSelectHover {
    border: solid 1px #333;
}

.btn-group {
    width: 100% !important;
}

.dropdown-menu > li > a {
    white-space: inherit;
}

.selectpicker {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 7px 10px 8px 0px;
}

.dropdown-menu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.filter-option {
    padding-left: 10px;
}

/* ERROR 404 */
.cn_error .wrap_menu ul {
    display: none;
}

/**VALIDATE FORMS**/
.validateError + .customSelect {
    background: url(/App_Themes/Front/images_front/select.png) no-repeat right center #ccc !important;
}

.validateError {
    background: #ccc !important;
}

.btn-file {
    overflow: visible;
}

.errorFileSize {
    margin: 0;
    color: #dc1d46;
    position: absolute;
    left: 0;
}

    .errorFileSize.top {
        top: 35px;
    }

    .errorFileSize.bottom {
        top: 50px;
    }

.cn_Informatica .validateError + .customSelect {
    background: url(/App_Themes/Front/images_front/select.png) no-repeat right center #fff !important;
}

div[id*='UcFormularioDatosPersonales_UcCamposExtraDocumentoAdjunto1_PanelCamposExtra'] {
    height: 90px;
}


.cn-checkbox .col-sm-6 input {
    margin: 0 8px 4px 8px;
}

.cn-adjuntar .col-sm-6 {
    padding-left: 7px;
}

.cn-adjuntar .btn.btn-file {
    float: left;
    margin: 0 7px 7px 7px;
    outline: 0;
}

    .cn-adjuntar .btn.btn-file + .file-name {
        float: left;
        margin: 7px;
    }

        .cn-adjuntar .btn.btn-file + .file-name + div {
            float: left;
            margin-top: 7px;
        }

            .cn-adjuntar .btn.btn-file + .file-name + div a {
                padding: 8px 15px;
                border: solid 1px #ececec;
                text-decoration: none;
                background: #f7f7f7;
            }

                .cn-adjuntar .btn.btn-file + .file-name + div a:hover {
                    text-decoration: none;
                    background: #fff;
                }

.retribucion .btn-group, .expectativa .btn-group, .tipomoneda .btn-group {
    width: 94% !important;
}

.retribucion select, .expectativa select, .tipomoneda select {
    width: 94% !important;
}

.cpostal input {
    width: 25% !important;
}

.retrvariable input {
    width: 165px !important;
}

.cn_Fecha select {
    width: 150px;
}

.dia {
    width: 70px !important;
}

.mes {
    width: 115px !important;
}

.ano {
    width: 80px !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: inherit;
}

.cn_OtrosDatos .fila {
    clear: both;
}

.fila_texto {
    clear: both;
    width: 100%;
    margin: 10px 0 5px 0;
}

.fila ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.fila li {
    text-decoration: none;
    list-style-type: none;
    padding: 0 4px 10px 18px;
    text-align: left;
    color: #5b5b5b;
}

    .fila li a {
        color: #5b5b5b;
        text-decoration: none;
    }

        .fila li a:hover {
            color: #5b5b5b;
            text-decoration: none;
        }

.fila {
    width: 100%;
    max-width: 600px;
    padding: 10px 0 15px 0;
}

.label {
    color: #000 !important;
}

.cn_insfoto > span {
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin: 0 5px 2px 0;
    padding: 2px 2px 4px 0px;
    color: #000;
}

.cn_insfoto .boton {
    background: #777;
    padding: 6px 10px;
}

.fila .form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.nacionalidad {
    height: 160px !important;
}

.cn_DatosPersonales .dashed {
    border-top: solid 1px #ececec;
}

.form label {
    margin: 0 8px 0 0;
}

.cn_insfoto {
    padding-top: 30px;
}

.cn_boxInsertImg {
    margin-top: 30px;
}

#divTitulaciones .label {
    width: 661px;
    height: 15px;
    float: left;
    text-align: left;
    margin: 0px 2px 2px 0;
    padding: 5px 0px 5px 0;
}

#divTitulaciones .form {
    width: 658px;
    float: left;
    text-align: left;
    margin: 2px 2px 0px 0;
    padding: 5px 0px 5px 0;
}

#masdatos .label {
    width: 661px;
    height: 15px;
    float: left;
    text-align: left;
    margin: 0px 2px 2px 0;
    padding: 5px 0px 5px 0;
}

#masdatos .form {
    width: 658px;
    float: left;
    text-align: left;
    margin: 2px 2px 0px 0;
    padding: 5px 0px 5px 0;
}

.observaciones {
    padding: 0;
}
        .observaciones .form textarea {
            width: 100%;
            max-width: 600px;
            height: 100px;
        }

table.tabla {
    width: 100%;
    border-spacing: 0px;
}

    table.tabla a.link_table {
        font-weight: 400;
        text-transform: capitalize;
        text-decoration: underline;
    }

.t1, .t2, .t3, .t4, .t5, .t6, .tb {
    font-weight: 500;
    background: #ececec;
    padding: 20px 10px;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.tabla_con {
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.c1, .c2, .c3, .c4, .c5, .c6, .cb {
    padding: 17px 10px;
}

.cb {
    text-align: center;
    width: 93px;
}

.tb {
    text-align: center;
    width: 93px;
}

a.link_table {
    text-decoration: none;
}

    a.link_table:hover {
        color: #999;
        text-decoration: underline;
    }

a.link:hover {
    text-decoration: underline;
}

.tabla_insert td {
    background: #ccc;
    padding: 10px 8px 8px 8px;
}

.tabla tr.tabla_con:hover {
    background-color: #ececec;
}

.tabla tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.tabla tr:nth-child(even) {
    background-color: #fff;
}

#no-more-tables thead tr th {
    border-bottom-width: 1px !important;
}

/* BAJA */
.cn-nombre-usuario {
    text-transform: capitalize;
}

    .cn-nombre-usuario p {
        margin-top: 8px;
    }

/**OFERTAS**/
.tabla-ofertas .t2 {
    width: 45%;
}

    .tabla-ofertas .c2:first-letter {
        text-transform: uppercase;
    }

/* DETALLE OFERTA */
table.ofertas {
    width: 100%;
}

    table.ofertas .c1 {
        width: 15%;
    }

    table.ofertas th.cn_tdLogo {
        display: none;
    }

.cn_tdTitulo {
    display: none;
}

ul.oferta {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.oferta li {
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .oferta li p {
        text-align: justify;
    }

    .oferta li a {
        font-size: 12px;
        color: #5b5b5b;
        text-decoration: none;
    }

        .oferta li a:hover {
            color: #5b5b5b;
            font-size: 12px;
            text-decoration: underline;
        }

.titulo_oferta_pos {
    text-align: left;
}

    .titulo_oferta_pos .cn_logo {
        float: right;
        width: 204px;
        display: none;
    }

        .titulo_oferta_pos .cn_logo img {
            width: 202px;
            height: auto;
        }

    .titulo_oferta_pos .cn_info {
        font-size: 15px;
        color: #928f7e;
        padding: 0 0 20px 0;
    }

        .titulo_oferta_pos .cn_info p {
            color: #666;
        }

        .titulo_oferta_pos .cn_info h2 {
            color: #000;
            font-size: 27px;
            margin: 3px 0 3px 0 !important;
            font-weight: normal;
            margin-top: 1px;
        }

        .titulo_oferta_pos .cn_info span {
            padding: 3px 0 0 0;
        }

.titulo_oferta {
    font-size: 16px;
    font-weight: normal;
    color: #d13700;
    width: 100%;
    text-decoration: none;
    padding: 4px 4px 4px 0;
    vertical-align: top;
    text-transform: uppercase;
}

.titulo_oferta_pos .cn_empresa {
    position: absolute;
    top: 115px;
    right: 10px;
    width: 70%;
    height: 100px;
    vertical-align: bottom;
}

    .titulo_oferta_pos .cn_empresa div {
        position: relative;
    }

    .titulo_oferta_pos .cn_empresa span {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        font-size: 55px;
    }

    .titulo_oferta_pos .cn_empresa p {
        background: url(/App_Themes/Front/images_front/bg_grad.png) repeat-y;
        position: absolute;
        top: -110px;
        right: 0;
        width: 500px;
        height: 100px;
    }

/**FOTO**/
ul.foto {
    padding-left: 15%;
    padding-top: 20px;
    margin-bottom: 0;
}

    ul.foto li {
        text-decoration: none;
        list-style-type: square;
        padding: 0px 4px 3px 10px;
        text-align: left;
    }

        ul.foto li a {
            font-size: 12px;
            color: #5b5b5b;
            text-decoration: none;
        }

            ul.foto li a:hover {
                color: #5b5b5b;
                font-size: 12px;
                text-decoration: none;
            }

/**INFORMATICA TIPO**/
.informatica_tipo li {
    text-decoration: none;
    list-style-type: none;
    padding: 2px 4px 3px 18px;
    text-align: left;
}

    .informatica_tipo li a {
        font-size: 12px;
        color: #de1a79;
        text-decoration: underline;
    }

        .informatica_tipo li a:hover {
            color: #5b5b5b;
            font-size: 12px;
            text-decoration: none;
        }

/* TOP */
#top-link {
    font-size: 0;
}

.top-link {
    display: none;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    background: #999;
    width: 50px !important;
    height: 50px;
    bottom: 20px;
    right: 20px;
    position: fixed;
    margin: -4px 0 0 0px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 100000;
    text-align: center;
    padding: 0;
    text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .top-link:before {
        content: "\f077";
        font-family: "FontAwesome";
        font-size: 30px;
        line-height: 43px;
        padding: 0;
        color: #363636;
        margin: -4px 0 0 0px;
    }

    .top-link:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);
        text-decoration: none;
    }

    .top-link:active {
        text-decoration: none;
    }

    .top-link:focus {
        text-decoration: none;
    }

.cn_Default .top-link {
    display: none;
}

.cn_Ofertas .top-link {
    display: block !important;
}

/* INTRANET */
.in-intranet {
    display: none;
}

.cn_Ofertas.cn_Intranet .in-intranet {
    display: inline-block;
    font-size: 19px;
    font-weight: normal;
    color: #777;
}

    .cn_Ofertas.cn_Intranet .in-intranet i {
        padding: 0 3px;
    }

/**VER CV**/
.cn_VerCV h3 {
    color: #666;
    font-size: 23px;
    background: none;
}

.cn_VerCV .subtitulo_pos {
    margin: 40px 0 0 0;
    padding: 20px 0 0 0;
    border-top: solid 1px #ececec;
}

.cn_VerCV .link_table {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #999;
    color: #fff;
    padding: 3px 10px;
    text-decoration: none;
}

    .cn_VerCV .link_table:hover {
        background: #666;
        color: #fff;
        padding: 3px 10px;
        text-decoration: none;
    }

.cv_dpersonales {
    padding: 15px 0 45px 20px;
}

.imagevercv {
    text-align: center;
    margin-bottom: 20px;
}

    .imagevercv img {
        border-radius: 100%;
        border: #fff 3px solid !important;
        -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
    }

.titulo_nombre {
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 7px 7px 16px 7px;
    text-align: left;
}

.cv_dpersonales h3 {
    display: none;
}

.cv_dpersonales .cn_VerCV ul {
    padding: -50px 0 70px 0;
}

#ver_cv2, #ver_cv3, #ver_cv4, #ver_cv5, #ver_cv6, #ver_cv_EXP {
    margin-bottom: 10px;
}

.other {
}

    .other li {
        list-style: none;
        margin: 0;
        padding: 2px 4px 0px 0px;
    }

#ver_cv1 {
    color: #fff;
    line-height: 25px;
}

#ver_cv2 li, #ver_cv3 li, #ver_cv4 li, #ver_cv6 li, #ver_cv5 li, #ver_cv_EXP li {
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    list-style: none;
    padding: 2px 0 30px 0;
}

    .campoextra .customFileUploadCargando {
        padding: 10px 0 30px 0;
    }

    .campoextra span {
    }

.cn_OtrosDatos .campoextra .boton {
    padding: 4px 10px;
}

.vercv_email {
    font-size: 11px !important;
    position: absolute;
    left: -242px;
    top: -65px;
    list-style: none !important;
    float: none !important;
    width: auto !important;
}

.cn_cvPersonales {
    padding: 20px;
    background: #fff;
}

/* BOTON CLOSE PARA MODAL*/

.modal-dialog .help-block {
    font-size: 13px;
}

div[id*='PanelCamposExtra'] ~ .help-block.col-sm-4 {
    margin-top: -20px;
    position: absolute;
    padding: 0 30px;
}

.help-block.col-sm-4, div[id*='UcCamposExtraDocumentoAdjunto2'] ~ .help-block.col-sm-4 {
    text-align: right;
    color: #525252;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: -30px;
}

.help-block.col-sm-4 {
    margin-top: -65px;
    padding: 0 25px;
}

/**POPUP**/


/* POPUP LOGIN OFERTAS Y ALTA*/

    .cn_Alta .login h3 {
        display: none;
    }

.cn_Alta .titular2 {
    padding: 0 7px 7px 0;
    font-size: 35px;
    font-weight: normal;
    color: #8e908e;
    margin: 0 0 30px 0;
}


    .cn_Alta #alta .boton_pos {
        padding-top: 0;
    }


div[id*='UcAlta_divEmailCheck'], div[id*='UcAlta_divDocumentoCheck'] {
    margin-top: 5px;
    font-size: 14px;
    color: #525252;
}

div[id*='UcAlta_divDocumentoCheck'] {
    float: right;
}

    div[id*='UcAlta_divEmailCheck'] span[id*='UcAlta_lEmailCheck'], div[id*='UcAlta_divDocumentoCheck'] span[id*='UcAlta_lDocumentoCheck'] {
        color: #dc1d46;
    }

/* AVISOS OFERTAS */
.avisos {
    text-align: center;
}

.oferta-inscrito {
    text-align: center;
    display: block;
}

.oferta-inscrito {
    font-size: 14px;
    color: #fff;
    background: #00a54f;
    padding: 10px 30px;
    margin: 0 auto;
}

    .oferta-inscrito i {
        font-size: 20px;
        padding-right: 10px;
    }

.oferta-caduca {
    text-align: center;
    display: block;
}

.oferta-caduca {
    font-size: 14px;
    color: #B47070;
    padding: 10px 30px;
    margin: 0 auto;
    border: solid 1px #cc0000;
}

    .oferta-caduca i {
        font-size: 20px;
        padding-right: 10px;
    }

.div_capa_login_mensaje_fondo {
    background-image: url(/App_Themes/Front/images_front/msg_background.png);
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    float: left;
    z-index: 2500;
}

    .div_capa_login_mensaje_fondo + .popup {
        z-index: 3000;
    }

        .div_capa_login_mensaje_fondo + .popup .popup-content {
            margin-top: 20%;
        }

.popup-login #linkRecordarClaves {
    display: inline;
}

/* CAPA LOADING PARA AJAX NET */
.capa_loading_master {
    z-index: 15;
    background-color: #F0F0F0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    filter: alpha(opacity=60);
    float: left;
    -moz-opacity: .60;
    opacity: .60;
    display: none;
}

.capa_loading_master_image {
    background-image: url(/App_Themes/Front/images_front/loading_ajax.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

/**IMAGE UPLOAD**/
.bootstrap-filestyle {
    margin: 10px 0;
}

    .bootstrap-filestyle .btn {
        border-radius: 0;
    }

.form-control {
    box-shadow: none;
    border-radius: 0;
}

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background: #fff;
    }

.btn-default {
    border: solid 1px #ececec;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -2px;
}

.imageUploadInputFileContainer input {
}

    .imageUploadInputFileContainer input:before {
        background: #000;
        display: block;
        width: 100px;
        height: 30px;
        content: "ss";
    }

.imageUploadInputFile2 {
    content: attr(data-title);
    text-align: center;
    margin: -30px auto 0 auto;
}

.imageUploadInputFile {
    margin: 10px;
}

.customFileUploadCargado span {
    margin-top: 40px;
}

.customFileUploadCargando {
    width: 295px;
    margin: 10px 0;
}

.imageUploadInputFileContainer {
}

.imageUploadPreviewContainer {
    border: solid 1px #ececec;
}

.imageUploadBotonera {
    margin: 10px;
    height: 40px;
}

.imageUploadCargar {
    margin: 5px;
}

.imageUploadBorrar {
    margin: 5px;
}

.imageUploadRecortar {
    margin: 5px;
}

.imageUploadGuardar {
    margin: 5px;
}

.imageUploadCargando {
    background-image: url(/App_Themes/Front/images_front/loading_mini.gif);
    background-position: left;
    background-repeat: no-repeat;
    height: 16px;
    width: 200px;
    margin: auto;
    padding-left: 20px;
}

input.imageUploadRecortar, input.imageUploadBorrar {
    background: #fff;
    margin: 0 7px;
    text-decoration: none;
    color: #000;
    border: #ececec 1px solid;
    text-align: center;
    width: 84px;
    text-align: center;
    cursor: pointer;
}

    input.imageUploadRecortar:hover, input.imageUploadBorrar:hover {
        background: #fff;
        margin: 0 7px;
        color: #000;
        text-decoration: none;
        border: #ececec 1px solid;
        text-align: center;
        width: 84px;
        text-align: center;
        cursor: pointer;
    }

/* LOPD */
.cn_Alta .cn_lopd {
    background: #ececec;
    padding: 14px 12px 1px 25px;
}

.cn_Alta .cn_lopd {
    color: #999;
}

    .cn_Alta .cn_lopd a {
        text-decoration: none;
    }

        .cn_Alta .cn_lopd a:hover {
            text-decoration: none;
        }

    .cn_Alta .cn_lopd label {
        font-weight: normal;
    }

    .cn_Alta .cn_lopd .cn-lopd-check {
        float: left;
    }

    .cn_Alta .cn_lopd .cn-lopd-txt label {
        display: inline;
    }

.cn_Alta2 .cn_lopd {
    background: #ececec;
    padding: 14px 12px 1px 25px;
}

.cn_Alta2 .cn_lopd {
    color: #999;
}

    .cn_Alta2 .cn_lopd a {
        text-decoration: underline;
    }

        .cn_Alta2 .cn_lopd a:hover {
            text-decoration: none;
        }

    .cn_Alta2 .cn_lopd label {
        font-weight: normal;
    }

    .cn_Alta2 .cn_lopd .cn-lopd-check {
        float: left;
    }

    .cn_Alta2 .cn_lopd .cn-lopd-txt {
        padding-top: 12px;
    }

.cn_Alta .nombre-empresa {
    display: inline;
}

    .cn_Alta .nombre-empresa:first-letter {
    }

/* IDIOMAS */
.t_informatica tr td.c1 {
    width: 70%;
}

.t_informatica tr th.t1 {
    width: 70%;
}

.cn_Idiomas .t1 {
    width: 15%;
}

.cn_Idiomas ul.lenguasMaternas {
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
}

    .cn_Idiomas ul.lenguasMaternas li {
        border: solid 1px #ececec;
        display: inline-block;
        position: relative;
        background-color: #ffffff;
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        padding-left: 8px;
        padding-right: 2px;
        padding-bottom: 4px;
        padding-top: 4px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
    }

    .cn_Idiomas ul.lenguasMaternas span {
        margin-right: 25px;
    }

    .cn_Idiomas ul.lenguasMaternas input {
        color: #fff;
        position: absolute;
        right: 1px;
        top: 5px;
        width: 15px;
        height: 15px;
        line-height: 10px;
        font-weight: 400;
        text-align: center;
        background-image: url(/App_Themes/Front/images_front/circle.png);
        background-color: transparent;
        border-width: 0px;
        cursor: pointer;
        font-size: 11px;
        padding: 0px;
    }

        .cn_Idiomas ul.lenguasMaternas input:hover {
            color: #000;
        }

.cn_Idiomas .lenguaMaternaForm div .boton {
}

.cn_Idiomas .lenguaMaternaForm div .boton_leng {
    height: 30px;
    padding: 20px 0 0 15px;
}

/* IDIOMAS HELP */
.niveles-europa {
    text-decoration: none;
    float: right;
}

/* CAPA IDIOMAS */
.overbox3 {
    position: relative;
}

.overbox2 {
    padding: 30px 30px 50px 30px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    text-align: justify;
    top: 20%;
    left: 200px;
    right: 200px;
    bottom: 10%;
    position: fixed;
    z-index: 10000;
    margin: auto;
    border: solid 1px #ececec;
    max-width: 1100px;
}

.overbox {
    height: 100%;
    overflow: auto;
    margin: 15px -100px 15px 15px;
    padding-right: 100px;
    position: relative;
}

    .overbox .nivelDescripcion {
        font-weight: 400;
        clear: both;
        vertical-align: top;
        font-size: 20px;
        display: block;
    }

    .overbox .nivelDescripcion2 {
        font-size: 14px;
        font-weight: normal;
    }

    .overbox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .overbox ul li {
            padding: 0 0 30px 0;
            text-align: justify;
        }

    .overbox .boton {
        margin-bottom: 0px;
    }

.overbox2 .cerrar {
    text-decoration: none;
    font-size: 30px;
    font-weight: normal !important;
    font-family: Arial !important;
    color: #eee;
    position: absolute;
    right: 7px;
    top: 0px;
}

/* EXPERIENCIA */
.experiencia {
    margin: 10px 0 0 0;
    padding: 20px;
}

.cn_Formacion h3, .cn_Experiencia h3, .cn_Informatica h3, .cn_Idiomas h3 {
    font-size: 20px;
    color: #000;
    margin: 30px 0 5px 0;
}

.form-horizontal .dropformacion.form-group {
    margin: 10px 0 0 0;
    padding: 20px 0 60px 0;
    max-width: inherit;
    background: #ececec;
}

.botones_tabla.right {
    margin-right: 27px;
}

.nota-media .btn-group {
    width: 100px !important;
}

/* FIX LONG WORDS*/
.tabla .c1, .tabla .c2 {
    word-wrap: break-word;
}

.tabla {
    table-layout: fixed;
}

.cn_VerCV #ver_cv_EXP li, .cn_VerCV #ver_cv2 li, .cn_VerCV #ver_cv3 li, .cn_VerCV #ver_cv4 li {
    display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

.div_capa h1 {
    display: none;
}

.div_capa .fila {
    float: none;
    height: auto;
    max-width: 100%;
    -moz-transition: all 100ms ease-out 0s;
    -webkit-transition: all 100ms ease-out 0s;
    -o-transition: all 100ms ease-out 0s;
    transition: all 100ms ease-out 0s;
    width: 100% !important;
    padding: 10px 0 17px 0;
    border-top: dashed 1px #ececec;
}

    .div_capa .fila .label {
        font-weight: 300;
        font-size: 14px;
        width: 100%;
        text-align: left;
        margin: 0 5px 2px 0;
        padding: 2px 2px 4px 5%;
        color: #233243;
        max-width: 600px;
    }

    .div_capa .fila .form {
        margin: 0;
        padding: 0 0 0 5%;
        width: 100%;
        max-width: 600px;
    }

.CustomFileUpload_Cargado_Oculto {
    display: none;
}

/* KILLER QUESTIONS */
.enunciado {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}

.cn_EntrevistaVirtual .styledRadio {
    float: left;
}

    .cn_EntrevistaVirtual .styledRadio + label {
        margin-left: 60px;
        display: block;
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: normal;
        padding-top: 12px;
    }

/* PAGINACIÓN */
.boton_pag {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .boton_pag .boton_pos, .boton_pag .boton_pos2 {
        margin: 0;
        padding: 20px 0;
    }

    .boton_pag a {
        cursor: pointer;
        padding: 4px 10px;
        text-align: center;
        text-decoration: none;
        background: #ececec;
        color: #666;
    }

        .boton_pag a:hover {
            cursor: pointer;
            padding: 4px 10px;
            text-align: center;
            text-decoration: none;
            background: #999;
            color: #fff;
        }

    .boton_pag .boton_pos a:before {
        content: "\f104";
        font-family: "FontAwesome";
        padding: 0 5px 0 5px;
        font-size: 15px;
    }

    .boton_pag .boton_pos2 a:after {
        content: "\f105";
        font-family: "FontAwesome";
        padding: 0 5px 0 5px;
        font-size: 15px;
    }

/**BOTONES PAGINACIÓN**/
.anterior {
    background: url(./images/bt_ant.gif) no-repeat left;
    padding: 0 0 0 15px;
    text-transform: lowercase;
    color: #000000;
    text-decoration: none;
}

.siguiente {
    background: url(./images/bt_sig.gif) no-repeat right;
    padding: 0 15px 0 0;
    text-transform: lowercase;
    color: #000000;
    text-decoration: none;
}

.cn_pag {
    background-color: #e3e8eb;
    line-height: 30px;
    height: 50px;
    color: #6e7273;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 0px;
    font-size: 12px;
}

    .cn_pag select {
        width: 60px;
    }

    .cn_pag .pag_elements {
        float: left;
    }

        .cn_pag .pag_elements .btn-group {
            display: inline-block;
            width: 70px !important;
        }

    .cn_pag .mark_elements {
        float: right;
    }

        .cn_pag .mark_elements .mark_total {
            color: #000;
        }

    .cn_pag .pags {
        float: left;
        padding-left: 10px;
    }

        .cn_pag .pags .btn-group {
            display: inline-block;
            width: 50px !important;
        }

        .cn_pag .pags .pag_total {
            color: #000;
        }

/* OLD BROWSERS */
.ob-logos div span {
    font-size: 30px;
    text-decoration: none;
}

.ob-logos p, .ob-logos h1, .ob-logos h2 {
    text-align: center;
}

.ob-logos div p {
    text-align: center;
}

.ob-logos img {
    text-align: center;
    margin: 0 auto 15px auto;
}

.ob-logos a {
    text-decoration: none;
}

    .ob-logos a:hover {
        text-decoration: underline;
    }
/* MIS OFERTAS */
.cn_MisOfertas .mis-ofertas ul {
    margin: 15px 0 0 0;
}

    .cn_MisOfertas .mis-ofertas ul li {
        margin: 0;
        position: relative;
    }

        .cn_MisOfertas .mis-ofertas ul li a {
            border-radius: 5px;
            display: block !important;
            padding: 0 0 90px 0;
            margin-bottom: 30px;
            min-height: 300px;
            text-decoration: none;
            border: solid 1px #ececec;
            position: relative;
        }

            .cn_MisOfertas .mis-ofertas ul li a:hover {
                text-decoration: none;
                background: #fbfbfb;
                -webkit-filter: brightness(0.90);
                filter: brightness(0.90);
            }

            .cn_MisOfertas .mis-ofertas ul li a .mo-estado {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                text-align: center;
                padding: 10px;
                font-size: 20px;
                border-top: solid 1px #ececec;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            .cn_MisOfertas .mis-ofertas ul li a.estado-inscrito .mo-estado {
                color: #777;
            }

            .cn_MisOfertas .mis-ofertas ul li a.estado-enproceso .mo-estado {
                color: #fff;
                padding: 10px 10px;
            }

            .cn_MisOfertas .mis-ofertas ul li a.estado-finalista .mo-estado {
                color: #fff;
                padding: 20px 10px;
            }

            .cn_MisOfertas .mis-ofertas ul li a.estado-contratado .mo-estado {
                color: #fff;
                padding: 30px 10px;
            }

            .cn_MisOfertas .mis-ofertas ul li a.estado-descartado .mo-estado {
                color: #C33126;
            }

            .cn_MisOfertas .mis-ofertas ul li a.estado-inactivo {
                opacity: 0.4;
            }

        .cn_MisOfertas .mis-ofertas ul li .mo-contenido {
            padding-left: 15px;
        }

        .cn_MisOfertas .mis-ofertas ul li .mo-titulo {
            font-size: 20px;
            display: block;
            background: #ececec;
            padding: 10px 10px;
            width: 100%;
            margin-bottom: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .cn_MisOfertas .mis-ofertas ul li .mo-tipo {
            color: #777;
        }

        .cn_MisOfertas .mis-ofertas ul li .mo-fecha {
            color: #777;
        }

        .cn_MisOfertas .mis-ofertas ul li .mo-extras {
            display: block;
        }

.cn_MisOfertas h1 {
    margin-bottom: 0;
}

.cn_MisOfertas .subtitulo_pos {
    display: none;
}

/* ONEPAGE OFERTAS */
.cn_Ofertas #alta p span {
    display: inline-block !important;
}

.cn_Ofertas #alta p a.boton {
    display: inline-block;
    background: #fff;
    padding: 0;
    color: #000;
    text-decoration: underline;
}

    .cn_Ofertas .login h3 {
        display: none;
    }

    .cn_Ofertas .login .fila_login {
        margin-left: 0px;
    }

    .cn_Ofertas .login .boton_pos_login {
        margin-left: 0px !important;
    }

.cn_Ofertas .titular2 {
    font-size: 35px;
    font-weight: normal;
    color: #8e908e;
}

.cn_Ofertas .onepage-ofertas {
    padding: 0;
    margin: 0;
}

    .cn_Ofertas .onepage-ofertas ul {
        margin-bottom: 0;
    }

        .cn_Ofertas .onepage-ofertas ul li a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
            clear: both;
            margin: 0;
            padding: 15px 15px 15px 15px !important;
        }

        .cn_Ofertas .onepage-ofertas ul li .op-titulo {
            font-size: 18px;
            margin: 0;
            padding: 0;
            max-width: 70%;
            display: block;
        }

            .cn_Ofertas .onepage-ofertas ul li .op-titulo::first-letter {
                display: block;
                text-transform: capitalize;
            }

        .cn_Ofertas .onepage-ofertas ul li .op-perfil {
            line-height: 19px;
            margin: 0;
            padding: 0;
            color: #777;
        }

        .cn_Ofertas .onepage-ofertas ul li .op-fecha {
            line-height: 19px;
            margin: 0;
            padding: 0;
            color: #777;
            white-space: nowrap;
        }

        .cn_Ofertas .onepage-ofertas ul li .op-provincia {
            line-height: 19px;
            margin: 0;
            padding: 0;
            color: #777;
            margin-right: 6px;
            white-space: nowrap;
            border-right: solid 1px #ccc;
            padding-right: 8px;
        }

        .cn_Ofertas .onepage-ofertas ul li .op-tipooferta {
            font-size: 12px;
            color: #999;
            color: #777;
        }

    .cn_Ofertas .onepage-ofertas .op-oferta-inscrito {
        color: #00a54f;
        float: right;
        padding-top: 5px;
    }

        .cn_Ofertas .onepage-ofertas .op-oferta-inscrito i {
            padding-right: 5px;
        }

    .cn_Ofertas .onepage-ofertas .op-oferta-caducada {
        color: #cc0000;
        float: right;
        padding-top: 5px;
    }

        .cn_Ofertas .onepage-ofertas .op-oferta-caducada i {
            padding-right: 5px;
        }

.cn_Ofertas .onepage-oferta {
    padding: 0px;
    margin: 0;
}

    .cn_Ofertas .onepage-oferta h1 {
        padding: 0;
        margin: 0 15px 10px 0;
        font-size: 30px;
        font-weight: normal;
    }

            .cn_Ofertas .onepage-oferta h1 span::first-letter {
                display: block;
                text-transform: capitalize;
            }

    .cn_Ofertas .onepage-oferta h3 {
        padding: 25px 0 0 0;
        margin: 0;
        font-weight: normal;
        font-size: 22px;
    }

    .cn_Ofertas .onepage-oferta p {
        text-align: left;
    }

    .cn_Ofertas .onepage-oferta .onepage-rinfo {
        border: solid 1px #ececec;
        padding: 15px;
        margin-top: 15px;
    }

.cn_Ofertas .cn_pag {
    background: #fafafa !important;
    margin-bottom: 20px;
}

.cn_Ofertas .boton_pag .boton_pos {
    margin: 0;
    padding: 0;
}

.cn_Ofertas .boton_pag .boton_pos2 {
    margin: 0;
    padding: 0;
}

.cn_Ofertas .boton_pag a {
    margin: 0;
    padding: 0;
    background: none;
}

    .cn_Ofertas .boton_pag a:hover {
        margin: 0;
        padding: 0;
        background: none;
        color: #000;
    }

.cn_Ofertas #Ancla_Oferta {
    text-decoration: none;
    display: none;
}

.cn_Ofertas .menu-ofertas-login, .cn_Ofertas .menu-ofertas-login {
    display: none !important;
    background-color: rgba(255,255,255,0.4);
}


/* SLIDE IN LOGIN LEFT */
@-webkit-keyframes slide_l1 {
    100% {
        margin-top: -35px;
    }
}

@-moz-keyframes slide_l1 {
    100% {
        margin-top: -35px;
    }
}

@-ms-keyframes slide_l1 {
    100% {
        margin-top: -35px;
    }
}

@keyframes slide_l1 {
    100% {
        margin-top: -35px;
    }
}

/* RESPONSIVE MENU */
.wrap_menu {
    margin: 0 auto;
    position: relative;
}

/* HIDE MENU OPTIONS */

.cn_Default ul.navi li.menu-login {
    display: none !important;
}

ul.navi li.menu-oferta-old {
    display: none !important;
}

ul.navi li a.menu_on {
    background-color: rgba(255,255,255,0.4);
}

.wrap_menu ul.navi li.menu-ofertas a {
    margin-left: 20px;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.wrap_menu ul.navi li.menu-ofertas-login a {
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.wrap_menup ul.navi li.menu-salir a {
    border-left: solid 1px #999;
    padding-left: 10px;
}

    .cn_Default .wrap_menu ul.navi li.menu-idioma a span.currentLang{
        color: #fff;
    }


.wrap_menu ul.navi li.menu-idioma ul li a {
    border: 0;
}

    .wrap_menu ul.navi li.menu-login a {
        border-left: solid 1px #999;
        padding-left: 10px;
    }

    .wrap_menu ul.navi li.menu-nuevo-usuario a {
        text-decoration: underline;
    }

.cn_Default .menu_wrap ul.navi li.menu-idioma a {
    border-right: solid 1px #fff;
    color: #fff !important;
}

.menu-idioma3 {
    display: none;
}

.date-alta {
    display: none;
}

.cn_Alta .wrap_menu ul.navi li.menu-login a, .cn_Alta2 .wrap_menu ul.navi li.menu-login a {
    border-left: 0;
    padding-left: 0;
}

a.menu-iniciar-sesion {
    display: none;
}

.cn_Default .menu-inicio {
    background-color: rgba(255,255,255,0.2);
}

.cn_Alta .menu-nuevo-usuario, .cn_Alta2 .menu-nuevo-usuario, .cn_Ofertas .menu-ofertas {
    background-color: rgba(255,255,255,0.2);
}

/* IOS Elimnar campo upload file 'Datos Personales' */
.cn-adjuntarfoto-no {
    display: none;
}

.ua-ios .cn-adjuntarfoto-no {
    display: block;
}

    .ua-ios .cn-adjuntarfoto-no .col-sm-6 {
        color: #dc1d46;
    }

.ua-ios .cn-adjuntarfoto {
    display: none;
}

.ua-ios .cn-adjuntar-default {
    display: none;
}

.selectpicker {
    width: 100%;
}

.bg-white {
    display: block;
    background: white;
}

/* S3 Direct Browser Upload*/

.dbuMaxFileSize {
    text-align: right;
    margin-top: -10px;
}

/*FIN S3 Direct Browser Upload */

/* Tablet */
@media only screen and (min-width:991px) {
    ul li.menu-micv2 {
        display: none !important;
    }

    ul li.menu-inicio {
        display: none !important;
    }

    /* IDIOMAS CAPA */
    .overbox2 {
        display: none;
        top: 10%;
        left: 30%;
        right: 30%;
        bottom: 10%;
    }

    .cn_Default .wrap-content {
        -ms-margin-top: -10000px;
        margin-top: -10000px;
        -moz-animation: slide_l1 1s forwards;
        -webkit-animation: slide_l1 1s forwards;
        animation: slide_l1 1s forwards;
        animation-delay: 0.2s;
        -webkit-animation-delay: 0.2s;
        -moz-animation-delay: 0.2s; 
    }

    .cn_Alta .wrap_menu ul.navi li.menu-nuevo-usuario, .cn_Alta2 .wrap_menu ul.navi li.menu-nuevo-usuario {
        display: none !important;
    }
}

/* Mobile and iPad Portrait */
@media only screen and (max-width:1200px) {

    /* MIS OFERTAS */
    .cn_MisOfertas .sin-ofertas p {
        font-size: 15px;
    }

    .cn_MisOfertas .sin-ofertas .titulo {
        font-size: 30px;
    }

    .cn_Ofertas .onepage-oferta .oferta-inscrito {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }


    .cn_MisOfertas .sin-ofertas p {
        font-size: 15px;
    }

    .cn_MisOfertas .sin-ofertas .titulo {
        font-size: 30px;
    }
}

/* Mobile Portrait */
@media only screen and (min-width: 992px) {
    .btn-lengua i {
        display: none;
    }
}

/* Mobile Landscape and Portrait */
@media only screen and (max-width:991px) {

    body {
        font-size: 14px;
    }

    .cn_Default .container {
        width: 100%;
    }

    .wrap-content {
        margin-top: 0 !important;
    }

    .wrap_cabecera .container {
        width: auto;
        padding: 0;
    }

        .wrap_menu h1 {
            font-size: 22px;
            line-height: 30px;
            color: #FFF;
            padding: 10px;
        }

        .wrap_menu ul {
            margin: 0px;
        }

    /* FORMULARIOS */
    .cn-checkbox .col-sm-6 {
        padding-top: 7px;
    }

    /* RESPONSIVE SLIDE MENU */
        #nav ul li {
            padding: 0;
            width: 100%;
            display: inline-block;
        }

            #nav ul li a {
                color: #FFF;
                border: none;
                text-align: left;
                margin-left: 0;
                line-height: inherit;
                text-decoration: none;
                display: block;
                padding: 15px 15px 15px 30px;
            }

                #nav ul li a:hover {
                    text-decoration: none;
                    background-color: rgba(255,255,255,0.1) !important;
                }

            #nav ul li .nuevo-usuario-txt {
                display: none;
            }

            #nav ul li.menu-ofertas-login a,
            #nav ul li.menu-inicio a,
            #nav ul li.menu-login a,
            #nav ul li.menu-ofertas a,
            #nav ul li.menu-nuevo-usuario a,
            #nav ul li.menu-salir a,
            #nav ul li.menu-micv2 a {
                text-transform: uppercase;
                font-weight: bold;
                padding-left: 15px;
            }

            #nav ul li.menu-micuenta a.micuenta {
                text-transform: uppercase;
                font-weight: bold;
                padding-left: 15px;
            }

            #nav ul li.menu-login {
                display: none !important;
            }

    .cn_Default #nav ul li.menu-inicio, .cn_Alta #nav ul li.menu-inicio, .cn_Alta2 #nav ul li.menu-inicio, .cn_Ofertas #nav ul li.menu-inicio {
        display: block;
    }

    #nav ul li.menu-inicio {
        display: none;
    }

    #nav ul li.menu-idioma {
        display: none;
    }

        #nav ul li.menu-idioma ul {
            display: none;
        }

        #nav ul li.menu-idioma a {
            text-transform: capitalize;
        }

    ul.navi li.menu-idioma {
        display: none;
    }

    ul.navi li.menu-micv2 {
        display: block;
        text-transform: uppercase;
        font-weight: 400;
    }

        ul.navi li.menu-micv2 a {
            padding-left: 15px;
        }

    a.menu-idioma3 {
        float: right;
        display: block;
        margin: 20px 15px 15px 0;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
    }

        a.menu-idioma3:hover {
            text-decoration: underline;
        }

    .cn_Default a.date-alta {
        float: right;
        display: block;
        padding-right: 10px;
        margin: 20px 10px 15px 15px;
        border-right: solid 1px #fff;
        text-decoration: underline;
        color: #fff;
    }

    .wrap_menu ul li.menu-ofertas a, .wrap_menu ul li.menu-ofertas-login a {
        background: none !important;
    }

    /* RESPONSIVE TABLES */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    #no-more-tables .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 0px solid #ccc;
        border-bottom: 0;
    }

    #no-more-tables td { /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #ececec;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .cb {
        width: inherit;
    }

    #no-more-tables td:before { /* Now like a table header */
        position: absolute; /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 500;
    }

    table.tabla a.link_table {
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
    }

    #no-more-tables td.c1-tit {
        background: #e2e2e2;
        padding-left: 5px;
        font-weight: bold;
    }

    /* OFERTAS */
    #no-more-tables .tabla-ofertas td.c1 {
        background: #e2e2e2;
        padding-left: 5px;
    }

    #no-more-tables .tabla-ofertas td.c2 {
        background: #e2e2e2;
        padding-left: 5px;
        font-weight: 500;
        margin: -31px 0 0 90px;
    }

    .btn-lengua span {
        display: none;
    }

    /* Label the data */
    #no-more-tables td:before {
        content: attr(data-title);
    }

    /* TABLE IDIOMAS WIDTH*/
    #no-more-tables .t-idiomas td {
        padding-left: 65%;
    }

        #no-more-tables .t-idiomas td.cb {
            text-align: left;
        }

    .cb {
        width: inherit;
    }

    #no-more-tables .t-idiomas td:before {
        width: 60%;
    }

    #no-more-tables .t-idiomas-add {
        border: 0 !important;
        padding: 20px 20px 10px 20px;
        background: #ececec;
    }

        #no-more-tables .t-idiomas-add td {
            border: 0 !important;
        }

        #no-more-tables .t-idiomas-add tr {
            border: 0 !important;
        }

        #no-more-tables .t-idiomas-add th {
            border: 0 !important;
        }

        #no-more-tables .t-idiomas-add > tbody > tr:nth-of-type(2n+1) {
            background: none;
        }

        #no-more-tables .t-idiomas-add tr:nth-child(2n+1) {
            background: none;
        }

    /* TABLE INFORMÁTICA */
    #no-more-tables .tabla_con td.c1:before {
    }

    #no-more-tables tr {
        margin: 0 0 20px 0;
        border: solid 1px #ececec;
        border-bottom: 0;
    }

    .table-bordered {
        border: 0;
    }

    .t_informatica tr td.c1 {
        width: inherit;
    }

    #no-more-tables .t-informatica-add {
        border: 0 !important;
        padding: 20px 20px 10px 20px;
        background: #ececec;
    }

        #no-more-tables .t-informatica-add td {
            border: 0 !important;
        }

        #no-more-tables .t-informatica-add tr {
            border: 0 !important;
        }

        #no-more-tables .t-informatica-add th {
            border: 0 !important;
        }

        #no-more-tables .t-informatica-add > tbody > tr:nth-of-type(2n+1) {
            background: none;
        }

        #no-more-tables .t-informatica-add tr:nth-child(2n+1) {
            background: none;
        }

        #no-more-tables .t-informatica-add .tabla_insert td {
            background: none;
        }

    /* UPLOAD IMAGE - DATOS PERSONALES*/
    .crop_transparentDiv {
        display: none;
    }

    .crop_dottedDiv {
        display: none;
    }

    ul.foto {
        padding-left: 15px;
    }

    .imageUploadRecortar {
        display: none;
    }

    .imageUploadPreview {
        border: 0 !important;
    }

    h5 {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    hr {
        margin: 10px;
    }

    /* IDIOMAS CAPA */
    .overbox2 {
        display: none;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .overbox ul li {
        font-size: 15px;
    }

    /* INICIAR SESIÓN */
    .cn_Ofertas a.menu-iniciar-sesion {
        float: right;
        display: block;
        margin: 20px 10px 15px 0px;
        text-decoration: underline;
        color: #fff;
        border-left: solid 1px #fff;
        padding-left: 10px;
    }

    /* OFERTAS ONEPAGE */
    .cn_Ofertas #Ancla_Oferta {
        margin-top: 40px;
        clear: both;
        display: block;
        text-decoration: none;
    }

    /* MI CUENTA */
        .navi li.menu-micuenta a img, .navi li.menu-idioma ul a img {
            display: none;
        }

    .navi li.menu-idioma ul {
        display: none;
    }

    .menu-idioma {
        position: relative;
    }

    /* BUSCADOR */
    .opciones-buscar .filtros {
        margin-top: -16px;
    }

    .cn_Ofertas .menu-ofertas-login {
        display: block !important;
    }

    .help-block.col-sm-4 {
        text-align: left;
        padding: 0 25px;
    }

    div[id*='UcCamposExtraDocumentoAdjunto'] ~ .help-block.col-sm-4 {
        position: relative;
        padding: 10px 0;
        top: 10px;
    }

    .help-block.col-sm-4, div[id*='UcCamposExtraDocumentoAdjunto2'] ~ .help-block.col-sm-4 {
        margin-top: -35px;
        text-align: left;
    }

    div[id*='UcCamposExtraDocumentoAdjunto2'] ~ .help-block.col-sm-4 {
        display: inline;
        top: -20px;
    }

    .errorFileSize.top {
        top: 50px;
    }

    .errorFileSize.bottom {
        top: 65px;
    }

    .help-block.col-sm-4 {
        margin-top: -51px;
        padding: 0;
        text-align: left;
    }
}

/* LOGIN CON INFOJOBS*/


@media only screen and (min-width: 991px) {

    .btn-buscar i {
        display: none;
    }

    .cn_Ofertas .menu-ofertas, .cn_Ofertas .menu-ofertas {
        display: none !important;
    }
}

@media only screen and (max-width:991px) and (min-width: 768px) {
    .errorFileSize.top {
        top: 40px;
    }

    .errorFileSize.bottom {
        top: 55px;
    }

    .help-block.col-sm-4 {
        margin-top: -65px;
        padding: 0 20px;
    }

    div[id*='UcCamposExtraDocumentoAdjunto2'] ~ .help-block.col-sm-4 {
        top: 5px;
        padding: 0px 20px;
        text-align: right;
    }
}

/* Mobile Portrait */
@media only screen and (max-width: 767px) {
    /* VER CV */
    .cv_dpersonales .col-xs-12 {
        text-align: center;
    }

    .popup-content {
        width: 400px;
    }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
    .overlay {
        background: #fff !important;
    }
    .wrap_menu h1 {
        font-size: 14px;
    }

    .wrap-content {
        min-width: 240px;
        margin-top: 0;
    }

    .container {
        min-width: 240px;
        padding: 0 15px;
    }


    h1 {
        font-size: 22px;
        margin-top: 20px;
    }

    p {
        text-align: left;
    }

    /* IDIOMAS */
    .cn_Idiomas .t1 {
        width: 50%;
    }

    /* CAPA MENSJAES */
    .popup-content {
        margin: 10px;
        position: relative;
        width: auto;
    }

    /* MIS OFERTAS */
    .cn_MisOfertas .sin-ofertas p {
        font-size: 15px;
    }

    .cn_MisOfertas .sin-ofertas .titulo {
        font-size: 20px;
    }
}

.redes_lf {
    display: none;
}

.app_200 .redes_lf {
    display: block;
    background-image: url('images_front/redes_if.jpg');
    width: 360px;
    height: 131px;
    margin: 10px auto 45px auto;
}

.app_200 .login {
    padding: 0;
}


.langMenu {
    position: relative;
}

.alert-pending-upload {
    height: 33px;
    line-height: 33px;
}