﻿/*******************************************************************************************************************************/
/**************************************************************Reset CSS********************************************************/
/*******************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************************************************************************************************************/

/***********************************************************General************************************************************/
body 
{
    background: url("/Content/body_textura.jpg") repeat left top;
    font-family: arial, helvetica, sans-serif;
    /*font: arial, helvetica, sans-serif;*/
    font-size: 13px;
}

.EsquinasInferioresRedondas
{
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;   
    /*behavior: url(/Content/PIE.htc);*/
}

.EsquinasSuperioresRedondas
{
    
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    /*behavior: url(/Content/PIE.htc);*/
}

#Contenido_Form_DIV .blockOverlay
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /*behavior: url(/Content/PIE.htc);*/
}

.DocumentoPrincipal {
    background: none repeat-x scroll 0 147px transparent;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height:320px;
}

.Contenido {
     margin-left: auto;
     margin-right: auto;
     margin-bottom:20px;
     /*width: 892px;*/ /* REPETIDO */
     /*min-height:500px;*/
}

#PiePagina
{
    text-align:center;
    font-size:11px;
    color:#4C4C4C;
    position: absolute;
    width:100%;
    display:none;
}
    
.cssCajaFieldset{
    display:table;
    height:100%;
    border-style: solid;
    position:relative;
    bottom:0px;
}

.ContenidoOrdenado
{
    /*width:100%;*/
    display:table;  
}

.ContenidoCompleto
{
    width:100%;
    height:100%;
}

.fila
{
    display:table-row;
    height:100%;
}

.columna {
    /*float: left;*/
    width:50%;
    /*float:left;*/
    display:table-cell;
    /*height:100%;*/
    vertical-align:top;
    /*padding:5px;*/
}

.columnaLibre {
    display:table-cell;
}

.columna_pequenia
{
  width: 33%;
  display: table-cell;
  vertical-align: top;
}

.columnaForm {
    /*float: left;*/
    /*float:left;*/
    display:table-cell;
    /*height:100%;*/
    vertical-align:top; 
}

.columnaFormCentrada {
    /*float: left;*/
    /*float:left;*/
    display:table-cell;
    /*height:100%;*/
    vertical-align:middle; 
}

.columnaFormDerecha {
    /*float: left;*/
    /*float:left;*/
    display:table-cell;
    /*height:100%;*/
}

.columnaDerecha {
    float: right;
}

.columnaDerechaMargen {
    float: right;
    margin-right: 40px;
}

.columnaCentrada
{
    display:table-cell;
    text-align:center;
}

.celdaCampo
{
    display:table-cell; 
    text-align:left; 
    min-width:140px;
    padding-top:3px;
    padding-bottom:3px;
    margin-top:20px;
}

.celdaCampoLibre
{
    display:table-cell; 
    text-align:left; 
    padding-top:3px;
    padding-bottom:3px;
    margin-top:20px;
}

.celdaCampoDerecha
{
    display:table-cell; 
    text-align:right; 
    min-width:140px;
    padding-top:3px;
    padding-bottom:3px;
    margin-top:20px;
}

.celdaLabel
{
    font-size: 13px;
    min-width:60px;
    /*width:95px;*/
    display:table-cell; 
    text-align:right; 
    padding-right: 5px;
    padding-left: 5px;
    padding-top:7px;
    vertical-align:top;
}

.celdaLabelPeq
{
    font-size: 13px;
    display:table-cell; 
    text-align:center; 
    padding-right: 5px;
    padding-left: 5px;
}

.celdaLabelIzq
{
    font-size: 13px;
    display:table-cell; 
    padding-left: 5px;
}

.celdaLabelDerecha
{
    font-size: 13px;
    display:table-cell; 
    text-align:right; 
    padding-right: 5px;
    padding-left: 5px;
    width:35px;
}

.celdaLabelLibre
{
    font-size: 13px;
    display:table-cell; 
    text-align:right; 
    padding-right: 5px;
    padding-left: 5px;
}

.cajaDerecha
{
    float:right;    
}

