body {
	padding-top: 50px;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
}

.table-xs td {
	padding: 3px 6px;
}

/*     FOMRS     */
/* TextArea */
.textarea_cont {
	border: 1;
	font-size: 9px;
}

/* TextBox */
.input_cont {
	border: 1;
	font-size: 9px;
}

/* CONTENT */
/* AJAX */
#contenido {
	margin: 0pt auto;
	color: #000000;
}

#loading {
	text-align: center;
	visibility: hidden;
}

/* AJAX */
/* TextArea */
.boton {
	border: 1;
	font-size: 9px;
	height: 50px;
}

/* ROUNDED CORNERS */

.bord_gray_4cornes {
	margin: 5px auto;
	border: 1px solid #666666;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: #EEEEEE;
	color: #333333;
	font-size: 12px;
	min-height: 25px;
	padding: 6px;
	clear: both;
}

.bord_gray_4cornes p.infoa {
	text-align: center;
}


.content-box {
	margin: 10px auto 0px auto;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #EEEEEE;
}

.specific-box {
	margin: 10px auto;
	border: 1px solid #000;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	background: #202020;
}

.photo-box {
	margin: 10px auto;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 0px 0px;
	background: #111111;
}

.titcat-work-box {
	margin: 10px auto;
	border: 1px solid #000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: #202020;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	height: 30px;
	padding: 5px 5px 5px 5px
}

.obj-work-box {
	margin: 10px auto;
	border: 1px solid #999999;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	padding: 5px 10px 5px 10px
}


/* END CORNERS */

/*
#cont_det{margin: 5px; border:0px; font-size:12px; color:#333333; text-align:justify;}
#cont_det .main{margin: 0px; border:1px solid #999999; border-top-color:#666666; border-radius:10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; padding:2px 8px 2px 8px;}
#cont_det .txt_values-big{font-weight:bold;font-size:17px; color:#006699;}
#cont_det .txt_values{font-weight:bold;}
#cont_det .txt_values-min{font-weight:bold; font-size:10px; color:#999999;}
#cont_det .txt_values-sec{font-weight:bold;color:#666666;font-size:12px;}
#cont_det .txt_name{color:#666666;font-size:12px;}
*/

#box_cont_btn {
	display: block;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px 30px 5px 30px;
}

#box_cont_btn:hover {
	display: block;
	text-decoration: none;
	color: #EEEEEE;
	background-color: #0066CC;
	cursor: pointer;
}

#box_cont {
	display: none;
	overflow-y: scroll;
	height: 120px;
}

#log {
	text-align: center;
}

#generalcont {
	padding-top: 40px;
}

#generalcont #headcont {}

#generalcont #middlecont {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#generalcont #middlecont #head_sec {
	margin: 0px;
	padding: 6px 0;
	border: 1px solid #999999;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	background-color: #0099FF;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
}

#generalcont #middlecont #head_sec a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#generalcont #middlecont #head_sec a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#generalcont #bottomcont {
	padding-bottom: 40px;
}

#generalcont #formcont {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#generalcont #formcont #head_sec {
	margin: 0px;
	padding: 8px 0;
	/*border-radius:0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; */
	background-color: #0099FF;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
}

#generalcont #formcont #head_sec a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#generalcont #formcont #head_sec a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#generalcont #formcont #form_sec {}

#generalcont #formcont #form_sec form .form_sec_style {
	background: #FFF;
	padding: 4px 6px;
	margin: 2px;
}

#generalcont #formcont #form_sec form .form_sec_style.left {
	float: left;
}

#generalcont #formcont #form_sec form .form_sec_style.right {
	float: right;
}

.form_sec_style h2 {
	background: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 2px 0;
	padding: 2px 0 2px 4px;
}

#seccf_data {
	clear: both;
	margin-bottom: 2px;
	border-top: 1px solid #FFF;
}

#seccf_data p {
	background: #DDD;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	width: 130px;
	margin: 0;
	padding: 5px 10px;
	line-height: 2;
}

#seccf_data div {
	background: #EEE;
	color: #000;
	padding: 4px;
	float: left;
	width: auto;
	margin: 0;
}

#seccf_data input.btn_big {
	border: 0;
	padding: 5px 10px 70px 5px;
	font-size: 1em;
	background: url(../images/struct/estruct/Save_64.png) no-repeat center bottom;
	border-top: 1px solid #F30;
	color: #F30;
	font-weight: bold;
}





.formpac {}

.formpac tr td {
	font-weight: bold;
	color: #333;
}

.formpac tr td input {
	background: #CCC;
	color: #000;
	border: 1px solid #000;
}


#cont_head {
	margin: 0px;
	border: 0px;
	font-size: 12px;
	color: #333333;
}

#cont_head .main {
	margin: 0px 0px 5px 0px;
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 10px 4px 10px;
	vertical-align: middle;
}

#cont_head .txt_values-big {
	font-weight: bold;
	font-size: 18px;
	color: #006699
}

#cont_head .txt_values {
	font-weight: bold;
}

#cont_head .txt_values-sec {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

