﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #5bc0de;
    /* font-size: .90em; */
    /* font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; */
    margin: 0px;
    padding: 0px;
    color: #333333;
}

a:link, a:visited {
    color: #f89406;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1000px;
    background-color: #ffff;
    margin: 20px auto 0px auto;
    border: 5px solid #e5e5e5;
    border-radius: 5px;
}

.header {
    position: relative;
    margin: 5px;
    width: 100%;
    text-align: left;
    padding-top: 11px;
    top: 0px;
    left: 0px;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    margin-right: 10px;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 20px;
    margin: 4px 0px 8px 0px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #0487ba;
    width: 100%;
    color: #FFFFFF;
}

    div.hideSkiplink h2 {
        color: #FFFFFF;
        font-family: Arial;
        padding: 6px 4px 5px 4px;
        font-size: 16px;
    }

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 5px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    border: 1px solid #ccc;
}

input.passwordEntry {
    border: 1px solid #ccc;
}

input {
    border-top: 1px solid #9da0aa;
    border-right: 1px solid #c2c4cb;
    border-bottom: 1px solid #d9dae0;
    border-left: 1px solid #c2c4cb;
    border-radius: 4px;
    padding: 5px;
    /*text-align: left;*/
}

div.accountInfo {
    width: 34%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #333333;
    color: #f89406;
}

    .loginDisplay a:link {
        color: #333333;
    }

    .loginDisplay a:visited {
        color: #048EC7;
    }

    .loginDisplay a:hover {
        color: #333333;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
    /*float:right;*/
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-bottom: 7px;
}

.accountInfo p {
    margin-bottom: 1px;
}

.error {
    color: Red;
    font-size: 14px;
    border: 1px solid red;
    padding: 6px;
    margin-bottom: 5px;
}

.good {
    color: Green;
    font-size: 14px;
    border: 1px solid Green;
    padding: 6px;
    margin-bottom: 5px;
}