/***********************************************************Fieldset*************************************************************/
.Fieldset
{
    padding: 10px;
    margin:5px;
    /*border-style:none;*/
    border: 1px solid #D0D0E0;
    height:auto !important;
    padding-top: 20px\0/;
    position: relative\9;
}

.Fieldset legend {
    position: absolute\9;
    top: -0.5em\9;
    left: 0.5em\9;
}

.Fieldset_PrimerNivel
{
    background-color: rgba(0,0,0,0.05);
    background-color: #ECECEC\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2EFEFEF,endColorstr=#F2ECECEC);
}

.Fieldset_SegundoNivel
{
   background-color: rgba(0,0,0,0.05);
   background-color: #E0E0E0\9;
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2E5E5E5,endColorstr=#F2E0E0E0);
}

.Fieldset_TercerNivel
{
    background-color: rgba(0,0,0,0.05);
    background-color: #D5D5D5\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2DBDBDB,endColorstr=#F2D5D5D5);
}

legend
{
    font-size: 14px;
    font-weight:bold;
}

/*******************************************************************************************************************************/

/*****************************************************Menu Encabezado***********************************************************/
.Encabezado {
     background: no-repeat scroll 10px 5px transparent;
     height: 60px;
     margin: 5px auto 10px;
     width: 960px;
}

.MenuEncabezado {
     color: #4C4C4C;
     font-size: 11px;
     margin-right: 10px;
     text-align: right;
}

.MenuEncabezado {
     color: #4C4C4C;
     float: right;
     font-size: 11px;
     margin-right: 10px;
     text-align: right;
}

.MenuEncabezado img {
    float: left;
    margin-right: 5px;
}

.ElementoEncabezado {
     border-left: 1px solid #4c4c4c;
     float: left;
     margin-top: 2px;
     padding-left: 5px;
     padding-right: 5px;
}

.ElementoEncabezadoOpciones {
     color: #4C4C4C;
     font-size: 10px;
}

.ElementoEncabezadoSession
{
     color: #4C4C4C;
     font-size: 12px;
     font-weight:bold;
     text-transform:uppercase;
}



/*******************************************************************************************************************************/

/*********************************************************Menu Principal*******************************************************/


.ItemsMenuPrincipal {
    /*margin-left: auto;
    margin-right: auto;
    display: table;*/
    /*margin-left: 25px;
    margin-right: 25px;*/
    /*width: 100%;*/
    margin-bottom: 1px;
    /*border: 1px hidden;*/
    height: 24px;
    
    margin-left: auto;
    margin-right: auto;
    
    display: table;
    width:850px;
}

.TabMenu {
    float: left;
    height: 24px;
    text-align: center;
    margin-right: 2px;
    font-size: 11px;
    color: black;
}

.TabMenu a 
{
    border-left: 1px hidden; /*#CFCFCF;*/
    border-top: 1px hidden; /*#CFCFCF;*/
    border-right: 1px hidden; /*#CFCFCF;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    
    color: black;
    display: block;
    height: inherit;
    text-decoration: none;
    outline:none;

    background-position: 0px 0px;
}

ul.MenuPrincipal li 
{
    /*background-image: url("./imgs/constuc/tabs_bg.png");*/
    background-position: 0px 0px;	    
}

ul.MenuPrincipal li.active 
{
    background-position: 0px 25px;	
}

.TabMenu a:focus
{
    text-decoration:underline;
}

.TabMenu a:hover
{
     text-decoration:underline;
}

.TabMenu a.active
{
    background-position: 0px 25px;
    color: white;
    text-shadow: 1px 1px black;
    
    border-left: 1px hidden; /*#1A58A3;*/
    border-top: 1px hidden; /*#1A58A3;*/
    border-right: 1px hidden; /*#1A58A3;*/
}

.TabMenu .Texto {

  /*margin-bottom: 7px;*/
  /*margin-left: 12px;
  margin-right: 12px;*/
  /*margin-top: 6px;*/
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  /*padding-top: 6px;*/
  min-width: 55px;
}

