textarea {
    width: 500px;
    height: 200px !important;
}

#contenido-principal {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 0;
}

#barra-superior {
    height: 23px;
    background: #003b5a;
    width: 100%;
    position: fixed;
    z-index: 3;
}

#contenedor-header, #contenedor-header-autoconsulta {
    width: 100%;
    padding-bottom: 20px;
    height: 90px;
    min-width: 1000px;
    position: relative;
    background: url("img /back-top.jpg") repeat-x scroll 0 top;
}

#logo-gener {
    overflow: hidden;
    position: absolute;
    left: 45px;
    margin: 40px 0 20px 0;
}

#logo-contratistas {
    overflow: hidden;
    position: absolute;
    right: 45px;
    margin: 40px 0 20px 0;
}

#contenedor-menu {
    width: 100%;
    background-color: #96bd0f;
    min-height: 38px;
    min-width: 1000px;
    z-index: 2;
}

#menu-principal {
    width: auto;
    margin: 0 0 0 208px;
    display: block;
}
/* CONTENIDO*/

#contenedor-usuario {
}

#usuario {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    font-family: 'PT Sans', sans-serif;
}

    #usuario h3 {
        font-size: 13px;
        font-weight: bold;
        margin: 3px 0 0 10px;
        color: #fff;
        text-transform: uppercase;
        float: left;
    }

    #usuario p {
        font-size: 14px;
        margin: 2px 0 0 10px;
        color: #fff;
        float: left;
    }

#login {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 3px;
    font-family: 'PT Sans', sans-serif;
    right: 15px;
}

    #login a, #login a:link {
        font-size: 13px;
        font-weight: bold;
        margin: 3px 0 0 10px;
        color: white;
        text-transform: uppercase;
    }

        #login a:hover {
            color: #F16629;
            text-decoration: underline;
        }

#breadcrumb {
    height: 65px;
    min-width: 1000px;
    padding-left: 20px;
    font-family: 'PT Sans', sans-serif;
    text-align: left;
}

    #breadcrumb ul {
        margin: 9px 0 0 0;
        text-align: left;
    }

        #breadcrumb ul li {
            display: inline-block;
            padding: 0 3px 0 0;
            zoom: 1;
            *display: inline;
        }

            #breadcrumb ul li a::after {
                content: ' >';
            }

label::after {
    content: ': ';
}

#breadcrumb a, #breadcrumb a:link {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #003c5b;
}

    #breadcrumb a:hover {
        color: #003c5b;
    }

#breadcrumb li {
    color: #003c5b;
}

#breadcrumb h1 {
    color: #003c5b;
    font-size: 25px;
    margin: 0 0 0 0;
    padding-top: 5px;
}

#col-iz {
    width: 208px;
    height: auto;
    min-height: 400px;
    float: left;
}

#col-der {
    width: auto;
    height: auto;
    border: 1px solid #003c5b;
    overflow: hidden;
    min-height: 400px;
    color: #0C1C32;
    padding: 20px 20px 20px 20px;
    margin-bottom: 60px;
}

#contenido-col-der {
    width: 100%;
    min-height: 600px;
    background-color: #fff;
}

#clear {
    clear: both;
}

#menu-lateral {
    width: 208px;
    height: auto;
    font-family: 'PT Sans', sans-serif;
    margin: 0 0 20px 0;
}

    #menu-lateral p {
        font-size: 14px;
        color: #AC560D;
        letter-spacing: 1px;
        padding: 20px 0 20px 30px;
    }

    #menu-lateral ul {
        font-size: 14px;
        padding: 0 0 0 0;
        text-align: left;
        display: block;
    }

        #menu-lateral ul li {
            display: block;
            border-bottom: 1px solid #fff;
        }

            #menu-lateral ul li a, #menu-lateral ul li a:link {
                background: #96bd0f;
                color: White;
                text-decoration: none;
                font-weight: bold;
                padding: 7px 0 0 10px;
                display: block;
                height: 25px;
            }

                #menu-lateral ul li a:hover {
                    color: #fff;
                    text-decoration: underline;
                    background: #6c9000;
                }

#contenedor-principal {
    margin: 20px 0 0 20px;
    width: 100%;
    min-height: 600px;
    position: absolute;
    top: 67px;
    left: 215px;
    min-width: 1000px;
}

#contenido-footer {
    width: 100%;
    background: #213f5b;
    height: 160px;
    min-width: 1000px;
}
/* menu-principal*/ /* LEVEL ONE */

