﻿html
{
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
    background-color: #fff;
    font-size: 12px;
    font-family: Verdana, sans-serif, Arial;
    padding: 0;
    height: 100%;
    color: #000;
    width: 1024px;
    margin: auto;
}

a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover
    {
        color: #333;
        text-decoration: none;
    }

    a:hover
    {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav
{
    display: block;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6
{
    color: #43657c;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: normal;
    padding-top: 10px;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.0em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active
    {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin-left: 50px;
    margin-right: 50px;
}

#body
{
    /* Ojo: Cuadro de fondo de Main Layout

    clear: both;
    padding-bottom: 15px;
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 5px 5px 2px #888888;


      background: #D3DCE0;
  background: -moz-linear-gradient(#FFF 0%, #DDD 100%);
  background: -webkit-gradient(linear, left top, left C7D1D6, color-stop(0%, #FFF), color-stop(100%, #DDD));
  background: -webkit-linear-gradient(#FFF 0%, #DDD 100%);
  background: linear-gradient(#FFF 0%, #DDD 100%);

  */
    /*background-color: #fff;
    font-size: 12px;
    font-family:  Verdana, sans-serif, Arial;
    padding: 0;
    height:100%;
    color: #000;
    width: 1024px;
    margin: auto;*/
}

.main-content
{
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
    padding-top: 20px;
}

footer
{
    clear: both;
    background-color: #fff;
    font-size: .8em;
    height: 30px;
}


/* site title
---------------------------------------------------------*/
.site-title
{
    color: #43657c;
    font-family: Verdana, sans-serif, Arial;
    font-size: 1.5em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active
    {
        background: none;
        color: #43657c;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login
{
    display:  block;
    text-align: right;
    font-size: 12px;
    font-family: Verdana, sans-serif, Arial;
    padding: 0;
    height: 100%;
    color: #000;
    width: 1024px;
    margin: auto;
}

    #login a
    {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username
        {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul
    {
        margin: 0;
    }

    #login li
    {
        display: none;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li
    {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a
        {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover
            {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color:  #fff;
}

    .featured .content-wrapper
    {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2
    {
        color: #fff;
    }

    .featured p
    {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title
{
    margin-bottom: 0px;
}

    hgroup.title h1, hgroup.title h2
    {
        margin-top: 100px;
    }

    hgroup.title h2
    {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

    ol.round li
    {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero
        {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one
        {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two
        {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three
        {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four
        {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five
        {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six
        {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven
        {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight
        {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine
        {
            background: url("../Images/orderedList9.png") no-repeat;
        }

aside
{
    float: right;
    width: 25%;
}

    aside ul
    {
        list-style: none;
        padding: 0;
    }

        aside ul li
        {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }


::-webkit-input-placeholder
{
    color: #9f9f9f;
}

::-moz-placeholder
{
    color: #9f9f9f;
}
/* firefox 19+ */
:-ms-input-placeholder
{
    color: #9f9f9f;
}
/* ie */
input:-moz-placeholder
{
    color: #9f9f9f;
}


/* divRecuperarPass page */
#divRecuperarPass
{
    border-right: solid 2px #c8c8c8;
    float: none;
    width: auto;
}

    #divRecuperarPass .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #divRecuperarPass .validation-summary-errors ul
    {
        margin: 0;
        padding: 0;
    }

    #divRecuperarPass .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #divRecuperarPass input
    {
        width: 250px;
    }

        #divRecuperarPass input[type="checkbox"],
        #divRecuperarPass input[type="submit"],
        #divRecuperarPass input[type="button"],
        #divRecuperarPass button
        {
            width: auto;
        }

#socialdivRecuperarPass
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialdivRecuperarPass h2
    {
        margin-bottom: 5px;
    }


/* login page */
#loginForm
{
    border-right: solid 0px #c8c8c8;
    float: none;
    width: auto;
}

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul
    {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input
    {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button
        {
            width: auto;
        }

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2
    {
        margin-bottom: 5px;
    }

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend
    {
        display: none;
    }

    fieldset ol
    {
        padding: 0;
        list-style: none;
    }

        fieldset ol li
        {
            padding-bottom: 5px;
        }

label
{
    display: block;
    font-size: .9em;
    color: #636363;
}


input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #424242;
    font-size: .9em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 150px;
}

select
{
    background: #fff;
    color: #424242;
    font-size: .9em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 150px;
}

textarea
{
    font-family: Verdana, sans-serif, Arial;
    width: 500px;
}

    input:focus, textarea:focus
    {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}
/*
    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: .8px solid #5e8ab4;
        cursor: pointer;
        font-size: .9em;
        font-weight: 500;
        padding: 7px;
        margin-right: 5px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: .9em;
        padding: 4px;
        margin-right: 4px;
    }*/

input[type="button"], input[type="submit"]
{
    cursor: pointer;
    padding: 5px 25px;
    background: #5d6885;
    border: 1px solid #454d63;
    -moz-border-radius: 10px;
    -webkit-border-radius: 4px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    color: #fff;
    font-size: 12px;
}

    input[type="button"]:focus, input[type="submit"]:focus
    {
        background-color: #3b4255;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
        -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
        box-shadow: 0 0 1px rgba(0,0,0, .75);
    }

    input[type="button"]:hover, input[type="submit"]:hover
    {
        background-color: #707ea1;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
        -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
        box-shadow: 0 0 1px rgba(0,0,0, .75);
        color: #fff;
    }

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: .7em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: .7em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: .7em;
}

.validation-summary-valid
{
    display: none;
}


/* JCEH styles*/

.divGrid
{
    height: 200px;
    overflow: scroll;
    text-align: center;
}
/*** central column on page ***/
div#divTableContainer
{
    max-width: 800px;
    margin: 0 auto;
    font-family: Verdana, sans-serif, Arial;
    padding: 0.5em 1em 1em 1em;
    /* rounded corners */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* add gradient */
    background-color: #8b8b8b;
    background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#606060));
    background: -moz-linear-gradient(top, #D8D8D8, #606060);
    /* add box shadows */
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

h1
{
    color: #424242;
    font-size: 1.1em;
}

/*** sample table to demonstrate CSS3 formatting ***/
table.formatHTML5
{
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    color: #606060;
}

    /*** table's thead section, head row style ***/
    table.formatHTML5 thead tr td
    {
        background-color: White;
        vertical-align: middle;
        padding: 0.6em;
        font-size: 0.8em;
        white-space: nowrap;
    }

    /*** table's thead section, coulmns header style ***/
    table.formatHTML5 thead tr th
    {
        padding: 0.5em;
        /* add gradient */
        background-color: #BDBDBD;
        background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#909090));
        background: -moz-linear-gradient(top, #606060, #909090);
        color: #fff;
        white-space: nowrap;
    }

    /*** table's tbody section, odd rows style ***/
    table.formatHTML5 tbody tr:nth-child(odd)
    {
        background-color: #fafafa;
    }

        /*** hover effect to table's tbody odd rows ***/
        table.formatHTML5 tbody tr:nth-child(odd):hover
        {
            /* add gradient */
            background-color: #D8D8D8;
            background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#909090));
            background: -moz-linear-gradient(top, #606060, #909090);
            color: #585858;
        }

    /*** table's tbody section, even rows style ***/
    table.formatHTML5 tbody tr:nth-child(even)
    {
        background-color: #efefef;
    }

        /*** hover effect to apply to table's tbody section, even rows ***/
        table.formatHTML5 tbody tr:nth-child(even):hover
        {
            /* add gradient */
            background-color: #D8D8D8;
            background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#909090));
            background: -moz-linear-gradient(top, #606060, #909090);
            color: #fff;
        }

    /*** table's tbody section, last row style ***/
    table.formatHTML5 tbody tr:last-child
    {
        border-bottom: solid 1px #404040;
    }

    /*** table's tbody section, separator row pseudo-class ***/
    table.formatHTML5 tbody tr.separator
    {
        /* add gradient */
        background-color: #D8D8D8;
        background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#909090));
        background: -moz-linear-gradient(top, #606060, #909090);
        color: #dadada;
    }

    /*** table's td element, all section ***/
    table.formatHTML5 td
    {
        vertical-align: middle;
        padding: 0.5em;
    }

    /*** table's tfoot section ***/
    table.formatHTML5 tfoot
    {
        text-align: center;
        color: #303030;
        text-shadow: 0 1px 1px rgba(255,255,255,0.3);
    }

.ControlHost
{
    height: 415px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    color: #A4A4A4;
    border: 0;
}

.caja
{
    min-height: 490px;
    text-align: center;
    /*!float: right;   OJO*/
    width: 80%;
    margin-left:auto;
    margin-top:-330px;
}

.imgButton
{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.k-grid {
    font-size: 11px;
}
.k-grid td {
    line-height: 1.4em;
}
.snpMenu {
    cursor:pointer;
}
/* fin JCEH styles*/

.k-grid-export-image {
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAC8VBMVEVuvEr///+ww6+rv6OiuJnm7NaPj49uvEpuvEqLi4uNjY2MjIyRkZGio5+rraZuvEqwsqqvsapuvEpuvEq5u7Oztay0t63Bw7ze3t7IycPAw7e/wrZuvErQ0c1uvErl5eXZ2dfHy73n5+fIzL7e3t5wvUxuvEp1v1Pj4+NuvErN0cHO0sLQ1cTp6enV2sjt7e3V2sjW28n////m7Nagw4Gzz5p3wFXp7tvJ2rxuvEpypG7u8uLz9er8/fr+/v51nki6yLROejSvyqXw9uzi6NN8qnfl69X4+fOAn3OwzZZ1pnBlj0C80rDf6NDj6tSZvJKEr36Ks4T7/Pn8/fuXvX2Yr5Ctv5WuwqZ9uWGvzJSv2ptCbzmxyJiyxKuyzKpylWFymFCGrHO2z623yKi4z6y50bGHpnO606O7y7WIpXmJsoOJs3gmViBzmk5VgTu/1ba/16/Ayq7A16zB1bXB1rbE2rDFzrjp7uDr7eqbvZO807S81Ky+ybno7+GExmaOrHa+1q6/y7ZwlFzK573L277M1cjM3cLN3cHN3sPN37zO38V4mWjf6dTg6dmcs43i6tWhtZnj7Nrk6tShuJm0zaq1z6mhwZqiuJmiw5Pr7evr8uXs7utnkEyLp3/w+OyNtYb09PT19vWkupukwobF2rLG27PI2btkjFqPsGqQzHWRuXySrnKTunmXr42XsI2XsoXO4MHP3sHQ3cXQ4cHR38XR4MfS2MPT4MXT4crU2sfU29DU3crV29PV4svW5cjX3NLY3dbY49PY5s7b4M3c5Nnc5s3d6tPd79Te5d3e5tve6NN1v1N2mGJ2nV7g6tng8dnh7Nji5dt2p3J3n1Scs5GcvpScwIOgwZjl7d3l8982ZSg3Zil4mmZ5qHR6oU57nGd7qnI+bDHs7+vs8+akw5vw8ufw9Oqkw5ym1pDy8vLy9+2ouqCowpaoyIv19/D1+fSpvp/4+ff4+vf5+vj6+/n6/fmpwJipx6KpyJOryKGrypYTEbZaAAAAMnRSTlMAAAAAAAAGCQwMDxIYMkZLS1Npb3SGiI6gprO1t7zDyM7T1tfg4eTl6+3u7/X1+/z9/SfdWV8AAAG/SURBVHheVc1zcCVBEMDh3ZezkrsQZxs9s89mbNu2zrZt27Zt27bNv66zm0ryflPV1VXfVDXDikSi2k2atpdVj2Xw2djYtnsz/C5US8xDDftBl09kLJtd1Q8BbNd+jt1o1Xce6nRYFL7Qum882Eed9bgxv8+RAyMHaN9P2eSBfeWh+ekv47Uw9U7l5aVz3x5t3cKF6fQzM34fxGg02yBo7Mrtp8DwPAh5CXMeHgx7BsFrNAkTIyn1fAccpZSDHowYHl9QAwx85L2A0iL8/BEhHbohpE0CgODl3rqLh3BRr+A4WgodETYPBTB40uu6p2egsrYIvw6rjt0KCdmQdy+6/xbVlT//hhTMU7VEGHz106VRJTPnJN7PWf3KMiYbG2dphpD7Uim0f3pob2XSE2yP0hVhvSJu1u9+OxVCEw7mp74+p3BGCJMEyuXyvhLTw0D/GZLROyZLMAeEQj8vBP1JOXaTBODMMpPGCLv8fPS3F0ul5fCXXMNpIqQhI1YbidDuVSkvRviWQwAxNmBksoh1H5LL9k4jFflu9Skmx2sxNSuq18jRrVXnnmZBu7MIVtW3c3Jv06VXVx6sYvnqsv8BEpTFCsf6k4oAAAAASUVORK5CYII=') /*./images/Excel-icon.png*/;
    *background: url('./images/Excel-icon.png'); /* For IE 6 and 7 */
    height: 24px;
    width: 24px;
}



/*Loading*/
.centerLoading {
    /*margin:auto;*/
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom:auto;*/
    display: block;
    margin-top: 15%;
    z-index: 1030;
    overflow: hidden;
    /*-webkit-overflow-scrolling: touch;*/
    outline: 0;
}

.lblLoading {
    width: 100%;
    text-align: center;
    font-size: xx-large;
    margin-left: auto;
    margin-right: auto;
    color: #003366;
}

.divLoad {
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/*Loading*/