body, html {
	font-family: 'Segoe UI Semilight',"Segoe UI", "Segoe UI Light", Segoe UI, "Segoe WPC";
	src: url('erplib/fonts/segoeuisl.ttf') format('truetype'), url('erplib/fonts/segoeuiz.ttf') format('truetype');
}
/*  Fonts  */
 @font-face {
 	font-family: 'Segoe UI Semilight',"Segoe UI", "Segoe UI Light", Segoe UI, "Segoe WPC";
	src: url('erplib/fonts/segoeuisl.ttf') format('truetype'), url('erplib/fonts/segoeuiz.ttf') format('truetype');
}


td { padding: 2px }
iframe { border: 1px solid #ddd; }
button, input, select, textarea { font-size: 1em; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; }
input[type=email],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=time],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	display: inline-block;
	height: 30px;
	padding: 5px 10px;
	margin: 3px 3px;
	background: #fff;
	line-height: 1.5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}
select, input[type="file"] {
  height: 30px;
  *margin-top: 3px;
  line-height: 1.5;
}
textarea { height: auto; }
input[type=email]:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=time]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
select:hover,
textarea:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
}
input[type=email]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	outline: none;
	border: 1px solid #04B431;
}
input[type=email][disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=time][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=url][disabled],
select[disabled],
textarea[disabled] {
	border: 1px solid #e5e5e5;
	background: #f1f1f1;
	cursor: not-allowed;
}
input[type=email][disabled]:hover,
input[type=date][disabled]:hover,
input[type=datetime][disabled]:hover,
input[type=datetime-local][disabled]:hover,
input[type=time][disabled]:hover,
input[type=number][disabled]:hover
input[type=password][disabled]:hover,
input[type=tel][disabled]:hover,
input[type=text][disabled]:hover,
input[type=url][disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type=email][readonly],
input[type=date][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=time][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=url][readonly],
select[readonly],
textarea[readonly] {
	border: 1px solid #d9d9d9;
	background: #eee;
	cursor: not-allowed;
}
input[type=email][readonly]:hover,
input[type=date][readonly]:hover,
input[type=datetime][readonly]:hover,
input[type=datetime-local][readonly]:hover,
input[type=time][readonly]:hover,
input[type=number][readonly]:hover,
input[type=password][readonly]:hover,
input[type=tel][readonly]:hover,
input[type=text][readonly]:hover,
input[type=url][readonly]:hover,
select[readonly]:hover,
textarea[readonly]:hover,
input[type=email][readonly]:focus,
input[type=date][readonly]:focus,
input[type=datetime][readonly]:focus,
input[type=datetime-local][readonly]:focus,
input[type=time][readonly]:focus,
input[type=number][readonly]:focus,
input[type=password][readonly]:focus,
input[type=tel][readonly]:focus,
input[type=text][readonly]:focus,
input[type=url][readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=date].form-error,
input[type=datetime].form-error,
input[type=datetime-local].form-error,
input[type=time].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=url].form-error,
select.form-error, textarea.form-error {
	border: 1px solid #dd4b39;
}
input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	appearance: none;
	width: 13px;
	height: 13px;
	margin: 0;
	cursor: pointer;
	vertical-align: bottom;
	background: #fff;
	border: 1px solid #1b6cf7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
