/*
* @paquete VISOF
* @subpaquete Presentacion
* @item template azul
* @Compañia ViSof - www.visof.co
* @Author Dick Villarreal
* @modified: 20191006: Responsive row5 (reempleza table5) y row3 (reemplaza (table3)
* @modified: 20191012: Actualizado
* @modified: 20191108: Actualizado
* @modified: 20210116: Actualizado se adiciona text_arar y text_areamr para ancho por porcentaje
* @modified: 20210127: Actualizado table4p dcampo 
* @modified: 20211123: Se adiicona color_linea2: 2da linea del header y se actualizan los identificadores demodulo para manejo de sombras
* @modified: 20211123: Se crean los controles form_ para pantallas responsive
* @modified: 20220318: S eactuaiza form_separador alto 5 px
* @modified: 20220322: S eajusta buttondohc
* @modified: 20220330: Se adiciona form_inputro y form_inputrro para readonly (gris)
* @modifide: 20220413: Se adiciona form_inputnr  numerico respnosive
* @modified: 20220421: Se adiciona form_campoc  alinea al centro
* @modified: 20220526: Se adiciona buttontable para botones de códigos que se presentan en listados 
* @modified: 20220621: Se adiciona form_texto a query verde
* @modified: 20220826: Se adiciona table4iot fondo_rosado fondo_equemado colorvie en movil
* @modified: 20230519 para que se vea mas grande en celular 
* @modified: 20231106: se actualiza presentación
* @modified: 20231108: se actualiza presentación
* @modified: 20240912: EL css de celulares s ubica en las lineas 3166 - 4131
* @modified: 20241012: S eactualiza tamaño de fuentes de 11 a 14
* @úmodfied: 20250902: Se actualizan presentaci´no login y encabezado html
*/
/* posiciones genericas */
body {
	margin: 0px 0px 0px 0px;
	color : #000;
	background-color: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px; /* 20241012 */
}
#break {
	height: 5px;
}
a {
	color: #003333;
	text-decoration: none;
}
a:hover {
	color : #C64934;
	text-decoration : underline;
}
a:active {
	color : #333333;
	text-decoration : underline;
}

form {
	margin: 0px 0px 0px 0px;
}
.js-push-btn {
}


.inputboxm {
        z-index: -3;
        font-size: 11px;
		background-color:#fffff;
}

.text_areak {
        z-index: -3;
		height:20px; 
        font-size: 12px;
		font-weight:600;
		background-color:#FFFFFF;
		color:#993300;
}
.text_areakro {
        border : 1px solid ccc; 
        z-index: -3;
		height:20px; 
        font-size: 12px;
		font-weight:600;
		background-color:#f4f4f4;
		color:#993300;
}
.text_areat {
    z-index: -3;
	height:20px; 
	border-color:#D7EFFD;
	border-style:solid;	
	background-color:#FFFFFF;
	text-align:right;
	font-weight:900;
    font-size: 14px;
	color:#FF0000;
}

/* para ver cajas de texto como texto */
.text_areav {
        border:hidden;
        z-index: -3;
        font-size: 11px
	background-color:#33cc99;

}

.text_error {
        z-index: -3;
        font-size: 11px;
        color: #ff0000;
}
.error {
	color : #ff0000;
	font-size : 15px;
	font-weight : bold;
}

.titulo_pantalla {
	color:#990000;
	font-size : 15px;
	font-weight : bold;
}

.text_warning {
	color:#FF0000;
	background-color:#ffff00;	
}

.ctr {
	text-align: center;
}

.limpiar{
	height:10px;
  content: "";
  display: table;
  clear: both;
}

div.main {
	width: 100%;
	padding: 0;
}
table.maintable {
	width: 90%;
	background-color:#d6eef9;
	border:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#D6EEF9;
	border-radius:15px;
-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari y Chrome */ 	
}
table.table1 {
	width: 90%;
	background-color:#d6eef9;
	border-radius:20px;
-moz-border-radius:20px; /* Firefox */
-webkit-border-radius:20px; /* Safari y Chrome */ 	
}
table.table1 th {
	font-size:11px;
	height:20px;
}
table.table1 td {
	text-align:left;
}
table.table1a {
	width: 90%;
	border-top-style:outset;
	background-color:#d6eef9;
}
table.table1a th {
	text-align:center;
	background-color:#d6eef9;
	font-weight:800;
	padding: 2px;
}
table.table1a td {
	background-color:#d6eef9;
	text-align:left;
	border-bottom-color:#fff;
	border-bottom-width:thin;
	border-color:#FF0000;
	padding: 2px;
}
table.table2 {
	width: 90%;
	background-color:#0073AB;

}
table.table3 {
	width: 90%;
	background-color:#92d0f7;
	border-radius:10px;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */ 	
}
table.table3 td {
	text-align:left;
	padding: 2px;
	background-color:#a4d9f9;
}
table.table3 td.numerico {
	text-align:right;
	padding: 2px;
	background-color:#a4d9f9;
}
table.table3 td.ncampo {
	text-align:left;
	padding: 4px;
	font-weight:600;
	background-color:#b6e0fa;
}
table.table3 td.dcampo {
	text-align:left;
	padding: 2px;
	background-color:#a4d9f9;
}

table.table3 th {
	font-weight:500;
	font-size:20px;
	color:#FF3300;
	text-align:left;
}
table.table4 {
	width: 90%;
	background-color:#ffffff;
	border:#66FFFF;
	padding-top:5px;
	border-spacing:0px; 
	border-radius:15px;
-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari y Chrome */ 	
}
table.table4 td {
	text-align:left;
	border-left:solid #d1f1fa thin;
	padding: 4px;
}
table.table4 td.dcampo {
	text-align:left;
	padding: 3px;
	background-color:#fcfcfb;
}

table.table4 td.lcampo {
	text-align:left;
	padding: 4px;
	background-color:#f4f4f4;
	color:#000099;
	font-weight:600;
}
table.table4 td.numerico {
	text-align:right;
	border-left:solid #d1f1fa thin;
	padding: 4px;
}
table.table4 td.codigo {
	background-color:#92d0f7;
	font-weight:700;
	text-align:left;
	padding: 4px;
	border-bottom: solid 1px #d1f1fa;
}
table.table4 th {
	font-size:11px;
	height:20px;
	background-color:#92d0f7;
	padding-top:7px;
	border-top : solid 5px #e8fff3;		
	border-bottom : solid 2px #e8fff3;	
	border-right: solid 2px #e8fff3;	
}
/* tablas 100% */
table.table4p {
	width: 100%;
/*	background-color:#ffffff;*/
	border:#66FFFF;
	padding-top:5px;
	border-spacing:0px;
	border-collapse:collapse;
	border-radius:15px;
-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari y Chrome */ 	
}
table.table4p td {
	text-align:left;
	border-left:solid #d1f1fa thin;
	padding: 4px;
}
table.table4p td.dcampo {
	text-align:left;
	padding: 3px;
	background-color:#fcfcfb;
}
table.table4p td.tcampo {
	text-align:left;
	padding: 4px;
	background-color:#BCE6FC;	
	border-bottom: solid 2px #d1f1fa;
}
table.table4 td.tcampo1 {
	text-align:left;
	padding: 3px;
	background-color:#fcfcfb;
	border-bottom: solid 2px #d1f1fa;
}

table.table4p td.lcampo {
	text-align:left;
	padding: 4px;
	background-color:#f4f4f4;
	color:#000099;
	font-weight:600;
}
table.table4p td.numerico {
	text-align:right;
	border-left:solid #d1f1fa thin;
	padding: 4px;
}
table.table4p td.codigo {
	background-color:#92d0f7;
	font-weight:700;
	text-align:left;
	padding: 4px;
	border-bottom: solid 1px #d1f1fa;
}
/* 20241129 se actualiza la presentación */
table.table4p th {
	height:20px;
	background-color:#6699FF;
	color:#fff;
	padding-top:7px;
	padding-left:4px;
	border-top : solid 5px #e8fff3;		
	border-bottom : solid 2px #e8fff3;	
	border-right: solid 2px #B5DFF8;

}

/* tabla de ancho de filas de 30 */
table.table4iot {
	width: 100%;
	background-color:#ffffff;
	border:#66FFFF;
	padding-top:5px;
	border-spacing:0px;
	border-radius:15px;
-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari y Chrome */
}
table.table4iot td {
	text-align:left;
	font-size=16px;
	border-left:solid #d1f1fa thin;
	height:40px;
	padding: 4px;
}
table.table4iot td.lcampo {
	text-align:left;
	padding: 4px;
	font-size=16px;
	background-color:#f4f4f4;
	color:#000099;
	font-weight:600;
}
table.table4iot td.numerico {
	text-align:right;
	border-left:solid #d1f1fa thin;
	padding: 4px;
}
table.table4iot td.codigo {
	background-color:#92d0f7;
	font-weight:700;
	text-align:left;
	padding: 4px;
	border-bottom: solid 1px #d1f1fa;
}
table.table4iot th {
	font-size:14px;
	height:20px;
	background-color:#92d0f7;
	padding-top:7px;
	border-top : solid 5px #e8fff3;
	border-bottom : solid 2px #e8fff3;
}

/* tablas de datos */
table.table5 {
	width: 90%;
	background-color:#f6f6f2; 
	border-radius:20px;
-moz-border-radius:20px; /* Firefox */
-webkit-border-radius:20px; /* Safari y Chrome */ 	
}
table.table5 td {
	text-align:left;
	padding: 4px;
/*	background-color:#D7EFFD;*/ 	
	background-color:#BCE6FC;	
	border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */ 	
}
table.table5 td.tcampo {
	text-align:left;
	padding: 4px;
/* 	background-color:#BCE6FC;	*/
 	background-color:#FF0000;	
	border-radius:5px;
	font-weight:bold;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */ 	
}
table.table5 td.dcampo {
	text-align:left;
	padding: 3px;
	background-color:#fcfcfb;
}
table.table5 td.dcampon {
	text-align:right;
	padding: 3px;
	background-color:#fcfcfb;
}
table.table5 td.bcampo {
	text-align:left;
	padding: 4px;
	background-color:#f4fbff;
}
table.table5 td.lcampo {
	text-align:left;
	padding: 4px;
	background-color:#f4f4f4; 
	color:#000099; 
	font-weight:600;

/*   background: -webkit-linear-gradient(to left, #00ccff, white);
   background: -moz-linear-gradient(to left, #00ccff, white);
   background: -o-linear-gradient(to left, #00ccff, white);	  */
/*	background: -prefix-linear-gradient(to left, white, gray);  */
	border: solid 1px #cccccc; 
}
table.table5 td.rcampo {
	text-align:left;
	padding: 4px;
	background-color:#003366;
	color:#fff;
	font-weight:600;
}