.Mensaje span {
    color: Blue;
    font-size: 14px;
    border: 1px solid Blue;
    padding: 5px;
    margin-bottom: 5px;
    width: 95%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* LOGIN STYLE*/
.accountInfo {
    margin: 0 auto;
}

.submitButton {
    text-align: center;
}

    .submitButton input {
        display: inline-block;
        height: 30px;
        border: 0;
        color: #FFFFFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        padding: 6px 20px;
        background: #0487BA;
        margin: 0 auto;
    }

        .submitButton input:hover {
            color: #FFFFFF;
            background: #00b3fa;
        }

.opcfila {
    font-weight: bold;
    font-size: 16px;
}

.Button2 {
    display: inline-block;
    height: 19px;
    border: 0;
    color: #333333 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    padding: 5px 15px;
    background: #FFFFFF;
}

.opcioneslg {
    text-align: center;
}

/*--- VISTA REGISTRO --------------*/
.registro {
    width: 85%;
    margin: 0 auto;
    padding-top: 5px;
}

    .registro .fila1 span {
        width: 16%;
        display: inline-block;
    }

.fila2 {
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.colum1 {
    display: inline-block;
    float: left;
    width: 50%;
}

.colum2 {
    display: inline-block;
    float: left;
    width: 50%;
}

.colum1_ {
    display: inline-block;
    float: left;
    width: 38%;
}

.colum2_ {
    display: inline-block;
    float: left;
    width: 117%;
    height: 80px;
}

.colum3 {
    float: left;
    display: inline-block;
    padding-right: 7px;
}

.nregistro {
    text-align: center;
    padding: 6px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

    .nregistro span {
        width: auto !important;
    }

.opcfila {
    text-align: center;
}

/* TABLA ARCHIVO*/
.tablaarchivo {
    border: 1px solid #0487ba;
    width: 100%;
    margin: 0 auto;
}

    .tablaarchivo td {
        border: 1px solid #0487ba;
        text-align: center;
    }

    .tablaarchivo th {
        padding: 6px 3px;
        background: rgba(132, 210, 241, 0.49);
    }

/* GENERAL STYLE*/
.bordertop {
    border-top: 4px solid #E0050B;
}

.container1 {
    width: 1024px;
    margin: 0 auto;
}

.subirarch {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    position: relative;
    top: 11px;
    padding: 0px;
    margin-left: 3px;
    left: -1px;
    height: 32px;
}

.mssgOK {
    font-weight: bold;
}

.mssgERROR {
    color: Red;
}

.nombresis {
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 0 7px;
}

.contentini {
    width: 222px;
    margin: 0 auto;
    font-size: 15px;
    padding-top: 6px;
    text-transform: uppercase;
}

.flotantemod {
    position: absolute;
    top: 25px;
    right: 15px;
    color: #048EC7;
    font-weight: 500;
    text-transform: uppercase;
}

.page {
    position: relative;
}

.grid_tabla {
    width: 100%;
    border: 1px solid #0487ba
}

    .grid_tabla th {
        padding: 6px 3px;
        background: rgba(132, 210, 241, 0.49);
    }

.subtitulo {
    font-size: 16px;
    font-weight: bold;
}

select {
    font-size: 14px;
    padding: 2px;
    border-radius: 2px;
}

.flotantemod .bntregresar {
    text-align: center;
    padding: 3px 7px;
    background: #0487BA;
    position: absolute;
    right: 5px;
    color: #FFF;
    top: 20px;
    font-size: 12px;
    border-radius: 9px;
}

.opciones {
    position: absolute;
    top: 74px;
    left: 20px;
}

    .opciones .btn_regresar {
        background: #41C8FD;
        padding: 2px 10px;
        border-radius: 5px;
    }

        .opciones .btn_regresar img {
            position: relative;
            top: 4px;
        }

    .opciones .btn_regresar {
        text-decoration: none;
        color: #FFFFFF;
    }

        .opciones .btn_regresar:hover {
            opacity: 0.8;
        }

.opciones2 {
    margin-bottom: 15px;
    padding: 15px 10px 4px 12px;
    float: left;
}

    .opciones2 .btn_regresar2 {
        background: #0487BA;
        padding: 5px 13px;
        border-radius: 17px;
    }

        .opciones2 .btn_regresar2 img {
            position: relative;
            top: 4px;
        }

    .opciones2 .btn_regresar2 {
        text-decoration: none;
        color: #FFFFFF;
    }

        .opciones2 .btn_regresar2:hover {
            opacity: 0.7;
        }

.clear {
    clear: both;
}

.fechasis {
    font-size: 12px;
    display: block;
    text-align: center;
}

#ContentPlaceHolder1_grv_Sistema .fechasis {
    display: none;
}

.ayuda img {
    position: relative;
    bottom: -7px;
}

.nombreinst {
    font-weight: 700;
    font-size: medium;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 5px;
    display: inline-block;
}

.bntcerrars {
    display: inline-block;
    border: 0;
    color: #FFFFFF;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    text-decoration: none;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 4px 17px;
    background: #999999;
    margin: 0 auto;
    margin-top: 15px;
}

    .bntcerrars:hover {
        opacity: 0.7;
    }

.loginDisplay .bntcerrars {
    color: #FFFFFF;
}

.loginDisplay a:visited {
    color: #FFFFFF;
}

.nombrebienv {
    color: #333333;
    position: absolute;
    top: 10px;
    right: 15px;
}

.ayuda {
    color: #707177;
}

    .ayuda img.uno {
        width: 24px;
        height: 19px;
    }

    .ayuda img.dos {
        width: 37px;
        height: 19px;
    }

.admin {
    background: #f89406;
    color: #FFFFFF;
    padding: 4px 5px;
}

.sidebar {
    width: 22%;
    float: left;
    display: inline-block;
    padding: 25px 4px 10px 18px;
    border-right: 1px solid #62c462;
    border-top: 1px solid #62c462;
}

.cuerpo {
    width: 70% !important;
    float: left !important;
    display: inline-block !important;
    padding: 5px !important;
    margin-top: 1px !important;
}

.sidebar ul {
    padding-left: 0;
    margin-left: 3px;
    list-style-type: none;
    color: #000000;
    line-height: 23px;
    font-size: 14px;
}

    .sidebar ul li {
        margin-bottom: 10px;
        background-color: #EEEEEE;
        padding: 3px 5px;
        border-bottom: 1px dotted #0C7396;
    }

        .sidebar ul li li {
            margin-bottom: 4px;
            border-bottom: 0px dotted #0C7396;
        }

    .sidebar ul ul {
        padding-left: 0;
        margin-left: 20px;
        list-style-type: circle;
    }

.sidebar a {
    text-decoration: none;
    color: #025CB5;
}
