﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* 
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea
{
    color: #222;
}

html
{
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection
{
    background: #b3d4fc;
    text-shadow: none;
}

::selection
{
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.cursor-pointer
{
    cursor: pointer;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video
{
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea
{
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy
{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html
{
    overflow-y: scroll;
}

/* ::::::::::::::::::::::::::::::: general ::::::::::::::::::::::::::::::: */
.required
{
    color: #f66 !important;
    font-size: 12px;
}

.placeholder
{
    color: #aaa;
}

.preload
{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 20px;
}

input[type='text']
{
    border: 1px solid #DDD;
    padding: 5px 5px 5px 6px;
}

select
{
    border: 1px solid #DDD;
    padding: 5px 5px 5px 0px;
}

textarea
{
    border: 1px solid #DDD;
    padding: 5px 5px 5px 6px;
}

#floatClock
{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 0px;
    top: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 99;
    color: #fff;
    text-align: center;
}

    #floatClock #fixClock
    {
        padding: 10px;
        position: absolute;
        width: 300px;
        /*top:10px;*/
        right: 0px;
        font-size: 14px;
        border: 1px solid #ccc !important;
        border-radius: 10px;
        background: #F55151;
    }

    #floatClock #clock
    {
        font-size: 34px;
        font-weight: normal;
        /*border:2px solid #000 !important;*/
    }

        #floatClock #clock .text
        {
            font-size: 12px;
        }

.ui-datepicker-trigger
{
    margin-left: 4px;
}

select.ui-datepicker-year
{
    padding: 1px;
}

.field
{
}

    .field input[type='text']
    {
        border: 1px solid #DDD;
        padding: 5px 5px 5px 6px;
    }

input[type='text'].large
{
    width: 260px;
}

input[type='text'].xlarge
{
    width: 340px;
}

input[type='text'].small
{
    width: 160px;
}

input[type='text'].xsmall
{
    width: 64px;
}

.field select
{
    border: 1px solid #DDD;
    padding: 5px 5px 5px 0px;
    width: 230px;
}

    .field select.xlarge
    {
        width: 340px;
    }

    .field select.xxlarge
    {
        width: 684px;
    }

.tblHome
{
    border-collapse: separate;
    border-spacing: 40px;
}

    .tblHome td
    {
        cursor: pointer;
    }

    .tblHome a
    {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Trebuchet MS';
    }

.textSelect
{
    background: url(../img/icons/arrow-down.png) no-repeat right center;
    padding: 5px 16px 5px 5px !important;
}

h2
{
    color: #8c291d;
    margin: 0px 0px 14px 0px;
}

.bullet
{
    display: inline-block;
    border: 1px solid #55AAFF;
    border-radius: 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    color: #55AAFF;
    padding: 0px;
    font-size: 14px;
    margin: 2px 2px 0px 0px;
    font-family: Trebuchet;
}

.bulletBlue
{
    display: inline-block;
    border: 1px solid #55AAFF;
    border-radius: 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    margin: 2px 2px 0px 0px;
    background: #55AAFF;
}

.bulletGreen
{
    display: inline-block;
    border: 1px solid #7CD151;
    border-radius: 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    margin: 2px 2px 0px 0px;
    background: #7CD151;
}

.bulletRed
{
    display: inline-block;
    border: 1px solid #F2481D;
    border-radius: 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    margin: 2px 2px 0px 0px;
    background: #F2481D;
}

.bulletGray
{
    display: inline-block;
    border: 1px solid #555;
    border-radius: 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    margin: 2px 2px 0px 0px;
    background: #555;
}

.separator
{
    border-top: 1px solid #d9d6c4;
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
}

.separatorGreen
{
    border-top: 1px solid #7CD151;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

.separatoWhite
{
    border: none;
    margin: 20px 0px 0px 0px;
}

.tblLista
{
    border: 1px solid #d4d1bf;
}

    .tblLista tr
    {
    }

        .tblLista tr th
        {
            border: 1px solid #d4d1bf;
            background: #F0F0F0;
            color: #453821;
            font-weight: bold;
            padding: 8px 6px;
        }

        .tblLista tr td
        {
            border: 1px dashed #d4d1bf;
            background: #fff;
            color: #666;
            padding: 6px;
        }

/* 18.11.2015 Estilo para propuesta */
.tblPlanPropuesta
{
    border: 1px solid #d4d1bf;
}

    .tblPlanPropuesta tr
    {
    }

    .tblPlanPropuesta tr
    {
        background: #D3D6FF;
    }

        .tblPlanPropuesta tr th
        {
            border: 1px solid #d4d1bf;
            background: #F0F0F0;
            color: #453821;
            font-weight: bold;
            padding: 8px 6px;
        }
/*.tblPlanPropuesta tr td { border:1px dashed #d4d1bf; background:#fff; color:#666; padding:6px; } */

.alignLeft
{
    text-align: left;
}

.alignCenter
{
    text-align: center;
}

.alignRight
{
    text-align: right;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.bold
{
    font-weight: bold;
}

.sin-bold
{
    font-weight: normal;
}

.subrayado
{
    border-bottom: 1px dashed #444;
    padding-bottom: 6px;
}

.btnEditSmall
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/Edit-16x16.png);
    cursor: pointer;
    margin: 0 4px;
}

.btnPrintSmall
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/Print-16x16.png);
    cursor: pointer;
    margin: 0 4px;
}

.btnDeleteSmall
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/Delete-16x16.png);
    cursor: pointer;
    margin: 0 4px;
}

.btnAnotacionMarginal
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/formato-16x16.png);
    cursor: pointer;
    margin: 0 4px;
}