ul.dropdown {
    position: relative;
    display: block;
    font-weight: bold;
    list-style: none;
    z-index: 2;
}

    ul.dropdown li {
        float: left;
        zoom: 1;
        display: block;
        min-width: 149px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }

    ul.dropdown a:hover {
        color: #fff;
    }

    ul.dropdown a:active {
        color: #fff;
    }

    ul.dropdown li a {
        display: block;
        padding: 10px 20px 0 20px;
        color: #003c5a;
        text-decoration: none;
        height: 27px;
    }

    ul.dropdown li:hover {
        background: #6c9000;
        color: White;
        position: relative;
        border-radius: none !important;
    }
    /* LEVEL TWO */

    ul.dropdown ul {
        visibility: hidden;
        position: absolute;
        top: 37px;
    }

        ul.dropdown ul li {
            font-weight: normal;
            color: #000;
            text-align: center;
            float: left;
            min-width: 139px;
            font-size: 12px;
            display: block;
            height: 37px;
        }

            ul.dropdown ul li a:active {
                color: #003C5A;
            }

            ul.dropdown ul li a {
                border-right: none;
                display: inline-block;
                color: #fff;
                min-width: 110px;
                background-color: #6c9000;
            }

                ul.dropdown ul li a:hover {
                    color: #ffffff;
                    background-color: #96bd0f;
                    min-width: 110px;
                }
        /* LEVEL THREE */

        ul.dropdown ul ul {
            left: 100%;
            top: 0;
        }

            ul.dropdown ul ul li a {
                color: #fff;
                background-color: #96BD0D !important;
                position: absolute;
                left: 0;
            }

                ul.dropdown ul ul li a:hover {
                    background-color: #5A7411 !important;
                    left: -1px;
                }

    ul.dropdown li:hover > ul {
        visibility: visible;
        position: absolute;
    }

#html5logo {
    overflow: hidden;
    position: absolute;
    right: 45px;
    margin: 32px 0 20px 0;
}

dl {
    line-height: 2em;
    margin: 0em 0em;
}

dt {
    font-weight: bold;
    vertical-align: top;
}

dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

fieldset {
    padding: 1em;
    border: solid 1px #ECEAD9;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

input:focus {
    border: 2px solid #FFD800;
    background: #FFFFD8;
}

input[readonly="readonly"] {
    background-color: #F2F2F2;
    border: 2px solid #D9D9D9;
}

.field-validation-error {
    color: Red;
}

.astericoRequerido {
    margin-left: 5px;
    font-weight: bold;
}

td.tableFormSecond, th.tableFormSecond {
    padding-left: 20px;
}

#col-der th, #cont-clean th, .dialogPopup {
    text-align: left;
    padding-right: 10px;
    vertical-align: top;
}

#col-der td, #cont-clean td, .dialogPopup {
    text-align: left;
    padding-right: 5px;
}

#col-der h2, #cont-clean h2, .dialogPopup {
    color: #003B5A;
    margin-top: 0;
}

fieldset h2 {
    font-size: 16px;
}

.dialogPopup {
    border-color: #003C5B;
}

#col-der hr {
    border-color: #98BA0E;
}
/*link en tabla*/

#col-der a:active, #col-der a:link, #col-der a:visited, #cont-clean a:active, #cont-clean a:link, #cont-clean a:visited, .dialogPopup a:active, .dialogPopup a:link, .dialogPopup a:visited, div#formEstadistica a:link, div#formEstadistica a:active, div#formEstadistica a:visited {
    color: #007500;
}

#col-der a:hover, #cont-clean a:hover, .dialogPopup a:hover, div#formEstadistica a:hover {
    color: #f16629;
}

#col-der ol.info {
    margin-left: 30px;
}

.ui-accordion-content {
    height: max-contect;
}

    .ui-accordion-content h4 {
    }

#divMensaje {
    padding: 0 .7em;
    display: none;
    position: fixed;
    left: 50%;
    width: 300px;
    top: 0px;
    z-index: 2000;
    text-align: center;
    margin-left: -150px;
    top: 0px;
    text-align: center;
    text-shadow: 0px 1px 0 #13839B;
    box-shadow: 0 1px 8px rgba(0,0,0,0.38);
    font-family: sans-serif;
    border-color: #3D3500;
    border-top: 0;
}

    #divMensaje span {
        float: left;
        margin-right: .3em;
    }

.eliminar {
    background: url('img/remove.png');
    display: block;
    float: right;
    height: 10px;
    width: 10px;
}

#contenedor-ayuda {
    width: 180px;
    margin-left: 7px;
    margin-bottom: 20px;
    height: auto;
    min-height: 100px;
    border: solid 1px #003C5B;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    padding: 20px 5px 5px 5px;
    font-size: 12px;
    color: #003C5B;
    line-height: 18px;
}

    #contenedor-ayuda p, #contenedor-ayuda ol, #contenedor-ayuda ul {
        margin: 0 10px 10px 10px;
    }

    #contenedor-ayuda ol, #contenedor-ayuda ul {
        margin-left: 18px;
    }

    #contenedor-ayuda ul {
        list-style-type: circle;
    }