.ContenedorSubopciones 
{
    /*border: 0px hidden; /*solid #6C6C6C;*/
    height: 84px;
    width: 920px;
    margin-top: -1px;   /* Agregado por INELDAT */
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    background-repeat: repeat-x;
    
    border-right:1px solid #939393;
	border-left:1px solid #939393;
	border-bottom:1px solid #939393;
}


/*************************************************Opciones Menu*************************************************/

.SubMenuItem {
	display:inline-block;
	min-width:69px;
	height:75px;
	margin-top:7px;
	margin-bottom:7px;
}

.SubMenuImagen
{
    background-position: center 0px;
	background-repeat: no-repeat;
    display:inline-block;
    height: 54px;
	min-width: 55px;
	text-align: center;
    margin-left:7px;
	margin-right:7px;
	text-decoration: none;
	padding: 0px;
}

.TextoSubMenu
{
    color: #4c4c4c;
    font-size: 11px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
	/*top: 55px;*/
	line-height:11;
}


.SubMenuImagen:focus
{
    background-position: center -55px;
    outline-style:none;
}

.SubMenuImagen:hover
{
    background-position: center -55px;
}

.SubMenuImagen:visited
{
    outline-style:none;
}


/********************************************************Favoritos******************************************************/
.ContenidoFavoritos
{
    display:table;
    height:220px;
    width:100%;
    background-repeat: no-repeat;
    background-position:center;
}

.FavoritosItem {
	display:inline-block;
	width:100px;
	height:105px;
	margin-top:7px;
	margin-bottom:7px;
}

.FavoritosImagen
{
    background-position: 0px 0px;
	background-repeat: no-repeat;
    display:inline-block;
    height: 89px;
	width: 105px;
	text-align: center;
	margin-left:7px;
	margin-right:7px;
	text-decoration: none;
}

.TextoFavoritos
{
    color: #4c4c4c;
    /*font-size: 14px;*/
    font-size: 12px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
	/*top: 90px;*/
	line-height:16;
}

.FavoritosImagen:focus
{
    background-position: 0px -89px;
    outline-style:none;

}

.FavoritosImagen:hover
{
    background-position: 0px -89px;
}

.FavoritosImagen:visited
{
   outline-style:none;
}

.SubMenuItemesDerecha 
{
    float: right;
}

.ImagenSplash 
{
    text-align: center;
    position:relative;
    top:60px;
    margin-left:auto;
    margin-right:auto;
}

/******************************************************Tabs Información*****************************************************/
.TabsInformacion {
     border: 1px solid white;
     display: table;
}

.TabMenuInformacion {
    color: black;
    float: left;
    font-size: 11px;
    height: 24px;
    margin-right: 2px;
    text-align: center;
}

.TabMenuInformacion a {
     border: 1px solid black;
     color: black;
     display: block;
     height: inherit;
     text-decoration: none;
}

.TabMenuInformacion a.active {
     font-weight: bold;
     border-bottom: 0px;
}

.TabMenuInformacion .Texto {
}

.ContenedorInformacionTab 
{
    border: hidden;
}
/*******************************************************************************************************************************/

/**************************************************************Form************************************************************/
.Form {
    border: 1px solid #939393;
    width: 960px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f9;
}

.FormCheques
{
    border: 1px solid #939393;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f9f9;  
}

/*
.FormIFrame
{
    width: 860px !important;
}*/

.FormCubos 
{
    border: 1px solid #939393;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #f9f9f9;
}

.InfoEncabezadoForm {
    height: 55px;
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}

.EncabezadoForm {
    height: 44px;
    /*background-color: White;*/
    background-position: left;
    background-repeat: repeat-x;
    /*border-bottom: #6C6C6C solid 1px;*/
    border-bottom: 2px solid #0a5dc2;
    /*margin-bottom: 1px;*/
}

/*.LogoEncabezadoForm {

    border: 1px solid black;
    width: 38px;
    height: 35px;
    margin-right: 5px;
    float: left;
}*/

.NombreForm 
{
    font-size: 24px; /* 29*/
    font-weight: bold;
}

.LogoTrabajando
{
    padding-right: 20px;
    
    background-position: right;
    background-repeat: no-repeat;
}


