﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    /*background: #b6b7bc;*/
    background: #FFFFFF; /*font-size: .80em;*/
    font-size: 14px; /* font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
    text-align: left;
}

a:link, a:visited
{
    /*color: #034af3;*/
    color: #003B79;
    text-decoration: none;
    font-size: 12px;
    text-decoration: underline;
}

a:hover
{
    /*color: #1d60ff;*/
    color: #45BEE8;
    text-decoration: underline;
    font-style: oblique;
}

a:active
{
    /*color: #034af3;*/
    color: #003B79;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    margin: 20px auto 0px auto;
    border: 1px solid #003B79;
    height: 308px;
}

.header
{
    position: relative;
    margin: 0px 0px 0px 3px;
    padding: 0px;
    background: #003B79;
    width: 100%;
    top: -1px;
    left: -3px;
}

.main
{
    padding: 0px 55px;
    margin: 12px 8px 8px 8px;
    /*min-height: 420px;*/
    height: 600px;
    width: 632px;
    text-align: left;
    background-color: #EFF4FA;
    vertical-align: top;
}

.main_Home
{
    padding: 0px 70px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    height: 600px;
    width: 632px;
    text-align: right;
    background-image: url("../Imagenes/portal_contratacion_fondo.jpg");

}

.main_Encabezado
{
    background-color: #F9F9F9;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 50px;
}

.main_piePagina
{
    display: table-cell;
    vertical-align: middle;
    padding: 0 100px;
    font-family: Arial, Verdana;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    background-color: #003B79;
    color: White;
}

.footer
{
    font-family: Arial, Verdana;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    background-color: #003B79;
    color: White;
}

.Convocatoria_Bienes_Servicios
{
    background-image: url(../Imagenes/convocatoria_bienes_servicios.png);
    width: 220px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center top;
}

.Convocatoria_Bienes_Servicios:hover
{
    background-image: url(../Imagenes/convocatoria_bienes_servicios_over.png);
}

.Convocatoria_TalentoHumano
{
    background-image: url(../Imagenes/convocatoria_talento_humano.png);
    width: 220px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center top;
}

.Convocatoria_TalentoHumano:hover
{
    background-image: url(../Imagenes/convocatoria_talento_humano_over.png);
}

.Registro_Proveedores
{
    background-image: url(../Imagenes/registro_proveedores.png);
    width: 220px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center top;
}

.Registro_Proveedores:hover
{
    background-image: url(../Imagenes/registro_proveedores_over.png);
}

.Recuperacion_Codigo
{
    background-image: url(../Imagenes/recuperacion_codigo.png);
    width: 220px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center top;
}

.Recuperacion_Codigo:hover
{
    background-image: url(../Imagenes/recuperacion_codigo_over.png);
}

.Actualizacion_Proveedores
{
    background-image: url(../Imagenes/actualizacion_datos_proveedor.png);
    width: 220px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center top;
}