input[type=checkbox]:active,
input[type=radio]:active {
	border-color: #074cc3;
	background: #ebebeb;
}
input[type=checkbox]:hover {
	border-color: #074cc3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
input[type=radio] {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	width: 15px;
	height: 15px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
	background: #fff;
}

input[type=checkbox]:checked::after {
	content: url(../../../imagenes/botones/checkmark.png);
	display: block;
	position: absolute;
	top: -6px;
	left: -5px;
}

input[type=radio]:checked::after {
	content: '';
	display: block;
	position: relative;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #666;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

input[type=checkbox]:focus {
	outline: none;
	border-color:#4d90fe;
}
.txt_monto { text-align: right; }
.dato_cheque{
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	}
	
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .botones:hover { color: #333; }
input[type=submit][disabled], input[type=reset][disabled],
input[type=button][disabled], button[disabled],
.botones[disabled],
input[type=submit][disabled]:hover, input[type=reset][disabled]:hover,
input[type=button][disabled]:hover, button[disabled]:hover,
.botones[disabled]:hover { background: #dadada; color: #fff; border: 1px solid #D0D0D0; cursor: not-allowed;}

input[type=submit].b_s,
input[type=reset].b_s,
input[type=button].b_s,
button.b_s,
.b_s {
	height: 24px;
	margin: 0px;
	padding: 0px;
}

.b_b2 {
	position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b_b2:before {
  content: "\e003";
}


input[type=submit].b_s, input[type=reset].b_s, input[type=button].b_s, button.b_s, .b_s { font-size: 0.75em; padding: 0 4px; }
input[type=submit].b_imp, input[type=reset].b_imp, input[type=button].b_imp, button.b_imp,
input[type=submit].b_pdf, input[type=reset].b_pdf, input[type=button].b_pdf, button.b_pdf,
.b_imp, .b_pdf { cursor: pointer; height: 27px; width: 27px; border: 1px solid #FFFFFF;}
input[type=submit].b_imp, input[type=reset].b_imp, input[type=button].b_imp, button.b_imp,
.b_imp { background-repeat: no-repeat; background-image: url(../../../imagenes/botones/printer.png); }
input[type=submit].b_pdf, input[type=reset].b_pdf, input[type=button].b_pdf, button.b_pdf,
.b_pdf { background-repeat: no-repeat; background-image: url(../../../imagenes/botones/pdf_icon.jpg); }

/*---------------------------------- Menú Encabezado ----------------------------------*/
#erp-menu-encabezado.navbar-inverse {
	border-color: transparent;
	background-color: #EAEAEA;
	border-bottom: solid 1px #c5c5c5;
}
#erp-menu-encabezado .navbar-header { float: none; }
#erp-menu-encabezado .navbar-header:after { clear: left; }
#erp-menu-encabezado .navbar-brand {
	padding: 7px 5px 7px 11px;
	float: none;
}
#erp-menu-encabezado .navbar-brand > a { float: left; }
@media screen and (max-width: 768px) {
	#erp-menu-encabezado .navbar-brand  {
		font-size: 14px;
		margin-right: 51px;
		margin-left: 32px;
		padding-left: 6px;
	}
}
#erp-menu-encabezado .navbar-nav > li > a { padding-top: 3px; padding-bottom: 3px; }
#erp-menu-encabezado .navbar-brand {
	color:rgb(218,0,0);
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}
#erp-menu-encabezado .navbar-brand:hover { text-shadow: 0 0 5px #fff; }
#erp-menu-encabezado .navbar-brand img {
	max-width: 40%;
	max-height: 40px;
	margin: 1px 0px 1px 1%	;
}
#erp-menu-encabezado .nav > li > a {
	color: #bd1b21;
	opacity:0.8;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out;
	font-size:15px;
}
#erp-menu-encabezado .badge { background: #fff; color: #669247; opacity: 1; }
#erp-menu-encabezado .nav > li > a:hover,
#erp-menu-encabezado.navbar-inverse .navbar-link:hover {
	opacity: 1;
	text-decoration: underline dotted;
	background: #eee;
}
#erp-menu-encabezado.navbar-inverse .navbar-toggle {
	border-color: #a4181d;
	z-index: 100;
	background: #bd1b21;
}
#erp-menu-encabezado.navbar-inverse .navbar-toggle:hover,
#erp-menu-encabezado.navbar-inverse .navbar-toggle:focus {
	background-color: rgba(0, 0, 0, 0.2);
	border-color: rgba(99, 99, 99, 0.4);
}
#erp-menu-encabezado .nav > li > a.activo {
	opacity: 1;
	color: white;
	background-color: #bd1b21;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#erp-menu-encabezado .navbar-nav > .active > a,
#erp-menu-encabezado .navbar-nav > .active > a:hover,
#erp-menu-encabezado .navbar-nav > .active > a:focus,
#erp-menu-encabezado.navbar-inverse .navbar-nav>.open>a,
#erp-menu-encabezado.navbar-inverse .navbar-nav>.open>a:hover,
#erp-menu-encabezado.navbar-inverse .navbar-nav>.open>a:focus {
	opacity: 1;
	background-color: rgba(0,0,0,0.2);
}
#erp-menu-encabezado.navbar-inverse .navbar-text { color:rgb(255,255,255); opacity:0.5; }
.datos-sesion { margin-top: 5px; margin-bottom: 5px; }
#erp-menu-encabezado.navbar-inverse .navbar-link { color:rgb(255,255,255); }
#erp-menu-encabezado .navbar-toggle { padding: 9px 15px; margin-top: 7px; margin-bottom: 7px; }
#erp-menu-encabezado .navbar-toggle .icon-bar {
	height: 4px;
	width: 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#erp-menu-encabezado .navbar-toggle .icon-bar+.icon-bar { margin-top: 2px; }