#titulo-ayuda {
    position: absolute;
    top: -9px;
    height: 30px;
    width: 80px;
    margin: 0 0 0 10px;
    background-color: #fff;
}

    #titulo-ayuda p {
        color: #003C5B;
        display: block;
        float: left;
        margin: 0;
        height: 20px;
        width: 50px;
        font-family: 'PT Sans', sans-serif;
        text-transform: uppercase;
        overflow: hidden;
        font-size: 14px;
        font-weight: bold;
        padding: 0;
    }

    #titulo-ayuda img {
        display: block;
        float: left;
        height: 20px;
    }

.clear {
    clear: both
}

#cont-clean {
    width: auto;
    height: auto;
    color: #434343;
    padding: 0 20px 20px 20px;
}

#acordeonProyectosTitle {
    border: 0;
    display: flex;
}

#acordeonProyectosContent {
    border: 0;
}

.acordeonTrabajadores .ui-state-active {
    background: #F6F5FF !important;
    font-weight: normal;
    color: #212121;
}

.acordeonTrabajadores .ui-accordion-header {
}

.acordeonTrabajadores .ui-accordion-content {
    background-color: #F6F5FF !important;
    background-image: none;
}

.acordeonTrabajadores .ui-state-hover {
}

.acordeonContratistas .ui-state-active {
    background: #FAFAFA;
    font-weight: normal;
    color: #212121;
}

.acordeonContratistas .ui-accordion-header {
    background-color: #FAFAFA;
}

.acordeonContratistas .ui-accordion-content {
    background-color: #FAFAFA;
    background-image: none;
}

.acordeonContratistas .ui-state-hover {
}

.acordeonFirstItem {
    margin-top: 0;
}

.acordeonHeaderRight {
    position: absolute;
    right: 10px;
}

#usuario a {
    color: White;
    font-size: 9px;
    font-weight: normal;
}

    #usuario a:hover {
        color: #F16629;
    }

.dataTables_wrapper label::after {
    content: "";
}

a#linkFeedback {
    display: block;
    float: left;
    margin: 40px 0 0 50px;
    font-weight: bolder;
    color: White;
    font-size: 14px;
}

    a#linkFeedback:hover {
        color: #F16629;
    }

.divDialog {
    display: none;
}

input[type="submit"], button, .fcc-btn {
    background-color: #96bd0f;
    color: White !important;
    padding: 8px 15px 8px 15px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    input[type="submit"]:hover, button:hover, .fcc-btn:hover {
        background-color: #6c9000;
    }

div.bloqueFlotante {
    border: 1px solid #003C5B;
    float: left;
    padding: 10px 5px;
    min-width: 150px;
    min-height: 70px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    div.bloqueFlotante span {
        display: block;
    }

        div.bloqueFlotante span.bloqueFlotanteTitulo {
            font-size: 18px;
        }

        div.bloqueFlotante span.bloqueFlotanteFecha {
            font-size: 14px;
        }

        div.bloqueFlotante span.bloqueFlotanteResultado {
            margin-top: 5px;
            font-size: 24px;
        }

div#formEstadistica {
    width: 180px;
    margin-left: 7px;
    margin-bottom: 20px;
    height: auto;
    min-height: 100px;
    border: solid 1px #003C5B;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    padding: 20px 5px 5px 5px;
    font-size: 12px;
    color: #003C5B;
    line-height: 18px;
}

    div#formEstadistica h3, div#formEstadistica p, div#formEstadistica input[type="submit"] {
        margin: 0 10px 10px 10px;
    }

tbody.rowMarca tr.rowMarca {
    border-top: 1px solid !important;
}

tbody.rowMarca tr {
    border: 1px dotted #003C5B;
}

    tbody.rowMarca tr.lv1 {
        background-color: #cdf0ad;
    }

    tbody.rowMarca tr.lv2 {
        background-color: #f2f7b2;
    }

    tbody.rowMarca tr.lv3 {
        background-color: #fae3b4;
    }

    tbody.rowMarca tr.lvXDoc {
        background-color: #faf1b4;
    }

.ACCenter {
    margin: 0 auto;
    width: 400px;
}

#contenedor-header-autoconsulta {
    height: 15px !important;
}

#ACResult {
    display: none;
}
/*tabla*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-dialog-buttonset button {
    border: 1px solid #67b021;
    background: #67b021;
    font-weight: bold;
    color: #ffffff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #67b021;
    background: #67b021;
    font-weight: bold;
    color: #ffffff;
}

.ui-widget-header {
    border: 1px solid #ece8da;
    background: #ece8da;
    color: #433f38;
    font-weight: bold;
    height: 30px;
}

tr.odd {
    background-color: #daecac;
}

tr.even {
    background-color: #ffffff;
}
/*Dialog*/

.ui-dialog .ui-resizable-se input[type="submit"]:hover, button.ui-dialog-titlebar-close:hover {
    background-color: #67b021;
    color: white;
    border: 1px solid #67b021;
}