.Actualizacion_Proveedores:hover
{
    background-image: url(../Imagenes/actualizacion_datos_proveedor_over.png);
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    background-color: #003B79;
    color: #003B79;
    width: 100%;
}

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;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.center
{
    text-align: center;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.titleHeader
{
    background-image: url("../Imagenes/BannerPrincipal.jpg");
    display: block;
    float: left;
    text-align: left;
}

.loginDisplay
{
    font-size: 14px;
    display: block;
    text-align: right;
    padding: 10px;
    float: right;
    vertical-align: top;
}

.celdaLoginDisplay
{
    color: White;
}

.celdaLoginDisplay a:link
{
    color: white;
}

.celdaLoginDisplay a:visited
{
    color: white;
}

.celdaLoginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 14px;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.Subtitulos
{
    font-family: Arial, Verdana;
    font-size: 14px;
    text-align: left;
    background-color: #003B79;
    color: White;
}

.Titulos
{
    font-family: Arial, Verdana;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    background-color: #003B79;
    color: White;
}

.TitulosGrupo
{
    font-family: Arial, Verdana;
    text-align: left;
    font-size: 16px;
    font-weight: bolder;
    background-color: #003B79;
    color: White;
}

.TituloZona
{
    font-size: 18px;
    font-weight: bold;
    color: #003B79;
}

.SubtituloZona
{
    font-size: 16px;
    font-weight: bold;
    color: #003B79;
}

.ZonaDatos
{
    background-color: #F2F2F2;
}

.TextoDescriptivo
{
    font-size: 14px;
    text-align: justify;
}

.TTabla
{
    /*border-style: none;*/
    /*border-color: inherit;
    border-width: medium;*/
    width: 890px;
    background-color: #EFF4FA;
    vertical-align: middle;
    /*margin: 20px auto 0px auto;*/
    /*border: 1px solid #496077;*/
    text-align: left;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #F2F2F2;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
    color: Black;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

input.textEntryOpen
{
    border: 1px solid #ccc;
}

input.dateEntry
{
    border: 1px solid #ccc;
    width: 80px;
}

input.Button
{
    border: 1px solid #ccc;
    background: #fff;
}

input.passwordEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
}

div.messagePanel
{
    padding: 20px 20px 4px 20px;
}

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage
{
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #FFFFFF;
    border: solid 1px #000;
}

/* POPUPS */
.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #ffd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

/* Estilos anteriores Ghips */
.zulin_alt
{
    text-align: right;
    font-weight: bold;
    background-color: #507CD1;
    color: #fff;
    border-style: dotted none dotted none;
    border-width: 1px;
    border-color: #000099;
    border-collapse: collapse;
}

.Mayusculas
{
    text-transform: uppercase;
}

.cajin
{
    margin: 0 !important;
    background-color: inherit;
    color: navy;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: scroll;
    height: 550px;
    text-align: left;
    list-style-type: none;
    font-size: x-small;
}
.c_manin
{
    cursor: pointer;
}
.c_info
{
    cursor: help;
}
.aceLista
{
    visibility: hidden;
    margin: 0 !important;
    background-color: inherit;
    color: navy;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: scroll;
    height: 250px;
    text-align: left;
    list-style-type: none;
    font-size: x-small;
}
.aceLuz
{
    background-color: #ff9;
    color: black;
    padding: 1px;
}
.aceItem
{
    background-color: window;
    color: navy;
    padding: 1px;
}
.zulin_tab
{
    padding: 0;
    background-color: #f5f5f5;
    border: dashed 1px #003B79;
}
.zulin_l
{
    text-align: left;
    font-weight: bold;
    background-color: #003B79;
    color: #FFFFFF;
}
.zulin_r
{
    text-align: right;
    font-weight: bold;
    background-color: #003B79;
    color: #FFFFFF;
}
.zulin_c
{
    text-align: center;
    font-weight: bolder;
    background-color: #003B79;
    color: #FFFFFF;
}
.accordionHeader
{
    border-right: #2f4f4f 1px solid;
    padding-right: 5px;
    border-top: #2f4f4f 1px solid;
    margin-top: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
    border-left: #2f4f4f 1px solid;
    cursor: pointer;
    color: white;
    padding-top: 5px;
    border-bottom: #2f4f4f 1px solid;
    font-family: Arial; /*background-color: #2e4d7b;*/
    background-color: #003B79;
}
#master_content .accordionHeader A
{
    background: none transparent scroll repeat 0 0;
    color: #fff;
    text-decoration: none;
}
#master_content .accordionHeader A:hover
{
    background: none transparent scroll repeat 0 0;
    text-decoration: underline;
}
.accordionHeaderSelected
{
    border-right: #2f4f4f 1px solid;
    padding-right: 5px;
    border-top: #2f4f4f 1px solid;
    margin-top: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
    border-left: #2f4f4f 1px solid;
    cursor: pointer;
    color: white;
    padding-top: 5px;
    border-bottom: #2f4f4f 1px solid;
    font-family: Arial,Sans-Serif;
    background-color: #5078b3;
}
#master_content .accordionHeaderSelected A
{
    background: none transparent scroll repeat 0 0;
    color: #fff;
    text-decoration: none;
}
#master_content .accordionHeaderSelected A:hover
{
    background: none transparent scroll repeat 0 0;
    text-decoration: underline;
}
.accordionContent
{
    border-right: #2f4f4f 1px dashed;
    padding-right: 5px;
    border-top: #2f4f4f 1px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-left: #2f4f4f 1px dashed;
    padding-top: 10px;
    border-bottom: #2f4f4f 1px dashed;
    background-color: #d3deef;
}
.watermark
{
    background-color: #FFFF99;
    font-weight: bold;
    text-align: center;
}
.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: .7;
}
.modalPopup
{
    background-color: #ffd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
#cont
{
    height: 560px;
    width: 920px;
    background: #eee;
    position: relative;
    font-size: x-small;
    color: #507CD1;
    font-weight: bold;
}
#ztra
{
    width: 485px;
    height: 95%;
    float: left;
    border: solid 1px #a9a9a9;
}
.scl
{
    margin: 1px 0 0 1px;
    float: left;
    height: 19px;
    width: 50px;
    background-color: #f5f5f5;
    border: solid 1px #a9a9a9;
    font-size: xx-small;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #507CD1;
}
.scl2
{
    margin: 1px 0 0 1px;
    float: left;
    height: 16px;
    width: 30px;
    background-color: #f5f5f5;
    border: solid 1px #a9a9a9;
    font-size: xx-small;
    font-weight: bold;
    text-align: left;
    color: #507CD1;
}
.scl2w
{
    margin: 1px 0 0 1px;
    float: left;
    height: 16px;
    width: 50px;
    background-color: #f5f5f5;
    border: solid 1px #a9a9a9;
    font-size: xx-small;
    font-weight: bold;
    text-align: center;
    color: #507CD1;
}
.dro
{
    margin: 1px 0 0 1px;
    float: left;
    height: 8px;
    width: 8px;
    background-color: #f5f5f5;
    border: solid 1px #a9a9a9;
    font-size: x-small;
    float: left;
}
#treg
{
    margin-left: 5px;
    float: left;
    width: 100px;
    height: 95%;
    border: solid 1px #a9a9a9;
    font-size: x-small;
}
.dra
{
    border: 0;
    position: relative;
    left: 0;
    top: 0;
}
.trh
{
    width: 99%;
    clear: both;
}
#nums
{
    float: left;
    width: 95%;
    border-bottom: solid 1px #a9a9a9;
    font-size: x-small;
    color: #507CD1;
    font-weight: bold;
    clear: both;
    margin-top: 3px;
}
.num
{
    border: 0;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    margin-left: 2px;
    z-index: 80;
}
#coms
{
    margin-left: 5px;
    float: left;
    width: 300px;
    height: 95%;
    border: solid 1px #a9a9a9;
    font-size: x-small;
}
.come
{
    border: 0;
    position: relative;
    left: 0;
    top: 0;
}
div.rtab
{
    clear: none;
}
div.rfil
{
    clear: both;
}
div.rcol
{
    float: left;
    padding: 2px;
    border-style: none;
    vertical-align: middle;
    color: #507CD1;
    font-weight: bold;
    font-size: xx-small;
}
div.rcol input
{
    border: solid 0 #000;
    border-bottom: solid 1px #000;
    background-color: Transparent;
    font-size: xx-small;
}
#hor
{
    width: 50px;
    height: 1px;
    left: 0;
    top: 0;
    border: solid 0 #507CD1;
    border-top-width: 1px;
    position: absolute;
    z-index: 1;
}
#ver
{
    width: 1px;
    height: 50px;
    left: 0;
    top: 0;
    border: solid 0 #507CD1;
    border-left-width: 1px;
    position: absolute;
    z-index: 1;
}
.inputHr
{
    width: 16px;
    border: solid 0 #000;
    border-bottom: solid 1px #000;
    background-color: Transparent;
    font-size: xx-small;
}
.inputHr2
{
    width: 100%;
    border: none 0 transparent;
    background-color: Transparent;
    font-size: xx-small;
}
.btnCir
{
    font-size: x-small;
    color: #507CD1;
    font-weight: bold;
}
.cargan
{
    padding: 20px 0;
    background: url(loading2.gif) no-repeat center;
}
.zBug
{
    margin: 0;
    padding: 0;
}
.dav
{
    margin: 1px 0 0 1px;
    float: left;
    height: 8px;
    width: 8px;
    background-color: #f5f5f5;
    border: solid 1px #a9a9a9;
    font-size: xx-small;
    float: left;
    font-family: Calibri;
}
#treg
{
    margin-left: 5px;
    float: left;
    width: 100px;
    height: 95%;
    border: solid 1px #a9a9a9;
    font-size: xx-small;
}
#log
{
    color: #000;
}
#log2
{
    color: #f00;
    font-size: medium;
}
#cont_noti
{
    width: 600px;
    height: 464px;
}
#txt_noti
{
    left: 5px;
    width: 580px;
    top: 140px;
    height: 260px;
    position: absolute;
    background-color: Transparent;
    color: Navy;
    font-size: large;
    font-family: Century Gothic;
    text-align: justify;
    font-size: medium;
}
#txt_noti ul
{
    margin: 10px;
    list-style-image: url(bol.png);
    list-style-position: inside;
}
#txt_noti ul li
{
    padding-left: 0;
}
#lk_noti
{
    width: 100%;
    left: 5px;
    top: 430px;
    height: 25px;
    position: absolute;
    background-color: Transparent;
}
.b_noti
{
    color: #fff;
    font-weight: bold;
    font-size: medium;
    text-decoration: none;
}
.b_noti:hover
{
    font-weight: bold;
    color: #f1d929;
    text-decoration: underline;
}
.b_notihover
{
    font-weight: bold;
    color: #f1d929;
    text-decoration: underline;
}
.body_noti
{
    background: url(bk.png) no-repeat left top;
    padding: 0;
    border-width: 0;
}

.TTitulos
{
    font-family: Arial, Verdana;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    background-color: #003B79;
    color: White;
}
.TTitulosGridWhite
{
    font-family: Arial, Verdana;
    text-align: center;
    font-size: 12px;
    color: White;
}
.TTitulosGridBlue
{
    font-family: Arial, Verdana;
    text-align: center;
    font-size: 11px;
    color: #003B79;
}
.TTitulosGrupo
{
    font-family: Arial, Verdana;
    text-align: left;
    font-size: 12px;
    font-weight: bolder;
    background-color: #003B79;
    color: White;
}

.TSubtitulos
{
    font-family: Arial, Verdana;
    font-size: 14px;
    text-align: left;
    background-color: #003B79;
    color: White;
    padding-top: 2px;
}
.TSubtitulos span
{
    font-family: Arial, Verdana;
    font-size: 12px;
    text-align: center;
    background-color: #003B79;
    color: White;
}
.TTexto
{
    text-align: left;
    font-size: 14px;
    color: #003B79;
    margin-left: 40px;
}
.TGrid
{
    /*background-color: #003B79;    */
    margin: 5px 0px 10px 0;
    border: solid 1px #fff;
    border-collapse: collapse;
    font-size: 12px;
    background-color: #dce7f4;
}
.TGridAlter
{
    background-color: #EFF4FA;
}
.TGridAlterN
{
    background-color: #EFF4FA;
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    color: Black;
    font-size: 14px;
    line-height: 12px;
    text-align: right;
}
.TGrid td
{
    padding: 2px;
    border: solid 1px #fff;
    color: #003B79; /*background-color: Black;     */
}
.TGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #003B79 url(grd_head.png) repeat-x top;
    border-left: solid 1px #003B79;
    font-size: 12px;
    font-weight: inherit;
    color: White;
}
.TGrid caption
{
    background-color: #003B79;
    font-size: small;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    color: White;
}
.TGrid .FilaAlterna
{
    background-color: Black;
}
.TGrid .pgr
{
    background-color: #EFF4FA;
}
.TGrid .pgr table
{
    margin: 5px 0;
}
.TGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
}
.TGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.TGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}
.TGridFooter
{
    background-color: #45BEE8;
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: Black;
    font-size: 14px;
    line-height: 12px;
    text-align: right;
}
.TGridRow
{
    background-color: #FBFBF9;
    text-align: right;
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    color: Black;
    font-size: 14px;
    line-height: 12px;
    text-align: right;
}
div#Columna
{
    overflow: scroll;
    position: relative;
}
div#Encabezado
{
    overflow: scroll;
    position: relative;
}