#erp-menu-encabezado #logo-intranet {
	max-width: 100px;
	max-height: 40px;
  height: 40px;
}
#menu_componentes {	position:fixed;	right: 17px; z-index: 9999;	top: 0px;}
#cuerpo { width: 100%; overflow: hidden; }
#inner-cuerpo { position:inherit; width: 100%; padding-top: 25px; }
.x-contenido-interno {
	margin: 0 auto 30px auto;
	max-width: 1024px;
	width: 98%;
	padding-top: 10px;
}
#ruta_actual {     
	z-index: 1000;
	height: 22px; 
	width: 100%;
	max-width: 963px;
	margin-top: -22px;
	padding-bottom: 2px;
	position: fixed!important;
	background-color: #fff;
	border-bottom: solid 1px #428bca;
}
.menu-central { padding: 0; margin: 0; list-style: none; }
.menu-central li { float: left; width: 23%; margin-right: 2%; }
.menu-central li a {
	display: block;
	text-align:center;
	padding: 10px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.menu-central li a:hover { background-color: rgba(86,61,124,.1); }
.menu-central li a img { height: 30px; }
#contenedor_alerta { position: fixed; top: 80px; left: 10px; right: 10px; text-align: center; z-index: 1031; }
#alerta_ajax { width: auto; margin: 0 auto; display: inline-block; *display: inline; zoom: 1; }
.erp-toggle {
	float: left;
	background: transparent;
	border: none;
	margin: 8px 0 8px 10px;
	padding: 9px 9px 9px 0;
	width: 32px;
	position: relative;
	z-index: 100;
}
#erp-menu-encabezado .navbar-nav .erp-toggle { margin: 0; padding: 6px 5px 6px 0; width: 23px;  margin-left: 10px; }
#erp-menu-encabezado .navbar-brand > .dropdown {
	margin-left: 90px;
	width: auto;
	min-width: 160px;
	max-width: 650px;
}
#erp-menu-encabezado .navbar-brand > .dropdown > a {
	color: inherit;
	padding: 3px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#erp-menu-encabezado .navbar-brand > .dropdown > a:hover,
#erp-menu-encabezado .navbar-brand > .dropdown > a:focus {
	text-decoration: none;
	outline: none;
}

.scrollable-menu {
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
}
.erp-toggle:focus { outline: none; }
.erp-toggle .icon-bar {
	width: 100%;
	display: block;
	height: 2px;
	background: #bd1b21;
	border-radius: 1px;
	margin-left: -1px;
	-webkit-transition: margin-left 250ms ease, box-shadow 250ms ease;
	   -moz-transition: margin-left 250ms ease, box-shadow 250ms ease;
	     -o-transition: margin-left 250ms ease, box-shadow 250ms ease;
	        transition: margin-left 250ms ease, box-shadow 250ms ease;
}
.erp-toggle .icon-bar+.icon-bar { margin-top: 4px; }
.erp-toggle:hover .icon-bar {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
	        box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}
.erp-toggle.in .icon-bar { margin-left: -12px; }
#erp-menu-encabezado .navbar-nav .erp-toggle.in .icon-bar { margin-left: -12px; }
.erp-notificaciones > .dropdown-menu { font-size: 12px; }
@media screen and (min-width: 768px) {
	.erp-notificaciones > .dropdown-menu {
		max-height: 360px;
		overflow: auto;
		width: 200%;
		max-width: 250px;
	}
	.erp-notificaciones > .dropdown-menu>li>a { white-space: normal; }
}
.erp-min-width { min-width: 210px; }
/*------------------- El Menu Desplegable -------------------*/
#menu-desplegable {
	position: absolute;
	border-width: 0 1px 0 0;
	width: 70%;
	max-width: 200px;
	overflow: hidden;
	min-height: 100%;
	top: 78px !important;
}
#menu-desplegable:not(:target) { z-index: 1; height: 0}

#menu-lateral {
	top:0;
	width: 181px;
	height: 100%;
	position:absolute;
	z-index: 11000;
	border: 1px solid #ccc;
	border-width: 0 1px 3px 0;
	background-color: #e8e8e8;
}

.sombreado-azul {
	background-color: #F5F5F5;
}


#tbl_menu_central{
	margin: 0;
	position: absolute;
	left: 0; right: 0;
	top: 0px;
}

#menu-boton {
	display: none;	
	width: 19px;
	float:right;
	left: -1px;
	margin-top: 77px;
	text-align: center;
	position: relative;
	z-index: 150;
	padding-left: -1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF; 
}

#menu-boton a { text-decoration: none; font-weight: bold; padding: 18px 0; display: block; }