table.table5p {
	width: 100%;
	background-color:#f6f6f2; 
	border-radius:20px;
-moz-border-radius:20px; /* Firefox */
-webkit-border-radius:20px; /* Safari y Chrome */ 	
}
table.table5p td {
	text-align:left;
	padding: 4px;
	font-weight:300;
/*	background-color:#D7EFFD;*/
	background-color:#BCE6FC;	
	border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */ 	
}
table.table5p td.tcampo {
	text-align:left;
	padding: 4px;
	font-weight:300;
/*	background-color:#D7EFFD;*/
	background-color:#BCE6FC;	
	border-radius:5px;
	font-weight:bold;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */ 	
}
table.table5p td.dcampo {
	text-align:left;
	padding: 3px;
	background-color:#fcfcfb;
}
table.table5p td.dcampon {
	text-align:right;
	padding: 3px;
	background-color:#fcfcfb;
}
table.table5p td.bcampo {
	text-align:left;
	padding: 4px;
	background-color:#f4fbff;
}
table.table5p td.lcampo {
	text-align:left;
	padding: 4px;
	background-color:#f4f4f4;
	color:#000099;
	font-weight:600;
/*   background: -webkit-linear-gradient(to right, white, gray);
   background: -moz-linear-gradient(to right, white, gray);
   background: -o-linear-gradient(to right, white, gray);	   */
	border: solid 1px #cccccc; 
/*	border: solid 1px #003366; */
}
table.table5p td.dcampor {
	background-color:#ff0000;
}
table.table5p td.dcampoa {
	background-color:#ffff00;
}
table.table5p td.dcampoz {
	background-color:#0000ff;
}
table.table5p td.dcampov {
	background-color:#33cc33;
}

table.table5ap {
	width: 100%;
	border-top-style:outset;
	background-color:#73C6EE;
}
table.table5ap th {
	text-align:center;
	background-color:#0099CC;
	font-weight:800;
	padding: 2px;
}
table.table5ap td {
	background-color:#66CCFF;
	text-align:left;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	padding: 2px;
}
table.table6 {
	width: 90%;
	background-color:#b5dff8;
}
table.table6 td {
	text-align:left;
}
table.table6a {
	width: 90%;
	border-top-style:outset;
	background-color:#b5dff8;
}
table.table6a th {
	text-align:center;
	background-color:#b5dff8;
	font-weight:800;
	padding: 2px;
}
table.table6a td {
	background-color:#b5dff8;
	text-align:left;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	padding: 2px;
}
table.table6b {
	width: 90%;
	border-top-style:outset;
	background-color:#DDFAFF;
}
table.table6b th {
	text-align:center;
	background-color:#DDFAFF;
	font-weight:800;
	padding: 2px;
}
table.table6b td {
	background-color:#DDFAFF;
	text-align:left;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	padding: 2px;
}

table.table7 {
	width: 90%;
	background-color:#fff;
}
/* tabla en pane */
table.table3p {
	width: 100%;
	background-color:#92d0f7;
}
table.table3p td {
	text-align:left;
}
table.table3p td.numerico {
	text-align:right;
}
table.table3p th {
	font-weight:500;
	font-size:20px;
	color:#FF0000;
	text-align:left;
}
table.table7p {
	width: 100%;
	background-color:#fff;
}
table.table7p td {
	background-color:#fff;
	border-style:solid;
	border-width:thin;
}
table.ayuda {
	width: 90%;
	background-color:#fff;
	border-radius:15px;
-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari y Chrome */ 	
}
table.ayuda th {
	background-color:#FFFFFF;
	text-align:left;
	border-color:#d2d2d2;
	border-style:solid;
	border-width:thin;
	padding: 2px;
	font-size:small;
}
table.ayuda td {
	background-color:#FFFFFF;
	text-align:left;
	border-color:#e2e2e2;
	border-style:solid;
	border-width:thin;
	padding: 2px;
	font-size:small;
}
table.ayuda td.ruta {
	background-color:#FFFFFF;
	text-align:left;
	border-color:#e2e2e2;
	border-style:solid;
	border-width:thin;
	padding: 2px;
	font-size:small;
	color:#000;
	font-style:italic
}
.ayuda_titulo {
	font-weight:700;
	font-size:16px;
	color:#000066;
}
.ayuda_seccion {
	font-weight:600;
	font-size:14px;
	color:#006633;
}

/* fin table en pane  */
.ibutton {
	cursor:pointer;
}

.ibutton:hover {
	-webkit-filter: invert(10%);
    filter: invert(10%);
	cursor:pointer;
}

/* ************************************************************************** Divs para presentación de pantallas responsives 20211123 */
/* div para englobar titulo y condiciones */
.form_header {
	width: 90%;
  	padding-top: 3px;
	background-color:#d6eef9;
	border-radius:5px;
  	text-align:justify;
}
/* div para mostrar le título de las pantallas */
.form_titulo {
	background-color:#92d0f7;
	border-radius:5px;
	font-weight:600;
	font-size:20px;
	color:#000066; /* 20241129  se quita rojo */
	text-align:left;
	padding:5px;
}
/* div para mostrar datos en la línea del título */
.form_titulo_linea {
	background-color:#92d0f7;
	border-radius:5px;
	font-weight:300;
	font-size:14px;
	color:#223300;
	text-align:left;
	padding: 5px;
}