#cont_head .txt_name {
	color: #666666;
	font-size: 12px;
	padding: 4px 0px 4px 5px;
}

/*********************/
#cont_head .txt_title {
	color: #006600;
	font-size: 16px;
	font-weight: bold;
}

#cont_head .txt_title2 {
	color: #000000;
	font-size: 16px;
}

#cont_head .txt_values-min {
	font-weight: bold;
	font-size: 10px;
	color: #999999;
}

#cont_head .btn_big {
	font-size: 14px;
	color: #333333;
	height: 80px;
	margin: 10px;
	padding: 4px;
}

#cont_head .tit_min_gray {
	font-weight: bold;
	font-size: 12px;
	color: #EEEEEE;
	background-color: #666666;
	padding: 4px;
}

#cont_head .tit_sec_gray {
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	padding: 4px 0px 4px 10px;
}

#cont_head .sec_values {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
}

/*IMAGES SIZE*/
.img_form_pac {
	max-height: 160px;
	max-width: 180px;
	border: 5px solid #CEE7FF;
	padding: 4px;
}

#cont_head_inv {
	margin: 0;
	padding: 0;
}

#cont_head_inv .menu_inv {
	font-size: 12px;
	float: left;
	background: #ddd;
	padding: 4px 0;
	margin: 0;
}

/*#cont_head_inv .menu_inv:hover{background:#0066cc; }*/
#cont_head_inv .menu_inv ul {
	list-style: none;
	display: table;
	margin: 0;
	background: #999;
	padding: 0;
}

#cont_head_inv .menu_inv ul li {
	display: table-cell;
	width: 100px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#cont_head_inv .menu_inv ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#cont_head_inv .menu_inv ul li a:hover {}

#cont_head_inv .menu_inv ul li a div {
	padding: 4px 8px;
}

#cont_head_inv .menu_inv ul li a div:hover {
	background: #0066cc;
}

#cont_head_inv .tit_inv {
	font-size: 15px;
	background: #0066cc;
	padding: 8px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
}

#cont_head_btns {
	border: 1px solid #CCC;
	padding: 0px;
	margin: 0;
}

#cont_head_btns .btn_menu {
	width: 70px;
	display: block;
	text-align: center;
	float: right;
}

#cont_head_btns .btn_menu:hover {
	background: #CCC;
}

#cont_head_btns .btn_menu a {
	font-size: 9px;
	color: #666
}

#cont_head_btns .btn_menu a:hover {
	color: #000;
}

#cont_head_btns .btn_menu a div {
	padding: 3px;
}

#cont_head_btns .find_menu {
	float: left;
	padding: 2px;
}

/* STYLES COMPONENT CONSULTAS */
#formcons {
	margin: 2px;
	background: #eee;
}

#formcons .cons_tit {
	clear: both;
	background: #3b5998;
	padding: 6px 4px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

#formcons .cons_tit a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-right: 40px;
}

#formcons .cons_tit .statuscons {
	color: #DDD;
	font-size: 11px;
	font-weight: bold;
	margin-right: 40px;
}

#formcons .cons_tit .est_tit {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #0066CC;
	padding: 3px 5px 3px 5px;
}

#formcons .cons_tit .est_det {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #777777;
	padding: 3px 12px 3px 12px;
}

#formcons .cons_head {
	clear: both;
	background: #d8dfea;
	margin: 0px;
	border-bottom: 1px solid #999;
	padding: 5px 10px;
	vertical-align: middle;
}

#formcons .cons_head table {
	width: 100%;
	text-align: center;
}

#formcons .cons_head table tr td {
	border-right: 1px solid #CCC;
	background: #f2f2f2;
	vertical-align: top;
}

#formcons .cons_head table tr td label {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	clear: both;
	height: 20px;
	display: block;
	line-height: 20px;
	color: #069;
	font-weight: bold;
}

#formcons .cons_head table tr td p {
	margin: 0;
	padding: 5px 0px;
	border-top: 1px solid #ddd;
}

.btn_UPDATE {
	background: url(../images/struct/icons/Update-a_32x32.png) no-repeat center center;
	border: 0px none;
	width: 55px;
	height: 55px;
}

.btn_INSERT {
	background: url(../images/struct/icons/Add-a_32x32.png) no-repeat center center;
	border: 0px none;
	width: 55px;
	height: 55px;
}

#formcons .cons_middle {
	clear: both;
	background: #eae2d8;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #999;
	padding: 5px;
	vertical-align: middle;
}

#formcons .cons_middle .cons_mid_pac {
	width: 40%;
	float: left;
}

#formcons .cons_middle .cons_mid_pac table {
	text-align: left;
}

#formcons .cons_middle .cons_mid_pac table tr td {
	border-right: 1px solid #CCC;
	background: #f2f2f2;
	vertical-align: top;
	padding: 0 4px;
}

#formcons .cons_middle .cons_mid_pac table tr td label {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	clear: both;
	width: 75px;
	height: 20px;
	line-height: 20px;
	color: #069;
	font-weight: bold;
	display: table-cell;
}

