﻿@import "PopCalendar.css";
@import "Titles.css";
@import "TabContainer.css";
@import "AutoComplete.css";
@import "Print.css";

html
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    overflow: hidden;
}

body
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    font-family: Verdana, Arial;
    color: #065da7;
    font-size: smaller;
    margin: 0px 5px 2px 5px;
}

#PageHeader
{
    position: relative;
    left: 0px;
    height: 50px;
    width: 100%;
    margin: 10px 0px 0px 2px;
    z-index: 2;
}

#PageContent
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 85px;
    bottom: 32px; /*overflow-y: hidden;      overflow-x: hidden; */
    z-index: 1;
    margin-left: 2px;
}

#PageFooter
{
    position: absolute;
    margin: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 30px; /*background: #fff; */ /*border-top: 2px solid blue; 	border-bottom: 2px solid blue;*/
    background-image: url(images/DCXFondo.jpg);
    background-repeat: repeat-x;
    border-top: 1px solid #3687d2;
    border-bottom: 1px solid #3687d2;
}

#PageHeader #Logo
{
    width: 50px;
}

#PageHeader #Menu
{
    vertical-align: bottom;
    height: 40px;
}

#BackGround
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}


/********  MODAL  ********/
.modalBackground
{
    background-color: Black; /*Gray;*/
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.lblModalOK
{
    font-size: 12px;
    font-weight: bold;
    color: Blue;
}

.lblModalERROR
{
    font-size: 12px;
    font-weight: bold;
    color: Red;
}

.divModal
{
    width: 300px;
    background-color: #d5dff6;
    border: solid 1px #0c6bc4;
    text-align: center;
    padding-top: 15px;
}

.divModalDetalle
{
    width: 80%;
    height: 100%;
    position: relative;
    background-color: #d5dff6;
    border: solid 1px #0c6bc4;
    text-align: center;
}

.divModalDetalleTable
{
    position: relative;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.pnlModalDetalle
{
    width: 100%;
    margin-left: 10%;
    height: 80%;
}

.pnlModalUpload
{
    width: 600px;
    text-align: center;
    height: 170px;
}

.ifrUpload
{
    background-color: #d5dff6;
}
/********  FIN MODAL  ********/


input[type="button"]
{
    background-color: #3687d2;
    color: White;
    font-weight: bold;
    border: solid 1px #0c6bc4;
}

input[type="submit"]
{
    background-color: #3687d2;
    color: White;
    font-weight: bold;
    border: solid 1px #0c6bc4;
}

input:hover[type="button"]
{
    background-color: #0c6bc4;
    cursor: pointer;
    color: White;
    border: solid 1px #3687d2;
}

input:hover[type="submit"]
{
    background-color: #0c6bc4;
    cursor: pointer;
    color: White;
    border: solid 1px #3687d2;
}

input[type="text"]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 95%;
}

input[type="password"]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 95%;
}

input[type="text"][disabled]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: White;
}

select
{
    font-family: Verdana, Arial;
    font-size: 11px;
}

select[disabled]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: White;
}

textarea
{
    font-family: Verdana, Arial;
    font-size: 11px;
}

textarea[disabled]
{
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: White;
}

a:link
{
    color: #1c398c;
    font-family: Verdana, Arial;
}

a:visited
{
    color: #1c398c;
    font-family: Verdana, Arial;
}


/********  MENU  ********/
.DynamicMenuStyle
{
    border: solid 1px #3687d2;
    background-color: #3687d2;
    z-index: 100 !important;
}

.DynamicMenuItemStyle
{
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
    vertical-align: middle;
    height: 25px;
}

.DynamicMenuItemStyle a {
    display: block;
    align-items: center;
    height: 80%
}

/* cuando paso el mas por el submenu */
.DynamicHoverStyle
{
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    background-color: #3687d2;
}

.DynamicHoverStyle a
{
    color: White;
    display: block;
    align-items: center;
}

table.DynamicHoverStyle
{
    border: 2px solid white !important;
}

table.DynamicMenuItemStyle
{
    border: 2px solid white !important;
}

.StaticMenuItemStyle
{
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
    padding: 2px;
    text-align: center;
    height: 25px;
    margin: 2px 2px 2px 2px;
    background-color: Transparent;
}

.StaticMenuStyle
{
    font-size: 12px;
    font-weight: normal;
    color: #000033;
    font-family: Verdana;
    background-color: Transparent;
    height: 25px;
    border-bottom: 0px !important;
    padding-right: 5px;
    margin: 0px;
}