.ContenidoForm 
{
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
/*******************************************************************************************************************************/

/*******************************************************Form Mantenimiento*****************************************************/
.FormMantenimiento_Estados
{
    width: 32px;
    height: 24px;
}

.FormMantenimeinto_Identificando
{
     background-position: 0 0;
}
.FormMantenimiento_Buscando
{
     background-position: -33px 0;
}
.FormMantenimiento_Agregando
{
     background-position: -66px 0;
}
.FormMantenimiento_Ubicado
{
    background-position: -132px 0;
}
.FormMantenimiento_Desubicado
{
     background-position: -99px 0;
}
.FormMantenimiento_Modificando
{
     background-position: -165px 0;
}
/*.BarraHerramientasForm {
    height: 25px;
    margin-bottom: 15px;
    background-repeat: repeat-x;
}

.EstadoForm {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 25px;
    font-size: 12px;
    font-weight: bold;
}

.EstadoValorForm {
    font-size: 11px;
}*/

/*******************************************************************************************************************************/


/********************************************************Botonera Form**********************************************************/
.MenuForm {
    float: right;
}

.BotoneraForm {
    display: table;
}

.SeparadorBotones 
{
    min-width: 12px;
}

.ConjuntoBotones {
    display: table-cell;
    
    padding-left: 6px;
    padding-right: 6px;
    
    border: 1px solid black;   
    
    background-image: url("/Content/btn_barra.png");
    background-position: left;
    background-repeat: repeat;
}

.ConjuntoBotones a{
    background-image: url('/Content/sprite_tools.png');
}

.ConjuntoBotones a:hover {
    cursor: pointer;
}

.ConjuntoBotones a[disabled]  {
    background-image: url('/Content/sprite_tools_disabled.png');
}
.ConjuntoBotones a[disabled]:hover  {
    background-image: url('/Content/sprite_tools_disabled.png');
}

.ConjuntoBotones a {
    float: left;
    height: 23px;
}

.ConjuntoBotones div {
    float: left;
}

.BotonGrupo {
    width: 23px;
    height:23px;
    /*border: 1px solid blue;*/
}

.ConjuntoBotones input
{
    margin:0px;
    padding:0px;
    width:25px;
    height:25px;
    background-repeat: no-repeat;
}

.Separador
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000;
}

.SeparadorInvertido
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000;
}

.Boton_Primero {
    background-position: -55px -75px;
}
.Boton_Anterior {
    background-position: -27px -75px;
}
.Boton_Siguiente {
    background-position: 0px -75px;
}
.Boton_Ultimo {
    background-position: -50px -50px;
}
.Boton_Grid 
{
    background-position: -27px -126px;
}
.Boton_Buscar {
    background-position: -52px 0px;
}
.Boton_Agregar {
    background-position: 0px 0px;
}
.Boton_Eliminar {
    background-position: -27px -151px;
}
.Boton_Modificar 
{
    background-position: 0px -150px;
}
.Boton_Guardar {
    background-position: -52px -26px;
}
.Boton_Cancelar {
    background-position: -27px -50px;
}
.Boton_Refrescar {
    background-position: 0px -50px;
}
.Boton_Imprimir {
    background-position: 0px -100px;
}
.Boton_Terminar {
    background-position: -27px -26px;
}
.Boton_Aplicar {
    background-position: -52px -26px;
}
.Boton_Procesar {
    background-position: 0px -75px;
}

.Boton_Contabilizar {
    background-position: -27px -176px;
}

.Boton_Movimientos {
    background-position: -53px -176px;
}

.Boton_Cerrar {
    background-position: -52px -150px;
}

.Boton_Liquidacion {
    background-position: 0px -26px;
}

.Boton_Estado {
    background-position: 0px -175px;
}

.Boton_Estado_Anterior {
    background-position: -0px -175px;
    
    -moz-transform: scaleX(-1); /* Firefox */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Chrome y Safari */
    transform: scaleX(-1); /* w3org */
    filter: FlipH; /* Internet Explorer */
}