.btnPDFSmall
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/pdf-16x16.png);
    cursor: pointer;
    margin: 0 4px;
}

.btnFormatoSmall
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/formato-16x16.png);
    cursor: pointer;
    margin: 0 4px;
}

.ui-widget-combo
{
    float: left;
}

    .ui-widget-combo .custom-combobox-input
    {
        background: #fff !important;
        width: 200px;
        padding: 5px 5px;
        float: left;
        text-transform: uppercase;
    }

    .ui-widget-combo .custom-combobox-toggle
    {
        height: 25px;
        min-height: 15px; /*padding:7px 0px 8px 0px; float:left;*/
    }

/**/
.printable
{
    padding: 30px;
    border: 1px solid #000;
}

/* ::::::::::::::::::::::::::::::: upload ::::::::::::::::::::::::::::::: */
#uploadProgress
{
    position: relative;
    width: 400px;
    border: 1px solid #4c8932; /*padding: 1px;*/
    border-radius: 6px;
    margin-top: 6px;
}

#uploadBar
{
    background-color: #74d04c;
    width: 0%;
    height: 20px;
    border-radius: 6px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 1px rgba(0, 0, 0, 0.2);
}

#uploadPercent
{
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.buttonFix
{
    padding: 5px 20px;
    margin: 2px 0px 0px 0px;
    border: 1px solid #cbc7bd;
    background: #f8f7f6 url(jne10/images/ui-bg_flat_10_f8f7f6_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #654b24;
    font-family: Arial, Trebuchet MS,Tahoma,Verdana, sans-serif;
    font-size: 12px;
}

    .buttonFix:hover
    {
        border: 1px solid #654b24;
        background: #654b24 url(jne10/images/ui-bg_flat_65_654b24_40x100.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #ffffff;
    }

.buttonFixDisable
{
    padding: 5px 20px;
    margin: 2px 0px 0px 0px;
    border: 1px solid #cbc7bd;
    background: #ccc;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Trebuchet MS,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    cursor: default;
}

/* ::::::::::::::::::::::::::::::: masterpage ::::::::::::::::::::::::::::::: */
#wrap
{
}

    #wrap header
    {
        background: url(../img/bg/header.png) repeat-x;
        min-width: 950px;
        position: relative;
    }

        #wrap header .content
        {
            width: 1250px;
            margin: 0 auto;
        }

            #wrap header .content h1
            {
                margin: 0px;
                padding: 10px 0px 0px 10px;
                line-height: normal;
                float: left;
            }

            #wrap header .content ul.top
            {
                float: left;
                list-style: none;
                font-size: 11px;
                color: #666;
                margin: 22px 0px 0px 0px;
                width: 1150px;
            }

.btnTutoriales
{
    display: block;
    width: 148px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: #d75547; /* Old browsers */
    background: -moz-linear-gradient(top, #d75547 1%, #d95e51 34%, #dd7266 59%, #df8175 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d75547 1%,#d95e51 34%,#dd7266 59%,#df8175 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d75547 1%,#d95e51 34%,#dd7266 59%,#df8175 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d75547', endColorstr='#df8175',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    border-radius: 5px;
    margin-right: 10px;
}

    .btnTutoriales.interno
    {
        margin-right: 0;
        width: 123px;
        border-radius: 3px;
        height: 29px;
        line-height: 29px;
    }

    .btnTutoriales:hover
    {
        background: #cc3d2d; /* Old browsers */
        background: -moz-linear-gradient(top, #cc3d2d 1%, #cc3d2d 34%, #d75c4d 93%, #d75c4d 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #cc3d2d 1%,#cc3d2d 34%,#d75c4d 93%,#d75c4d 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #cc3d2d 1%,#cc3d2d 34%,#d75c4d 93%,#d75c4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3d2d', endColorstr='#d75c4d',GradientType=0 ); /* IE6-9 */
    }

#wrap header .content ul.top li
{
    float: left;
    margin: 0px 3px;
}
    /*#wrap header .content ul.top li.wellcome { width:280px; margin:4px 0px 0px 0px;}*/
    #wrap header .content ul.top li.wellcome
    {
        width: 300px;
        margin: 4px 0px 0px 0px;
    }

        #wrap header .content ul.top li.wellcome .user
        {
            color: #8c291d;
        }

    #wrap header .content ul.top li.wellcomeop
    {
        width: 250px;
        margin: 4px 0px 0px 0px;
        text-align: center;
    }

        #wrap header .content ul.top li.wellcomeop .user
        {
            color: #8c291d;
            text-transform: uppercase;
        }
    /*#wrap header .content ul.top li.date { width:330px; margin:4px 0px 0px 0px;}*/
    #wrap header .content ul.top li.date
    {
        width: 180px;
        margin: 4px 0px 0px 0px;
    }

        #wrap header .content ul.top li.date span
        {
            font-weight: normal;
        }

#wrap header .content button
{
    background-image: linear-gradient(#e8eae9,#ffffff);
    border: 1px solid #d0d2d5;
    padding: 6px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #666;
}

    #wrap header .content button:hover
    {
        color: #8c291d;
    }

#wrap header .content ul.top a.button
{
    display: inline-block;
    background-image: linear-gradient(#e8eae9,#ffffff);
    border: 1px solid #d0d2d5;
    padding: 6px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

    #wrap header .content ul.top a.button:hover
    {
        color: #8c291d;
    }

#wrap header.index
{
    background: url(../img/bg/header.png) repeat-x;
    min-width: 950px;
}

    #wrap header.index .content
    {
        width: 1250px;
        margin: 0 auto;
    }

        #wrap header.index .content h1
        {
            margin: 0px;
            padding: 10px 0px 0px 10px;
            line-height: normal;
            float: left;
        }

        #wrap header.index .content ul.top
        {
            float: left;
            list-style: none;
            font-size: 11px;
            color: #666;
            margin: 6px 0px 0px 0px;
        }

            #wrap header.index .content ul.top li
            {
                float: left;
                margin: 0px 4px;
            }

                #wrap header.index .content ul.top li.wellcome
                {
                    width: 450px;
                    margin: 4px 0px 0px 0px;
                    color: #8c291d;
                }

                    #wrap header.index .content ul.top li.wellcome h2
                    {
                        margin: 0px 0px 0px 0px;
                        font-size: 20px;
                    }

                #wrap header.index .content ul.top li.date
                {
                    width: 450px;
                    margin: 32px 0px 0px 0px;
                }

                #wrap header.index .content ul.top li.buttons
                {
                    margin: 16px 0px 0px 0px;
                }


#wrap header nav
{
    border-top: 5px solid #8c291d;
    margin: 30px auto 0px auto;
    width: 1200px;
    position: relative;
    height: 62px;
}

#wrap header #lineClock
{
    margin: -20px auto 0px auto;
    width: 1200px;
    position: relative;
    height: 62px;
}

#wrap header nav ul.menu
{
    list-style: none;
    font-size: 12px;
    margin: 0px 0px 30px 8px;
    padding: 0px;
    font-weight: bold;
    position: absolute;
    left: 0;
    z-index: 999;
}

    #wrap header nav ul.menu li
    {
        float: left;
        margin: 0px 20px;
        position: relative;
    }

        #wrap header nav ul.menu li a
        {
            display: block;
            padding: 5px 6px;
            color: #555;
            text-decoration: none;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            #wrap header nav ul.menu li a:hover
            {
                background: #8c291d;
                color: #fff;
            }

            #wrap header nav ul.menu li a.active
            {
                background: #8c291d;
                color: #fff;
            }

        #wrap header nav ul.menu li.padre .submenu
        {
            display: none;
            position: absolute;
            .position:relative;
            left: 0;
        }

        #wrap header nav ul.menu li.padre a
        {
            -webkit-border-bottom-right-radius: 0px;
            -webkit-border-bottom-left-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-bottomleft: 0px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            background: #fff;
        }

        #wrap header nav ul.menu li.padre:hover a
        {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

            #wrap header nav ul.menu li.padre:hover a:hover
            {
                background: #8c291d;
            }

        #wrap header nav ul.menu li.padre:hover .submenu
        {
            display: block;
            margin: 0;
            padding: 0;
        }

            #wrap header nav ul.menu li.padre:hover .submenu li
            {
                float: none;
                margin: 0;                
            }

#wrap #content
{
    width: 1200px;
    margin: 0 auto;
    font-size: 11px;
    color: #666;
}

    #wrap #content #placeholder
    {
        min-height: 340px;
        position: relative;
    }

        #wrap #content #placeholder .accordion .ui-widget-content
        {
            color: #666 !important;
        }

        #wrap #content #placeholder .accordion h3
        {
            padding: 8px 6px 8px 30px;
        }

            #wrap #content #placeholder .accordion h3 img
            {
                position: absolute;
                right: 10px;
                top: 6px;
            }

            #wrap #content #placeholder .accordion h3 .unchecked
            {
                display: block;
                width: 20px;
                height: 20px;
                position: absolute;
                right: 10px;
                top: 6px;
                background: url(../img/misc/checked.png);
            }

            #wrap #content #placeholder .accordion h3 .checked
            {
                display: block;
                width: 20px;
                height: 20px;
                position: absolute;
                right: 10px;
                top: 6px;
                background: url(../img/misc/checked.png) 0 bottom;
            }

        #wrap #content #placeholder .accordion h4
        {
            margin: 10px 0px;
            color: #444;
        }

        #wrap #content #placeholder .accordion h5
        {
            margin: 10px 0px;
            color: #444;
        }

        #wrap #content #placeholder .accordion .field
        {
            margin: 5px 0px 4px 0px;
        }
            /*#wrap #content #placeholder .accordion .field label {display: block;  width: 150px; text-align: right; padding: 4px 20px 0px 0px; float: left; color:#666;}*/
            #wrap #content #placeholder .accordion .field label
            {
                display: block;
                width: 190px;
                text-align: right;
                padding: 4px 20px 0px 0px;
                float: left;
                color: #666;
            }

                #wrap #content #placeholder .accordion .field label.control
                {
                    display: inline;
                    width: auto;
                    text-align: left;
                    padding: 4px 0px 0px 0px;
                    float: none;
                    color: #666;
                }

        #wrap #content #placeholder .accordion textarea
        {
            width: 700px;
            height: 40px;
        }

            #wrap #content #placeholder .accordion textarea.small
            {
                width: 220px;
                height: 30px;
            }

            #wrap #content #placeholder .accordion textarea.medium
            {
                width: 600px;
                height: 40px;
            }

            #wrap #content #placeholder .accordion textarea.large
            {
                width: 700px;
                height: 150px;
            }

        #wrap #content #placeholder .accordion input.ui-button
        {
            margin: 2px 0px 0px 0px;
        }

        #wrap #content #placeholder .accordion p.space
        {
            margin: 10px 0px 0px 0px;
            padding: 0px;
        }

        /*tabs*/
        #wrap #content #placeholder .accordion .tabs
        {
            border: none;
        }

            #wrap #content #placeholder .accordion .tabs a:focus
            {
                outline: none;
            }

            #wrap #content #placeholder .accordion .tabs .ui-widget-content
            {
                background: #F0F0F0;
                border-left: 1px solid #d4d1bf;
                border-right: 1px solid #d4d1bf;
                border-bottom: 1px solid #d4d1bf;
            }

            #wrap #content #placeholder .accordion .tabs .ui-state-active
            {
                background: #F0F0F0;
            }

            #wrap #content #placeholder .accordion .tabs .ui-widget-header
            {
                background: #EDEDE5;
                border-top: none;
                border-right: none;
                border-left: none;
            }

        #wrap #content #placeholder .progreso
        {
            border: 1px solid #7CD151;
            background: #CEEEBE;
            padding: 6px 12px 6px 6px;
            margin: 0px 0px 10px 0px;
            color: #666;
            font-weight: bold;
            font-size: 14px;
            text-align: right;
        }

            #wrap #content #placeholder .progreso span
            {
            }

            #wrap #content #placeholder .progreso p
            {
                margin: 0px;
            }

        #wrap #content #placeholder input.ui-button
        {
            padding: 5px 20px;
            margin: 2px 10px 0px 0px;
        }

        #wrap #content #placeholder .panelForm h3
        {
            padding: 8px 6px 8px 30px;
        }

            #wrap #content #placeholder .panelForm h3 img
            {
                position: absolute;
                right: 10px;
                top: 6px;
            }

        #wrap #content #placeholder .panelForm h4
        {
            margin: 10px 0px;
            color: #444;
        }

        #wrap #content #placeholder .panelForm h5
        {
            margin: 10px 0px;
            color: #444;
        }

        #wrap #content #placeholder .panelForm .ui-widget-content
        {
            color: #666 !important;
        }

        #wrap #content #placeholder .panelForm h3
        {
            padding: 8px 6px 8px 30px;
        }

            #wrap #content #placeholder .panelForm h3 img
            {
                position: absolute;
                right: 10px;
                top: 6px;
            }

        #wrap #content #placeholder .panelForm .field
        {
            margin: 5px 0px 4px 0px;
        }

            #wrap #content #placeholder .panelForm .field label
            {
                display: block;
                width: 150px;
                text-align: right;
                padding: 4px 20px 0px 0px;
                float: left;
                color: #666;
            }

        #wrap #content #placeholder .panelForm textarea
        {
            width: 700px;
            height: 60px;
        }

.required
{
    color: #f66;
    font-size: 12px;
}

#wrap #content footer
{
    border-top: 3px solid #ccc;
    font-size: 10px;
    margin: 30px 0px 0px 0px;
}

    #wrap #content footer .title
    {
        float: left;
        color: #8c291d;
    }

    #wrap #content footer .copy
    {
        float: right;
        color: #666;
    }

#wrap #content #placeholder nav
{
    margin: 20px 0px 20px 0px;
}


/* ::::::::::::::::::::::::::::::: simulador ::::::::::::::::::::::::::::::: */
.tablaSimulador
{
    margin: 10px 0px;
}

    .tablaSimulador tr td
    {
        padding: 5px;
    }

        .tablaSimulador tr td .ui-state-default
        {
            margin: 0px 8px 0px 0px;
        }

        .tablaSimulador tr td .cajaDNI
        {
            width: 56px;
        }

    .tablaSimulador tr
    {
        border-bottom: 1px solid #999966;
        border-top: 1px solid #999966;
        border-collapse: collapse;
    }

​ .tablaSimuladorRes
{
    margin: 10px 0px;
}

.tablaSimuladorRes thead tr td
{
    padding: 5px;
}

.tablaSimuladorRes tbody tr td
{
    padding: 2px 5px;
    font-size: 11px;
}

.tablaSimuladorRes tr td .ui-state-default
{
    margin: 0px 8px 0px 0px;
}

.tablaSimuladorRes tr td .cajaDNI
{
    width: 56px;
}

.tablaSimuladorRes tr
{
    border-bottom: 1px solid #999966;
    border-top: 1px solid #999966;
    border-collapse: collapse;
}

​ #placeholder .tabla
{
    margin: 10px 0px;
}

#placeholder .tabla tr td
{
    padding: 5px;
}

    #placeholder .tabla tr td .ui-state-default
    {
        margin: 0px 8px 0px 0px;
    }

    #placeholder .tabla tr td .cajaDNI
    {
        width: 56px;
    }

#placeholder .tabla tr
{
    border-bottom: 1px solid #999966;
    border-top: 1px solid #999966;
    border-collapse: collapse;
}

​
/* ::::::::::::::::::::::::::::::: popup ::::::::::::::::::::::::::::::: */
.popup
{
    width: 750px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0 auto;
}

#popup
{
    width: 750px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0 auto;
}

    #popup .barraTop
    {
        border-bottom: 1px solid #ccc;
        padding: 0px 0px 0px 10px;
        text-transform: uppercase;
    }

        #popup .barraTop h1
        {
            margin: 8px 0px 0px 0px;
            float: left;
            font-size: 15px;
            font-weight: bold;
            color: #8c291d;
        }

        #popup .barraTop .close
        {
            display: block;
            width: 24px;
            height: 24px;
            background: url(../img/misc/close.png);
            float: right;
            margin: 5px;
        }

    #popup .izquierda
    {
        width: 380px;
        padding-top: 10px;
        border-right: 1px solid #ccc;
    }

        #popup .izquierda .forget
        {
            display: inline-block;
            margin-left: 148px;
            font-style: italic;
            text-decoration: none;
            font-size: 11px;
            color: #aaa;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease;
        }

            #popup .izquierda .forget:hover
            {
                text-decoration: underline;
                color: #555;
            }

    #popup .derecha
    {
        padding: 20px 20px 10px 20px;
        width: 320px;
        font-size: 12px;
        line-height: 18px;
        color: #666;
    }

        #popup .derecha ol
        {
            margin: 20px 0px 0px 10px;
            padding: 0px 0px 0px 10px;
        }

            #popup .derecha ol li
            {
                margin: 0px 0px 8px 0px;
                color: #8c291d;
                font-weight: bold;
            }

                #popup .derecha ol li span
                {
                    color: #666;
                    font-weight: normal;
                }

        #popup .derecha h2
        {
            font-size: 13px;
        }

    #popup .izquierda label
    {
        color: #555;
        display: inline-block;
        margin-left: 30px;
        padding-top: 10px;
        font-size: 14px;
    }

    #popup .izquierda input
    {
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        outline: none;
    }

        #popup .izquierda input.captcha
        {
            text-transform: uppercase;
            font-family: "Courier New",monospace;
        }

        #popup .izquierda input.name,
        #popup .izquierda input.password
        {
            color: #777;
            padding-left: 10px;
            padding: 10px 10px;
            margin: 8px 2px 2px 2px;
            margin-left: 30px;
            width: 290px;
            border: 1px solid #c7d0d2;
            border-radius: 2px;
            box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 4px #f5f7f8;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease;
        }

            #popup .izquierda input.name:hover,
            #popup .izquierda input.password:hover
            {
                border: 1px solid #b6bfc0;
                box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
            }

            #popup .izquierda input.name:focus,
            #popup .izquierda input.password:focus
            {
                border: 1px solid #a8c9e4;
                box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #FAE8E6;
            }

    #popup #lower
    {
        background: #ecf2f5;
        width: 100%;
        margin-top: 20px;
        padding: 20px 0px 20px 0px;
        box-shadow: inset 0 1px 1px #fff;
        border-top: 1px solid #ccc;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        #popup #lower label
        {
            font-size: 11px;
        }

        #popup #lower .btnLogin
        {
            margin: 0px 0px 0px 114px;
            width: 80px;
            height: 30px;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            background: #acd6ef;
            background: #D85E50;
            /*border-radius: 30px;*/
            border: 1px solid #C0392B;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
            cursor: pointer;
        }

            #popup #lower .btnLogin:hover
            {
                background: #E2867A;
            }

            #popup #lower .btnLogin:active
            {
                background: #E2867A;
            }


/* COMBO AUTOCOMPLETE */

.ui-autocomplete
{
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 200px;
    overflow-y: scroll;
}


.contentPaginationCenter
{
    margin: 15px auto 15px auto;
    text-align: center;
}

.contentPaginationLeft
{
    margin: 15px auto 15px auto;
    text-align: left;
}

.contentPaginationRight
{
    margin: 15px auto 15px auto;
    text-align: right;
}

.pagination
{
    list-style: none;
    padding: 0;
    display: inline-block;
}

    .pagination li
    {
        float: left;
        display: inline-block;
    }

        .pagination li a
        {
            color: #555;
            text-decoration: none;
            font-size: 12px;
            border: 1px solid #ddd;
            padding: 6px 14px;
            margin-left: -1px;
        }

        .pagination li.active a
        {
            background: #DA3B38;
            border: 1px solid #DA3B38 !important;
            border: 0 none;
            color: #fff;
            font-weight: bold;
        }

        .pagination li.first a
        {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination li.last a
        {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination li.first a, .pagination li.prev a, .pagination li.last a, .pagination li.next a
        {
            color: #DA3B38;
            font-weight: bold;
        }

        .pagination li.disabled a
        {
            color: #999;
        }


/* ==========================================================================
   Helper classes
   ========================================================================== */

.left
{
    float: left;
}

.rigth
{
    float: left;
}

.medium
{
    width: 50%;
}

/*
 * Image replacement
 */

.ir
{
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before
    {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden
{
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus
    {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible
{
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after
{
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix
{
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em)
{
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
{
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print
{
    *
    {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited
    {
        text-decoration: underline;
    }

        a[href]:after
        {
            content: "";
        }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after
    {
        content: "";
    }

    pre,
    blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img
    {
        page-break-inside: avoid;
    }

    img
    {
        max-width: 100% !important;
    }

    page
    {
        margin: 0.5cm;
    }

    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3
    {
        page-break-after: avoid;
    }
}
/* table_border*/
.table_border, .table_border tr, .table_border th, .table_border td
{
    border: 1px solid #000;
}

    .table_border td
    {
        padding: 3px;
    }

    .table_border .left
    {
        text-align: left;
    }

    .table_border .right
    {
        text-align: right;
    }

    .table_border .center
    {
        text-align: center;
    }

.divFirma
{
    margin-top: 40px;
    margin-left: 40% !important;
    text-align: center !important;
}

.right
{
    text-align: right;
}

#constancia
{
    margin: 12px;
}

@media print
{
    #constancia
    {
        font-size: 1.1em;
    }
}

#spTotDesignado
{
    font-size: 15px;
    color: #8c291d;
    font-weight: bold;
}

#btnAgregarCandidato
{
    background-image: url("../img/icons/candidatos.png");
    background-repeat: no-repeat;
    height: 26px;
    width: 125px;
    text-align: right;
    border-style: solid;
    border-color: #9A2836;
    border-radius: 4px;
}

.msjSoporteTecnico
{
    color: #C34A3A;
    font-size: 11px;
    text-align: center;
    display: block;
    float: inherit;
    margin: 20px 0 20px 0;
    padding: 9px 0px 7px 0px;
    width: 270px;
    border: 1px solid #C7C7C7;
    font-weight: bolder;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    background: #FFFFFF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient( #FFFFFF,#E7E7E7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( #FFFFFF,#E7E7E7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( #FFFFFF,#E7E7E7); /* For Firefox 3.6 to 15 */
    background: linear-gradient( #FFFFFF,#E7E7E7); /* Standard syntax */
    -webkit-box-shadow: 0px 1px 5px -1px rgba(199,199,199,1);
    -moz-box-shadow: 0px 1px 5px -1px rgba(199,199,199,1);
    box-shadow: 0px 1px 5px -1px rgba(199,199,199,1);
}
/*DECLARACIONES HOJA*/
.pagination li.active a
{
    background: #DA3B38; /* border: 1px solid #DA3B38 !important; */
    border: 0 none;
    color: #757779;
    font-weight: bold;
}

#wrap #content #placeholder .accordion .field label
{
    width: 250px;
    text-align: left;
    padding: 4px 0 0 40px;
}

div.dataTables_length label
{
    float: left;
    text-align: left;
}

div.dataTables_length select
{
    width: 75px;
}

div.dataTables_filter label
{
    float: right;
}

.dataTables_paginate
{
    float: right;
    text-align: right;
}

.pagination
{
    display: inline-block;
    padding-left: 0;
    margin: 2px 0;
    border-radius: 4px;
}

ul, ol
{
    margin-top: 0;
    margin-bottom: 10px;
}

ul, ol
{
    padding: 0;
    margin: 0 0 10px 25px;
}

.pagination ul > li
{
    display: inline;
}

li
{
    line-height: 20px;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span
{
    background-color: #757779;
    color: #f5f5f5;
}

.pagination ul > .active > a, .pagination ul > .active > span
{
    color: #f5f5f5;
    cursor: default;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span
{
    background-color: #757779;
}

.pagination ul > li > a, .pagination ul > li > span
{
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span
{
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus
{
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination ul > li > a, .pagination ul > li > span
{
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span
{
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.pagination ul > li > a, .pagination ul > li > span
{
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

a
{
    color: #757779;
    text-decoration: none;
}

a
{
    background-color: transparent;
}

a
{
    color: #757779;
    text-decoration: none;
}

a
{
    background-color: transparent;
}

.tblLista thead tr th
{
    background: -webkit-linear-gradient(#E5E5DE,#D4D4C3);
    background: -moz-linear-gradient(#E5E5DE,#D4D4C3);
    background: -o-linear-gradient(#E5E5DE,#D4D4C3);
    background: linear-gradient(#E5E5DE,#D4D4C3);
}

.tblLista tbody tr input, .tblLista tfoot tr input
{
    height: 98%;
    border: 0 none !important;
    background: none repeat scroll 0 0 transparent !important;
    outline: medium none !important;
    font-size: 15px;
    text-align: right;
}
.tblLista tbody tr input[type='checkbox'], .tblLista tfoot tr input[type='checkbox']{
    height: auto;
}
.tblLista tbody tr input[type='radio'], .tblLista tfoot tr input[type='radio']{
    height: auto;
}
.ui-progressbar
{
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value
    {
        margin: -1px;
        height: 100%;
    }

.ui-progressbar
{
    position: relative;
    width: 100px;
}

.progress-label
{
    position: absolute;
    left: 45%;
    top: 4px;
    font-weight: bold;
    color: blanchedalmond;
    /*text-shadow: 1px 1px 0 #fff;*/
}

label.upload-button
{
    font-family: sans-serif;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #AB3B3B;
    color: white;
    background: #AB3B3B;
    cursor: pointer;
}


input.upload-button
{
    position: fixed;
    left: -8000px;
}

.msjAviso
{
    color: #CF2503;
    position: relative;
    padding: 3px;
    border: 1px solid #FF8686;
    background-color: #FFFFFF;
}

    .msjAviso::after
    {
        content: "";
        position: absolute;
        background-image: url(../img/icons/flechas.png);
        background-repeat: no-repeat;
        background-position: 0 -2px;
        left: 340px;
        top: 19px;
        width: 11px;
        height: 7px;
    }

.msjAviso_Campo
{
    color: #CF2503;
    position: relative;
    padding: 3px;
    border: 1px solid #FF8686;
    background-color: #FFFFFF;
}

    .msjAviso_Campo::after
    {
        content: "";
        position: absolute;
        background-image: url(../img/icons/flechas.png);
        background-repeat: no-repeat;
        background-position: -11px 0;
        left: -6px;
        top: 6px;
        width: 6px;
        height: 11px;
    }

.msjAvisoImportante span
{
    font-size: 10px;
    color: #ffffff;
    display: block;
    float: left;
    padding: 6px;
    background: #8c291D;
}

.msjAvisoImportante label
{
    color: #494949;
    font-size: 12px;
    display: block;
    float: left;
    padding: 7px;
    margin-bottom: 15px;
    border: 1px solid #8c291D;
}

.ui-widget-header
{
    background: -webkit-linear-gradient(#E5E5DE,#D4D4C3);
    background: -moz-linear-gradient(#E5E5DE,#D4D4C3);
    background: -o-linear-gradient(#E5E5DE,#D4D4C3);
    background: linear-gradient(#E5E5DE,#D4D4C3);
    color: #666666;
    border: none;
}

.ui-datepicker
{
    margin-top: 3px;
    background: #F8F8F5;
}
/***************************************************************/
/*FIN DECLARACIONES HOJA*/
/***************************************************************/
