﻿/* DEFAULTS
----------------------------------------------------------*/

/*
    @charset "utf-8";
/* CSS Document */

body {
    background: #3692ab;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    overflow: scroll;
    background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF 50px, #016E8B 0px, #FFFFFF ) repeat-x fixed;
}

#contenedorPagina {
    width: 1024px;
    height: auto;
    margin: 33px auto;
    padding: 0px;
    position: relative;
    top: 0px;
    background-color: #FFFFFF;
    /*background-image:url(../images/supercont_fondo-01.jpg);*/
}

#Logos {
    width: 1024px;
    height: 71px;
    /*background-image:url(../Graphics/Capas/parte_arriba.jpg);
	background-repeat:repeat-y*/
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.cuerpoTabla {
    width: 970px;
    height: 5%;
    background-color: #F2F1F1;
}

.anchoCelda {
}

.Divisiones {
    width: 470px;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    background-color: #31859C; /*31859C,144B5F*/
    position: static;
}

.BarraSuperior {
    background-color: #31859C;
}

.fuentetitulos {
    font-family: Verdana;
    text-align: left;
    text-decoration: underline;
    font-size: x-small;
    color: #FFFFFF;
}

.fuentePagos {
    font-family: Verdana;
    text-align: left;
    text-decoration: underline;
    font-size: x-small;
    color: Red;
}

.fuenteLabel {
    font-family: Verdana;
    text-align: right;
    font-size: x-small;
    color: Black;
    background-color: Transparent;
    border-Color: inherit;
    margin-right: 0px;
    height: 16px;
}

.fuenteLabelTitulos {
    font-family: Verdana;
    text-align: right;
    font-size: 8pt;
    color: white;
    background-color: #144B5F;
    border-Color: inherit;
    margin-right: 0px;
}

.radio {
    font-family: Verdana;
    text-align: left;
    font-size: 7pt;
    color: black;
    background-color: #CCC;
    border-Color: inherit;
    margin-right: 0px;
}

.alinearDerecha {
    text-align: right;
}

.slogan {
    color: #336633;
    font-family: David;
    font-size: medium;
    text-align: center;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    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;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
        font-weight: 700;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: small;
    padding: 2px 4px 8px 4px;
    color: #000000;
    background-color: #31859C;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 283px;
    height: 142px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 5px;
    color: Black;
}

    .loginDisplay a:link {
        color: white;
        font-size: x-small;
        font-family: Verdana;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}


/* MISCELANEA
----------------------------------------------------------*/

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: White;
    color: blue;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    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;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* --------------- BOTONES --------------- */

.button, .button:visited { /* botones genéricos */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0.25px solid rgba(0,0,0,0.25);
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.button:hover { /* el efecto hover */
    background-color: #111;
    color: #FFF;
}

.button:active { /* el efecto click */
    top: 1px;
}

/* botones pequeños */
.small.button, .small.button:visited {
    font-size: 8px;
}

.blue.button, .blue.button:visited {
    background-color: #CCCCCC;
    font-size: 9px;
    font-family: Verdana,Helvetica;
    font-style: normal;
    color: black;
}

    .blue.button:hover {
        background-color: #2575CF;
        color: white;
    }

.red.button, .red.button:visited {
    background-color: White;
    font-size: 11px;
    font-family: Verdana,Helvetica;
    font-style: normal;
    color: white;
}

    .red.button:hover {
        background-color: #cf2a25;
    }


/*.menu.button, .blue.button:visited {
    background-color: White;
    font-size: 11px;
    font-family: Verdana,Helvetica;
}

    .menu.button:hover {
        background-color: #F4F4F4;
    }*/

/*.bold {
    font-weight: bold;
}*/

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*.boton {
    background: #31859C;
    font-size: 10px;
    font-family: Verdana,Helvetica;
    border-style: none;
    width: 90px;
    height: 19px;
}

    .boton:hover {
        font-size: 11px;
        font-family: Verdana,Helvetica;
        color: white;
        background: #ACC181;
        border: 2px;
        width: 90px;
        height: 19px;
        border-style: outset;
        padding: 3px 5px 19px 5px;
    }*/

/*--------CAJAS DIALOGOS------*/

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px 0px 0px 0px !important;
    background-color: #FFFFFF;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 150px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #C0C0C0;
    color: black;
    font-size: x-small;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    font-size: x-small;
    padding: 1px;
}

.CajaDialogo {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: outset;
    border-color: #FFFFFF;
    width: 350px;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana;
    color: Black;
    padding-top: 10px;
}

    .CajaDialogo div {
        margin: 7px;
        text-align: left;
    }