#formcons .cons_middle .cons_mid_pac table tr td p {
	margin: 0;
	padding: 5px 0px;
	border-left: 1px solid #ddd;
	display: table-cell;
	padding: 0 5px;
	font-size: 14px;
}

#formcons .cons_middle .cons_mid_hist {
	width: 54%;
	float: left;
}

#formcons .cons_bottom {
	clear: both;
	background: #eae2d8;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #999;
	padding: 4px;
	vertical-align: middle;
}


/* STYLES COMPONENT FACTURA */
#formfac .fac_head table {
	width: 100%;
	text-align: center;
	padding: 15px;
}

#formfac .fac_head table tr td {
	border-right: 1px solid #CCC;
	background: #f2f2f2;
	vertical-align: top;
}

#formfac .fac_head table tr td label {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	clear: both;
	height: 20px;
	display: block;
	line-height: 20px;
	color: #069;
	font-weight: bold;
}

#formfac .fac_head table tr td p {
	margin: 0;
	padding: 5px 0px;
	border-top: 1px solid #ddd;
	font-size: 12px;
}


#formfac .fac_detail table {
	width: 100%;
	text-align: center;
	padding: 15px;
}

#formfac .fac_detail table tr td {
	border-right: 1px solid #CCC;
	background: #f2f2f2;
	vertical-align: top;
}

#formfac .fac_detail table tr td label {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	clear: both;
	height: 20px;
	display: block;
	line-height: 20px;
	color: #069;
	font-weight: bold;
}

#formfac .fac_detail table tr td p {
	margin: 0;
	padding: 5px 0px;
	border-top: 1px solid #ddd;
	font-size: 12px;
}

#formfac .fac_det label {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #333;
	clear: both;
	height: 20px;
	display: block;
	line-height: 20px;
	color: #069;
	font-weight: bold;
	text-align: center
}

#formfac .fac_top table {
	width: 100%;
	text-align: center;
	padding: 15px;
}

#formfac .fac_top table tr td {
	border-right: 1px solid #CCC;
	background: #f2f2f2;
	vertical-align: top;
}

#formfac .fac_top table tr td label {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	clear: both;
	height: 20px;
	display: block;
	line-height: 20px;
	color: #069;
	font-weight: bold;
}

#formfac .fac_top table tr td p {
	margin: 0;
	padding: 5px 0px;
	border-top: 1px solid #ddd;
	font-size: 12px;
}

/* STYLES COMPONENT EMPLEADOS */
#formemp .list_emp table {
	width: 100%;
	text-align: center;
	padding: 15px;
	margin: 1;
}

#formemp .list_emp table tr td {
	border-right: 1px solid #CCC;
	background: #f2f2f2;
	vertical-align: top;
}

#formemp .list_emp table tr td label {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	clear: both;
	height: 20px;
	display: block;
	line-height: 20px;
	color: #069;
	font-weight: bold;
}

#formemp .list_emp table tr td p {
	margin: 0;
	padding: 5px 0px;
	border-top: 1px solid #ddd;
	font-size: 12px;
}


#DetMinPac {
	display: table;
	font-size: 1.1em;
}

#DetMinPac tr td {
	padding: 0 3px;
}

#DetMinPac tr td.divider {
	border-left: 1px solid #ddd;
	padding: 0 10px;
}

#DetMinPac .detMinPacI {
	max-height: 60px;
	max-width: 100px;
	border: 2px solid #CCC;
}

#DetMinPac a {
	display: block;
	clear: both;
	padding: 5px 0;
}

#DetMinPac table#dat {}

#DetMinPac table#dat tr td {
	border-bottom: 1px dotted #CCCCCC;
}

.cero {
	margin: 0px;
	padding: 0px;
}


.show-grid:hover [class*="span"] {
	background: #ddd;
}


.show-grid [class*="span"] {
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
}

.thumbnail {
	text-align: center;
}

.module-image {
	max-width: 48px;
	max-height: 48px
}

/* fancybox custom styles */
.fancyboxNoPadding .fancybox__content {
	padding: 0 !important;
}

.img-developer-login {
	max-height: 70px;
}

:root {
	--bs-primary: #00008b;
	--bs-primary-rgb: 0, 0, 139;
	--bs-primary-bg-subtle: #d0d0e8;
	--bs-primary-border-subtle: #a0a0d1;
	--bs-primary-text-emphasis: #00006e;
	--bs-btn-hover-bg: #000073;
	--bs-btn-hover-border-color: #00006e;
	--bs-btn-active-bg: #00006e;
	--bs-btn-active-border-color: #000068;
}

.btn-primary {
	--bs-btn-bg: #00008b;
	--bs-btn-border-color: #00008b;
	--bs-btn-hover-bg: #000073;
	--bs-btn-hover-border-color: #00006e;
	--bs-btn-active-bg: #00006e;
	--bs-btn-active-border-color: #000068;
	--bs-btn-disabled-bg: #00008b;
	--bs-btn-disabled-border-color: #00008b;
}



.text-primary {
	color: #00008b !important;
}

.border-primary {
	border-color: #00008b !important;
}