.form_titulo_amarillo {
	background-color:#FFFF00;
	border-radius:5px;
	font-weight:300;
	font-size:14px;
	color:#223300;
	text-align:left;
	padding: 5px;
}
/* div para la explicación de las pantallas */
.form_explicacion {
  	padding:5px;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
/* encabezado de la página ***************************************** */
.form_encabezado {
  width: 90%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* visualiza o no el nombre de la empresa */
.form_empresa {
  display: block;
}

.form_menu {
  width: 90%;
  margin: auto;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  justify-content: center; /* Centra horizontal */
  align-items: center;     /* Centra vertical */
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
/* div para la explicación de las pantallas */
.form_explicacions {
  	padding:5px;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	background-color:#ffffff;
	color:#A2A2A2;
}

/* div para captura de condiciones de listados */
.form_condiciones {
	width: 100%;
  	padding-top: 3px;
	background-color:#d6eef9;
	border:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#D6EEF9;
	border-radius:5px;
  text-align:justify;
}
/* div para mostrar tabla de lista de registros al 90% */
.form_list {
	width: 90%;
	padding-top: 3px;
	background-color:#d6eef9;
	border-radius:5px;
	text-align:justify;
	overflow:scroll;
}
.form_listb {
	width: 90%;
	padding-top: 3px;
	border-radius:5px;
	text-align:justify;
	overflow:scroll;
}
/* div para mostrar tabla de lista de registros al 100% */
.form_list100 {
	width: 100%;
	padding-top: 3px;
	background-color:#d6eef9;
	border-radius:5px;
	text-align:justify;
	overflow:scroll;
}
.form_list100b {
	width: 100%;
	padding-top: 3px;
	border-radius:5px;
	text-align:justify;
	overflow:scroll;
}
/* div de captura de datos al 90 % */
.form_data {
	width: 90%;
	padding-top: 3px;
	/* background-color:#B5E0F4; */ /* 20241012 */
	background-color:#d6eef9; /* 20241012 cambia color  */
	border-radius:5px;
	text-align:justify;
	padding-bottom: 8px;
}
.form_datab {
	width: 90%;
	padding-top: 3px;
	border-radius:5px;
	text-align:justify;
	padding-bottom: 8px;
}

/* div de captura de datos al 100% */
.form_data100 {
	width: 100%;
	padding-top: 3px;
	background-color:#d6eef9;
	border-radius:5px;
	text-align:justify;
	padding-bottom: 8px;
}
/* div de captura de datos al 100% fondo blanco */
.form_data100b {
	width: 100%;
	padding-top: 3px;
	background-color:#ffffff;
	border-radius:5px;
	text-align:justify;
	padding-bottom: 8px;
}
/* div para mostrar un título de seccion en otro color */
/* 20241130 se actualiza */
.form_seccion {
	/*margin-top:3px;*/
	text-align:left;
	padding: 4px;
	background-color:#f4f4f4; 
	color:#000099; 
	font-weight:600;
	border: solid 1px #cccccc; 
	border-top-color:#fff;
	border-top-width:medium;
	border-radius:5px;
}
/* div para separar */
.form_separador {
	width:100%;
	height:5px;
	border-radius:5px;
  content: "";
  display: table;
  clear: both;
}
/*	height:10px;
  content: "";
  display: table;
  clear: both;*/

/* div para mostrar un campo vacio */
.form_relleno {
	width:100%;
	text-align:left;
	padding-left: 3px;
	background-color:#fcfcfb; 
	padding-top: 4px;
	padding-bottom: 4px;
	height:22px;
}

/* div para separar linea delgada */
.form_separador_small {
	width:100%;
	height:6px;
	background-color:#ffffff; 
}
/* mosmsg en rojo */
.form_mensaje_rojo {
	font-weight:600;
	font-size:14px;	
	width:80%;
	text-align:center;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#e2e2e2;	
	border-radius:5px;
	color:red;
	box-shadow: 5px 5px;	
}
/* mosmsg en verde */
.form_mensaje_verde {
	font-weight:600;
	font-size:14px;	
	width:80%;
	text-align:center;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#e2e2e2;	
	border-radius:5px;
	color:green;
	box-shadow: 5px 5px;	
}
/* mosmsg en amarillo */
.form_mensaje_amarillo {
	font-weight:600;
	font-size:14px;	
	width:80%;
	text-align:center;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:blue;	
	border-radius:5px;
	color:yellow;
	box-shadow: 5px 5px;	
}
/* mosmsg en azul */
.form_mensaje_azul {
	font-weight:600;
	font-size:14px;	
	width:80%;
	text-align:center;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#33ccff;	
	border-radius:5px;
	color:white;
	box-shadow: 5px 5px;	
}
/* mosmsg en amarillo */
.form_mensaje_advertencia {
	font-weight:600;
	font-size:14px;	
	width:80%;
	text-align:center;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color:blue;	
	border-radius:5px;
	color:yellow;
	vertical-align=middle;
}
/* botones de avance en los documentos */
.form_avance {
	background-color:#fff;
	color:#555;
	font-size:14px;
	color:#0066CC;
	text-align:center;
	vertical-align:center;
	border: thick #0099FF;
	border-radius: 6px;
	height:22px;
	width:34px;
	font-weight:400;
	cursor:pointer;
}
/* div con el mismo color del fondo form_data para espacios */
.form_fondo_data {
	width:100%;
	text-align:left;
	padding-left: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color:#d6eef9;	
	border-radius:5px;
}

/* div con letra pequeña */
.form_data_small {
	width: 100%;
	padding-top: 3px;
	background-color:#e5e5e5;
	border-radius:5px;
	text-align:left;
	padding-bottom: 5px;
	font-size=8px;
}
/* div para mostrar etiqueta de input */
.form_texto {
	width:100%;
	text-align:left;
	padding-left: 4px;
	padding-top: 4px;	/* 20241012 */
	padding-bottom: 5px;	/* 20241012 */
	background-color:#BCE6FC;	
	border-radius:5px;
}
/* texto en explicacion */
.form_textos {
	width:100%;
	text-align:left;
	padding-left: 4px;
	padding-top: 4px; /* 20241012 */
	padding-bottom: 4px; /* 20241012 */
	background-color:#e6ffff;	
	border-radius:5px;
}

/* div para mostrar etiqueta grande */
.form_textoa {
	width:100%;
	text-align:left;
	padding-left: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color:#BCE6FC;	
	border-radius:5px;
	overflow:hidden;
}
/* span para hacer click */
.form_texto_click {
	color:#000;
	font-size:10px;
	color:#0066CC;
	text-align:center;
	height:10px; 
	cursor:pointer;
}

/* div para mostrar input */
.form_campo {
	width:100%;
	text-align:left;
	padding-left: 3px;
	background-color:#fcfcfb;
	padding-top: 2px; /* 20241012 */
	padding-bottom: 2px; /* 20241012 */
	height:24px;
}
/* div para mostrar input alineado a la derecha */
.form_campor {
	width:100%;
	background-color:#fcfcfb;
	padding: 3px;
	text-align:right;
}
/* div para mostrar input alineado al centro */
.form_campoc {
	width:100%;
	background-color:#fcfcfb;
	padding: 3px;
	text-align:center;
}
/* div para mostrar textarea */
.form_campoa {
	width:100%;
	text-align:left;
	padding-left: 3px;
	background-color:#fcfcfb;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow:hidden;

}
.form_campoac {
	width:100%;
	text-align:center;
	padding-left: 3px;
/*	background-color:#fcfcfb;*/
	padding-top: 4px;
	padding-bottom: 4px;
	overflow:hidden;

}

/* div para colocar texto */
.form_textual {
	width:100%;
	text-align:left;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#fcfcfb;	
	word-wrap: break-word;
}
/* select */
.form_select {
        z-index: -3;
	height:22px;
	border-radius: 5px;
	background-color:#fff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 4px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	font-size: 12px;
}
/* select en form_texto*/
.form_selectt {
        z-index: -3;
	height:14px;
	background-color:#ffffff;
	border:none;
	font-size: 9px;
}
/* select responsive */
.form_selectr {
	width:80%;
    z-index: -3;
	height:22px;
	border-radius: 5px;
	background-color:#fff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 4px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	font-size: 12px;
}
/* select responsive */
.form_selectmr {
	width:80%;
        z-index: -3;
	border-radius: 5px;
	background-color:#fff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	font-size: 1em;
}

/* caja de texto *************************************************************************************************** form_input */
.form_input {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}
.form_input:focus, .form_input:active {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#F4F4F4;
	border-top: none;
	border-right : solid 1px blue;
	border-bottom : solid 1px blue;
	border-left: none;
	outline:none;
}

/* caja de texto responsive */
.form_inputr {
    z-index: -3;
	height:20px; 
    font-size: 12px; /* 20241012 */
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 80%;	
	max-width: 80%;	
}
.form_inputr:focus, .form_inputr:active {
    z-index: -3;
	height:20px; 
    font-size: 12px; /* 20241012 */
	background-color:#F4F4F4;
	border-top: none;
	border-right : solid 1px blue;
	border-bottom : solid 1px blue;
	border-left: none;
	min-width: 80%;	
	max-width: 80%;	
	outline:none;
}

/* copia de inputr para pantallas normales */
.form_inputr1 {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 80%;	
	max-width: 80%;	
}
.form_inputr1:focus, .form_inputr1:active {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#F4F4F4;
	border-top: none;
	border-right : solid 1px blue;
	border-bottom : solid 1px blue;
	border-left: none;
	min-width: 80%;	
	max-width: 80%;	
	outline:none;
}

/* caja de texto numerico alinea a la derecha */
.form_inputn {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	text-align:right;
}
.form_inputn:focus, .form_inputn:active {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#F4F4F4;
	border-top: none;
	border-right : solid 1px blue;
	border-bottom : solid 1px blue;
	border-left: none;
	text-align:right;
	outline:none;
}

/* caja de texto numerico responsive */
.form_inputnr {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	text-align:right;
	min-width: 80%;	
	max-width: 80%;	
}
.form_inputnr:focus, .form_inputnr:active {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#F4F4F4;
	border-top: none;
	border-right : solid 1px blue;
	border-bottom : solid 1px blue;
	border-left: none;
	min-width: 80%;	
	max-width: 80%;	
	text-align:right;
	outline:none;
}

/* caja de texto ro */
.form_inputro {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#EFEFEF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}

/* caja de texto responsive reaonly */
.form_inputrro {
    z-index: -3;
	height:18px; 
    font-size: 12px; /* 20241012 */
	background-color:#EFEFEF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 80%;	
	max-width: 80%;	
}

/* caja de texto letra pequeña */
.form_input_small {
    z-index: -3;
	height:16px; 
    font-size: 11px; /* 20241012 */
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 90%;	
	max-width: 90%;	
}

.form_input_small:focus, .form_input_small:active {
    z-index: -3;
	height:16px; 
    font-size: 11px; /* 20241012 */
	background-color:#F4F4F4;
	border-top: none;
	border-right : solid 1px blue;
	border-bottom : solid 1px blue;
	border-left: none;
	min-width: 90%;	
	max-width: 90%;	
	outline:none;
}

/* caja de texto para mostrar dentro de los div de etiquetas form_texto */
.form_inputt {
    z-index: -3;
	height:13px;  
    font-size: 9px;
	background-color:#fff;
	border:none;
}

.form_inputt:focus, .form_inputt:active {
    z-index: -3;
	height:13x; 
    font-size: 9px;
	background-color:#F4F4F4;
	border-top: none;
	border-right : solid 1px blue;
	border-bottom : solid 1px blue;
	border-left: none;
	outline:none;
}

/* caja de texto sin tamaño */
.form_inputns {
    z-index: -3;
	height:18px; 
    font-size: 11px;
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}

/* textarea ***************************************************************************************************** form_arear  */
/* textarea  responsive */
.form_arear {
    z-index: -3;
    font-size: 11px;
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 90%;	
	max-width: 90%;	
}

/* botones ******************************************************************************************************** botones */
/* clases que ya existian pero se colocan aqui porque solo esta seccion va a quedar */
.buttondoh {
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:400;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 2px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:4px; 
	padding-right:4px;		
	height:22px;
	border-radius: 2px;	
	cursor:pointer;
}
.buttondohns {
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:400;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 2px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:4px; 
	padding-right:4px;		
	height:22px;
	border-radius: 2px;	
	cursor:pointer;
}

/* 20241129 se ajusta presetnación */
.buttondo {
	border:none;
	color:blue;
	cursor:pointer;
	border-radius: 5px;
	display: inline-flex;
	padding: 3px 12px;
	/*
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:400;
	border-top: solid 2px #0066CC; 
	border-right : none;;
	border-bottom : solid 2px #0066CC;
	border-left: none;
 	padding-left:4px; 
	padding-right:4px;
	height:22px;
	border-radius: 2px;	
	cursor:pointer;
	*/
}
/* 20241130 adicionado botondes dentro de form_texto */
.buttondo1 {
	border:none;
	color:blue;
	cursor:pointer;
	border-radius: 5px;
	display: inline-flex;
	padding: 3px 12px;
}
	
/* boton sin size */
.buttondons {
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	float:right;
	font-weight:400;
	padding-right:8px;
	margin-right:4px;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 1px #15157D;
	border-left: solid 1px #FFFFFF;
	height:22px;
	border-radius: 2px;	
	cursor:pointer;
}
/* 20241129 se actualiza */
.buttondo:hover, .buttondo:focus {
	background-color:#006699;
	border:none;
	color:white;
	cursor:pointer;
	border-radius: 5px;
	display: inline-flex;
	padding: 3px 12px;
	/*
	background-repeat:no-repeat;
	background-color:#006699;
	color:#fff;
	font-weight:400;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #FFFFFF;
	padding-left:4px;
	padding-right:4px;		
	height:22px;
	border-radius: 2px;	
	cursor:pointer;
	*/
}

.buttondohc {
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:400;
	display:inline-block;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 2px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:4px; 
	padding-right:4px;		
	height:22px;
	width:120px;
	border-radius: 8px;	
	cursor:pointer;
	text-align:left;
}
.buttondohc:hover, .buttondohc:focus {
	background-repeat:no-repeat;
	background-color:#006699;
	color:#fff;
	font-weight:400;
	font-size:11px;	
	display:inline-block;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #FFFFFF;
	padding-left:4px;
	padding-right:4px;		
	height:22px;
	width:120px;
	border-radius: 6px;	
	cursor:pointer;
}

/* botones de comando dentro de form_texto */
.buttondot {
/* 33cccc */
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:100;
	font-size:1em;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 1px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:4px; 
	padding-right:4px;		
/*	height:18px; */
	border-radius: 2px;	
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
	display: flex;
	align-items: center;
}
/* botón para abrir en otra ventana en los listados */
/* 20241129 actualiza la presetnación */
.buttontable {
	font-weight:600;
 	padding-left:4px; 
	padding-right:4px;		
	font-size:inherit;
	background-color: transparent;
	display: block;
	outline:none;
	border:none;
	cursor:pointer;
}

#a_empresas:link, #a_empresas:visited {
  background-color: white;
  color: black;
  border: 2px solid green;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  min-width: 70%;	
  max-width: 70%;	
}

#a_empresas:hover, #a_empresas:active {
  background-color: green;
  color: white;
}

/* boton do rojo */
/* 20241129 actualizado */
.buttondor {
	border:none;
	color:red;
	cursor:pointer;
	border-radius: 5px;
	display: inline-flex;
	padding: 3px 12px;
}	
/* 20241129 actualizado */
.buttondor:hover {
	background-color:#ff0000;
	border:none;
	color:white;
	cursor:pointer;
	border-radius: 5px;
	display: inline-flex;
	padding: 3px 12px;
}
/* 20241130 creado */
.buttondor1 {
	border:none;
	color:red;
	cursor:pointer;
	border-radius: 5px;
	display: inline-flex;
	padding: 3px 12px;
}	
/* texto para resaltar */
.form_texto_azul {
	color:#0000FF;
	font-weight:600;
}

/* fondos de controles */
.colorlun {
	background-color:#b5dff8;
}	
.colormar {
	background-color:#ccff99;
}	
.colormie {
	background-color:#3399ff;
}	
.colorjue {
	background-color:#33cc99;
}	
.colorvie {
	background-color:#ccccff;
}	
.colorsab {
	background-color:#45dff8;
}	
.colordom {
	background-color:#ffff00;
}	
/* 20241129 se cambian los colores gris más suave */
.colorro {
	background-color:#f4f4f4; 
	color:#666666; 
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#CCCCCC;
}
/* transparente */
.colorno {
	opacity: 0.5%;
}

.form_img100 {
max-width: 100%;
max-height: 100%;
}
/* form para mostrar imagenes de hasta 300 px de alto */
.form_alto300 {
 height:300px;

}

.form_iconohx {
max-width: 100%;
max-height: 100%;
}

/* ************************************************************************** Fin de Divs para pantallas responsives */

.button {
	background-repeat:no-repeat;
	background-color:#0073ab;
	color:#FFFFFF;
	font-weight:400;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #000033;
	border-bottom : solid 2px #000033;
	border-left: solid 1px #FFFFFF;
	padding-left:15px;
	height:20px;
	cursor:pointer;
}
.buttonbig {
	background-repeat:no-repeat;
	background-color:#8cc2ea;
	color:#000;
	font-size:14px;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #000033;
	border-left: solid 1px #FFFFFF;
	padding-left:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:40px;
	cursor:pointer;
	text-shadow:#333399;
}


.button2 {
	background-repeat:no-repeat;
	background-color:#8cc2ea;
	color:#000;
	font-size:11px;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #000033;
	border-left: solid 1px #FFFFFF;
	padding-left:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	cursor:pointer;
	text-shadow:#333399;
}
.button35 {
	background-repeat:no-repeat;
	color:#000;
	font-weight:500;
	border-top : none;
	border-right : solid 1px #000033;
	border-bottom : solid 2px #000033;
	border-left : none;
	padding:2px;
	height:20px;
	cursor:pointer;
}
.buttonchange {
	background-image:url(../imagenes/iconos/icono_change.gif);
	background-repeat:no-repeat;
	background-color:#8cc2ea;
	color:#000;
	font-weight:400;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #000033;
	border-left: solid 1px #FFFFFF;
	padding-left:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:22px;
	cursor:pointer;
	text-shadow:#333399;
}

.buttonpdf {
	background-image:url(../imagenes/iconos/icono_pdf.gif);
	background-repeat:no-repeat;
	background-color:#8cc2ea;
	color:#000;
	font-size:11px;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #000033;
	border-left: solid 1px #FFFFFF;
	padding-left:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:22px;
	cursor:pointer;
	text-shadow:#333399;
}
.buttonexcel {
	background-image:url(../imagenes/iconos/icono_excel.jpg);
	background-repeat:no-repeat;
	background-color:#8cc2ea;
	color:#000;
	font-size:11px;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #000033;
	border-left: solid 1px #FFFFFF;
	padding-left:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:22px;
	cursor:pointer;
	text-shadow:#333399;
}

.derecha {
	right:auto;
	text-align:right;
}
.izquierda {
	left:auto;
	text-align:left;
}

.titulo {
	font-weight:500;
	font-size:20px;
	color:#FF0000;
}
.bigtitulo {
	font-weight:500;
	font-size:20px;
}
.medtitulo {
	font-weight:500;
	font-size:16px;
}
.smatitulo {
	font-weight:500;
	font-size:12px;
}
.barramenu {
	margin-top:5px;
	margin-botton:5px;
/*	padding-left:5px; */
	background: linear-gradient(to bottom, rgba(245,227,6,1), rgba(251,247,200,1));
	box-shadow: 0px 2px #ffff00; 
	border-radius:5px;
	color:#000000;
	font-size:small;
	float:right;
	text-align:center;
	hight:24px;
}
.barratool {
	background-color:#fff;
	color:#000000;
	font-size:small;
	padding-bottom:2px;
	padding-top:1px;
}
.codigo { 
	background-color:#92d0f7;
	font-weight:700;
	text-align:left;
	padding: 4px;	
}
.separador {
	background-color:#d9ecf9;
	font-weight:700;
	text-align:left;
	height:25px;
	padding: 4px;	
}
/* CSS para toolbar */
table#toolbar {
	margin-top:2px;
	margin-bottom:1px;
	font-size:11px;
	float:right;
}

table#toolbar a.toolbar {
	color : #000033;
	text-decoration : none;
	background: linear-gradient(to bottom, white,  rgba(200,201,208,0.5));
	display: block;
	box-shadow: 1px 2px #888888;
	width: 80px;
	padding: 1px 1px 2px 1px;
}
table#toolbar a.toolbar_roja {
	color : #000033;
	text-decoration : none;
	background: linear-gradient(to bottom, white,  rgba(200,201,208,0.5));
	display: block;
	box-shadow: 1px 2px #888888;
	width: 80px;
	padding: 1px 1px 2px 1px;
}
table#toolbar a.toolbar:hover {
	color : #C64934;
	background: linear-gradient(to bottom, white,  rgba(192,245,253,0.8));
	padding: 1px 1px 2px 1px;
	box-shadow: 1px 2px #0099ff;
}
table#toolbar a.toolbar_roja:hover {
	color : #C64934;
	background: linear-gradient(to bottom, white,  rgba(245,5,27,1));
	padding: 1px 1px 2px 1px;
	box-shadow: 1px 2px #f5051b;
	font-weight:900;
	color:white;
}
table#toolbar a.toolbar:active {
	color : #FF9900;
}
table#toolbar a.toolbar_roja:active {
	color : #FF9900;
}
.panes {
	width:90%;
}