div#Encabezado th
{
    top: expression(document.getElementById("Encabezado").scrollTop-2);
    left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
    position: relative;
    z-index: inherit;
}

div#MyGrid th
{
    top: expression(document.getElementById("Encabezado").scrollTop-2);
    left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
    position: relative;
    z-index: 20;
}
div#MyGrid Caption
{
    top: expression(document.getElementById("Encabezado").scrollTop-2);
    left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
    position: relative;
    z-index: 20;
}
/*
.Header
{
    top: expression(document.getElementById("AdjResultsDiv").scrollTop-2); 
    left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft); 
    position: relative; 
    z-index: inherit; 
}*/
.Column
{
    text-align: left;
    position: relative;
    cursor: default; /*IE5+ only*/
    left: expression(document.getElementById("Columna").scrollLeft-2); /*left: expression(document.getElementById("AdjResultsDiv").scrollLeft-2); }*/
}

a.TEncabezado
{
    /*background-image: url("../Imagenes/vineta-bordeIzq1.png");*/
    background-position: center top;
    background-repeat: repeat-x;
    text-decoration: none; /*text-shadow: #000 1px 1px 3px;*/
    letter-spacing: 1px;
    text-align: center;
}
a.TEncabezado span
{
    /*background-image: url("../Imagenes/vinetaBordeDer.png");*/
    background-position: right top;
    padding-top: inherit;
    font-size: 14px;
    text-align: center;
}
.TEncabezadoFondo
{
    /*background-image: url("../Imagenes/vinetaCentro.png");*/
    background-repeat: repeat-x;
    text-align: center;
}
.TEncabezadoTable
{
    /*background-image: url('../Imagenes/vinetaFondo.png');*/
    background-repeat: repeat-x;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
    color: White;
    font-weight: bold;
    height: 128px;
    width: 890px;
}
.TEncabezadoTable2
{
    /*background-image: url('../Imagenes/vinetaFondo.png');*/
    background-repeat: repeat-x;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    border-style: none;
}
.TEncabezadoLeft
{
    /*background-image: url("../Imagenes/vineta-bordeIzq.png");*/
    background-position: right top;
    background-repeat: no-repeat;
    border-collapse: collapse;
    border-left: 0px;
    border-spacing: 0px;
    border-width: 0px;
    text-align: center;
}
.TEncabezadoRigth
{
    border-collapse: collapse;
    /*background-image: url("../Imagenes/vinetaBordeDer.png");*/
    background-position: left top;
    background-repeat: no-repeat;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    text-align: center;
}
.TEncabezadoCenter
{
    /*background-image: url("../Imagenes/vinetaCentro.png");*/
    background-position: center top;
    background-repeat: repeat-x;
    border-spacing: 0px;
    border-width: 0px;
    text-align: center;
    color: White;
    text-align: center;
}
.TFondoGRISTable
{
    background-color: #D1D1D3;
}

.TEstiloTD
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

.fondo_postback
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    z-index: 1001;
}

.pnl_cargando_postback
{
    display: none;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    position: fixed;
    padding: 16px;
    border: 4px solid white;
    background-color: #003B79;
    z-index: 1002;
    overflow: hidden;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.Portal {
    width: 1024px;
    margin: 20px auto 0px auto;
    border: 1px solid #003B79;
    height: 720px;
    background-image: url('../Imagenes/background.png');
}