.StaticHoverStyle
{
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
    background-color: #3687d2;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.StaticHoverStyle a
{
    color: White;
}

.lineaDivisoriaMenu
{
    border-top: 1px solid #3687d2;
    width: 100%;
    height: 2px;
    position: relative;
}

#Menu a[href="#"]
{
    cursor:default !important;
}

/********  FIN MENU  ********/

.TableHeader
{
    background-color: #3687d2;
    color: White;
    font-weight: bold;
    text-align: center;
}

.TableHeaderDetalle
{
    height: 20px;
    background-color: #3687d2;
    color: White;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

.TableBorder
{
    border: 1px solid #3687d2;
}

.CellBold
{
    /*    text-align: right;     font-weight: bold;     color: Black;*/
    text-align: right;
    font-weight: bold;
    color: #065da7;
    font-size: 11px;
}

.CellObligatorio
{
    text-align: right;
    font-weight: bold;
    color: #065da7;
    font-size: 11px;
}

.CellNoObligatorio
{
    text-align: right;
    color: #065da7;
    font-size: 11px;
}

.CellFiltroBold
{
    text-align: right;
    font-weight: bold;
    color: #065da7;
    font-size: 11px;
}

.CellError
{
    background-color: #fe8484;
}

.CellDato
{
    text-align: left;
    color: black;
    font-size: 11px;
}

.CellDatoBold
{
    text-align: left;
    color: black;
    font-size: 11px;
    font-weight: bold;
}

.CellDatoErrorBold
{
    color: Red;
    font-size: 11px;
    font-weight: bold;
}

.TableLargeGrid
{
    position: absolute;
    left: 0px;
}

/********  GRILLA  ********/
.GridView-Selected
{
    /*font-weight: bold;*/
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #a9b7e8; /*#065da7;*/
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: #065da7 0px solid;
}

.GridView-Header
{
    /*background-color: #3687d2;*/ /*background-color: #065da7;*/ /*color: White;*/
    color: #065da7;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    height: 17px;
    background-image: url(images/Grid/FondoHeader.png);
}

.GridView-Header a
{
    /*color: White;*/
    color: #065da7;
}

.GridView-Footer td[style*="background-color: transparent;"]
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    height: 17px;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.GridView-Footer
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial; /*background-color: #fce4ba;*/
    background-color: #a9b7e8;
    height: 17px;
}

.GridView-Item
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #d9edec;
}
.GridView-Alternating
{
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #c5d8e7;
}

.GridView-Paging
{
    font-size: 11px;
    font-weight: bold;
    color: white;
    font-family: Verdana, Arial; /*background-color: #065da7;*/
    height: 17px;
    background-image: url(images/Grid/FondoHeader_footer.png);
    background-repeat: repeat-x;
}

.LabelSinDatos
{
    font-style: italic;
    font-size: small;
    color: Black;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px;
    position: absolute;
    top: 50%;
}

.LabelSinDatosFijo
{
    font-style: italic;
    font-size: small;
    color: Black;
    width: 100%;
    text-align: center;
    margin: 10px;
}

.LabelSinDatosModal
{
    font-style: italic;
    font-size: small;
    color: Black;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px;
    top: 50%;
}

.GridView-Combo
{
    font-size: 11px;
    position: absolute;
    right: 10px;
}

.GridView-Combo-Fieldset
{
    font-size: 11px;
    position: absolute;
    right: 110px;
}


.GridView-Combo select
{
    font-size: 11px;
}

.GridView-Combo-Fieldset select
{
    font-size: 11px;
}

.GridView-Resultados
{
    font-size: 11px;
    position: absolute;
    right: 270px;
    padding-top: 4px;
}

.GridView-ResultadosRight
{
    font-size: 11px;
    position: absolute;
    right: 340px;
    padding-top: 4px;
}

.DivHeaderGrid
{
    width: 49%;
    float: right;
    height: 20px;
}

.DivHeaderGridNoVisible
{
    display: none;
}

.DivExport
{
    width: 49%;
    float: left;
    text-align: left;
}
/********  FIN GRILLA  ********/


.MasterAJAXLoader
{
    background-image: url(         "Images/ajax_loader.gif" );
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 80px;
    height: 100px;
    top: 40%;
    left: 45%; /*background-color: #fcefda;*/
    z-index: 2;
}

.DivHeader
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    border-bottom: solid 1px #3687d2;
    margin-bottom: 15px;
    margin-top: 15px;
}