.modalBg {
    background-color: #cccccc;
    filter: alpha(opacity=40);
    opacity: 0.8;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.login {
    width: 1005px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #fff;
}

.page {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #fff;
    border: 1px solid #000000;
}

.main {
    width: 770px;
    margin: 5px;
    float: left;
    overflow: auto;
}

.leftNav {
    width: 220px;
    float: left;
    margin: 0px 10px 20px 10px;
}

.rightNav {
    float: right;
    width: 460px;
}

.leftLogin {
    width: 630px;
    float: left;
    margin: 20px 10px 20px 10px;
}

.rightLogin {
    width: 300px;
    float: right;
    margin: 170px 10px 0px 10px;
}

.footer {
    font-size: 10px;
    font-weight: normal;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 770px;
    margin: 10px 10px 0px 10px;
    color: #a32020;
    font-family: Georgia;
    text-decoration: none;
    text-align: left;
}

.loginDisplay {
    display: block;
    text-align: left;
    clear: both;
}

#contenidoDos {
    width: 1000px;
    line-height: 25px;
    min-height: 350px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 45px;
    margin-top: 7px;
    color: #31859C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.label {
    font-size: 8pt;
    color: #000000;
}

.button {
    border-style: none;
    background-color: #a32020;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    font-size: 8pt;
    color: White;
    Width: 115px;
    height: 22px;
}

.TextBox {
    background-color: #d7c8c7; /*#DED8B4,d7c8c7*/
    border-style: none;
    font-family: Verdana;
    font-size: 9pt;
}

.TextBoxData {
    background-color: #BFC2C7;
    border-style: none;
    font-family: Verdana;
    color: black;
    font-size: 8pt;
}

.TextBoxConsulta {
    background-color: #FFFFFF;
    border-style: none;
    font-family: Verdana;
    color: black;
    font-size: 8pt;
}

.tvw {
    margin: 5px 0 10px 0;
    border: solid 1px #a32020;
    border-collapse: collapse;
    font-family: Georgia;
    font-size: 8pt;
}

.tvwNode {
    font-family: Georgia;
    font-size: 12pt;
    color: #6d6e71;
    width: 220px;
    border-bottom: 1px dotted #968c6d;
}

    .tvwNode a {
        font-family: Georgia;
        font-size: 12pt;
        color: #6d6e71;
    }

        .tvwNode a visited {
            font-family: Georgia;
            font-size: 12pt;
            color: #6d6e71;
        }

.tvwHover a {
    font-family: Georgia;
    font-size: 12pt;
    color: #e0301e;
}

.tvwSelected a {
    font-family: Georgia;
    font-size: 12pt;
    color: #dc6900;
    border-bottom: 1px dashed #a32020;
}

.mGrid {
    width: 100%;
    background-color: White;
    margin: 5px 0 10px 0;
    border: solid 1px #31859C;
    border-collapse: collapse;
    font-family: Verdana;
    font-size: x-small;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #e7e7e8;
        color: #717171;
        font-family: Verdana;
        font-size: x-small;
    }

    .mGrid th {
        /*font-style: italic;
        font-weight: bold;*/
        padding: 4px 2px;
        color: white;
        background: #31859C;
        border-left: solid 1px #31859C;
        font-family: Verdana;
        font-size: x-small;
    }

    .mGrid .alt {
        background-color: #d7c8c7;
        font-family: Verdana;
        font-size: x-small;
    }

    .mGrid .pgr {
        background-color: White;
        font-family: Verdana;
        font-size: x-small;
    }

        .mGrid .pgr table {
            margin: 5px 0;
            font-family: Verdana;
            font-size: x-small;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
            font-family: Verdana;
            font-size: x-small;
        }

    .mGrid .link {
        color: #31859C;
        font-family: Verdana;
        font-size: x-small;
    }

    .mGrid .pgr a {
        color: #31859C;
        text-decoration: none;
        font-family: Verdana;
        font-size: x-small;
    }

        .mGrid .pgr a:hover {
            color: #31859C;
            text-decoration: none;
            font-family: Verdana;
            font-size: x-small;
        }

    .mGrid a {
        color: #eb8c00;
        text-decoration: none;
        font-size: x-small;
        font-family: Verdana;
    }

/* MISC  
----------------------------------------------------------*/

div.separator {
    background-color: #a32020;
    width: 100%;
    height: 4px;
}

div.separatorGray {
    background-color: #e5e2db;
    width: 100%;
    height: 4px;
}

.clear {
    clear: both;
}

.date {
    text-align: right;
    float: right;
    line-height: 2em;
    padding-right: 12px;
    font-style: italic;
}

.titlestyled {
    float: left;
    text-align: left;
    width: auto;
    color: #a32020;
    font-family: Georgia;
    font-size: 15pt;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}

.title {
    text-align: left;
    width: auto;
    color: #a32020;
    font-family: Georgia;
    font-size: 15pt;
    text-decoration: none;
}