.Boton_Importar {
     background-position: -27px -101px;
    
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	rotation: 180deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.Boton_Exportar {
    background-position: -27px -101px;
}

.Boton_Heredar {
    background-position: -27px -102px;
}

.BotonesConfiguracionGenerales {
    margin: 5px;
    height: 35px;
    text-align: center;
}

.Boton_Correo {
    background-position: 0px -200px;
}

.ConjuntoBotones a[disabled]:hover {
     cursor: default;
}

/*.Boton_Aplicar {
    background-position: 21px 80px;
}

.Boton_Procesar {
    background-position: 21px 80px;
}*/


/*
.fila {
    border: 1px solid black;
    display: table-row;
}

.fila div {
    display: table-cell;
}
*/

/*******************************************************************************************************************************/

/********************************************************Form Login*************************************************************/
.FormLogin_DIV
{
    /*top:318px;*/
    width:510px;
    height:280px;
    margin-top:100px;
    margin-left: auto;
    margin-right: auto;
    /*border-width:1px;
    border-color: #939393;
    border-bottom-style:solid;
    */
    border: 1px solid #939393;
    /*box-shadow: 7px 7px 0px #888;*/
    
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #e6e5e5 5%, #efefef 15%, #f6f5f5 34%, #fbfafa 54%, #fbfafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(5%,#e6e5e5), color-stop(15%,#efefef), color-stop(34%,#f6f5f5), color-stop(54%,#fbfafa), color-stop(100%,#fbfafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dddddd 0%,#e6e5e5 5%,#efefef 15%,#f6f5f5 34%,#fbfafa 54%,#fbfafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dddddd 0%,#e6e5e5 5%,#efefef 15%,#f6f5f5 34%,#fbfafa 54%,#fbfafa 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #dddddd 0%,#e6e5e5 5%,#efefef 15%,#f6f5f5 34%,#fbfafa 54%,#fbfafa 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fbfafa',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #dddddd 0%,#e6e5e5 5%,#efefef 15%,#f6f5f5 34%,#fbfafa 54%,#fbfafa 100%); /* W3C */  
    
}

.encabezadoFormLogin
{
    background-color:White;
    height:65px;
    border-bottom: 2px solid #0a5dc2;

    padding-left:30px;
    padding-right:30px;
    padding-top: 10px;
}

.contenidoFormLogin
{
    padding-top: 20px;
}

.celdaLabelLogin
{
    font-size: 14px;
    font-weight:bold;
    width:168px;
    color: #004e89;
    display:table-cell; 
    text-align:right; 
    padding-right: 10px;       
}

.celdaLabelRecuperacion
{
    font-size: 14px;
    font-weight:bold;
    width:90px;
    color: #004e89;
    display:table-cell; 
    text-align:right; 
    padding-right: 10px;       
}

.chkLogin
{
    font-size:11px;  
    color: #004e89;
    font-weight:bold;  
}

.linkRecuperarContraseñalogin
{
    font-size:10px;
    margin-top:14px;   
}
/*******************************************************************************************************************************/

/***************************************************************Inputs**********************************************************/   
input[type=text]
{    
    text-transform: uppercase; 
}



.TextareaForm {
    resize: none;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*margin-bottom:14px;*/
    text-transform: uppercase;
    background-color: #F5F5F5;
} 

.TextareaForm:focus {
    border-width: 2px;
    border-style: solid;
}

.InputForm {
    /*width: 145px;*/
    height: 18px;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*margin-bottom:14px;*/
    text-transform: uppercase;
}

.InputForm:focus {
    border-width: 2px;
    border-style: solid;
    height: 16px;
}

a
{
    text-decoration:underline;
    min-height:8px;
}

/**************************************************************Selector*******************************************************/
.SelectorEncabezadoReportes
{
    /*width: 70px;*/
    border: 1px solid red;
}

.CampoTextoSelectorEncabezadoReporte
{
    /*width: 50px;*/
    font-size: x-small;
}

.SelectorEncabezadoCubos
{
    /*width: 70px;*/
    border: 1px solid red;
}

.CampoTextoSelectorEncabezadoCubos
{
    /*width: 100px;*/
    font-size: x-small;
}


.Selector 
{
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}


/**************************************************************Botones*********************************************************/
.botonAzul{
	
	background-image: url("/Content/azul_btn.png");
    background-position: 0px -27px;
    background-repeat: repeat-x;
    
    padding-left:23px;
    padding-right:23px;
    margin-left:2px;
	margin-right:2px;
    
    height:26px;
    line-height:26px;
	font-size:12px;
	color:#fff;
	cursor: pointer;
	display: inline-block;
	text-align:center;
	text-decoration: none;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
} 
	
.botonAzul:hover 
{
    box-shadow: 0 0 2px #0058C3;
	background-position: 0px 0px;
	outline-style:none;
	text-decoration: underline;
}

.botonAzul:focus 
{   
    text-decoration: underline;
    box-shadow: 0 0 2px #0058C3;
	background-position: 0px 0px;
	outline-style:none;
}

/*input[type=checkbox] { 
  appearance:normal;  // resets various properties
  display:inline-block;
  width:20px; 
  height:20px; 
  border: 1px solid red;
  background: url('/App_Themes/Principal/imgs/constuc/checkbox.png') 0px -1px;
}

input[type=checkbox]:hover {
  background-position: 0px -23px;
}

input[type=checkbox]:checked {
  background-position: 0px -45px;
}

input[type=checkbox]:disabled {
  background-position: 0px -67px;
}

/*input[type=checkbox]:disabled:checked {
  background:url(customdisabledcheckedimage.png);
}*/

/* Checkbox 
input[type=checkbox] {
    position: absolute;
    left: -999em;
    display: none;
    background-image: url('/App_Themes/Principal/imgs/constuc/checkbox.png');
    background-position: 0px -1px;
}

/*
input[type=checkbox] + label
{
    display: block;
    height: 16px;
    padding-left: 25px;
    background: top left no-repeat;
    padding-bottom: 3px;
    
    background-position: 0px -1px;
}


// Normal - Seleccionado
input[type=checkbox]:checked + label
{
    background-position: 0px -45px
}

// Deshabilitado - No seleccionado
input[type=checkbox]:disabled + label
{
    background-position: 0px -67px
}

// Hover - No seleccionado
input[type=checkbox]:hover + label
{
    background-position: 0px -23px
}

/* Radio button 
input[type=radio] {
    position: absolute;
    left: -999em;
}

input[type=radio] + label 
{
    // Basico
    display: block;
    height: 16px;
    padding-left: 25px;
    background: top left no-repeat;
    padding-bottom: 3px;
    
    // Normal - No seleccionado
    background-position: 0px -1px
}


// Normal - Seleccionado 
input[type=radio]:checked + label 
{
    background-position: 0px -45px
}

// Deshabilitado - No seleccionado
input[type=radio]:disabled + label 
{
    background-position: 0px -67px
}

// Hover - No seleccionado
input[type=radio]:hover + label 
{
    background-position: 0px -23px
}*/

/*******************************************************************************************************************************/

/**************************************************************Acordeon*********************************************************/
.acordeon{
    margin: 5px;
    
}


.acordeon_encabezado
{
    border-radius: 10px;
    font-shadow: 0 1px 0 #000;
    font-size:11px;
    line-height: 22px;
    padding-left: 5px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	font-weight:bold;
	
	border-right:1px solid #D0D0E0;
	border-left:1px solid #D0D0E0;
	border-top:1px solid #D0D0E0;
}

.acordeon_abierto
{
    background-position:16px 0px;
}

.acordeon_cerrado
{
    background-position:0px 0px;
}

.acordeon_encabezadoIcono
{
    display:inline;
    margin-top:3px;
    margin-right:5px;
    float:right;   
    height:16px;
    width:16px; 
}

.acordeon_contenido
{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	position: relative;
    display:none;
    padding: 10px;
    border: 1px solid #D0D0E0;
}

/*******************************************************************************************************************************/



/****************************************************************Grid***********************************************************/
.cssClassGrid
{
    margin:5px;
    outline:none;
}

.bordeGrid:focus
{
	border-width: 2px;
    border-style: solid;
}
/*******************************************************************************************************************************/

.iFrameReportes
{
    width: 100%;
    height: 750px;
}

.ui-dialog-titlebar-close{
    display: none;
}

.Seleccion 
{
    cursor: pointer;
}

.Seleccion a:hover
{
    font-weight: bold;
    text-decoration: underline;
}


#Asignados 
{
    background-color: White;
	width: 475px;
	height: 242px;
	border: solid 1px #828790;
	overflow-y: scroll;
	padding: 0px 3px;
}

.botonesAgregarEliminar
{
    margin: 0px 10px;    
}

.row-highlight 
{ 
    background-color: #2E8BE7;  
    color: #FFFFFF; 
}

.columnaTexto
{
    width: 277px;
    margin-right: 5px;
}

.columnaBoton
{
    margin-left: 5px; 
    height: 25px;
    width: 26px;   
}

.btnListaBlancaNegra, .columnaBoton
{
    width: 18px;
    height: 17px;
    padding-top: 2px;
}

.imgFuncionesPerfiles {
    display: table-cell;
}

.btnPermisos
{
    width: 35px;
    display:block;    
}

.imgFuncionesPerfiles a{
    background-image: url('/Content/sprite_tools.png');
    float: left;
    height: 23px;
    width: 24px;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
}

.imgFuncionesPerfiles div {
    float: left;
}

.divCheck
{
    width: 24px;
    float:left;       
    padding-left: 4px; 
}

/**************************************PREFERENCIAS*******************************/
.MantenimientoFavoritos_ItemsFavoritos 
{
    height: 112px
}
.MantenimientoFavoritos_ItemsPreferencias li  
{
     min-width: 52px; 
     height: 92px;  
     text-align: center; 
     display:inline-block;
}
.MantenimientoFavoritos_ItemsPreferenciasBoton 
{
    position:relative;
    float:left;
}

.Tabulacion
{
    margin: 0 auto;
    width: 400px;
    /*background-color: #D5D5D5;
    border: 1px solid #D0D0E0;*/
}

.Tabulacion_Saldos
{
    margin: 0 auto;
    width: 700px;
    /*background-color: #D5D5D5;
    border: 1px solid #D0D0E0;*/
}

.Encabezado_tabulacion
{
    background-color: #0058C2;
    color: #FFFFFF;
    text-align:center;
    margin: 0px;
    margin: 0 auto;
    width:100%;
    padding: 10px;
}

.Columna_tabulacion
{
    display:table-cell; 
    /*text-align:left; */
    min-width:160px;
    padding-top:3px;
    padding-bottom:3px;
    margin: 15 auto;
}

.Columna_Encabezado
{
    /*border: 1px solid #939393;  */
    text-align:center; 
    width:100%;
    padding: 5px;
    background-color: #0058C2;
}

.celda_texto, .celda_texto_centrada
{
    padding: 5px;      
}

.celda_texto_centrada
{
    text-align:center;    
}

.Columna_Pie_Tabla
{
    padding: 5px;
    background-color: #C6C4C4;
}

.mensajeErrorGeneral
{
    color:red; 
    font-weight:bold;
    text-align:center;
}

/*Imagenes navegadores*/

.Imagen_Firefox
{
    background-image: url('/Content/Firefox.png');
}

.Imagen_Chrome
{
    background-image: url('/Content/Chrome.png');
}

.Imagen_IE
{
    background-image: url('/Content/IE.png');
}

.Imagen_Opera
{
    background-image: url('/Content/Opera.png');
}

.Imagen_Safari
{
    background-image: url('/Content/Safari.png');
}

.columnaNavegadores
{    
    display: block;
    margin: 0 auto;
    float: left;
}

.filaNavegadores
{
    display:table-row;
    display:inline-block;
    /*height:100%;*/
}

.ContenidoNavegadores
{
    display:block;
    height:220px;
    width:100%;
    background-repeat: no-repeat;
    background-position:center;
}

.NavegadoresImagen
{
    display: block;/*inline-block;*/	
    margin: 0 auto;
 
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
	width: 60px;
    background-size: cover;
    
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/main/header.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/main/header.jpg', sizingMethod='scale')";
}

.NavegadoresImagen:hover
{
    display: block;/*inline-block;*/	
    margin: 0 auto;
 
    background-position: center;
    background-repeat: no-repeat;
    height: 64px;
	width: 64px;
    background-size: cover;
}

.NavegadoresEnlace
{
    height: 64px;
	width: 64px; 
	margin: 0 auto;
}

.NavegadoresItem {
	display:block;
	height: 90px;
	width: 90px;
	margin:7px;
}

.TextoNavegadores
{
    color: #4c4c4c;
    /*font-size: 14px;*/
    font-size: 12px;
    position:relative;
    margin: 0 auto;
    margin-top: 3px;
	/*top: 90px;*/
	/*line-height:14;*/
	text-align: center;
	text-decoration: none;
}

.MensajeNavegadores
{
    margin-top: 10px;
    margin-bottom: 5px;    
}

.MensajeNavegadores h1
{
    font-size: 18px; /* 29*/
    font-weight: bold;
    color: #0E4CA1;
    line-height: 26px;
}

.MensajeNavegadores h3
{
    font-size: 13px;
    font-weight: normal;
    color: #4C4C4C;
    line-height: 14px;
}

.TextDialogoRecuperacion
{
    color: #777777;    
    text-align: center;
    margin: 10px 0px;
}

.TextDialogoCambio
{
    color: #777777;    
    margin: 5px 0px;
}

.TextoCentrado
{
    text-align:center;    
}

.TextoResaltado
{
    font-weight:bold;
}

#ListaReglasContrasena ul, #ListaReglasContrasena li
{
    list-style: square;
    margin-left: 25px;
}

#ReglasContrasena
{
    margin: 0 auto;    
    width: 325px;
}

.TextoDialogoContrasena
{
    color: #5F5F5F;       
}

.fldSetReglasContrasena
{
    margin:10px 0px;    
}

.TextoReglasContrasena
{
    color: #1e1e1e;
}

.Logo_Login
{
    vertical-align: middle;
    margin-top: 10px;    
}

#BtnActualizarDetPorFac, #BtnReiniciarDetPorFac
{
    /*max-width: 115px;*/
    height: 40px;
    text-align: center;
    overflow: scroll;
}

.mt-10 {
    margin-top: 10px;
}

.botonEliminarLineaMedioPago {
    background: url(eliminar_medio_pago.png);
    width: 22px;
    height: 22px;
    color: transparent;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    margin-left:5px;
}

    .botonEliminarLineaMedioPago:focus {
        /*outline: none;*/
        cursor: pointer;
    }

    .botonAgregarLineaMedioPago {
    background: url(agregar_medio_pago.png);
    width: 22px;
    height: 22px;
    color: transparent;
    background-color: transparent;
    /*border: 1px solid transparent;*/
    cursor: pointer;
    margin-left:5px;
}

    .botonAgregarLineaMedioPago:focus {
        /*outline: none;*/
        cursor: pointer;
    }

.montosMedioPago {
    font-size: x-large;
}

#btnAgregarMedioPagoTarjeta {
    cursor: pointer;
}

/*#TxtMontoEfectivo {
    width: 153px !important;
    text-align: right;
}*/

.totales_Espacio_Derecho {
    padding-right: 32px;
}

.Ocultar {
    display: none !important;
}

/*******************************INPUT LOGO PERSONA**********************/
#dvLogo {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    border: 1px solid #D0D0E0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0,0,0,0.05);
    margin: 9px 5px 5px 5px;

    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

    padding: 10px;
}

#dvLblLogo {
    width: inherit;
    height: inherit;
    position: absolute;
    display: inherit;
    align-items: inherit;
}

span#spnImagen {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(Content/images/sprite_tools.png);
    background-position-x: -50px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    margin-left: auto;
}

label#lblTexto {
    margin-right: auto;
}

input#TxtLogo {
    opacity: 0.0;
    width: inherit;
    height: inherit;
    cursor: pointer;
}

input#TxtLogo:disabled {
    cursor: default;
}

img#imgLogo {
    max-width: 200px;
    max-height: 200px;
    position: absolute;
}

#btnLimpiarLogo {
    float: right !important;
    display: block !important;
    margin-left: auto !important;
}