/*------------------- Items del menu desplegable -------------------*/
.menu-sistema, .menu-secundario { padding:0; margin:0; list-style:none; }
.menu-modulo, .titulo-sistema {
	background-color: #f9f9f9;
	color: #585858;
	border: 0;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
	height: 38px;
	line-height: 36px;
	padding: 0 16px 0 7px;
	font-size: 13px;
	font-weight: bold;
}
.titulo-sistema { color: #33470c; }
.menu-sistema li a,
.menu-secundario li a {
	display: block;
	position: relative;
	color: #616161;
	padding: 7px 0 9px 23px;
	margin: 0;
	border-top: 1px dotted #e4e4e4;
	text-decoration: none;
	border-left: 3px solid #fff;
}
.menu-sistema li a:hover,
.menu-secundario li a:hover { border-left-color: #669247; color: #33470c;}
.menu-sistema li a:hover:before,
.menu-secundario li a:hover:before {
	border-color: transparent;
    border-left-color: #669247;
    border-style: solid;
    border-width: 14px 5px;
    content: "";
    display: block;
    position: absolute !important;
    left: 0;
    top: 4px;
}
.menu-sistema li .primero,
.menu-secundario li .primero { border-top: none; }
.menu-sistema .activo a, .menu-secundario .activo a { color: #33470c; }
.menu-sistema .activo .glyphicon,
.menu-secundario .activo .glyphicon { position: absolute; left: 6px; top: 9px;}

/*---------------------------------- Estilos para los widgets de JQuery UI ----------------------------------*/
.ui-body-c { font-family: inherit; background:#FFFFFF; text-shadow:none;}
.ui-panel-inner { padding: 0; }
.ui-input-text, .ui-field-contain .ui-select   { max-width:300px;}
label.ui-input-text {	font-size: 14px; min-width:160px; }

/*------------------- Prueba de transformaciones, a ver si funciona -------------------*/
.js-ready #menu-desplegable { left: -200px; }
.js-ready #inner-cuerpo { left: 0; }
.js-nav #inner-cuerpo { left: 200px; }

.csstransforms3d.csstransitions.js-ready #menu-desplegable {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready #inner-cuerpo {
	left: 0 !important;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.csstransforms3d.csstransitions.js-nav #inner-cuerpo {
	-webkit-transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(200px, 0, 0) scale3d(1, 1, 1);
}

.csstransforms3d.csstransitions.js-ready #menu-desplegable #menu-lateral {
	-webkit-transition: -webkit-transform 500ms ease;
	-webkit-transition-delay: ease, 0s;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	-webkit-transform: translate3d(200px, 0, 0);
	-moz-transform: translate3d(200px, 0, 0);
	-ms-transform: translate3d(200px, 0, 0);
	-o-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

@media screen and (max-width: 45.0625em) {
	.area_registros.descripcion { width: 80%; }
}

@media screen and (max-width: 285.7142857px) {
	.csstransforms3d.csstransitions.js-nav #inner-cuerpo {
		-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	}

	.csstransforms3d.csstransitions.js-ready #menu-desplegable #menu-lateral {
		-webkit-transform: translate3d(70%, 0, 0);
		-moz-transform: translate3d(70%, 0, 0);
		-ms-transform: translate3d(70%, 0, 0);
		-o-transform: translate3d(70%, 0, 0);
		transform: translate3d(70%, 0, 0);
	}
}
.csstransforms3d.csstransitions.js-nav #menu-desplegable #menu-lateral {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*---------------------------------- Ajustes al tamaño de la pantalla ----------------------------------*/
@media screen and (max-width: 767px) {
	/*#inner-cuerpo { margin-top: 60px; }*/
}

/*---------------------------------- Estilos de Apariencia ----------------------------------*/
.borde-redondo { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.cn30 { text-align: center; width: 30px; }
.cn60 { text-align: center; width: 60px; }
.cn90 { text-align: center; width: 90px; margin-bottom:5px; }
.iz22 { text-align: left; height: 22px; padding-left: 8px; background-color: white; border: none; }

/*---------------------------------- Para el Diseño de la pagina para Formularios ----------------------------------*/
#borde-barra-formulario { background-color: #FFF; margin-top: 0px; }
#barra-formulario, .barra-formulario {
  border-bottom: solid 1px #428bca;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  position: fixed!important;
  z-index: 99;
  background-color: #fff;
  max-width: 960px;
  width: 100%;
}
.barra-formulario { margin-bottom: 8px; }
.barra-formulario > h1 {
	font-weight: normal;
	margin: 0;
	padding: 2px 8px;
	font-size: 14px;
	line-height: 22px;
}
#borde-cuerpo-formulario{
	background-color: #FFFFFF;
	position: static;
	margin-top: 1px;
}
#cuerpo-formulario {
  margin: 0 auto;
  padding-top: 25px;
}
.titulo_capa_formulario { color:#0033CC; height: 24px; font-weight: bold; padding-top: 4px; }
.area_campo { display: block; min-height: 26px; margin-bottom: 5px; }
.etiqueta_campo {
	min-width: 140px;
	text-align: left;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-weight: normal;
}
.label_boton{ margin: 0 0 0 3px;}
.erp-cont-cmp {
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}
.erp-cont-cmp:before, .erp-cont-cmp:after { content: " "; display: table; }
.erp-cont-cmp:after { clear: left; }
.erp-etq {
	float: left;
	min-height: 24px;
	margin: 0 5px 0 0;
	display: block;
	font-weight: normal;
	width: 145px;
	line-height: 24px;
}
.erp-cmp { margin-left: 150px; line-height: 24px; }
.erp-cmp label { margin: 2px 5px 2px 10px; font-weight: normal; }
.erp-cmp label:first-child { margin-left: 0; }
.erp-cmp input[type="checkbox"] { margin-bottom: 5px; }
.navbar-nav {
  margin: 0px -15px;
}
@media screen and (max-width: 767px) {
	.erp-etq { float: none; width: auto; }
	.erp-cmp { margin: 0; }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #dadada; }
}
.capa_nuevo_registro{width:99%;}
.etiqueta_campo.en-linea { min-width: 0; margin-left: 15px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #bd1b21;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: white;
  background-color: #bd1b21;
  border-color: #BD1B21;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #bd1b21;
  border-color: #a4181d;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.area_botones {
	width: 18%;
	float: right;
	display: block;
	min-height: 26px;
	padding-top: 2px;
}

.area_botones_formularios{
	display: block;
	min-height: 60px;
	z-index: 100;
}
.area_botones_formularios_flotantes{
	margin:0px;
	z-index: 99;
	float: right;
	border:solid 1 #00F;
}

.area_botones_formularios .botones {
	display: block;
	float: right;
	clear: right;
}
.area_botones_formularios button{
  padding: 5px 10px;
  margin: 1px 1px 3px 1px;
  font-size: 12px;
  line-height: 1.5;
  }

#barra-formulario .label_boton,
#capa_filtros .label_boton,
#tdatos .label_boton,
.area_botones_formularios_flotantes .label_boton{
	display:none;
}
.area_botones_formularios button{
	min-width: 15px;
}

@media screen and (min-width: 600px) {
	#barra-formulario .label_boton,
	#capa_filtros .label_boton,
	#tdatos .label_boton,
	.area_botones_formularios_flotantes .label_boton{
		display:inline-block;
	}
	.area_botones_formularios button{
		min-width: 75px;
	}
}
.capa_registros{
	display:inline-block;
	min-height: 30px;
	min-width: 550px;
}
.area_registros_formularios {
	float:inherit;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 87%;
}
.area_registros_requeridos{
	background-color: #5bc0de;
	display: block;
}
.fila_registro {
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	color: #616161;
	line-height: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0;	
	border-bottom: 1px solid #D3D3D3;
	min-height: 30px;
	display: block;
}

.fila_registro, .fila-sin-hover {
	background-color: #FFFFFF;
	display: block;
}
.fila_registro:hover{
	background-color: #EDEDED;
	border-bottom: 1px solid #FFFFFF;	
}

.area_registros {
	float:inherit;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 82%;
}
.area_registros:before, .area_registros:after { content: " "; display: table; }
.area_registros:after { clear: both; }
.etiqueta_registro{
	color: #3e3e3e;

}
.area_registros.descripcion { width: 50%; }
.area_datos {
	display: block;
	float: left;
	min-height: 24px;
	min-width: 180px;
	padding: 2px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.area_datos.descripcion { width: 60%; }
.area_datos samp,
.area_registros samp {
	font-size: inherit;
}
.w10 { width: 10%; min-width: 0; }
.w15 { width: 15%; min-width: 0; }
.w20 { width: 20%; min-width: 0; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }
.w-auto { width: auto; float:none; }
.area_paginacion { text-align: center; }
.caja_contenido { position: relative; }
.area_permisologia { float: right; width: 15%; text-align: center; margin-bottom: 0;}
.area_permisologia:hover {
	border: 1px solid #ccc;
	border-width: 1 1px 1 1;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2;
	background-color: #f2f2f2;
}
/*-----------------------------------------------------------------------------------*/

.mensajes {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	height: 20px;
	padding-right: 20px;
}

.mensaje {
	background-color:#666666;
	font-weight:bold;
}

.tabla_titulo {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f5f5;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #428bca;
}

.tabla_subt{
	text-align: left;
	font-style: normal;
	font-variant: normal;
	text-transform:uppercase;
	color:#CC0000;
	font-weight:bold;
}

.texto_etiquetas {
	font-weight: normal;
	color: #666666;
}

.link_paginacion {
	color:#666666;
	text-decoration: underline;
	line-height: normal;
	cursor: pointer;
}

.registros_paginacion {
	color:#666666;
}

.link_paginacion_seleccionado {
	color:#004573;
	font-weight:bold;
}

.link {
	color: #000000;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
	cursor: pointer;
}

.link_blanco {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
	cursor: pointer;
}

.fecha {
	font-style: normal;
	color: #660000;
	vertical-align: middle;
	font-weight: bold;
	text-align:right;
}

.celdagrid {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.textoRojo {
	color: #FF0000;
	font-weight: bold;
	font-variant: small-caps;
}
.textoVerde {
	color: #0F0;
	font-weight: bold;
	font-variant: small-caps;
}
.textoAzul {
	color: #00F;
	font-weight: bold;
	font-variant: small-caps;
}

.cont_plain {
	color: #666666;
	font-style: normal;
	text-decoration: none;
	text-transform:none;
}

.titulo_noticia .titulo_detalle {
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}
.titulo_noticia td.titulo_detalle { padding: 5px; }
.division {
	background-color: #808080;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	min-height: 2px;
	text-indent: 7px;
}

.titulo_pestana, .titulo_pestana_sel, .titulo_pestana_mouse {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	font-style: normal;
	text-decoration: none;
	height:24px;
	cursor:pointer;
}
.titulo_pestana { background-color:#999999;	border:solid 1px #666666; }
.titulo_pestana_sel { background-color:#666666; border:solid 1px #000000; }
.titulo_pestana_mouse { color:#000000; background-color:#666666; }

.titulo1 {
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}

.cont_bold {
	font-weight: bold;
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

.tabla_marco_borde {
	text-align: center;
	/*-moz-box-shadow: 2px 2px 3px #4288FD;
	-webkit-box-shadow: 2px 2px 3px #4288FD;
	box-shadow: 2px 2px 3px #4288FD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#4288FD')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#4288FD');*/
	margin: 6px auto 2px auto;
	padding: 2px;
	background-color: #F7FAFD;
}

.tabla_marco_titulo {
	text-align: left;
	font-weight: bold;
	height: 20px;
	vertical-align: bottom;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 2px 3px #4288FD;
	-webkit-box-shadow: 1px 2px 3px #4288FD;
	box-shadow: 1px 2px 3px #4288FD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#4288FD')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#4288FD');
	background-color: #1A70FF;*/
}

.tabla_marco {
	border: 0 solid #DFDFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;

	-moz-box-shadow:  1px 1px 1px 1px #BABABA;
	-webkit-box-shadow: 1px 1px 1px 1px #BABABA;
	box-shadow: 1px 1px 1px 1px #BABABA;
	background: #FFFFFF;
}


.fila1, .fila2, .fila1 td, .fila2 td {
	padding: 5px;
	border-top: 1px solid #ddd;
}

.fila_ganadora {
	color:#333333;
	font-weight:bold;
	line-height: normal;
	background-color: #FFFF80;
}

.filac {
  color: #FFF;
  background: #6E6E6E;
}

.fila_anulada {
	color: #FF0000;
	line-height: normal;
	background-color: #FFF2F2;
}

.fondo_cheque {
	border: 1px solid #B5C4AA;
}

.bord_sup_inf_izq {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.bord_izq_sup_der {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.bord_izq_inf_der {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.bord_inf_der {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.borde { border: 1px solid #000000; }
.bord_inf_gris {
	border-bottom: 1px solid #D3D3D3;
}
.bord_inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.bord_sup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.texto_screen {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.barra_encabezado_celda {
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;
	height: 25px;
	margin: 0px;
	padding-right: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F7F7F7;
}

.barra_encabezado {
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding: 0 8px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #0066FF;
	background-color: #1E6FB0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4288FD),to(#78C6EB));
	background-image: -webkit-linear-gradient(top,#4288FD,#78C6EB);
	background-image: -moz-linear-gradient(top,#4288FD,#78C6EB);
	background-image: -ms-linear-gradient(top,#4288FD,#78C6EB);
	background-image: -o-linear-gradient(top,#4288FD,#78C6EB);
	background-image: linear-gradient(top,#4288FD,#78C6EB);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
}
.linea_encabezado_superior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
.linea_encabezado_inferior {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.menu_sistema {
	color:#333333;
	list-style:none;
	cursor:pointer;
	height: 20px;
	text-indent: 8px;
	font-weight: bold;
	background-image: linear-gradient(#F0F0F0, #C4C4C4);
	background-image: -webkit-linear-gradient(#F0F0F0, #C4C4C4);
	background-image: -moz-linear-gradient(#F0F0F0, #C4C4C4);
	background-image: -ms-linear-gradient(#F0F0F0, #C4C4C4);
	background-image: -o-linear-gradient(#F0F0F0, #C4C4C4);
	background-image: linear-gradient(#F0F0F0, #C4C4C4);
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding-top: 4px;
}


.menu_principal {
	color:#666666;
	cursor:pointer;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding:1px 0;
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
	vertical-align: middle;
	text-indent: 4px;
}
.menu_principal:hover { color: #FF0000; }

.menu_secundario {
	cursor:pointer;
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
}

li.menu_programas {
	margin-left:10px;
	padding:3px;
	text-decoration: none;
	font-weight: normal;
	color: #999999;
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
}

li.menu_programas:hover {
	background-color:#F4F4F4;
	text-decoration: underline;
	font-weight: normal;
	color: #009900;
}

li.menu_carpetas {
	color:#000099;
	font-weight: bold;
	cursor:pointer;
	list-style-image: url(../../../imagenes/botones/folder_closed.png);
	text-decoration: underline;
	list-style-position: inside;
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
}
li.menu_carpetas:hover {
	list-style-position: inside;
	list-style-image: url(../../../imagenes/botones/folder.png);
}
li.menu_carpetas ul li a { color:#DC7F93; }
li.menu_carpetas_select {
	color:#000099;
	font-weight: bold;
	cursor:pointer;
	list-style-image: url(../../../imagenes/botones/folder_view.png);
	text-decoration: underline;
	list-style-position: inside;
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
}

a.menu_link:hover {
	color:#666666;
	text-decoration:underline;
}

a.menu_link {
	color:#666666;
	text-decoration:none;
}

.vineta_roja {
	color: #FC0000;
	font-weight: bold;
}

.celda_hora_tarde {
	background-color:#D1DDEF;
	color:#6681C3;
	width:100%;
	margin: 0px 0px 0px 0px;
	text-align:right;
	font-weight:bold;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.celda_hora {
	background-color: #E8EEF7;
	color:#6681C3;
	width:100%;
	margin: 0px 0px 0px 0px;
	text-align:right;
	font-weight:bold;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.celda_fecha {
	background-color: #FFFFFF;
	width:100%;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.celda_fecha_evento {
	font-weight:bold;
	color:#333333;
	height:15px;
	vertical-align:middle;
	width:100%;
	text-align:center;
	background-image: url(../images/fondo_calendario.jpg);
}

.BordeRedondo {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*----------// Para el Diseño de Crear Tablas //-----------*/

.caja_fondo {
	background: #888;
	margin: 0 auto 10px auto;
	max-width:100%;
	padding: 2px 0;
}
.caja_fondo2 {
	background: #fafafa;
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #E4E4E4;
}
.caja_b-redondo {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.caja_degradado0, .tabla_marco_titulo { background: #EBEBED; }
.caja_degradado1 { margin: 0 2px; background: #ffffff; }
.caja_degradado2 { margin: 0 2px; background: #ffffff; }
.caja_contenido { margin: 0 4px; padding: 4px 0; }
.caja-sin-brb {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.caja-sin-brt {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-left-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.caja-titulo-tabla {
	padding: 5px;
	border-top: 2px solid #EBEBED;
	border-left: 2px solid #EBEBED;
	border-right: 2px solid #EBEBED;
	background: #EBEBED;
	border-bottom: none;
	margin-bottom: 0;
}
.caja-sombra {
	-webkit-box-shadow: 1px 2px 1px 1px #BABABA;
	-moz-box-shadow:  1px 2px 1px 1px #BABABA;
	box-shadow: 1px 2px 1px 1px #BABABA;
}
.caja-sombra-oscura {
	-webkit-box-shadow: 0 0 2px 2px #666;
	-moz-box-shadow:  0 0 2px 2px #666;
	box-shadow: 0 0 2px 2px #666;
}
.con-borde { border: 1px solid #E5E5E5; }


.float-left { float: left; }
.float-right { float: right; }
select.input-min { padding: 0; height: auto; font-size: inherit; }
.texto-ellipsis { white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; }
.datos-sesion { font-size: 0.7917em; height: 80px; overflow: hidden; }
/*** Estilos del Menu lateral izquierdo ***/
.menu-sistema, .menu-secundario { padding:0; margin:0; list-style:none; }

.menu-sistema li a:hover:before,
.menu-secundario li a:hover:before {
	border-color: transparent;
    border-left-color: #1475CA;
    border-style: solid;
    border-width: 14px 5px;
    content: "";
    display: block;
    position: absolute !important;
    left: 0;
    top: 4px;
}
#menu-boton a { color: #6e6e6e;}
.menu-sistema li .primero,
.menu-secundario li .primero { border-top: none; }
.menu-sistema .activo a, .menu-secundario .activo a { color: #1475CA; }
.menu-sistema .activo .glyphicon,
.menu-secundario .activo .glyphicon { position: absolute; left: 6px; top: 9px;}

.menu-sistema a:hover, .menu-secundario a:hover { color: #ff0000; background: #e0e0e0; }
#menu-boton a:hover { color: #ff0000; }

/*------------------- Items del menu desplegable -------------------*/
.menu-sistema, .menu-secundario { padding:0; margin:0; list-style:none; }
.menu-modulo, .titulo-sistema {
	color: #bd1b21;
	border: 0;
	border-top: 1px solid #fcfcfc;
	border-bottom: 1px solid #e5e5e5;
	height: 38px;
	line-height: 36px;
	padding: 0 16px 0 7px;
	font-size: 13px;
	font-weight: bold;
}
.titulo-sistema { color: #bd1b21; }
.menu-sistema li a,
.menu-secundario li a {
	display: block;
	font-size: 13px;
	position: relative;
	color: #7a7a7a;
	padding: 7px 0 9px 23px;
	margin: 0;
	border-top: 1px dotted #e4e4e4;
	text-decoration: none;
	border-left: 3px solid #fff;
}
.menu-sistema li a:hover,
.menu-secundario li a:hover {
	border-left-color: white;
	background: #bd1b21;	
	color: white;
}
.menu-sistema li a:hover:before,
.menu-secundario li a:hover:before {
	border-color: transparent;
    border-left-color: white;
    border-style: solid;
    border-width: 14px 5px;
    content: "";
    display: block;
    position: absolute !important;
    left: 0;
    top: 4px;
}
.menu-sistema li .primero,
.menu-secundario li .primero { border-top: none; }
.menu-sistema .activo a, .menu-secundario .activo a { color: #1475CA; }
.menu-sistema .activo .glyphicon,
.menu-secundario .activo .glyphicon { position: absolute; left: 6px; top: 9px;}
/************** Botones desplazables **************/
.x-desp { text-align: center; padding: 2px; position: absolute; left: 0; right: 0; background: #eee; cursor: pointer; z-index: 1000;}
.x-ar { padding-top: 4px; top: 0; }
.x-ab { padding-bottom: 4px; bottom: 0; }
.capa_oculta { display: none; }
.erp-paginacion > .pull-left { margin-top: 20px; margin-bottom: 20px; }
/***************************************************** Estilos para el Grid *****************************************************/
.erp-grid {
	width: 100%;
	border: none;
	border-collapse: collapse;
	font-size: 1em;
}
.erp-grid td {
	border-top: 1px solid #ddd;
}
.erp-grid tr:first-child > td {
	font-weight: bold;
	border-top: none;
	border-bottom: 2px solid #ddd;
}
.erp-grid tr > td > input,
.erp-grid tr > td > input:hover,
.erp-grid tr > td > input[readonly],
.erp-grid tr > td > input[readonly]:hover {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	border: none;
}
.erp-grid tr > td > input[type=button] {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  background-color: #fff;
}
.erp-grid tr > td > input[type=button]:hover,
.erp-grid tr > td > input[type=button]:focus,
.erp-grid tr > td > input[type=button]:active,
.erp-grid tr > td > input[type=button].active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/***************************************************** Lista de Suministros *****************************************************/
.erp-suministros {
	table-layout: fixed;
}
.erp-suministros input,
.erp-suministros select {
	width: 100%;
}
.tabla-sin-bordes td { border: none; }
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid;
  border-color: #EAEAEA;
  border-radius: 0px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #EAEAEA;
  border-radius: 0px;
  border-bottom: none;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
  margin: 1px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {	
  border-radius: 0px;
}

.btn-default{
	background: #999 !important;
	color: white;
	border-color: #7f7f7f;
}

.btn-default:hover {
	background: #777 !important;
	color: white;
	border-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #A9ACAE !important;
  border-color: #919191;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  border-color: #99A4AE  !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 0px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control_requerido {
  display: block;
  width: 100%;
  height: 34px;
  padding: 3px 6px;
  font-size: 14px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 2px solid #FF0000;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

.has-success .form-control_requerido:focus {
  border-top: 1px solid #3c763d;
  border-left: 1px solid #3c763d;
  border-right: 2px solid #FF0000;
  border-bottom: 1px solid #3c763d;
}

fieldset {
  display: block;
  margin: 0px 0px 10px 12px;
  padding-bottom: 7px;
  padding-top: 3px;
}

div.area_botones > button.btn.btn-sm
{
  padding: 7px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 1px;
  margin: 1px;
}

.espacio_eliminar{
	margin-right: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: bold;
}
.panel-primary {
    border-color: #bd1b21;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #bd1b21;
    border-color: #bd1b21;
}