.accordionFiltrosHeader, .accordionFiltrosHeaderSelected
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/magnifier-zoom.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding-bottom: 3px;
    cursor: pointer;
}

.accordionFiltrosHeaderSelected
{
    background-image: url(images/magnifier-zoom-out.png);
}

.accordionFiltrosHeader span, .accordionFiltrosHeaderSelected span
{
    padding-left: 25px;
}

.accordionFiltrosContent
{
}

/******** SUB TITLES ********/
.DivSubTitles
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivSubTitles span
{
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    padding-top: 4px;
}

.FacturasDivSubTitles span
{
    background-image: url(images/titles/Facturas.png);
}

.ImpuestosDivSubTitles span
{
    background-image: url(images/titles/impuestos.png);
}

.DivResultados
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/table.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivResultados span
{
    padding-left: 25px;
}

.DivDatos
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/table.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivDatos span
{
    padding-left: 25px;
}

.DivGrupos
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/titles/groups.gif);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivGrupos span
{
    padding-left: 25px;
}

.DivVacio
{
    width: 100%;
    border-bottom: 1px solid #3687d2;
    font-weight: bold;
    color: #065da7;
    vertical-align: middle;
}

.DivParametros
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(Images/Grid/parametros.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivParametros span
{
    padding-left: 25px;
}

.DivSectores
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/sectores.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivSectores span
{
    padding-left: 25px;
}

.DivCentrosCosto
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/centros_costo.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCentrosCosto span
{
    padding-left: 25px;
}

.DivCodigosEgreso
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/codigo_egreso.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCodigosEgreso span
{
    padding-left: 25px;
}

.DivCodigosIngreso
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/codigo_ingreso.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCodigosIngreso span
{
    padding-left: 25px;
}

.DivCuentasContables
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/cuentas_contables.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCuentasContables span
{
    padding-left: 25px;
}


.DivCuentasBancarias
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/cuentas_bancarias.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCuentasBancarias span
{
    padding-left: 25px;
}

.DivOrdenesTipo
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/orden_tipo.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivOrdenesTipo span
{
    padding-left: 25px;
}

.DivCodigosEgreso
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/codigo_egreso.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivCodigosEgreso span
{
    padding-left: 25px;
}

.DivMailBody
{
    font-size: small;
    font-weight: bold;
    color: #065da7;
    width: 100%;
    background-image: url(images/menu/mensaje.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #3687d2;
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
}

.DivMailBody span
{
    padding-left: 25px;
}

#ContentScroll
{
    position: relative;
    width: 100%;
    z-index: 6;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    left: 0px;
}

#ContentScroll div
{
    padding-right: 16px;
}

.MasterUserLabel
{
    font-size: 10px;
    height: 17px;
    color: Black;
    font-weight: bold;
    background-image: url(images/user_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 2px;
}

.MasterProfileLabel
{
    font-size: 10px;
    height: 17px;
    color: Black;
    font-weight: bold;
    background-image: url(images/grid/perfiles.png);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 2px;
}

.MasterExitLabel
{
    font-size: 10px;
    height: 20px;
    color: Black;
    font-weight: bold;
    background-image: url(images/exit.png);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 5px;
}

.MasterHelpLabel
{
    font-size: 10px;
    height: 20px;
    color: Black;
    font-weight: bold;
    background-image: url(images/help.png);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 5px;
}

.MasterAlertLabel
{
    font-size: 10px;
    height: 20px;
    color: Black;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 5px;
}


.MasterAlertLabelBlink
{
    background-image: url(images/alertas_blink.gif);
}

.MasterAlertLabelNoBlink
{
    background-image: url(images/alertas.png);
}
.MasterLabelText
{
    font-size: 10px;
    height: 16px;
    padding-top: 2px;
    display: inline-block;
}

.MasterWhatsappLabel
{
    font-size: 10px;
    height: 17px;
    color: Black;
    font-weight: bold;
    background-image: url(images/whatsapp.png);
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 18px;
    padding-top: 2px;
    margin-bottom: 3px;
    width: 170px;
}

.MasterModulos
{
    font-size: 10px;
    text-decoration: none;
}

a.MasterModulos:hover
{
    /*background: url(images/FondoModulo.gif) repeat-x bottom;*/
    background-color: #3687d2;
    color: White;
}

.MasterModulosSeleccionado
{
    font-size: 10px;
    font-weight: bold; /*background: url(images/FondoModulo.gif) repeat-x bottom;*/
    background-color: #3687d2;
    color: White;
    padding: 1px;
}

.MasterModulosImagen
{
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 2px;
    margin-left: 4px;
    font-size: 13px;
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
}

.NodoAccionNoVisible
{
    font-style: italic;
    color: Gray;
}

.ReportesTitulo
{
    font-weight: bold;
    padding-top: 20px;
}

.ReportesImagen
{
    vertical-align: bottom;
    padding-right: 15px;
    padding-left: 10px;
}


.ReportesDescripcion
{
    color: Black;
    padding-left: 55px;
}

.TablaParametros
{
    margin-top: 20px;
    width: 60%;
    border: solid 1px gray;
}

.TablaParametros select, .TablaParametros input[type="text"]
{
    width: 100%;
}

.TablaParametros td
{
    padding: 5px 10px 0px 10px;
}

.ParametroComboBox
{
    z-index: 1000 !important;
    position: absolute !important;
    width: 45% !important;
    margin-top: -5px !important;
    vertical-align: top;
}

.ParametroComboBox .ajax__combobox_inputcontainer
{
    width: 80%;
    vertical-align: top;
    top: 0px !important;
}


.ParametroComboBox .ajax__combobox_textboxcontainer
{
    padding: 0px 0px 0px 0px;
    width: 80%;
}

.ParametroComboBox .ajax__combobox_textboxcontainer input
{
}

.ParametroComboBox .ajax__combobox_buttoncontainer
{
    padding: 0px 0px 0px 10px;
}

.ParametroComboBox .ajax__combobox_buttoncontainer button
{
    cursor: pointer;
    background-image: url(Images/Grid/magnifier.png);
    background-position: center right;
    height: 18px;
    width: 18px;
    margin: 0 0 0 0;
    padding: 0;
    background-color: Transparent;
    border: 0;
}

.ParametroComboBox .ajax__combobox_itemlist
{
    white-space: nowrap;
    cursor: pointer;
    position: absolute !important;
    height: 150px !important;
    top: 20px !important;
    left: 0px !important;
    width: 65% !important;
}


.ArchivosTitulo
{
    font-weight: bold;
    padding-top: 20px;
}

.ArchivosImagen
{
    vertical-align: bottom;
    padding-right: 15px;
    padding-left: 10px;
}


.ArchivosDescripcion
{
    color: Black;
    padding-left: 55px;
}

.divAlertasOverlay
{
    background: url(images/mensaje_alertas.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 128px;
    position: fixed !important;
    right: 75px;
    top: 50px;
    z-index: 55;
}

.lblAlertasOverlay
{
    display: block;
    height: 128px;
    margin-top: 50px;
    color: White;
    font-weight: bolder;
    text-align: center;
}


.ImportacionesTitulo
{
    font-weight: bold;
    padding-top: 20px;
}

.ImportacionesImagen
{
    vertical-align: bottom;
    padding-right: 15px;
    padding-left: 10px;
}


.ImportacionesDescripcion
{
    color: Black;
    padding-left: 55px;
}

.divMasterUsuarios
{
    position: absolute;
    top: -2px;
    right: 2px;
    width: 200px;
    height: 20px;
    padding-left: 2px;
}

.divMasterModulos
{
    position: relative;
    border: 0px solid blue;
    top: 0px;
    left: 10px;
    width: 100%;
    height: 34px;
    background-color: white;
}

fieldset legend span
{
    color: #065da7;
}

fieldset legend label
{
    color: #065da7;
}

.legendBold span
{
    color: Black;
    font-weight: bold;
}

.MasterHeader
{
    margin: 0px -5px -2px -5px;
    top: 0px;
    display: block;
    width: 110%;
    height: 30px;
}

.HomeTable div:hover
{
    background-color: #B7B6C9;
    border: solid 1px #27215F;
    width: 250px;
    z-index: -5;
}

.HomeTable div
{
    border: solid 1px transparent;
    width: 250px;
}

.HomeTable .edit_hover_class {
  visibility:hidden;
}

.HomeTable div:hover .edit_hover_class {
 visibility:visible;
}

.lnkWizSinSelected
{
   background-color: #3687d2 !important;
   color: White !important;
   font-weight: bold !important;
   font-size: 11px;
   text-decoration: none !important;
}

.lnkWizSinEnabled
{
   background-color: transparent !important;
   color: #3687d2 !important;
   font-weight: bold !important;
      font-size: 11px;
      text-decoration: none !important;
}

.lblLeyenda
{
    font-weight:lighter;
    font-style:italic;
    font-size:smaller;
}