.textBurgundy {
    color: #a32020;
    font-family: Georgia;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.textBlack {
    color: #000000;
    font-family: Georgia;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

a.textGray {
    color: #939598;
    font-family: Georgia;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.grayTextLogin {
    font-size: 8pt;
    color: #6d6e71;
    text-decoration: none;
}

.failureNotification {
    color: Red;
    text-align: left;
    font-family: Georgia;
    font-size: 8pt;
}

.bold {
    font-weight: bold;
}

.rightAlign {
    float: right;
}

.leftAlign {
    float: left;
}

.textBoxMaroon {
    border: solid 1px #a32020;
    font-size: 8pt;
    font-family: Georgia;
}

.textMaroon {
    color: #602320;
    font-family: Georgia;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

/* @@ Homepage feature 2 */


.gx_anim_redblock, .gx_anim_roseblock, .gx_anim_yellowblock, .gx_anim_orangeblock, .gx_anim_tangerineblock {
    position: absolute;
    /* for IE */
    filter: alpha(opacity=75);
    /* CSS3 standard */
    opacity: 0.75;
    bottom: 56px;
    left: 68px;
}

.gx_anim_animationcontainer {
    position: relative;
    width: 980px;
    height: 460px;
}

.gx_anim_pwcstamp {
    position: absolute;
    width: 980px;
    height: 38px;
    left: 69px;
    bottom: -15px;
}

.gx_anim_orangeblock {
    width: 20px;
    height: 35px;
    background-color: #dc6900;
}

.gx_anim_redblock {
    width: 12px;
    height: 15px;
    background-color: #E0301E;
    /* for IE */
    filter: alpha(opacity=50);
    /* CSS3 standard */
    opacity: 0.5;
}

.gx_anim_yellowblock {
    width: 34px;
    height: 25px;
    background-color: #ffb600;
}

.gx_anim_tangerineblock {
    width: 24px;
    height: 30px;
    background-color: #F3BF8C;
}

.gx_anim_roseblock {
    width: 39px;
    height: 10px;
    background-color: #db536a;
}

.gx_anim_textcontainer {
    font-family: Georgia, "Times New Roman", Times, serif;
    position: absolute;
    left: 87px;
    top: 33px;
    width: 600px;
    height: 314px;
    color: #FFF;
    display: none;
}

.gx_anim_textheader {
    left: 0px;
    top: 0px;
    margin: 0;
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    line-height: 1em;
}

.gx_anim_textsubheader {
    left: 0px;
    font-size: 32px;
    line-height: 1.2em;
    margin-top: 5px;
}

.gx_anim_textdesc {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    left: 0px;
    margin-top: 20px;
    font-size: 14px;
}

    .gx_anim_textdesc a:link, .gx_anim_textdesc a:visited {
        color: #FFF !important;
    }

    .gx_anim_textdesc ul li {
        list-style-image: url(/en_GX/webadmin/assets/image/white_square.gif) !important;
    }

    * html .gx_anim_textdesc ul li, *:first-child + html .gx_anim_textdesc ul li {
        list-style-image: url(/en_GX/webadmin/assets/image/white_square_ie.gif) !important;
    }

    .gx_anim_textheader a:link, .gx_anim_textheader a:visited, .gx_anim_textsubheader a:link, .gx_anim_textsubheader a:visited, .gx_anim_textdesc a:link, .gx_anim_textdesc a:visited {
        color: #FFF !important;
    }

dl {
    margin-bottom: 50px;
}


/* MENU PRINCIPAL
----------------------------------------------------------*/
#DivmenuPpal {
    width: 1100px;
    height: 46px;
    background-color: #CCC;
    text-decoration: none;
    /*-khtml-border-radius: 10px;*/
    -moz-border-radius: 10px;
    /*-o-border-radius: 10px;
    -ms-border-radius: 10px;*/
    -webkit-border-radius: 5px;
    border-radius: 9px;
    position: relative;
    padding-top: 3px;
    padding-left: 31px;
    float: left;
    top: -47px; /* Sube o baja las regleta de las opciones del menu principal*/
    left: -19px;
}

.primaryStaticMenu {
    height: 20px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.61); /*Sombra del menu principal*/
    /*width: 990px;*/
    margin-left: -19px;
    padding: 0.05em 0.01em 0.01em 0.01em;
    background-color: floralwhite;
    float: left;
}

/*Opciones Principales*/
.primaryStaticMenuItem {
    width: 0.5em;
    background-color: #000203;
    font-family: Verdana;
    font-size: unset;
    color: #FFFFFF;
    padding: 1.5em 0.10em 0.5em 0.10em;
    border-radius: 5px;
}

/*Cuando Se da Click Sobre la opción*/
.primaryStaticHover {
    color: #fff;
    background: #CC0000;
}

.primaryDynamicMenu {
    z-index: 999;
    padding: 0;
    margin-top: 1px;
    background-color: #006DA3;
    border-bottom: solid 1px #ccc;
}

.primaryDynamicMenuItem {
    width: 10em;
    background-color: #fcfbf8;
    color: #777;
    padding: 0.5em 0 0.5em 1em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    /*-ms-transition: all .3s;*/
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    /*border-width: 1px;
    border-color: #f7f2ea #aaab9c #f7f2ea #efefef;
    border-style: solid;*/
}

.primaryDynamicHover {
    color: #CC0000;
    background: #dfd4b3;
}

.secondaryLevelOne {
    background-color: transparent;
    background-repeat: repeat-x;
    margin: 1.5em 0 0 0;
    padding: 5px 0 0 5px;
    width: 12em;
    height: 35px;
}

.secondaryLevelTwo {
    background: #FAFBFB;
    padding: 5px 0 5px 5px;
}

.secondaryStaticHover {
    color: #800000;
}
/*FIN MENU PRINCIPAL*/