.color1 {
	background-color:#D6EEF9;
}	
.color2 {
	background-color:#0073AB;
	background-color:#3399FF;
}	
.color2a {
	background-color:#0073AB;
	background-color:#A7DFE9;
}	
.color3 {
	background-color:#92D0F7;
}	
.color4 {
	background-color:#007BC5;
}	
.color5 {
	background-color:#73C6EE;
}	
.color6 {
	background-color:#B5DFF8;
}	
.color7 {
	background-color:#FFFFFF;
}
.color8 {
	color:#FF0000;
}	
.color8a {
	border-bottom-width:thin;
	color:#FF0000;
	border-color:#FF0000;
}
.color comercial, 
.color_salud {
	/* background: linear-gradient(to bottom, rgba(181,223,248,1), rgba(202,231,248,1)); */
	background-color:#B5DFF8;
	box-shadow: 0px 2px #fff; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}
.color_financiero {
	background: linear-gradient(to bottom, rgba(0,204,153,1), rgba(6,244,184,1));
	box-shadow: 0px 2px #00CC99; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}
.color_almacen {
	background: linear-gradient(to bottom, rgba(204,153,153,1), rgba(228,190,190,1));
	box-shadow: 0px 2px #cc9999; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}
.color_rhumano {
	background: linear-gradient(to bottom, rgba(204,204,153,1), rgba(232,232,190,1));
	box-shadow: 0px 2px #cccc99; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}
.color_contabilidad {
	background: linear-gradient(to bottom, rgba(102,153,204,1), rgba(124,171,218,1));
	box-shadow: 0px 2px #6699cc; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}
.color_informes {
/*	background: linear-gradient(to bottom, rgba(255,255,160,1), rgba(255,255,204,1)); */
/*	background: linear-gradient(to bottom, rgba(215,163,251,1), rgba(234,204,255,1)); */
	background: linear-gradient(to bottom, rgba(248,121,18,1), rgba(249,157,83,1));
	box-shadow: 0px 2px #ffffcc; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}
.color_admon {
	background: linear-gradient(to bottom, rgba(213,120,175,1), rgba(213,153,208,1));
	box-shadow: 0px 2px #b599d0; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}	
.color_misionales {
	background-color:#B5DFF8;
	box-shadow: 0px 2px #fff; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}	

.color_amarillo {
	color:#FFFF00;
	border-color:#FFff00;
}	
.fondo_amarillo {
/*	color:#FFFF00; */
	background-color:#FFFF00;
	color:#555;
}	

.fondo_verde {
	background-color:#009966;
	color:#000;
}	
.fondo_rojo {
	background-color:#FF0000;
	color:#000;
}	
.fondo_azul {
	background-color:#003399;
	color:#000;
}	
.fondo_gris {
	background-color:#e2e2e2;
	color:#000;
}	
.fondo_verdoso {
	background-color:#00CCCC;
	color:#000;
}	
.fondo_aquemado {
	background-color:#FFCC33;
	color:#000;
}	
.fondo_verde01 {
	background-color:#9999CC;
	color:#000;
}	
.fondo_rosado {
	background-color:#FF99FF
	color:#000;
}
.fondo_violeta {
	background-color:#ffccff;
	color:#000;
}	
.fondo_blanco {
/*	color:#FFFF00; */
	background-color:#FFFFff;
}	
.color_verde {
	color:#009966;
	border-color:#009966;
}	
.color_rojo {
	color:#FF0000;
	border-color:#FF0000;
}

div.mainlogo {
	background: url(../../imagenes/fondos/logo_web_central.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:250px;
	text-align:center;
	width: 80%;
	padding: 0;
}
div.mainalter {
	width: 80%;
	padding: 0;
}
div.popup {
    border : 1px solid #cc9999;
	background-color:#f3f3ef;
	padding: 0;
}

.novisible {
	display:none;
}
.sivisible {
	display:visible;
}
div.footer {
	clear: both;
	background-color:#FFFFFF;
	margin-top: 10px;
}
/***************************************************************  Se agregan para la presentación de publico */
table.table3pub {
	width: 90%;
	background-color:#92d0f7;
	border-radius:10px;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */
}
table.table3pub td {
	text-align:left;
	padding: 2px;
	background-color:#a4d9f9;
}
table.table3pub td.numerico {
	text-align:right;
	padding: 2px;
	background-color:#a4d9f9;
}
table.table3pub td.ncampo {
	text-align:left;
	padding: 4px;
	font-weight:600;
	background-color:#b6e0fa;
}
table.table3pub td.dcampo {
	text-align:center;
	padding: 2px;
	background-color:#ffffff;
}

table.table3pub th {
	font-weight:500;
	font-size:20px;
	color:#FF3300;
	text-align:left;
}

table.table4pub {
	width: 100%;
	background-color:#ffffff;
	border:#66FFFF;
	padding-top:5px;
	border-spacing:0px;
	border-radius:15px;
-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari y Chrome */
}
table.table4pub td {
	text-align:left;
	font-size=16px;
	border-left:solid #d1f1fa thin;
	padding: 4px;
}
table.table4pub td.lcampo {
	text-align:left;
	padding: 4px;
	font-size=16px;
	background-color:#f4f4f4;
	color:#000099;
	font-weight:600;
}
table.table4pub td.numerico {
	text-align:right;
	border-left:solid #d1f1fa thin;
	padding: 4px;
}
table.table4pub td.codigo {
	background-color:#92d0f7;
	font-weight:700;
	text-align:left;
	padding: 4px;
	border-bottom: solid 1px #d1f1fa;
}
table.table4pub th {
	font-size:14px;
	height:20px;
	background-color:#92d0f7;
	padding-top:7px;
	border-top : solid 5px #e8fff3;
	border-bottom : solid 2px #e8fff3;
}

table.table5pub {
	width: 90%;
	background-color:#f6f6f2;
	border-radius:20px;
-moz-border-radius:20px; /* Firefox */
-webkit-border-radius:20px; /* Safari y Chrome */
}
table.table5pub td {
	text-align:left;
	padding: 4px;
	font-size:14px;
	background-color:#D7EFFD;
/*	background-color:#BCE6FC; */
	border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */
}
table.table5pub td.dcampo {
	text-align:left;
	padding: 3px;
	background-color:#fcfcfb;
}
table.table5pub td.dcampon {
	text-align:right;
	padding: 3px;
	background-color:#fcfcfb;
}
table.table5pub td.bcampo {
	text-align:left;
	padding: 4px;
	background-color:#f4fbff;
}
table.table5pub td.lcampo {
	text-align:left;
	padding: 4px;
	background-color:#f4f4f4;
	color:#000099;
	font-weight:600;
}
table.table5pub td.rcampo {
	text-align:left;
	padding: 4px;
	background-color:#003366;
	color:#fff;
	font-weight:600;
}

/* 20190929 campos de texto mas grande para las pantallas publicas */
.text_area_pub {
	z-index: -3;
	height:20px; 
    font-size: 14px;
	color:#000066;
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}

.text_aream_pub {
    z-index: -3;
	height:20px; 
    font-size: 14px;
	color:#000066;
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}
.select_pub {
    z-index: -3;
	height:30px; 
    font-size: 14px;
	color:#000066;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}
.chequeo_pub {
	background-repeat:no-repeat;
	font-size:12px;
	padding-left:2px;
	height:24px;
	width:24px;
	cursor:pointer;
}
.texto_pub {
	font-weight:400;
	font-size:14px;
	color:#000;
}


/* *************************************************************** Estilos u-nicode y nuevos    20170922 ****/
.vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);	
	font-size:10px;
}
.
.bcolor_verde {
	font-size:18px;	
	font-weight:500;
	color:#009966;
	border-color:#009966;
}	
.bcolor_azul {
	font-size:18px;	
	font-weight:500;
	color:#003399;
	border-color:#003399;
}	
.bcolor_rojo {
	font-size:18px;	
	font-weight:500;
	color:#FF0000;
	border-color:#FF0000;
}

//*** numero s**//
.bignumber {
	font-weight:600;
	font-size:16px;
	text-align:right;
}
.mednumber {
	font-weight:600;
	font-size:14px;
	text-align:right;
}
.medrnumber {
	font-weight:600;
	font-size:14px;
	text-align:right;
	color:#FF0000;
}
.smanumber {
	font-weight:600;
	font-size:12px;
	text-align:right;
}
.inputbox {
        z-index: -3;
        font-size: 11px;
	height:24px;
	background-color:#fffff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}
.selectbox {
        z-index: -3;
        font-size: 11px;
	height:24px;
	background-color:#fffff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 80%;	
	max-width: 80%;	
}
.selectbox30 {
        z-index: -3;
        font-size: 11px;
	height:24px;
	background-color:#fffff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 30%;	
	max-width: 30%;	
}
.selectbox20 {
        z-index: -3;
        font-size: 11px;
	height:24px;
	background-color:#fffff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 20%;	
	max-width: 20%;	
}

.text_area {
        z-index: -3;
	height:18px; 
        font-size: 11px;
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-bottom : solid 1px #33cccc;
		border-left: solid 1px #33cccc;
}
/* responsive */
.text_arear {
        z-index: -3;
	height:18px; 
        font-size: 11px;
/*		border-color:#bce6fc;
		border-style:solid;		*/
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 80%;	
	max-width: 80%;	
}
.text_arear70 {
        z-index: -3;
	height:18px; 
        font-size: 11px;
/*		border-color:#bce6fc;
		border-style:solid;		*/
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 70%;	
	max-width: 70%;	
}

.text_aream {
        z-index: -3;
        font-size: 11px;
/*		border-color:#D7EFFD;
		border-style:solid;			*/
/*		font-family:Arial, Helvetica, sans-serif; */
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-bottom : solid 2px #33cccc;
		border-left: solid 1px #33cccc;
		
}
/* responsive */
.text_areamr {
        z-index: -3;
        font-size: 11px;
/*	border-color:#D7EFFD;
	border-style:solid;			*/
/*	font-family:Arial, Helvetica, sans-serif; */
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 80%;	
	max-width: 80%;	
}

.text_arean {
        z-index: -3;
		height:18px; 
        font-size: 11px;
		border-color:#D7EFFD;
		border-style:solid;	
		background-color:#FFFFFF;
		text-align:right;
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-ebottom : solid 1px #33cccc;
		border-left: solid 1px #33cccc;
		
}
/* text area de busqueda */
.text_areab {
        z-index: -3;
		height:18px; 
        font-size: 11px;
		border-color:#FFFFFF;
		/* #bce6fc; 
		border-style:solid;		*/
		background-color:#FFFFFF;
		border-top : solid 1px #ffffff;
		border-left : solid 1px #ffffff;
		border-bottom : solid 1px #33cccc;
}

.text_area:focus {
	background-color:#CCFFFF;
	/*#F2F2F2;*/
	border-right : solid 1px #993300;
	border-bottom : solid 1px #993300;
}
.text_aream:focus {
	background-color:#CCFFFF;
	border-right : solid 1px #993300;
	border-bottom : solid 1px #993300;
}
.text_arean:focus {
	background-color:#CCFFFF;
	border-right : solid 1px #993300;
	border-bottom : solid 1px #993300;
}
/* text_Area de busqueda */
.text_areab:focus {
	background-color:#CCFFFF;
	border-bottom : solid 1px #FF6600;
}

.inputbox:focus {
	background-color:#CCFFFF;
	border-right : solid 1px #993300;
	border-bottom : solid 1px #993300;
}
.titulo:focus {
	background-color:#CCFFFF;
	border-right : solid 1px #993300;
	border-bottom : solid 1px #993300;
}

.parpadea {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
 } 
 @-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
/* iconos pdf excel word */
.icono_excel {
        z-index: -3;
		height:18px; 
        font-size: 16px;
		color:#39892e;
		font-weight:600;	
		padding-top:1px;
		padding-bottom:1px;
		padding-right:2px;
		padding-left:2px;
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-bottom : solid 1px #33cccc;
		border-left: solid 1px #33cccc;
		width:30px;
}
.icono_word {
        z-index: -3;
		height:18px; 
        font-size: 16px;
		color:#2f66c1;
		font-weight:600;		
		padding:1px 2px 1px 2px;
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-bottom : solid 1px #33cccc;
		border-left: solid 1px #33cccc;
		width:30px;		
}
.icono_pdf {
        z-index: -3;
		height:18px; 
        font-size: 16px;
		color:#ff0000;
		font-weight:600;		
		padding:1px 2px 1px 2px;
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-bottom : solid 1px #33cccc;
		border-left: solid 1px #33cccc;
		width:30px;		
}
.icono_texto {
        z-index: -3;
		height:18px; 
        font-size: 12px;
		color:#999999;
		font-weight:600;		
		padding:1px 2px 1px 2px;
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-bottom : solid 1px #33cccc;
		border-left: solid 1px #33cccc;
		width:30px;		
}

.buttonimg {
	background-repeat:no-repeat;
	background-color:#fff;
	color:#000;
	font-size:14px;
	color:#0066CC;
	text-align:center;
	padding-bottom:7px;
	border: thick #0099FF;
	border-radius: 6px;
	height:22px;
	font-weight:600;
	cursor:pointer;
}
.buttonimg:hover {
	background-repeat:no-repeat;
	background-color:#d7effd;
	color:#000;
	font-size:14px;
	color:#0066CC;
	text-align:center;
	padding-bottom:7px;
	border: thick #3366ff;
	border-radius: 6px;
	height:20px;
	font-weight:600;
	cursor:pointer;
	
}

/* nuevas class 20171028  */
.circulo {
  height: 50px;
  width: 50px;
/*  display: table-cell;*/
  text-align: center;
  font-weight:600;
  font-size:24px;
  color:#003399;
  vertical-align: middle;
  border-radius: 100%;
  border-color:#999999; 
  background: #73ADE6; 
  border:thick;
  cursor:pointer;  
}
.circulo:hover {
  height: 50px;
  width: 50px;
/*  display: table-cell;*/
  text-align: center;
  font-size:24px;
  vertical-align: middle;
  border-radius: 100%;
  border-color:#999999; 
  background: #0099ff; 
  border:thick;
  cursor:pointer;  
}

.circulo20 {
  height: 45px;
  width: 45px;
/*  display: table-cell;*/
  text-align: center;
  font-weight:600;
  font-size:16px;
  color:#003399;
  vertical-align: middle;
  border-radius: 100%;
  border-color:#999999; 
  background: #00ccef; 
  border:thick;
  cursor:pointer;  
}
.circulo20:hover {
  height: 45px;
  width: 45px;
/*  display: table-cell;*/
  text-align: center;
  font-size:16px;
  vertical-align: middle;
  border-radius: 100%;
  border-color:#999999; 
  background: #0099ff; 
  border:thick;
  cursor:pointer;  
}

table.tablekey {
	width: 100%;
	padding-right:15px;
	background-color:#b5dff8;
/*	background-color:#ffffff; */
	border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */ 	

}

table.tablekey td {
	text-align:center;
	padding: 4px;
	font-size:14px;
	border:none;
	background-color:#D7EFFD;
/*	background-color:#BCE6FC; */
	border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */
}

.buttonpdo {
/* 33cccc */
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:600;
	font-size:12px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 2px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:4px; 
	padding-right:4px;		
	height:24px;
	border-radius: 2px;	
	cursor:pointer;
/*   background: -webkit-linear-gradient(white, gray);
   background: -moz-linear-gradient(white, gray);
   background: -o-linear-gradient(white, gray);	  */
}
.buttonpdo:hover {
	background-repeat:no-repeat;
/*	background-color:#fff;
	color:#31318d; */
	background-color:#006699;
	color:#fff;
	font-weight:600;
	font-size:12px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #FFFFFF;
	padding-left:4px;
	padding-right:4px;		
	height:24px;
	border-radius: 2px;	
	cursor:pointer;
}

.buttonpbdo {
/* 33cccc */
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:600;
	font-size:16px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 2px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:7px; 
	padding-right:7px;		
	height:30px;
	border-radius: 5px;	
	cursor:pointer;
/*   background: -webkit-linear-gradient(white, gray);
   background: -moz-linear-gradient(white, gray);
   background: -o-linear-gradient(white, gray);	  */
}
.buttonpbdo:hover {
	background-repeat:no-repeat;
/*	background-color:#fff;
	color:#31318d; */
	background-color:#006699;
	color:#fff;
	font-weight:600;
	font-size:16px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #FFFFFF;
	padding-left:7px;
	padding-right:7px;		
	height:30px;
	border-radius: 5px;	
	cursor:pointer;
}
/* boton do rojo */
.buttonpdor {
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#FF0000;
	font-weight:400;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 2px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:5px;
	padding-right:5px;		
	height:20px;
	border-radius: 2px;	
	cursor:pointer;
}

.buttonpdor:hover {
	background-repeat:no-repeat;
	background-color:#ff0000;
	color:#FFf;
	font-weight:400;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #FFFFFF;
	padding-left:5px;
	padding-right:5px;	
	height:20px;
	border-radius: 2px;	
	cursor:pointer;
}

/* periodoncia */
.text_area1 {
        z-index: -3;
		height:18px; 
        font-size: 11px;
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-bottom : solid 1px #33cccc;
		border-left: solid 1px #33cccc;
		width:15px;
}

/* cajas de texto responsives */
.text_area50 {
	width:50%;
}
.text_area60 {
	width:60%;
}
.text_area70 {
	width:70%;
}
.text_area80 {
	width:80%;
}
.text_area90 {
	width:90%;
}

.imagen_favorito {
	cursor:pointer;
}

.imagen_favorito:hover {
	-webkit-filter: invert(10%);
    filter: invert(10%);
	cursor:pointer;
}


/******************************************** propiedades pra responsive ********************************************* 20190927  */
/* text_area_fecha cuando toma el enfoque */
.text_areaf {
	z-index: -3;
	height:18px; 
    font-size: 11px;
	background-color:#CCCCCC;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}

.image_center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.text_center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top:6px;
  text-align:justify;
/*	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc; */

}

.table_query {
	width: 90%;
  padding-right: 10px;
  padding-top: 3px;
  padding-left: 10px;
	background-color:#d6eef9;
	border:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#D6EEF9;
	border-radius:15px;
-moz-border-radius:15px; /* Firefox */
-webkit-border-radius:15px; /* Safari y Chrome */ 	
  margin-right: auto;
  margin-left: auto;
  text-align:justify;
}

.table_header {
	width: 90%;
  	padding-right: 10px;
  	padding-top: 3px;
  	padding-left: 10px;
	background-color:#d6eef9;
	border:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#D6EEF9;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari y Chrome */ 	
  	margin-right: auto;
  	margin-left: auto;
  	text-align:justify;
}

/*
.form_data {
	width: 100%;
	padding-top: 3px;
	background: linear-gradient(#B5E0F4, white);
	border-radius:5px;
  	margin-right: auto;
  	margin-left: auto;
	text-align:justify;
	padding-bottom: 8px;
}
*/
.table_header00 {
	width: 90%;
  	padding-top: 3px;
	background-color:#fff;
	border:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:#D6EEF9;
	border-radius:5px; 
  	margin-right: auto;
  	margin-left: auto;
  	text-align:justify;
}

.color_2linea {
	background: linear-gradient(to bottom, rgba(214,238,249,1), rgba(230,243,249,1));
/*	box-shadow: 0px 2px #D6EEF9;  */
	margin-bottom:2px;
	border-radius: 5px; 
	vertical-align:middle;
/*	padding:5px;*/
	padding-top:5px;
	padding-bottom:5px;
	height:15px;
	width:100%;
}


.table_toolbar {
	width: 90%;
}
.table_mensajes {
	width: 90%;
}


.iconos_header {
padding-left:10px;
float:left;
}
.iconos_serie {
padding-left:10px;
float:right;
}
.iconos_modulo {
	text-align:right; 
	float:right;
	vertical-align: middle;
	text-shadow: 1px 1px gray;
	font-size:small;
	padding-right:5px;
}
.iconos_empresa{
  text-align:center;
}
.style_empresa{
  text-align:center;
	background: linear-gradient(to bottom, rgba(245,227,6,1), rgba(251,247,200,1));
	box-shadow: 1px 2px #ffff00;
	border-radius=2em;
}

.iconos_usuario{
  text-align:center; 
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.img-ajustada {
  width: 90%;
  height: auto;
  display: block;
  object-fit: contain;
}

.divseparador {
	height:10px;
  content: "";
  display: table;
  clear: both;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row3 {
display:flex;
	border-radius:10px;
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari y Chrome */ 	
	background-color:#92d0f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Clear floats after the columns */
.row3:after {
  content: "";
  display: table;
  clear: both;
}

/* celda para texto */
.texto3 {
    display: flex;
    align-items: center;
	height:95%;
	text-indent:4px;
	margin-top:3px;
	background-color:#92d0f7;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari y Chrome */ 	
	font-weight:500;
	font-size:20px;
	color:#FF3300;
	text-align:left;
}

/* celda para botones */
.button3 {
	display:block;
	align-items=center;
	margin-top:3px;
}

.row5 {
	border-radius:12px;
-moz-border-radius:12px; /* Firefox */
-webkit-border-radius:12px; /* Safari y Chrome */ 	
  background-color:#f6f6f2; 
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Clear floats after the columns */
.row5:after {
  content: "";
  display: table;
  clear: both;
}

/* celda para texto */
.texto5 {
    display: flex;
    align-items: center;
	height:95%;
	text-indent:4px;
	margin-top:3px;
	background-color:#BCE6FC;	
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari y Chrome */ 	
}

/* celda para datos */
.datos5 {
	display:block;
	height:95%;
	text-indent:4px;
	margin-top:3px;
  background-color:#f2f2f2; 
	border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */ 	
}

/* celda para botones */
.button5 {
	display:flex;
    align-items: center;
	height:95%;
	margin-top:3px;
	background-color:#E6E6E6;
	border-radius:5px;
-moz-border-radius:5px; /* Firefox */
-webkit-border-radius:5px; /* Safari y Chrome */ 	
}



.row_logo {
margin-top:0px;
float:left;
margin-bottom:1px;
background-color:#FFFFFF;
}

.col-1 {
  -ms-flex: 0 0 8.333337%;
  flex: 0 0 8.333337%;
  max-width: 8.333337%;
}
/* 20241129 se adiciona */
.col-1l {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-2l {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-2m {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
/* 20241129 se adiciona */
.col-3l {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-login {
  float: left;
  width: 25%;
  margin-top: 3px;
	border:thick;
	border-color:#FFFFFF;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-4l {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-4m {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666666%;
  flex: 0 0 41.666666%;
  max-width: 41.666666%;
}


.col-6 {
  margin-top: 3px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6m {
  margin-top: 3px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666666%;
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
}

.col-9 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-10m {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* escarlata */
.verquery {
background-color:#990000; 
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
/* ****************************************************************************************************************************************************************************  576 */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  
	.col-3 {
  width: 100%;
	}
	.col-4 {
  width: 100%;
	}
	.col-9 {
    width: 100%;
	}
	/* azul oscuro */
	.verquery {background-color:#000099;  }
}

/* ceular smasung normal evalua si esta es la minima resolucion css celulares */
/* ****************************************************************************************************************************************************************************  768 */
@media (max-width: 768px) {
body {
	margin: 0px 0px 0px 0px;
	color : #000;
	background-color: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.container {
  max-width: 720px;
  padding-right: 0px;
  padding-left: 0px;
  margin-left:0px;
  margin-right:0px;

}
.limpiar{
	height:15px;
  content: "";
  display: table;
  clear: both;
}

.panes {
	width:98%;
}

.form_data {
	width: 98%;
	padding-top: 3px;
	background: linear-gradient(#B5E0F4, white);
/*	background-color:#d6eef9; */
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari y Chrome */ 	
  	margin-right: auto;
  	margin-left: auto;
	text-align:justify;
	padding-bottom: 8px;
}
.form_datab {
	width: 98%;
	padding-top: 3px;
	background: white;
/*	background-color:#d6eef9; */
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari y Chrome */ 	
  	margin-right: auto;
  	margin-left: auto;
	text-align:justify;
	padding-bottom: 8px;
}  
/* div de captura de datos al 100% */
.form_data100 {
	width: 100%;
	padding-top: 3px;
	background-color:#d6eef9;
	border-radius:5px;
	text-align:justify;
	padding-bottom: 8px;
}

.form_list {
	width: 98%;
	padding-top: 3px;
	background-color:#d6eef9;
	border-radius:5px;
	text-align:justify;
	overflow:scroll;
}
.form_listb {
	width: 98%;
	padding-top: 3px;
	border-radius:5px;
	text-align:justify;
	overflow:scroll;
}

/* div para mostrar tabla de lista de registros al 100% */
.form_list100 {
	width: 100%;
	padding-top: 3px;
	background-color:#d6eef9;
	border-radius:5px;
	text-align:justify;
	overflow:scroll;
}
.form_list100b {
	width: 100%;
	padding-top: 3px;
	border-radius:5px;
	text-align:justify;
	overflow:scroll;
}

.table_header00 {
	width: 98%;
/*  	padding-right: 4px;*/
  	padding-top: 3px;
/*  	padding-left: 4px; */
	background-color:#fff;
	border:none;
/*	border-radius:5px; */
  	margin-right: auto;
  	margin-left: auto;
  	text-align:justify;
}

.color_2linea {
	background: linear-gradient(to bottom, rgba(214,238,249,1), rgba(230,243,249,1));
	margin-top:2px;
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	height:20px;
	width:100%;
	
}
.form_header {
	width: 98%;
  	padding-top: 3px;
	background-color:#d6eef9;
	border-radius:2px;
  	text-align:justify;
}

.iconos_header {
padding-left:4px;
float:left;
}
.iconos_serie {
padding-right:4px;
float:right;
}
.form_encabezado {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* visualiza o no el nombre de la empresa */
.form_empresa {
  display: none;
}

.form_menu {
  width: 100%;
  margin: auto;
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
  justify-content: left; /* Centra horizontal */
  align-items: left;     /* Centra vertical */
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.table_mensajes {
	width: 100%;
}

/* mosmsg en rojo */
.form_mensaje_rojo {
	font-weight:600;
	font-size:14px;	
	width:95%;
	text-align:center;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#e2e2e2;	
	border-radius:5px;
	color:red;
	box-shadow: 5px 5px;	
}
/* mosmsg en verde */
.form_mensaje_verde {
	font-weight:600;
	font-size:14px;	
	width:95%;
	text-align:center;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#e2e2e2;	
	border-radius:5px;
	color:green;
	box-shadow: 2px 2px;	
}
/* mosmsg en amarillo */
.form_mensaje_amarillo {
	font-weight:600;
	font-size:14px;	
	width:95%;
	text-align:center;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:blue;	
	border-radius:5px;
	color:yellow;
	box-shadow: 5px 5px;	
}
/* mosmsg en azul */
.form_mensaje_azul {
	font-weight:600;
	font-size:14px;	
	width:95%;
	text-align:center;
	padding-left: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#33ccff;	
	border-radius:5px;
	color:white;
	box-shadow: 5px 5px;	
}
/* mosmsg en amarillo */
.form_mensaje_advertencia {
	font-weight:600;
	font-size:14px;	
	width:95%;
	text-align:center;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color:blue;	
	border-radius:5px;
	color:yellow;
	vertical-align=middle;
}

.color_salud {
	background: linear-gradient(to bottom, rgba(181,223,248,1), rgba(202,231,248,1));
	box-shadow: 0px 2px #B5DFF8;
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}
.color_financiero {
	background: linear-gradient(to bottom, rgba(0,204,153,1), rgba(6,244,184,1));
	box-shadow: 0px 2px #00CC99; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}
.color_almacen {
	background: linear-gradient(to bottom, rgba(204,153,153,1), rgba(228,190,190,1));
	box-shadow: 0px 2px #cc9999; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}
.color_rhumano {
	background: linear-gradient(to bottom, rgba(204,204,153,1), rgba(232,232,190,1));
	box-shadow: 0px 2px #cccc99; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}
.color_contabilidad {
	background: linear-gradient(to bottom, rgba(102,153,204,1), rgba(124,171,218,1));
	box-shadow: 0px 2px #6699cc; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:5px;
}
.color_informes {
/*	background: linear-gradient(to bottom, rgba(255,255,160,1), rgba(255,255,204,1)); */
/*	background: linear-gradient(to bottom, rgba(215,163,251,1), rgba(234,204,255,1)); */
	background: linear-gradient(to bottom, rgba(248,121,18,1), rgba(249,157,83,1));
	box-shadow: 0px 2px #ffffcc; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}
.color_admon {
	background: linear-gradient(to bottom, rgba(213,120,175,1), rgba(213,153,208,1));
	box-shadow: 0px 2px #b599d0; 
	margin-bottom:2px;
	border-radius: 5px;
	vertical-align:middle;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}	
.form_titulo {
	background-color:#92d0f7;
	border-radius:3px;
	font-weight:600;
	font-size:1.2em;
	color:#003399;
	text-align:left;
	padding:5px;
}
/* div para mostrar datos en la línea del título */
.form_titulo_linea {
	background-color:#92d0f7;
	border-radius:3px;
	font-weight:300;
	font-size:14px;
	color:#223300;
	text-align:left;
	padding: 5px;
	height:24px; 
}
.form_titulo_amarillo {
	background-color:#FFFF00;
	border-radius:3px;
	font-weight:300;
	font-size:14px;
	color:#223300;
	text-align:left;
	padding: 5px;
	height:24px; 
}

.titulo_pantalla {
	color:#990000;
	font-size : 1em;
	font-weight : bold;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.colorvie {
	background-color:#ccccff;
}	
 
.iconos_empresa{
  text-align:center;
}


.iconos_modulo{

padding-right:10px;
float:right;
  text-align:right;
    width: 100%;
	min-width: 100%;
    max-width: 100%;
/*  text-align:center;*/
}
  
	h2 {
	font-size:medium;
	font-weight:500;
	margin-top:1px;
	margin-bottom:1px;
	}
	h3 {
	margin-top:1px;
	margin-bottom:1px;
	}
	h4 {
	margin-top:1px;
	margin-bottom:1px;
	}
	
.row_logo {
	float:none;
    margin-left: auto;
    margin-right: auto;
    display: block; 
}
.logo_login {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.imagen_favorito {
	cursor:pointer;
	
}

.imagen_favorito:hover {
	-webkit-filter: invert(10%);
    filter: invert(10%);
	cursor:pointer;
}
.text_area50 {
	width:90%;
}
.text_area60 {
	width:90%;
}
.text_area70 {
	width:90%;
}
.text_area80 {
	width:90%;
}
.text_area90 {
	width:90%;
}
/* div para mostrar un campo vacio */
.form_relleno {
	width:100%;
	text-align:left;
	padding-left: 3px;
	background-color:#fcfcfb; 
	padding-top: 4px;
	padding-bottom: 4px;
	height:5px;
}

  .col-1 {
    width: 50%;
	min-width: 50%;
    max-width: 50%;
    margin-top: 0;
  }

  .col-2 {
    width: 50%;
	min-width: 50%;
    max-width: 50%;
    margin-top: 0;
  }
  .col-2m {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
.col-2l {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
  .col-3 {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
  }
.col-3l {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
  
  .col-4 {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
  }
.col-4l {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
  .col-4m {
    width: 50%;
	min-width: 50%;
    max-width: 50%;
  }

  .col-5 {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
  }

  .col-6 {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
  }
  .col-6m {
    width: 50%;
	min-width: 50%;
    max-width: 50%;
  }
  
  .col-login {
  	padding-top:3px;
    width: 50%;
    margin-top: 0;
  }
    .col-7 {width: 100%;
	min-width: 100%;
    max-width: 100%;
	}
  .col-8 {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
  }

  .col-9 {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
  }
  .col-10 {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
  }
  .col-10m {
    width: 50%;
	min-width: 50%;
    max-width: 50%;
  }

  .col-12 {
    width: 100%;
	min-width: 100%;
    max-width: 100%;
  overflow-x: scroll; 
  }
  
.text_area80 {
        z-index: -3;
		height:18px; 
        font-size: 11px;
/*		border-color:#bce6fc;
		border-style:solid;		*/
		background-color:#FFFFFF;
		border-top: solid 1px #FFFFFF;
		border-right : solid 1px #33cccc;
		border-bottom : solid 1px #33cccc;
		border-left: solid 1px #33cccc;
		width:80%;
}
  
  .imagen_mensaje {
	width=98%;
	}
  
/*  
.form_seccion {
	text-align:left;
	padding: 4px;
	background-color:#f4f4f4; 
	color:#000099; 
	font-weight:600;
	border: solid 1px #cccccc; 
	border-radius:5px;
	margin-left:0px;
	margin-right:0px;
}
*/
.form_seccion {
	text-align:left;
	padding: 4px;
	background-color:#0099FF; 
	color:#ffffff; 
	font-weight:600;
	border: solid 1px #cccccc; 
	border-radius:5px;
	margin-left:0px;
	margin-right:0px;
	height:2.3em;	/* 20240912 */
}

.form_campo {
	width:98%;
	text-align:left;
/*	padding-left: 3px;*/
	margin-left:0px;
	margin-right:0px;
	background-color:#fcfcfb;
	padding-top: 4px;
	padding-bottom: 4px;
	height:2.3em;	/* 20240912 */
}

.form_explicacions {
/*  	padding:5px;*/
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	background-color:#ffffff;
	color:#A2A2A2;
}

.form_arear {
    z-index: -3;
    font-size: 1em;
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 90%;	
	max-width: 90%;	
}

.form_texto {
	width:98%;
	text-align:left;
/*	padding-left: 6px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#BCE6FC;	
/*order-bottom : solid 2px #ffffff; */
	border-radius:5px;
	overflow:hidden;
	height:2em;	
}

.form_textos {
	width:98%;
	text-align:left;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#e6ffff;	
/*order-bottom : solid 2px #ffffff; */
	border-radius:5px;
	overflow:hidden;
	
}

.form_campoa {
	width:98%;
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;	
	background-color:#fcfcfb;
	padding-top: 2px;
	padding-bottom: 4px;
	word-wrap: break-word;
	overflow:hidden;
}
.form_campoac {
	width:98%;
	text-align:center;
	padding-left: 0px;
	padding-right: 0px;	
	background-color:#fcfcfb;
	padding-top: 2px;
	padding-bottom: 4px;
	word-wrap: break-word;
	overflow:hidden;
}


/* botones de avance en los documentos */
.form_avance {
	background-color:#fff;
	color:#555;
	font-size:1em;
	color:#0066CC;
	text-align:center;
/*	vertical-align:center; */
	border: solid 1px #0099FF;
	border-radius: 6px;
	height:22px;
	width:36px;
	font-weight:400;
	cursor:pointer;
}

/* ********************************************************************************************** cajas de texto */
/* caja de texto */
.form_input {
    z-index: -3;
	font-size: 1em; 
	background-color:#FFFFFF;
	border-top: solid 1px #33cccc;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	height:2em;	/* 20240912 */
	min-width: 90%;	
	max-width: 90%;	
}
.form_input:focus, .form_input:active {
    z-index: -3;
	font-size: 1em; 
	background-color:#f4f4f4;
	border-left: none;
	border-top: none;
	border-right : solid 1px orange; /* 20240912 */
	border-bottom : solid 1px orange; /* 20240912 */
	height:2em;	/* 20240912 */
	min-width: 90%;	
	max-width: 90%;	
	outline:none;
}

.form_inputnr {
    z-index: -3;
	font-size: 1em; 
	text-align:right;
	background-color:#FFFFFF;
	border-top: solid 1px #33cccc;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	height:2em;	/* 20240912 */
	min-width: 90%;	
	max-width: 90%;	
}
.form_inputnr:focus, .form_inputnr:active {
    z-index: -3;
	font-size: 1em; 
	text-align:right;
	background-color:#f4f4f4;
	border-left: none;
	border-top: none;
	border-right : solid 1px orange; /* 20240912 */
	border-bottom : solid 1px orange; /* 20240912 */
	height:2em;	/* 20240912 */
	min-width: 90%;	
	max-width: 90%;	
	outline:none;
}

/* campos dentro de texto */
.form_inputt {
    z-index: -3;
	font-size: 1em; 
	background-color:#FFFFFF;
	border-top: solid 1px #33cccc;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 90%;	
	max-width: 90%;	
	height:1.6em;	/* 20240912 */
}
.form_inputt:focus, .form_inputt:active {
    z-index: -3;
	font-size: 1em; 
	background-color:#f4f4f4;
	border-left: none;
	border-top: none;
	border-right : solid 1px orange; /* 20240912 */
	border-bottom : solid 1px orange; /* 20240912 */
	min-width: 90%;	
	max-width: 90%;	
	height:1.6em;	/* 20240912 */
}

.form_inputr {
    z-index: -3;
	height:2em;	/* 20240912 */
    font-size: 1em;
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 90%;	
	max-width: 90%;	
}
.form_inputr:focus, .form_inputr:active {
    z-index: -3;
	height:2em;	/* 20240912 */
    font-size: 1em;
	background-color:#f4f4f4; 
	border-left: none;
	border-top: none;
	border-right : solid 1px orange; /* 20240912 */
	border-bottom : solid 1px orange; /* 20240912 */
	min-width: 90%;	
	max-width: 90%;	
	outline:none;
}

.form_inputr1 {
    z-index: -3;
	height:2em;	/* 20240912 */
    font-size: 1em;
	background-color:#FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	min-width: 80%;	
	max-width: 80%;	
}
.form_inputr1:focus, .form_inputr1:active {
    z-index: -3;
	height:2em;	/* 20240912 */
    font-size: 1em;
	background-color:#F4F4F4;
	border-top: none;
	border-right : solid 1px orange; /* 20240912 */
	border-bottom : solid 1px orange; /* 20240912 */
	border-left: none;
	min-width: 80%;	
	max-width: 80%;	
	outline:none;
}

/* caja de texto sin tamaño */
.form_inputns {
    z-index: -3;
	font-size: 1em; 
	background-color:#FFFFFF;
	border-top: solid 1px #33cccc;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
	height:2em;	/* 20240912 */
}

/* ********************************************************************************************************** select */
/* select */
.form_select {
    z-index: -3;
	height:2.5em;	/* 20240912 */
	font-size: 1em;
	border-radius: 5px;
	background-color:#fff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #33cccc;
	border-bottom : solid 1px #33cccc;
	border-left: solid 1px #33cccc;
}
/* select en form_texto*/
.form_selectt {
    z-index: -3;
	height:14px;
	background-color:#ffffff;
	border:none;
	font-size: 9px;
}
/* select responsive */
/* 20241129 se actualiza */
.form_selectr {
	min-width: 90%;	
	max-width: 90%;	
    z-index: -3;
	height:2em;	/* 20240912 */
	font-size: 1em;
	border-radius: 5px;
	background-color:#fff;
	border-top: solid 1px #FFFFFF;
	border-right : solid 4px #33cccc;
	border-bottom : solid 2px #33cccc;
	border-left: solid 1px #33cccc;
}

.colorvie {
        z-index: -1;
	background-color:#ccccff;
}	
/* responsive */
/* 20241109 se actualiza */
.buttondo {
	border:none;
	color:blue;
	cursor:pointer;
	border-radius: 5px;
	display: block;
	padding: 8px 12px 8px;
	max-width:90%;
	min-width:90%;
	margin-left: auto;
	margin-right: auto;
	font-weight:600;
}
/* 20241130 adicionado botondes dentro de form_texto */
.buttondo1 {
	border:none;
	color:blue;
	cursor:pointer;
	border-radius: 5px;
	display: inline-flex;
	padding: 8px 12px 8px;
}

.buttondoh {
	display: block;
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:400;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 2px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:4px; 
	padding-right:4px;		
	height:22px;
	border-radius: 2px;	
	width:120px;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}
.buttondohns {
	display: block;
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#31318d;
	font-weight:400;
	font-size:11px;	
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 2px #15157D;
	border-left: solid 1px #FFFFFF;
 	padding-left:4px; 
	padding-right:4px;		
	height:22px;
	border-radius: 2px;	
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}
/* boton sin size */
.buttondons {
	display: block;
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	color:#003399;
	float:right;
	padding-right:4px;
	font-size: 14px;
	border-top: solid 1px #FFFFFF;
	border-right : solid 1px #15157D;
	border-bottom : solid 1px #15157D;
	border-left: solid 1px #FFFFFF;
	border-radius: 6px;
	height:30px;
	font-weight:600;
	cursor:pointer;
}
/* 20241129 actualizado */
.buttondo:hover, .buttondo:focus {
	background-color:#006699;
	border:none;
	color:white;
	cursor:pointer;
	border-radius: 5px;
	display: block;
	padding: 8px 12px 8px;
	max-width:90%;
	min-width:90%;
	margin-left: auto;
	margin-right: auto;
	font-weight:600;	
}
/* 20241129 actualizado */
.buttondor {
	border:none;
	color:red;
	cursor:pointer;
	border-radius: 5px;
	display: block;
	padding: 8px 12px 8px;
}	
/* 20241129 actualizado */
.buttondor:hover {
	background-color:#ff0000;
	border:none;
	color:white;
	cursor:pointer;
	border-radius: 5px;
	display: block;
	padding: 8px 12px 8px;
}
/* 20241130 actualizado */
.buttondor1 {
	border:none;
	color:red;
	cursor:pointer;
	border-radius: 5px;
	display: inline-flex;
	padding: 8px 12px 8px;
}	

/* modified: 20230519 para que se vea mas grande en celular */
table#toolbar {
	margin-top:2px;
	margin-bottom:1px;
	font-size:14px;
	float:none;
}


table#toolbar a.toolbar {
	color : #000033;
	text-decoration : none;
	background: linear-gradient(to bottom, white,  rgba(200,201,208,0.5));
	display: block;
	box-shadow: 1px 2px #888888;
	width: 100px;
	height:25px;
	padding: 1px 1px 2px 1px;
}
table#toolbar a.toolbar_roja {
	color:#000000;
	text-decoration : none;
	background: linear-gradient(to bottom, white,  rgba(200,201,208,0.5));
	display: block;
	box-shadow: 1px 2px #888888;
	width: 100px;
	height:25px;
	padding: 1px 1px 2px 1px;
}

.table_toolbar {
	width: 98%;
}


.barramenu {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	padding-left:0px;
	background: linear-gradient(to bottom, rgba(245,227,6,1), rgba(251,247,200,1));
	box-shadow: 0px 2px #ffff00;
	border-radius:5px;
	color:#000000;
	font-size:1em;
	float:left;
	width:100%;
	text-align:center;
}

  /* verde */
  .verquery {background-color:#009900;  }
  
}

/* mi samsung */
/* ****************************************************************************************************************************************************************************  992 */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
	.col-3 {
		width:25%;
	}
	.col-9 {
		width:75%;
	}
	/*  amarillo quemado */
	.verquery {background-color:#FFCC00; }
  
}

/* evalua si esta es la misma resolucion, por lo que apica para desktop */
/* ****************************************************************************************************************************************************************************  1200 */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

	.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
	}
	.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
	border:thick;
	border-color:#FFFFFF;
	
  float: left;
  margin-top: 6px;
	}
	/* morado */
	.verquery {background-color:#9933FF; }
  
}

/* ****************************************************** webrtc */
.botones_rtc {
  background-color:#33cc99;
  position:fixed;
  height:30px; 
  top:10px;
  left:5px;
  padding-top:5px;
/*  opacity:0.9; */
}


/* ******************************************************  Video TokBox */
.tokBoxVideo1 {
	position:fixed;
	top:0px;
	left:5px;
	width:400px;
	height:320px;
}
.tokBoxVideo2 {
	position:fixed;
	top:0px;
	left:5px;
	width:800px;
	height:640px;
}

.tokBoxVideoP1 {
	top:0px;
	left:5px;
	width:400px;
	height:320px;
}
.tokBoxVideoP2 {
	top:0px;
	left:5px;
	width:800px;
	height:640px;
}

/* ******************************************************** Video Agora */

.agora_botones {
  background-color:#33cc99;
  border:#000 solid 1px;
}

.agora_separador {
  width:15px;
  background-color:#33cc99;
  border:none;
}

.agora_botonesp {
  background-color:#b5dff8;
  border:#CCFFFF solid 5px;
}

.agoraVideo1 {
	position:fixed;
	top:35px;
	left:5px;
	width:240px;
	height:160px;
}
.agoraVideoP1 {
	top:0px;
	left:5px;
	width:480px;
	height:320px;
}


.video-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto; 
}

.video-view {
  position: relative; 
  width: 240px;
  height: 160px; 
}

.video-view-remote {
  position: relative; 
  width: 480px;
  height: 320px; 
}

.video-view-remote2 {
  position: relative; 
  width: 720px;
  height: 480px; 
}

.video-profile {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 2;
  color: #fff;
  opacity: 0.9;
  text-shadow: green 0.1em 0.1em 0.2em;
  font-size: 10px; 
  width: 5px;
  height: 5px; 
}

.video-placeholder {
border-top : 10px solid #6a5633; 
 position: relative; 
  width: 240px;
  height: 160px;
}

.video-placeholder-remote {
border-top : 10px solid #23ab34; 
 position: relative; 
  width: 480px;
  height: 320px;
}

.video-placeholder-remote2 {
border-top : 10px solid #23ab34; 
 position: relative; 
  width: 720px;
  height: 480px;
}

.autoplay-fallback {
  display: flex;
  width: 240px;
  height: 160px; 
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  cursor: pointer; }

.autoplay-fallback-remote {
  display: flex;
  width: 480px;
  height: 320px; 
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  cursor: pointer; }

.autoplay-fallback-remote2 {
  display: flex;
  width: 720px;
  height: 480px; 
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  cursor: pointer; }

.autoplay-fallback::after {
    font-size: 1.5rem;
    opacity: 0.9;
    text-shadow: black 0.1em 0.1em 0.2em;
    display: block;
    color: #fff; }

.agora_chat_log {
    position:fixed;
    display: block; 
/*    flex-direction: column-reverse; */
    text-align:left;
    border:#CCFFFF solid 4px;
    background-color:#FFFFCC;
/*    background-color:#D6EEF9; */
    width: 400px;
    height:100px;
    bottom:0px;
    overflow:scroll;
}

.divcentrado {
  display: block; 
  position:fixed;
  background-color:#FFFFCC;
  margin-left:5px;
  margin-top:50px;
  width:80px;
  height:110px;  
}
.txtminimo {
  width:2px;
}
