/* Formulario (CSS significa Cascading Style Sheets) *//* ================================================= *//* Versiones de CSS: CSS 1:1996, CSS 2:1998, CSS 2.1:2004, CSS 3:2011, CSS 4:se estima en 2019. *//* Documentación Oficial: http://wwww.w3.org - http://wwww.w3.org/Style/CSS *//* Validación CSS: Servicio de la W3C : W3C CSS validator o validador CSS de la W3C.   Se accede a través de w3.org escogiendo la opción validators: CSS.   También se puede acceder directamente en la URL http://jigsaw.w3.org/css-validator/   Si el CSS de la web cumple con la especificación oficial aparece un mensaje informativo y se nos ofrece la posibilidad de   insertar los logos de validación W3C en nuestra página web. *//* CPMAWeb.css *//* ****************************************** *//* Inicio: Datos Generales para todos los php *//* ****************************************** *//* { text-decoration: none; color: #000080; }   /* selector universal. Afecta a todos los elementos dentro de una página web *//* * { margin: 10px; padding: 0px; color: Green; text-decoration: none; } *//* Box Model - Marina */	*, *:before, *:after {		-moz-box-sizing: border-box;		-webkit-box-sizing: border-box;		box-sizing: border-box;	}/* Reset - Marina * quito: ul, li, img, p */html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	/*font-size: 100%;	font: inherit;*/	vertical-align: baseline;}/* Display - Marina */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}html, body {	font-family: Arial, Sans-Serif;	font-size: 12px;	font-weight: auto;	text-align: center;	color: #000080;	background-color: #FFFFFF;  /* #F7F7F7;  #D3D3D3; */	/*background-image: url("../ImagenesG/LogoCPMAFondox.jpg");	background-repeat: repeat;	background-attachment: fixed;	background-position: top left;*/	height: 100%;	width: 100%;	margin: 0px;	margin: 0px;	padding: 0px;}#FormularioLogin {	border: 1px solid #000080;	border-color: #000080;	box-shadow: 8px 8px 10px 0;	padding: 10px;	width: 500px;	text-align:center;	margin: 0px auto;	border-radius: 20px 20px;}#DivTipo1 { border-style: solid; border-width: 1px 1px 1px 1px; }#DivCabeceras {	border-color: #000080;	margin: 20px 20px 20px 20px;         /* top-right-bottom-left */	border-radius: 80px 20px;	box-shadow: 3px 3px 8px 2px;	background-color: *#FFFFFF;   /* #B0C4DE; */}#DivCuerpo {	font-size: 18px;	margin: 10px 30px 0px 80px;	text-align: center;}#DivCuerpo1 {	text-align: center;}#DivCuerpo2 {	width: 100%;	float: center;	font-size: 16px;	margin: 10px 30px 0px 90px;	text-align: center;}#DivPie { 	font-size: 16px;	border-color: #000080;	margin: 20px 100px 20px 100px;	text-align: justify;	border-radius: 10px 10px;	box-shadow: 5px 5px 10px 0;}#DivPie1 { 	font-size: 16px;	border-color: #000080;	margin: 20px 100px 20px 100px;	text-align: justify;	border-radius: 10px 10px;	box-shadow: 5px 5px 10px 0;}h1 { font-size: 16px; text-align: center; color: #000080; margin: 25px; }h2 { font-size: 16px; text-align: center; color: #000080; margin: 25px; }h2.LineaRed { font-size: 16px; text-align: center; color: #FF0000; margin: 25px; }h1.CabePie { font-size: 16px; font-weight: bold; text-align: center; color: #000080; margin: 25px; }h2.CabePie { font-size: 16px; font-weight: bold; text-align: center; color: #000080; margin: 25px; }p { font-size: 14px; color: #000080; margin: 15px; text-align: justify; }p.Tipo1 { font-size: 14px; color: #000080; margin: 15px; text-align: center; }p.Tipo2 { font-size: 16px; color: #000080; margin: 15px; text-align: center; }p.Tipo3 { font-size: 14px; color: #000080; margin: 10px 30px 10px 200px; text-align: center; }p.Tipo4 { font-size: 16px; color: #FF0000; margin: 15px; text-align: center; }p.Tipo5 { font-size: 10px; color: #000080; margin: 10px 0px 0px 35px; text-align: left; clear: both; }  /* top-right-bottom-left */li { list-style-image: url("../Imagenes/Iconos/bullet_purple.gif"); margin-right: 25px; text-indent: 0px; }/*#imgGen001 { width: 40px; height: 40px; float: left; position: absolute; left: 5em; top: 3em;*/#imgGen001 { width: 40px; height: 40px; float: left; position: relative; left: 5em; top: 1.1em;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* Colores: http://www.w3schools.com/colors/colors_names.asp    -    http://www.beautycolorcode.com/ */#ColBlack       { color: #000000; }#ColBlue        { color: #0000FF; }#ColBlueViolet  { color: #8A2BE2; }#ColBrown       { color: #A02820; }#ColGainsboro   { color: #E0D8E0; }#ColGreen       { color: #008000; }#ColGrey        { color: #808080; }#ColNavy        { color: #000080; }#ColOrange      { color: #FFA000; }#ColPurple      { color: #800080; }#ColRed         { color: #FF0000; }#ColSilver      { color: #C0C0C0; }#ColWhite       { color: #FFFFFF; }#ColLightBlue   { color: #ADD8E6; }#ColLightGrey   { color: #D3D3D3; }#ColLPurple     { color: #FF66FF; }#ColLightSteelBlue   { color: #B0C4DE; }#ColDGreen      { color: #006000; }#FontNegrita{ font-weight: bold; }#FontItalica{ font-style: italic; }#FontTachado{ text-decoration: line-through; }#LineaAzul hr{ border: solid 1px #0000FF; color: #0000FF; background-color: #0000FF; }#LineaAzulLight hr { border: solid 1px #ADD8E6; color: #ADD8E6; background-color: #ADD8E6; }#LineaMorada hr {	border: solid 1px #800080; color: #800080; background-color: #800080; }#LineaRoja hr { border: solid 1px #FF0000; color: #FF0000; background-color: #FF0000; }#LineaVerde hr { border: solid 1px #008000; color: #008000; background-color: #008000; }#aBoton001 {	width: 70px;	height: 25px;	font-size: 16px;	border-color: #000080;	text-align: justify;	cursor: pointer;	padding: 10px;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#Boton001 {	width: 170px;	height: 35px;	margin: 0px 0px 0px 0px;         /* top-right-bottom-left */	font-size: 14px;	font-weight: bold;	border-color: #D3D3D3; /*#000080;*/	color: #000080;	text-align: center;	cursor: pointer;	/*padding: 10px;*/}#Boton001:focus { background-color: #ADD8E6; }#Boton001:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#Boton002 {	width: 140px;	height: 30px;	margin: 0px 0px 0px 0px;         /* top-right-bottom-left */	font-size: 14px;	font-weight: bold;	border-color: #D3D3D3; /*#000080;*/	text-align: center;	cursor: pointer;	/*padding: 10px;*/}#Boton002:focus { background-color: #ADD8E6; }#Boton002:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonSubirArchivo {	width: 130px;	height: 35px;	margin: 0px 0px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonSubirArchivo:focus { background-color: #ADD8E6; }#BotonSubirArchivo:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonAceptar {	width: 230px;	height: 35px;	margin: 0px 0px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonAceptar:focus { background-color: #ADD8E6; }#BotonAceptar:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* *************************************** *//* Fin: Datos Generales para todos los php *//* *************************************** *//* ****************************** *//* Inicio: Datos para CPMAWeb.php *//* ****************************** *//*.Caja1 { width: 13%; margin: 0px; float: left;	margin: 0px 0px 0px 0px;    /*background-color: #B0C4DE;*/	/*background-image: url("../ImagenesG/LogoCPMAInicialA.jpg");*/	/*background-repeat: no-repeat;*/}*/.Caja1 { display: block;/*max-width: fit-content;  margin-left: auto;margin-inline: auto;*/}/*margin: 0;position: absolute;left: 50%;margin-right: -50%;transform: translate(-50%, -50%); */.Caja1Clear { clear: both; }#img002Form1 { width: 140px; height: 100px; }#img002Form1:hover { cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#FormularioForm1 { font-size: 14px; }#FormularioForm1 input { font-size: 18px; }#FormularioForm1 input[type="button"] { 	cursor: pointer;	padding: 10px;	height: 36px; 	width: 36px;	background-image: url("../Imagenes/Imagen-Aceptar.png");	background-size: 36px 36px;	position: relative; left: 1em;		border-color: transparent;	background-repeat: no-repeat;	border-style: none;	background-color: transparent;}#FormularioForm1 input[type="button"]:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/*#FormularioForm1 input[id="Form01usuario"] {	text-transform: uppercase;}*/form input:focus { background-color: #ADD8E6; }/* *************************** *//* Fin: Datos para CPMAWeb.php *//* *************************** *//* ******************************************** *//* Inicio: Datos para CPMAWeb_Departamentos.php *//* ******************************************** *//*.Caja11  { width: 10%; float: left; */.Caja11  { width: 8%; float: left; 	margin: 0px 10px 0px 0px; /* top-right-bottom-left */	/*background-color: #B0C4DE;*/	/*background-image: url("../ImagenesG/LogoCPMAInicialA.jpg");*/	/*background-repeat: no-repeat;*/}.Caja11Clear { clear: both; }#img001FormDep { width: 100px; height: 140px; } /*#img001FormDep { width: 80px; height: 140px; } *//*#img001FormDep { width: 90px; height: 140px; }*//*#img001FormDep { width: 100px; height: 140px; }*/#img001FormDep:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}.Caja12  { width: 10%; margin: 0px; float: right; margin: -55px 150px 0px 0px; }#img002FormDep { width: 100px; height: 50px; }#img002FormDep:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}.Caja13  { width: 10%; float: right; margin: -55px 65px 0px 0px; }#img003FormDep { width: 25px; height: 25px; }#img003FormDep:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}.Caja14  { width: 10%; float: right; margin: -40px 30px 0px 0px; } /* top-right-bottom-left */#img004FormDep { width: 25px; height: 25px; }#img004FormDep:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#FormularioFormCerrar {	/*float: right; text-align: right;*/	font-size: 12px;}#FormularioFormCerrar input[type="button"] {	float: right;	cursor: pointer;	height: 36px; 	width: 36px; /*	background-image: url("../Imagenes/Imagen-Cerrar.png"); 	background-size: 36px 36px;*/	border-color: transparent;	background-repeat: no-repeat;	border-style: none;	background-color: transparent;	}#FormularioFormCerrar form { margin: 0px; padding: 0px; }#BotonFormCerrar {	background-image: url("../Imagenes/Imagen-Cerrar.png"); 	background-size: 36px 36px;	margin: 0px 20px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	border-style: outset;	border-color: #D3D3D3; /*#000080;*/	/*border-color: transparent;*/	text-align: justify;	cursor: pointer;	padding: 10px;}#BotonFormCerrar:focus { background-color: #ADD8E6; }#BotonFormCerrar:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#FormularioFormCerrarIni {	/*float: right; text-align: right;*/	font-size: 12px;}#FormularioFormCerrarIni input[type="button"] {	float: left;	cursor: pointer;	height: 36px; 	width: 36px; /*	background-image: url("../Imagenes/Imagen-Cerrar.png"); 	background-size: 36px 36px;*/	border-color: transparent;	background-repeat: no-repeat;	border-style: none;	background-color: transparent;	}#FormularioFormCerrarIni form { margin: 0px; padding: 0px; }#BotonFormCerrarIni {	background-image: url("../Imagenes/Imagen-FPrincipo.png"); 	background-size: 36px 36px;	margin: 0px 20px 0px 20px;         /* top-right-bottom-left */	font-size: 12px;	border-style: outset;	border-color: #D3D3D3; /*#000080;*/	/*border-color: transparent;*/	text-align: justify;	cursor: pointer;	padding: 10px;}#BotonFormCerrarIni:focus { background-color: #ADD8E6; }#BotonFormCerrarIni:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#FormularioFormImprimir {	/*float: right; text-align: right;*/	font-size: 12px;}#FormularioFormImprimir input[type="button"] {	float: right;	cursor: pointer;	height: 36px; 	width: 36px; /*	background-image: url("../Imagenes/Imagen-Cerrar.png"); 	background-size: 36px 36px;*/	border-color: transparent;	background-repeat: no-repeat;	border-style: none;	background-color: transparent;	}#FormularioFormImprimir form { margin: 0px; padding: 0px; }#BotonFormImprimir {	background-image: url("../Imagenes/Imagen-Impresora.png"); 	background-size: 36px 36px;	margin: 0px 20px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	border-style: outset;	border-color: #D3D3D3; /*#000080;*/	/*border-color: transparent;*/	text-align: justify;	cursor: pointer;	padding: 10px;}#BotonFormImprimir:focus { background-color: #ADD8E6; }#BotonFormImprimir:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* ***************************************** *//* Fin: Datos para CPMAWeb_Departamentos.php *//* ***************************************** *//* *************************************** *//* Inicio: Datos para CPMAWeb_Clientes.php *//* *************************************** */#DivLista1 {	font-size: 16px;	border-color: #000080;}#DivLista2 {	font-size: 16px;	border-color: #000080;}#DivLista3 {	font-size: 16px;	border-color: #000080;}#Lista1  { margin: 0 auto; float: left; }#Lista1Clear { clear: both; } #EntLista1 { width: 32%; height: 300px; padding: 10px; margin: 0px 20px 0px 10px; box-shadow: 30px 5px 30px 0px; } /* top-right-bottom-left */#Lista2  { margin: 0 auto; float: left; }#Lista2Clear { clear: both; } #EntLista2 { width: 32%; height: 300px; padding: 10px; margin: 0px 20px 0px 10px; box-shadow: 30px 5px 30px 0; }#Lista3  { margin: 0 auto; float: left; }#Lista3Clear { clear: both; } #EntLista3 { width: 25%; height: 300px; padding: 10px; margin: 0px 20px 0px 10px; box-shadow: 30px 5px 30px 0; }#BotonForm01 {	font-size: 16px;	border-color: #000080;	text-align: justify;	cursor: pointer;	padding: 10px;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonForm01:focus { background-color: #ADD8E6; }/* ************************************ *//* Fin: Datos para CPMAWeb_Clientes.php *//* ************************************ *//* ************************************************ *//* Inicio: Datos para CPMAWeb_Acceso_Documental.php *//* ************************************************ */#Tabla1Form11 { width: 97%; border: 1px solid #000080; vertical-align: top; text-align: center; font-size: 14px; }#Tabla1Form11 table, th, td { margin: 10px; border-collapse: collapse; } /* border: 1px solid #000080; */#Tabla1Form11 th, td { padding: 2px; border-bottom: 1px solid #fff; } #Tabla1Form11 th { background-color: #000080; color: #FFFFFF; font-size: 16px; } #Tabla1Form11 td { color: #000080; } #td001 { color: #000080; background-color: #B0C4DE; } #Tabla1Form11 tr:nth-child(odd)   { background-color: #FFFFFF; } /* #D3D3D3 */#Tabla1Form11 tr:nth-child(even)  { background-color: #FFFFFF; } /* #B0C4DE */#Tabla1Form11 td:nth-child(2)   { text-align: left; } /* font-weight: bold; */#Tabla1Form11 td:nth-child(3)   { text-align: right; }#Tabla1ClearForm11 { clear: both; }.TablaDesForm11  {	text-decoration: none;	color: #000099;}.TablaDesForm11 a:hover {	font-weight: bold;	text-decoration: underline;	color: #000080;}#FormularioForm11 {	/*float: left; text-align: left;*/	font-size: 14px;}#FormularioForm11 input {	/*float: left; text-align: left;*/	font-size: 14px;}#FormularioForm11 form { margin: 0px; padding: 0px; }/* ********************************************* *//* Fin: Datos para CPMAWeb_Acceso_Documental.php *//* ********************************************* *//* ********************************************* *//* Inicio: Datos para CPMAWeb_Importar_Datos.php *//* ********************************************* */#CajaImportarDatos11  { width: 20%; float: center; 	margin: 10px 10px 10px 10px;	/*background-color: #B0C4DE;*/}#CajaImportarDatos11:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#FormImportarDatos11 {	float: center;	text-align: center;}#FormImportarDatos11 input {	font-size: 18px;	height: 50px;}#TabImportardatos11 {	float: center;	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 10px 30px 0px 80px; */	font-size: 16px;}#TabImportardatos11 th {	border: 1px solid;	border-radius: 5px 5px;	border-color: #000080;	background-color: #B0C4DE;  /*#B0C4DE*/	height: 25px;}#TabImportardatos11 table, td {	border: 1px solid;	/*background-color: #FFFFFF;*/}#TabImportardatos11 tr:nth-child(even) { background-color: #FFFFFF; } /* #D8D8D8 #E6E6E6 */#TabImportardatos11 tr:nth-child(odd) { background-color: #FFFFFF; }#TabImportardatos11 td:nth-child(1)   { text-align: center; font-weight: bold; width: 10%; }#TabImportardatos11 td:nth-child(2)   { text-align: center; width: 10%; }#TabImportardatos11 td:nth-child(3)   { text-align: left; width: 50%; }#TabImportardatos11 td:nth-child(4)   { text-align: center; width: 20%; }/* ****************************************** *//* Fin: Datos para CPMAWeb_Importar_Datos.php *//* ****************************************** */#NavContenedor  { width: 49%; float: left; font-size: 16px; }#NavContenedorX  { width: 49%; float: center; border-top-left-radius: 40px 20px; border-top-left-radius: 40px 20px; box-shadow: inset 0 0 15px 0 maroon; }/* ************************************************** *//* Inicio: Datos para Formularios de Entrada de Datos *//* ************************************************** */#Formulario_Input {	font-size: 14px; /*18px*/	margin: 10px 30px 0px 80px;	text-align: center;}.input-file	{	color: #000080;	text-align: left;	cursor: pointer;}#Formulario_Input p {	padding: 2px 10px 2px 10px; /* top-right-bottom-left */	padding-left: 10px;	font-size: 110%;	color: #000080;	font-weight: bold;	width: 170px;   /*relacionados: 170px y 370px*/	box-shadow: inset 0 0 5px 0 #000080;	border-radius: 5px 5px;	border-color: #000080;	background-color: #B0C4DE;  /*#B0C4DE*/}#Formulario_Input label {	font-size: 110%;	color: #000080;	width: 170px;   /*relacionados: 170px y 370px*/	box-shadow: inset 0 0 5px 0 #000080;}#Formulario_Input input {	position: absolute;	left: 370px;    /*relacionados: 170px y 370px*/	font-size: 90%;}#Formulario_Input input[type="button"] { 	font-size: 100%;	cursor: pointer;	padding: 10px;	height: 40px; 	width: 350px;	border-style: outset;	border-color: #D3D3D3; /*#000080;*/}#Formulario_Input input[type="button"]:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#Input999 {	text-align: center;	font-size: 100%;	font-weight: bold;	cursor: pointer;	padding: 10px;	height: 35px; 	width: 160px;	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#Input999:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* *********************************************** *//* Fin: Datos para Formularios de Entrada de Datos *//* *********************************************** *//* ************************* *//* Inicio: Datos para Agenda *//* ************************* */.ui-widget {	color: #000080;	font-family: Arial,Helvetica,sans-serif;	font-size: 1.2em;	margin: 20px 0px 0px 10px; /* top-right-bottom-left */}.ui-datepicker {	color: #000080;	/*background-color: #CECEF6;*/	padding: .2em .2em 0;}.ui-datepicker table {	border: 1px solid #000080;	width: 100%; 	font-size: 1.0em; 	border-collapse: collapse; 	margin:0 0 .4em; 	display: yes; }.ui-widget-header { background-color: #CECEF6; font-size: 1.1em; }#TablaAgenda1 { width: 97%; border: 1px solid #000080; vertical-align: top; text-align: center; font-size: 14px; }#TablaAgenda1 table, th, td { margin: 10px; border-collapse: collapse; } /* border: 1px solid #000080; */#TablaAgenda1 th, td { padding: 2px; border-bottom: 1px solid #fff; } #TablaAgenda1 th { background-color: #000080; color: #FFFFFF; font-size: 16px; } #TablaAgenda1 td { color: #000080; } #thagenda001x { color: #000080; background-color: #B0C4DE; } #tdagenda001x { color: #000080; background-color: #B0C4DE; } #TablaAgenda1 tr:nth-child(odd)   { background-color: #FFFFFF; }#TablaAgenda1 tr:nth-child(even)  { background-color: #FFFFFF; }#TablaAgenda1 td:nth-child(2)   { text-align: left; }#TablaAgenda1 td:nth-child(3)   { text-align: right; }#TablaAgenda1Clear { clear: both; }#ContainerTablaAgenda2 {	/*margin: 30px 30px 0px 20px;*/ 	/*overflow-y: scroll;*/	height: 150px;}#TablaAgenda2 { border: 1px solid #000080; margin: 0px 20px 0px 20px; height: 50px; float: left; }#TablaAgenda2 table { border: 1px solid #000080; }#TablaAgenda2 th { text-align: center; background-color: #CECEF6; color: #000080; font-size: 14px; } #TablaAgenda2 td { background-color: #FFFFFF; color: #000080; } #TablaAgenda2 img { 	cursor: pointer;	height: 15px;	width: 15px;	background-image: url("../Imagenes/xx_Punto_Azul2.png"); 	background-size: 15px 15px;}#AgendaTabla201 { text-align: center; width: 10px; }#AgendaTabla202 { text-align: left; width: 180px; font-size: 14px; }#TablaAgenda3 { font-size: 14px; }#TablaAgenda3 table { width: 280px; border: 1px solid #000080; }#TablaAgenda3 th { text-align: center; background-color: #CECEF6; color: #000080; } #TablaAgenda3 td { background-color: #FFFFFF; color: #000080; border: 1px solid #000080; } #AgendaTabla311 { text-align: center; width: 20px; font-size: 14px; }#AgendaTabla312 { text-align: center; width: 20px; font-size: 14px; }#AgendaTabla313 { text-align: center; width: 20px; font-size: 14px; }#AgendaTabla314 { text-align: left; width: 220px; font-size: 14x; }#ContainerTablaAgenda3 {	background-color: #E6E6E6;	border: 1px solid #000080;	float: left;	width: 300px;	overflow-y: auto;	/*overflow-y: scroll;*/	margin: 0px 20px 0px 20px;	height: 150px;}#TablaAgenda4 { font-size: 14px; }#TablaAgenda4 table { width: 300px; border: 1px solid #000080; }#TablaAgenda4 th { text-align: center; background-color: #CECEF6; color: #000080; } #TablaAgenda4 td { background-color: #FFFFFF; color: #000080; border: 1px solid #000080; } #AgendaTabla411 { text-align: center; width: 20px; font-size: 14px; }#AgendaTabla412 { text-align: center; width: 20px; font-size: 14px; }#AgendaTabla413 { text-align: center; width: 20px; font-size: 14px; }#AgendaTabla414 { text-align: left; width: 220px; font-size: 14px; }#ContainerTablaAgenda4 {	background-color: #E6E6E6; /*#CECEF6;*/	border: 1px solid #000080;	float: left;	width: 320px;	overflow-y: auto;	/*overflow-y: scroll;*/	margin: 0px 20px 0px 20px;	height: 150px;}#TablaAgendaX { text-align: center; font-size: 13px; }#TablaAgendaX table { width: 98%; border: 1px solid #000080; } /* width: 980px; */#TablaAgendaX th { text-align: center; background-color: #CECEF6; color: #000080; border: 1px solid #000080; } #TablaAgendaX td { background-color: #FFFFFF; color: #000080; border: 1px solid #000080; } //#F2F2F2#AgendaTablaX11 { text-align: center; width: 40px; font-size: 13px; }#AgendaTablaX12 { text-align: left; width: 350px; font-size: 13px; }#AgendaTablaX13 { text-align: center; width: 30px; font-size: 13px; }#AgendaTablaX14 { text-align: center; width: 30px; font-size: 13px; }#AgendaTablaX15 { text-align: center; width: 40px; font-size: 13px; }#AgendaTablaX16 { text-align: left; width: 870px; font-size: 13px; }#ContainerTablaAgendaX {	background-color: #E6E6E6;	border: 1px solid #000080;	float: center;	width: 98%; /* width: 1000px; */	overflow-y: auto;	/*overflow-y: scroll;*/	margin: 0px 10px 0px 10px;	height: 180px;}#TablaAgendaZ { text-align: center; font-size: 13px; }#TablaAgendaZ table { width: 98%; border: 1px solid #000080; } /* width: 980px;  */#TablaAgendaZ th { text-align: center; background-color: #CECEF6; color: #000080; border: 1px solid #000080; } #TablaAgendaZ td { background-color: #FFFFFF; color: #000080; border: 1px solid #000080; } #AgendaTablaZ11 { text-align: left; width: 200px; font-size: 13px; }#AgendaTablaZ12 { text-align: left; width: 200px; font-size: 13px; }#AgendaTablaZ13 { text-align: left; width: 200px; font-size: 13px; }#AgendaTablaZ14 { text-align: left; width: 200px; font-size: 13px; }#AgendaTablaZ15 { text-align: left; width: 200px; font-size: 13px; }#AgendaTablaZ16 { text-align: left; width: 200px; font-size: 13px; }#AgendaTablaZ17 { text-align: left; width: 200px; font-size: 13px; }#ContainerTablaAgendaZ {	background-color: #E6E6E6;	border: 1px solid #000080;	float: center;	width: 98%; /* width: 1000px; */	overflow-y: auto;	/*overflow-y: scroll;*/	margin: 0px 10px 0px 10px;	height: 180px;}#Caja1  { width: 20%; float: left; border-top-left-radius: 40px 20px; }#Caja2  { width: 78%; float: left; border-top-left-radius: 40px 20px; }#CampoAgen000 {	float: left;	font-size: 14px;	margin: 10px 0px 0px 10px; /* top-right-bottom-left */	text-align: center;	width: 250px;}#CampoAgen001 {	float: left;	font-size: 14px;	margin: 10px 0px 0px 20px; /* top-right-bottom-left */	text-align: center;	width: 120px;}#CampoAgen002, #CampoAgen003, #CampoAgen004, #CampoAgen005, #CampoAgen006, #CampoAgen007 {	float: left;	font-size: 14px;	margin: 10px 0px 0px 10px; /* top-right-bottom-left */	text-align: center;	width: 120px;}#FormularioAgenda1 {	/*float: right; text-align: right;*/	font-size: 12px;}#FormularioAgenda1 input[type="button"] {	float: center;	cursor: pointer;	height: 20px; 	width: 20px; 	background-image: url("../Imagenes/xx_Punto_Azul2.png"); 	background-size: 20px 20px;}#FormularioAgenda1 form { float: center; margin: 0px; padding: 0px; }#LabelAgenda { font-size: 16px; }#BotonFormAgenda1 {	margin: 0px 20px 0px 0px;        /* top-right-bottom-left */	/*font-size: 12px;*/	border-style: none;	border-color: #D3D3D3*;	text-align: justify;	cursor: pointer;	padding: 10px;	background-color: transparent;}#BotonFormAgenda1:focus { background-color: #ADD8E6; }#BotonFormAgenda1:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* ********************** *//* Fin: Datos para Agenda *//* ********************** *//* ************************************** *//* Inicio: Datos para Agenda - Constantes *//* ************************************** */#ContainerAgenda11 {	background-color: #E6E6E6;	border: 1px solid #000080;	/*top: 0px;*/	/*left: 550px;*/	/*margin: 10 auto;*/	vertical-align: middle;	float: center;	width: 60%;	display: inline-block !important;	/*width: 740px;*/	/*margin: 0px 200px 0px 200px;*/}#IDAgendaCAB11 {	margin: 0px 0px 0px 0px;	height: 60px;	width: 100%;	display: inline-block;	/*width: 640px;*/}#IDAgendaCAB11 table {    /*width: 620px;*/	/*border: 1px solid;*/	height: 10px;	width: 100%;	display: inline-block;}#IDAgendaCAB11 th {	/*border: 1px solid;*/	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDAgendaCAB11 td {	/*border: 1px solid;*/	height: 10px;	background-color: #FFFFFF;}#AgendaCAB00 { text-align: center; width: 100%; font-size: 16px; }#AgendaCAB01 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB02 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB03 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB04 { text-align: center; width: 55%; font-size: 16px; }#AgendaCAB05 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB06 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB07 { text-align: center; width: 5%; font-size: 16px; }#xAgendaCAB01 { text-align: center; width: 70px; font-size: 16px; }#xAgendaCAB02 { text-align: center; width: 90px; font-size: 16px; }#xAgendaCAB03 { text-align: center; width: 90px; font-size: 16px; }#xAgendaCAB04 { text-align: center; width: 770px; font-size: 16px; }#xAgendaCAB05 { text-align: center; width: 70px; font-size: 16px; }#xAgendaCAB06 { text-align: center; width: 70px; font-size: 16px; }#IDAgendaCUE11 {	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */	overflow-y: scroll;	height: 250px;	/*display: block;*/	/*width: 640px;*/}#IDAgendaCUE11 table {	/*width: 620px;*/	border: 1px solid;	/*height: 10px;*/	width: 100%;	/*display: block;*/}#IDAgendaCUE11 th {	/*border: 1px solid;*/	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDAgendaCUE11 td {	/*border: 1px solid;*/	height: 10px;}#IDAgendaCUE11 tr {	background-color: #FFFFFF;}#IDAgendaCUE11 img {	/*width: 15px;*/	width: 50%;	height: 15px;}#AgendaCUE01 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE02 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE03 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE04 { text-align: left; width: 55%; font-size: 16px; }#AgendaCUE05 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE06 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE07 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#xAgendaCUE01 { text-align: center; width: 70px; font-size: 16px; }#xAgendaCUE02 { text-align: center; width: 90px; font-size: 16px; }#xAgendaCUE03 { text-align: center; width: 90px; font-size: 16px; }#xAgendaCUE04 { text-align: left; width: 800px; font-size: 16px; }#xAgendaCUE05 { text-align: center; width: 70px; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#xAgendaCUE06 { text-align: center; width: 70px; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#Formulario_Agenda {	font-size: 16px;	/*margin: 0px 10px 0px 10px;*/	text-align: center;}#IDAgendaPIE11 {	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 0px 0px 0px 60px; */	/*font-size: 16px;*/	/*width: 640px;*/}#IDAgendaPIE11 table {    /*width: 620px;*/	/*margin: 0px 250px 0px 250px;*/	height: 10px;	width: 80%;	display: inline;}#IDAgendaPIE11 th {	border: 1px solid;	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDAgendaPIE11 td {	border: 1px solid;	background-color: #B0C4DE;	height: 10px;	font-size: 14px;}#IDAgendaPIE11 tr {	border: 1px solid;	background-color: #FFFFFF;}#IDAgendaPIE11 img {	/*width: 20px;*/	width: 50%;	height: 20px;	border: 0px;}#tdAgendaPIE01 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE02 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE03 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE04 { font-size: 14px; width: 60%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE05 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center;  }#AgendaPIE01 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE02 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE03 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE04 { text-align: left; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE05 { text-align: center; width: 30%; font-size: 14px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;	}#AgendaPIEC01 { text-align: center; width: 10%; font-size: 16px; }/* *********************************** *//* Fin: Datos para Agenda - Constantes *//* *********************************** *//* ************************************** *//* Inicio: Datos para Agenda - Festivos G  - Además de los de Constantes *//* ************************************** */#AgendaCAB10 { text-align: center; width: 100%; font-size: 16px; }#AgendaCAB11 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB12 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB13 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB14 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB15 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB16 { text-align: center; width: 35%; font-size: 16px; }#AgendaCAB17 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB18 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB19 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB191 { text-align: center; width: 5%; font-size: 16px; }#AgendaCUE11 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE12 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE13 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE14 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE15 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE16 { text-align: left; width: 35%; font-size: 16px; }#AgendaCUE17 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE18 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE19 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#tdAgendaPIE11 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE12 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE13 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE14 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE15 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE16 { font-size: 14px; width: 50%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE17 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#AgendaPIE11 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE12 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE13 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE14 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE15 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE16 { text-align: left; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE17 { text-align: center; width: 30%; font-size: 14px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}#xAgendaCAB11 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB12 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB13 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB14 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB15 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB16 { text-align: center; width: 300px; font-size: 16px; }#xAgendaCAB17 { text-align: center; width: 40px; font-size: 16px; }#xAgendaCAB18 { text-align: center; width: 40px; font-size: 16px; }#xAgendaCUE11 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE12 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE13 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE14 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE15 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE16 { text-align: left; width: 300px; font-size: 16px; }#xAgendaCUE17 { text-align: center; width: 40px; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#xAgendaCUE18 { text-align: center; width: 40px; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#xAgendaPIE11 { text-align: center; width: 48px; font-size: 16px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE12 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE13 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE14 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE15 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE16 { text-align: left; width: 310px; font-size: 16px; cursor: hand; }#xAgendaPIE17 { text-align: center; width: 82px; font-size: 16px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}/* *********************************** *//* Fin: Datos para Agenda - Festivos G *//* *********************************** *//* ************************************** *//* Inicio: Datos para Agenda - Festivos P  - Además de los de Constantes *//* ************************************** */#AgendaCAB20 { text-align: center; width: 100%; font-size: 16px; }#AgendaCAB21 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB22 { text-align: center; width: 12%; font-size: 16px; }#AgendaCAB23 { text-align: center; width: 8%; font-size: 16px; }#AgendaCAB24 { text-align: center; width: 8%; font-size: 16px; }#AgendaCAB25 { text-align: center; width: 8%; font-size: 16px; }#AgendaCAB26 { text-align: center; width: 8%; font-size: 16px; }#AgendaCAB27 { text-align: center; width: 30%; font-size: 16px; }#AgendaCAB28 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB29 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB290 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB291 { text-align: center; width: 5%; font-size: 16px; }#AgendaCUE21 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE22 { text-align: center; width: 12%; font-size: 16px; }#AgendaCUE23 { text-align: center; width: 8%; font-size: 16px; }#AgendaCUE24 { text-align: center; width: 8%; font-size: 16px; }#AgendaCUE25 { text-align: center; width: 8%; font-size: 16px; }#AgendaCUE26 { text-align: center; width: 8%; font-size: 16px; }#AgendaCUE27 { text-align: left; width: 30%; font-size: 16px; }#AgendaCUE28 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE29 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE290 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#tdAgendaPIE21 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE22 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE23 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE24 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE25 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE26 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE27 { font-size: 14px; width: 50%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE28 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#AgendaPIE21 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE22 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE23 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE24 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE25 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE26 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE27 { text-align: left; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE28 { text-align: center; width: 30%; font-size: 14px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}#xAgendaCAB21 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB22 { text-align: center; width: 90px; font-size: 16px; }#xAgendaCAB23 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB24 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB25 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB26 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB27 { text-align: center; width: 260px; font-size: 16px; }#xAgendaCAB28 { text-align: center; width: 40px; font-size: 16px; }#xAgendaCAB29 { text-align: center; width: 40px; font-size: 16px; }#xAgendaCUE21 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE22 { text-align: center; width: 90px; font-size: 16px; }#xAgendaCUE23 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE24 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE25 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE26 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE27 { text-align: left; width: 260px; font-size: 16px; }#xAgendaCUE28 { text-align: center; width: 40px; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#xAgendaCUE29 { text-align: center; width: 40px; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#xAgendaPIE21 { text-align: center; width: 48px; font-size: 16px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE22 { text-align: center; width: 90px; font-size: 16px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE23 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE24 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE25 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE26 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE27 { text-align: left; width: 270px; font-size: 16px; cursor: hand; }#xAgendaPIE28 { text-align: center; width: 82px; font-size: 16px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}/* *********************************** *//* Fin: Datos para Agenda - Festivos P *//* *********************************** *//* ******************************************* *//* Inicio: Datos para Agenda - Celebraciones P  - Además de los de Constantes *//* ******************************************* */#AgendaCAB30 { text-align: center; width: 100%; font-size: 16px; }#AgendaCAB31 { text-align: center; width: 9%; font-size: 16px; }#AgendaCAB32 { text-align: center; width: 12%; font-size: 16px; }#AgendaCAB33 { text-align: center; width: 7%; font-size: 16px; }#AgendaCAB34 { text-align: center; width: 7%; font-size: 16px; }#AgendaCAB35 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB36 { text-align: center; width: 10%; font-size: 16px; }#AgendaCAB37 { text-align: center; width: 30%; font-size: 16px; }#AgendaCAB38 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB39 { text-align: center; width: 5%; font-size: 16px; }#AgendaCAB390{ text-align: center; width: 5%; font-size: 16px; }#AgendaCAB391 { text-align: center; width: 5%; font-size: 16px; }#AgendaCUE31 { text-align: center; width: 9%; font-size: 16px; }#AgendaCUE32 { text-align: center; width: 12%; font-size: 16px; }#AgendaCUE33 { text-align: center; width: 7%; font-size: 16px; }#AgendaCUE34 { text-align: center; width: 7%; font-size: 16px; }#AgendaCUE35 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE36 { text-align: center; width: 10%; font-size: 16px; }#AgendaCUE37 { text-align: left; width: 30%; font-size: 16px; }#AgendaCUE38 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE39 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE390 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE391 { text-align: center; width: 5%; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#tdAgendaPIE31 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE32 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE33 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE34 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE35 { font-size: 14px; width: 15%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE36 { font-size: 14px; width: 15%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE37 { font-size: 14px; width: 40%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE38 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#AgendaPIE31 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE32 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE33 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE34 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE35 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE36 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE37 { text-align: left; width: 100%; font-size: 14px; cursor: hand; }#AgendaPIE38 { text-align: center; width: 30%; font-size: 14px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}#xAgendaCAB31 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB32 { text-align: center; width: 90px; font-size: 16px; }#xAgendaCAB33 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB34 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCAB35 { text-align: center; width: 60px; font-size: 16px; }#xAgendaCAB36 { text-align: center; width: 60px; font-size: 16px; }#xAgendaCAB37 { text-align: center; width: 260px; font-size: 16px; }#xAgendaCAB38 { text-align: center; width: 40px; font-size: 16px; }#xAgendaCAB39 { text-align: center; width: 40px; font-size: 16px; }#xAgendaCUE31 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE32 { text-align: center; width: 90px; font-size: 16px; }#xAgendaCUE33 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE34 { text-align: center; width: 50px; font-size: 16px; }#xAgendaCUE35 { text-align: center; width: 60px; font-size: 16px; }#xAgendaCUE36 { text-align: center; width: 60px; font-size: 16px; }#xAgendaCUE37 { text-align: left; width: 260px; font-size: 16px; }#xAgendaCUE38 { text-align: center; width: 40px; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#xAgendaCUE39 { text-align: center; width: 40px; font-size: 16px; cursor: pointer; background-color: #D3D3D3; }#xAgendaPIE31 { text-align: center; width: 48px; font-size: 16px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE32 { text-align: center; width: 90px; font-size: 16px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE33 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE34 { text-align: center; width: 48px; font-size: 16px; cursor: hand; }#xAgendaPIE35 { text-align: center; width: 58px; font-size: 16px; cursor: hand; }#xAgendaPIE36 { text-align: center; width: 58px; font-size: 16px; cursor: hand; }#xAgendaPIE37 { text-align: left; width: 270px; font-size: 16px; cursor: hand; }#xAgendaPIE38 { text-align: center; width: 82px; font-size: 16px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}/* **************************************** *//* Fin: Datos para Agenda - Celebraciones P *//* **************************************** *//* ********************************** *//* Inicio: Datos para Agenda - Tareas  - Además de los de Constantes *//* ********************************** */#AgendaCAB40 { text-align: center; width: 100%; font-size: 16px; }#AgendaCAB41 { text-align: center; width: 9%; font-size: 14px; }#AgendaCAB42 { text-align: center; width: 10%; font-size: 14px; }#AgendaCAB43 { text-align: center; width: 14%; font-size: 14px; }#AgendaCAB44 { text-align: center; width: 30%; font-size: 14px; }#AgendaCAB45 { text-align: center; width: 8%; font-size: 14px; }#AgendaCAB46 { text-align: center; width: 8%; font-size: 14px; }#AgendaCAB47 { text-align: center; width: 8%; font-size: 14px; }#AgendaCAB48 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB49 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB490{ text-align: center; width: 5%; font-size: 14px; }#AgendaCAB491 { text-align: center; width: 5%; font-size: 14px; }#AgendaCUE41 { text-align: center; width: 8%; font-size: 14px; }#AgendaCUE42 { text-align: center; width: 10%; font-size: 14px; }#AgendaCUE43 { text-align: left; width: 14%; font-size: 14px; }#AgendaCUE44 { text-align: left; width: 30%; font-size: 14px; }#AgendaCUE45 { text-align: center; width: 8%; font-size: 14px; }#AgendaCUE46 { text-align: center; width: 8%; font-size: 14px; }#AgendaCUE47 { text-align: center; width: 8%; font-size: 14px; }#AgendaCUE48 { text-align: center; width: 5%; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE49 { text-align: center; width: 5%; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE490 { text-align: center; width: 5%; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE491 { text-align: center; width: 5%; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#tdAgendaPIE41 { font-size: 13px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE42 { font-size: 13px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE43 { font-size: 13px; width: 15%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE44 { font-size: 13px; width: 40%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE45 { font-size: 13px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE46 { font-size: 13px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE47 { font-size: 13px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE48 { font-size: 13px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#AgendaPIE41 { text-align: center; width: 100%; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE42 { text-align: center; width: 100%; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE43 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE44 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE45 { text-align: center; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE46 { text-align: center; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE47 { text-align: center; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE48 { text-align: center; width: 30%; font-size: 13px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}/* ******************************* *//* Fin: Datos para Agenda - Tareas *//* ******************************* *//* ************************************************ *//* Inicio: Datos para Agenda - Consulta D  y  S-M-A   *//* ************************************************ */#ContainerAgenda61 {	background-color: #E6E6E6;	border: 1px solid #000080;	/*top: 0px;*/	/*left: 550px;*/	/*margin: 0 auto;*/	vertical-align: middle;	float: center;	width: 95%;	display: inline-block !important;	/*width: 620px;*/}#IDAgendaCAB61 {	margin: 0px 0px 0px 0px;	height: 50px;	width: 100%;	display: inline-block;	/*width: 640px;*/}#IDAgendaCAB61 table {    /*width: 620px;*/	/*border: 1px solid;*/	height: 10px;	width: 100%;	display: inline-block;}#IDAgendaCAB61 th {	/*border: 1px solid;*/	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDAgendaCAB61 td {	/*border: 1px solid;*/	height: 10px;	background-color: #FFFFFF;}#AgendaCAB60 { text-align: center; width: 100%; font-size: 14px; }#AgendaCAB61 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB62 { text-align: center; width: 8%; font-size: 14px; }#AgendaCAB63 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB64 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB65 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB66 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB67 { text-align: center; width: 17%; font-size: 14px; }#AgendaCAB68 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB69 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB70 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAB71 { text-align: center; width: 25%; font-size: 14px; }#AgendaCAB72 { text-align: center; width: 3%; font-size: 14px; }#AgendaCAB73 { text-align: center; width: 3%; font-size: 14px; }#AgendaCAB74 { text-align: center; width: 3%; font-size: 14px; }#AgendaCAB75 { text-align: center; width: 3%; font-size: 14px; }#xAgendaCAB60 { text-align: center; width: 40px; font-size: 14px; }#xAgendaCAB61 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB62 { text-align: center; width: 70px; font-size: 13px; }#xAgendaCAB63 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB64 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB65 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB66 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB67 { text-align: center; width: 180px; font-size: 13px; }#xAgendaCAB68 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB69 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB70 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB71 { text-align: center; width: 350px; font-size: 13px; }#xAgendaCAB72 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAB73 { text-align: center; width: 40px; font-size: 13px; }#IDAgendaCUE61 {	margin: 0px 0px 0px 0px;	overflow-y: scroll;	height: 210px; /*320px;*/	/*width: 640px;*/}#IDAgendaCUE61 table {	/*width: 620px;*/	border: 1px solid;	/*height: 10px;*/	width: 100%;	/*display: block;*/}#IDAgendaCUE61 th {	/*border: 1px solid;*/	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDAgendaCUE61 td {	/*border: 1px solid;*/	height: 10px;}#IDAgendaCUE61 tr {	 background-color: #FFFFFF;}#IDAgendaCUE61 img {	/*width: 15px;*/	width: 50%;	height: 15px;}#AgendaCUE61 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUE62 { text-align: center; width: 8%; font-size: 13px; }#AgendaCUE63 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUE64 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUE65 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUE66 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUE67 { text-align: left; width: 17%; font-size: 13px; }#AgendaCUE68 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUE69 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUE70 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUE71 { text-align: left; width: 25%; font-size: 13px; }#AgendaCUE72 { text-align: center; width: 3%; font-size: 13px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE73 { text-align: center; width: 3%; font-size: 13px; cursor: pointer; background-color: #D3D3D3; }#AgendaCUE74 { text-align: center; width: 3%; font-size: 13px; cursor: pointer; background-color: #D3D3D3; }#xAgendaCUE61 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCUE62 { text-align: center; width: 70px; font-size: 13px; }#xAgendaCUE63 { text-align: center; width: 39px; font-size: 13px; }#xAgendaCUE64 { text-align: center; width: 39px; font-size: 13px; }#xAgendaCUE65 { text-align: center; width: 39px; font-size: 13px; }#xAgendaCUE66 { text-align: center; width: 39px; font-size: 13px; }#xAgendaCUE67 { text-align: left; width: 182px; font-size: 13px; }#xAgendaCUE68 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCUE69 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCUE70 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCUE71 { text-align: left; width: 352px; font-size: 13px; }#xAgendaCUE72 { text-align: center; width: 40px; font-size: 13px; cursor: pointer; background-color: #D3D3D3; }#xAgendaCUE73 { text-align: center; width: 40px; font-size: 13px; cursor: pointer; background-color: #D3D3D3; }#Formulario_Agenda61 {	font-size: 14px;	/*margin: 0px 10px 0px 10px;*/	text-align: center;}#IDAgendaPIE61 {	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 0px 0px 0px 60px; */	/*font-size: 12px;*/	/*width: 640px;*/}#IDAgendaPIE61 table {    /*width: 620px;*/	/*margin: 0px 100px 0px 100px;*/	height: 10px;	width: 80%;	display: inline;}#IDAgendaPIE61 th {	border: 1px solid;	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDAgendaPIE61 td {	border: 1px solid;	background-color: #B0C4DE;	height: 10px;	font-size: 16px;}#IDAgendaPIE61 tr {	border: 1px solid;	background-color: #FFFFFF;}#IDAgendaPIE61 img {	/*width: 20px;*/	width: 50%;	height: 20px;	border: 0px;}#tdAgendaPIE61 { font-size: 16px; width: 9%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE62 { font-size: 16px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE63 { font-size: 16px; width: 5%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE64 { font-size: 16px; width: 5%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE65 { font-size: 16px; width: 5%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE66 { font-size: 16px; width: 6%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE67 { font-size: 16px; width: 60%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE68 { font-size: 16px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE69 { font-size: 16px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE70 { font-size: 16px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE71 { font-size: 16px; width: 70%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdAgendaPIE72 { font-size: 16px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#AgendaPIE61 { text-align: center; width: 100%; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE62 { text-align: center; width: 100%; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE63 { text-align: center; width: 100%; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE64 { text-align: center; width: 100%; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE65 { text-align: center; width: 100%; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#AgendaPIE66 { text-align: center; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE67 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE68 { text-align: center; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE69 { text-align: center; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE70 { text-align: center; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE71 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#AgendaPIE72 { text-align: center; width: 30%; font-size: 13px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}#xAgendaPIE61 { text-align: center; width: 38px; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE62 { text-align: center; width: 66px; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE63 { text-align: center; width: 36px; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE64 { text-align: center; width: 36px; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE65 { text-align: center; width: 36px; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#xAgendaPIE66 { text-align: center; width: 36px; font-size: 13px; cursor: hand; }#xAgendaPIE67 { text-align: left; width: 182px; font-size: 13px; cursor: hand; }#xAgendaPIE68 { text-align: center; width: 36px; font-size: 13px; cursor: hand; }#xAgendaPIE69 { text-align: center; width: 36px; font-size: 13px; cursor: hand; }#xAgendaPIE70 { text-align: center; width: 36px; font-size: 13px; cursor: hand; }#xAgendaPIE71 { text-align: left; width: 356px; font-size: 13px; cursor: hand; }#xAgendaPIE72 { text-align: center; width: 82px; font-size: 13px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}/*Datos para Agenda - Consulta S-M-A */#AgendaCAX60 { text-align: center; width: 100%; font-size: 14px; }#AgendaCAX61 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAX62 { text-align: center; width: 9%; font-size: 14px; }#AgendaCAX63 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAX64 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAX65 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAX66 { text-align: center; width: 5%; font-size: 14px; }#AgendaCAX67 { text-align: center; width: 25%; font-size: 14px; }#AgendaCAX68 { text-align: center; width: 6%; font-size: 14px; }#AgendaCAX69 { text-align: center; width: 6%; font-size: 14px; }#AgendaCAX70 { text-align: center; width: 6%; font-size: 14px; }#AgendaCAX71 { text-align: center; width: 35%; font-size: 14px; }#AgendaCAX75 { text-align: center; width: 3%; font-size: 14px; }#AgendaCUX61 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUX62 { text-align: center; width: 9%; font-size: 13px; }#AgendaCUX63 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUX64 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUX65 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUX66 { text-align: center; width: 5%; font-size: 13px; }#AgendaCUX67 { text-align: left; width: 25%; font-size: 13px; }#AgendaCUX68 { text-align: center; width: 6%; font-size: 13px; }#AgendaCUX69 { text-align: center; width: 6%; font-size: 13px; }#AgendaCUX70 { text-align: center; width: 6%; font-size: 13px; }#AgendaCUX71 { text-align: left; width: 35%; font-size: 13px; }#xAgendaCAX60 { text-align: center; width: 40px; font-size: 14px; }#xAgendaCAX61 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAX62 { text-align: center; width: 70px; font-size: 13px; }#xAgendaCAX63 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAX64 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAX65 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAX66 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAX67 { text-align: center; width: 180px; font-size: 13px; }#xAgendaCAX68 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAX69 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAX70 { text-align: center; width: 40px; font-size: 13px; }#xAgendaCAX71 { text-align: center; width: 350px; font-size: 13px; }#xAgendaCUX61 { text-align: center; width: 38px; font-size: 13px; }#xAgendaCUX62 { text-align: center; width: 68px; font-size: 13px; }#xAgendaCUX63 { text-align: center; width: 38px; font-size: 13px; }#xAgendaCUX64 { text-align: center; width: 38px; font-size: 13px; }#xAgendaCUX65 { text-align: center; width: 38px; font-size: 13px; }#xAgendaCUX66 { text-align: center; width: 38px; font-size: 13px; }#xAgendaCUX67 { text-align: left; width: 178px; font-size: 13px; }#xAgendaCUX68 { text-align: center; width: 38px; font-size: 13px; }#xAgendaCUX69 { text-align: center; width: 38px; font-size: 13px; }#xAgendaCUX70 { text-align: center; width: 38px; font-size: 13px; }#xAgendaCUX71 { text-align: left; width: 348px; font-size: 13px; }/* ********************************************* *//* Fin: Datos para Agenda - Consulta D  y  S-M-A *//* ********************************************* *//* ************************************* *//* Inicio: Datos para Gestión Documentos *//* ************************************* */#IDDocumCAB11 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */}#IDDocumCAB11 table {	width: 70%;}#IDDocumCAB11 th {	height: 20px;	background-color: #B0C4DE;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDDocumCAB11 td {	height: 20px;	background-color: #FFFFFF;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDDocumPIE11 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 60px; */}#IDDocumPIE11 table {	width: 70%;}#IDDocumPIE11 th {	border-color: #000080;	background-color: #B0C4DE;	height: 20px;}#IDDocumPIE11 td {	height: 20px;	background-color: #FFFFFF;}#IDDocumPIE11 img {	width: 20px;	border: 0px;}#DocumCAB11 { text-align: center; width: 60px; font-size: 14px; }#DocumCAB12 { text-align: center; width: 110px; font-size: 14px; }#DocumCAB13 { text-align: center; width: 150px; font-size: 14px; }#DocumCAB14 { text-align: center; width: 250px; font-size: 14px; }#DocumCAB15 { text-align: center; width: 250px; font-size: 14px; }#DocumCAB16 { text-align: center; width: 60px; font-size: 14px; }#DocumPIE11 { text-align: left; width: 60px; font-size: 14px; cursor: hand; }#DocumPIE12 { text-align: left; width: 110px; font-size: 14px; cursor: hand; }#DocumPIE13 { text-align: left; width: 150px; font-size: 14px; cursor: hand; }#DocumPIE14 { text-align: left; width: 250px; font-size: 14px; cursor: hand; }#DocumPIE15 { text-align: left; width: 250px; font-size: 14px; cursor: hand; }#DocumPIE16 { text-align: center; width: 70px; font-size: 14px; cursor: pointer; }/*	background-color: #D3D3D3; border-color: #000080; }*/#IDDocumCAB21 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */}#IDDocumCAB21 table {	width: 95%;}#IDDocumCAB21 th {	height: 20px;	background-color: #B0C4DE;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDDocumCAB21 td {	height: 20px;	background-color: #FFFFFF;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDDocumCAB21 img {	width: 25px;	height: 25px;	border: 0px;}#DocumCAB21 { text-align: center; width: 5%; font-size: 14px; }#DocumCAB22 { text-align: center; width: 35%; font-size: 14px; }#DocumCAB23 { text-align: center; width: 7%; font-size: 14px; }#DocumCAB24 { text-align: center; width: 7%; font-size: 14px; }#DocumCAB25 { text-align: center; width: 30%; font-size: 14px; }#DocumCAB26 { text-align: center; width: 5%; font-size: 14px; }#DocumCAB27 { text-align: center; width: 5%; font-size: 14px; }#DocumCAB28 { text-align: center; width: 5%; font-size: 14px; }#DocumCUE21 { text-align: center; width: 5%; font-size: 14px; }#DocumCUE22 { text-align: left; width: 35%; font-size: 14px; }#DocumCUE23 { text-align: left; width: 7%; font-size: 14px; }#DocumCUE24 { text-align: center; width: 7%; font-size: 14px; }#DocumCUE25 { text-align: left; width: 30%; font-size: 14px; }#DocumCUE26 { text-align: center; font-size: 11px; cursor: pointer; } /*width: 5%; Falla al poner el %*/#DocumCUE27 { text-align: center; font-size: 11px; cursor: pointer; }#DocumCUE28 { text-align: center; font-size: 11px; cursor: pointer; }#FormularioDocNuevo {	/*float: right; text-align: right;*/	font-size: 12px;}#FormularioDocNuevo input[type="button"] {	float: right;	cursor: pointer;	height: 36px; 	width: 36px; /*	background-image: url("../Imagenes/Imagen-Cerrar.png"); 	background-size: 36px 36px;*/	border-color: transparent;	background-repeat: no-repeat;	border-style: none;	background-color: transparent;	}#FormularioDocNuevo form { margin: 0px; padding: 0px; }#BotonDocNuevo {	background-image: url("../Imagenes/Imagen-GuardarG.png"); 	background-size: 36px 36px;	margin: 0px 20px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	border-style: outset;	border-color: #D3D3D3; /*#000080;*/	/*border-color: transparent;*/	text-align: justify;	cursor: pointer;	padding: 10px;}#BotonDocNuevo:focus { background-color: #ADD8E6; }#BotonDocNuevo:hover {	cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* ********************************** *//* Fin: Datos para Gestión Documentos *//* ********************************** *//* *************************************************** *//* Inicio: Datos para Comandos Exportar/Importar Datos *//* *************************************************** */#Container_ExpImp {	margin: 0 auto;	vertical-align: middle;	width: 820px;}#ID_ExpImp {	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */	font-size: 16px;	height: 60px;}#ID_ExpImp table {    width: 820px;	height: 10px;	font-size: 16px;}#ID_ExpImp th {	border-color: #000080;	background-color: #B0C4DE;}#ID_ExpImp td {	background-color: #FFFFFF;}/* ************************************************ *//* Fin: Datos para Comandos Exportar/Importar Datos *//* ************************************************ *//* ************************ *//* Inicio: Datos para Notas *//* ************************ */#ContainerNotas11 {	background-color: #E6E6E6;	border: 1px solid #000080;	/*top: 0px;*/	/*left: 550px;*/	/*margin: 10 auto;*/	vertical-align: middle;	float: center;	width: 80%;	display: inline-block !important;	/*width: 1165px;*/}#IDNotasCAB11 {	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */	height: 60px;	width: 100%;	display: inline-block;    /*width: 1165px;*/}#IDNotasCAB11 table {    /*width: 1140px;*/	height: 10px;	width: 100%;	display: inline-block;}#IDNotasCAB11 th {	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDNotasCAB11 td {	height: 10px;	background-color: #FFFFFF;}#NotasCAB10 { text-align: center; width: 100%; font-size: 16px; }#NotasCAB11 { text-align: center; width: 7%; font-size: 14px; }#NotasCAB12 { text-align: center; width: 8%; font-size: 14px; }#NotasCAB13 { text-align: center; width: 8%; font-size: 14px; }#NotasCAB14 { text-align: center; width: 7%; font-size: 14px; }#NotasCAB15 { text-align: center; width: 30%; font-size: 14px; }#NotasCAB16 { text-align: center; width: 30%; font-size: 14px; }#NotasCAB17 { text-align: center; width: 3%; font-size: 14px; }#NotasCAB18 { text-align: center; width: 3%; font-size: 14px; }#NotasCAB19 { text-align: center; width: 3%; font-size: 14px; }#xNotasCAB11 { text-align: center; width: 50px; font-size: 14px; }#xNotasCAB12 { text-align: center; width: 40px; font-size: 14px; }#xNotasCAB13 { text-align: center; width: 80px; font-size: 14px; }#xNotasCAB14 { text-align: center; width: 50px; font-size: 14px; }#xNotasCAB15 { text-align: center; width: 520px; font-size: 14px; }#xNotasCAB16 { text-align: center; width: 520px; font-size: 14px; }#xNotasCAB17 { text-align: center; width: 40px; font-size: 14px; }#xNotasCAB18 { text-align: center; width: 40px; font-size: 14px; }#IDNotasCUE11 {	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */	overflow-y: scroll;	height: 250px;	/*width: 1165px;*/	/*display: block;*/}#IDNotasCUE11 table {	/*width: 1140px;*/	border: 1px solid;	width: 100%;	/*display: block;*/}#IDNotasCUE11 th {	/*border: 1px solid;*/	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDNotasCUE11 td {	/*border: 1px solid;*/	height: 10px;}#IDNotasCUE11 tr {	 background-color: #FFFFFF;}#IDNotasCUE11 img {	/*width: 15px;*/	width: 50%;	height: 15px;}#NotasCUE11 { text-align: center; width: 7%; font-size: 11px; }#NotasCUE12 { text-align: center; width: 8%; font-size: 14px; }#NotasCUE13 { text-align: center; width: 8%; font-size: 14px; }#NotasCUE14 { text-align: center; width: 7%; font-size: 14px; }#NotasCUE15 { text-align: left; width: 30%; font-size: 14px; }#NotasCUE16 { text-align: left; width: 30%; font-size: 14px; }#NotasCUE17 { text-align: center; width: 3%; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#NotasCUE18 { text-align: center; width: 3%; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#NotasCUE19 { text-align: center; width: 3%; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#xNotasCUE11 { text-align: center; width: 50px; font-size: 11px; }#xNotasCUE12 { text-align: center; width: 40px; font-size: 14px; }#xNotasCUE13 { text-align: center; width: 80px; font-size: 14px; }#xNotasCUE14 { text-align: center; width: 50px; font-size: 14px; }#xNotasCUE15 { text-align: left; width: 520px; font-size: 14px; }#xNotasCUE16 { text-align: left; width: 520px; font-size: 14px; }#xNotasCUE17 { text-align: center; width: 40px; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#xNotasCUE18 { text-align: center; width: 40px; font-size: 14px; cursor: pointer; background-color: #D3D3D3; }#Formulario_Notas {	font-size: 14px; /*18px*/	/*margin: 0px 10px 0px 10px;*/	text-align: center;}#IDNotasPIE11 {	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 0px 0px 0px 60px; */	/*height: 60px;*/    /*width: 1165px;*/}#IDNotasPIE11 table {    /*width: 1140px;*/	/*margin: 0px 180px 0px 180px;*/	height: 10px;    width: 80%;	display: inline;}#IDNotasPIE11 th {	border: 1px solid;	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDNotasPIE11 td {	border: 1px solid;	background-color: #B0C4DE; /*#FFFFFF;*/	height: 10px;	font-size: 14px;}#IDNotasPIE11 tr {	border: 1px solid;	 background-color: #FFFFFF;}#IDNotasPIE11 img {	/*width: 20px;*/	width: 50%;	height: 20px;	border: 0px;}#tdNotasPIE11 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdNotasPIE12 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdNotasPIE13 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdNotasPIE14 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdNotasPIE15 { font-size: 14px; width: 90%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdNotasPIE16 { font-size: 14px; width: 100%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdNotasPIE17 { font-size: 14px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }	#NotasPIE11 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#NotasPIE12 { text-align: center; width: 100%; font-size: 14px; cursor: hand; }#NotasPIE13 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#NotasPIE14 { text-align: center; width: 100%; font-size: 14px; cursor: hand; background-color: #D3D3D3; }#NotasPIE15 { text-align: left; width: 100%; font-size: 14px; cursor: hand; }#NotasPIE16 { text-align: left; width: 100%; font-size: 14px; cursor: hand; }#NotasPIE17 { text-align: center; width: 50%; font-size: 14px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;	}#NotasPIEC01 { text-align: center; width: 10%; font-size: 18px; }#LabelNota { font-size: 100%; color: #FF0000; }#xLabelNota { font-size: 14px; color: #FF0000; }/* ********************* *//* Fin: Datos para Notas *//* ********************* *//* ************************************ *//* Inicio: Datos para CPMAWeb_Notas.php    este es el Anterior NO LO UTILIZO*//* ************************************ */#Tabla1Notas11 { width: 35%; border: 1px solid #000080; vertical-align: top; text-align: center; font-size: 14px; }#Tabla1Notas11 table, th, td { margin: 10px; border-collapse: collapse; } /* border: 1px solid #000080; */#Tabla1Notas11 th, td { padding: 2px; border-bottom: 1px solid #fff; } #Tabla1Notas11 th { background-color: #000080; color: #FFFFFF; font-size: 16px; } #Tabla1Notas11 td { color: #000080; } #tdNotas001 { color: #000080; background-color: #B0C4DE; } #Tabla1Notas11 tr:nth-child(odd)   { background-color: #FFFFFF; } /* D3D3D3 */#Tabla1Notas11 tr:nth-child(even)  { background-color: #FFFFFF; } /* #B0C4DE */#Tabla1Notas11 td:nth-child(2)   { text-align: left; } /* font-weight: bold; */#Tabla1Notas11 td:nth-child(3)   { text-align: right; }#Tabla1ClearNotas11 { clear: both; }.TablaDesNotas11  {	text-decoration: none;	color: #000099;}.TablaDesNotas11 a:hover {	font-weight: bold;	text-decoration: underline;	color: #000080;}#ContenedorNotas1 {	/*float: left; text-align: left;*/	font-size: 12px;}#ContenedorNotas1 input {	/*float: left; text-align: left;*/	font-size: 14px;}#ContenedorNotas1 form { margin: 0px; padding: 0px; }#DivContenedor {	/*height: 250px;*/	/*width: 95%; OJO: no usar el %, falla la ampliación */	width: 910px;   /*930x*/	float: left;	font-size: 12px;	margin: 0px 0px 0px 0px; /* top-right-bottom-left - 10px 30px 0px 80px; */	text-align: left;	position: relative;}#DivContenedor1 {	position: relative;	margin: 0 auto;	background-color: FFFFFF;	overflow: hidden;}#ModalContenedor {	position: relative;	/*background-color: #FFF;*/	overflow: hidden;	border: solid;	border-width: 2px;	border-color: #FFF;}#CabNotas001 {	background-color: #B0C4DE;	color: #000080;	/*font-weight: bold;*/	text-align: center;}/* ********************************* *//* Fin: Datos para CPMAWeb_Notas.php *//* ********************************* *//* *********************************** *//* Inicio: Datos para Gestion Contable *//* *********************************** */#IDGestionCAB11 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */}#IDGestionCAB11 table {	width: 70%;}#IDGestionCAB11 th {	height: 20px;	background-color: #B0C4DE;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDGestionCAB11 td {	height: 20px;	background-color: #FFFFFF;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDGestionPIE11 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 60px; */}#IDGestionPIE11 table {	width: 70%;}#IDGestionPIE11 th {	border-color: #000080;	background-color: #B0C4DE;	height: 20px;}#IDGestionPIE11 td {	height: 20px;	background-color: #FFFFFF;}#IDGestionPIE11 img {	width: 30px;	border: 0px;}#GestionCAB11 { text-align: center; width: 70px; font-size: 14px; }#GestionCAB12 { text-align: center; width: 100px; font-size: 14px; }#GestionCAB13 { text-align: center; width: 200px; font-size: 14px; }#GestionCAB14 { text-align: center; width: 200px; font-size: 14px; }#GestionCAB15 { text-align: center; width: 70px; font-size: 14px; }#GestionPIE11 { text-align: left; width: 70px; font-size: 14px; cursor: hand; }#GestionPIE12 { text-align: left; width: 100px; font-size: 14px; cursor: hand; }#GestionPIE13 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#GestionPIE14 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#GestionPIE15 { text-align: center; width: 70px; font-size: 14px; cursor: pointer; }/*	background-color: #D3D3D3; border-color: #000080; }*/#IDGestionCAB21 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */}#IDGestionCAB21 table {	width: 75%;}#IDGestionCAB21 th {	height: 20px;	background-color: #B0C4DE;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDGestionCAB21 td {	height: 20px;	background-color: #FFFFFF;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDGestionCAB21 img {	width: 25px;	height: 25px;	border: 0px;}#GestionCAB21 { text-align: center; width: 10%; font-size: 14px; }#GestionCAB22 { text-align: center; width: 10%; font-size: 14px; }#GestionCAB23 { text-align: center; width: 40%; font-size: 14px; }#GestionCAB24 { text-align: center; width: 20%; font-size: 14px; }#GestionCAB25 { text-align: center; width: 12%; font-size: 14px; }#GestionCAB26 { text-align: center; width: 8%; font-size: 14px; }#GestionCUE21 { text-align: center; width: 10%; font-size: 14px; }#GestionCUE22 { text-align: left; width: 10%; font-size: 14px; }#GestionCUE23 { text-align: left; width: 40%; font-size: 14px; }#GestionCUE24 { text-align: right; width: 20%; font-size: 14px; }#GestionCUE25 { text-align: left; width: 12%; font-size: 14px; }#GestionCUE26 { text-align: center; font-size: 11px; cursor: pointer; } /*width: 5%; Falla al poner el %*//* ******************************** *//* Fin: Datos para Gestion Contable *//* ******************************** *//* ********************************************* *//* Inicio: Datos para Gestion Contable - Apuntes *//* ********************************************* */#IDGestionCAB121 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */}#IDGestionCAB121 table {	width: 85%;}#IDGestionCAB121 th {	height: 20px;	background-color: #B0C4DE;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDGestionCAB121 td {	height: 20px;	background-color: #FFFFFF;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDGestionCAB121 img {	/*width: 25px;	height: 25px;	border: 0px;*/}#GestionCAB121 { text-align: center; width: 7%; font-size: 14px; }#GestionCAB122 { text-align: center; width: 8%; font-size: 14px; }#GestionCAB123 { text-align: center; width: 25%; font-size: 14px; }#GestionCAB124 { text-align: center; width: 20%; font-size: 14px; }#GestionCAB125 { text-align: center; width: 20%; font-size: 14px; }#GestionCAB126 { text-align: center; width: 20%; font-size: 14px; }#GestionCAB127 { text-align: center; width: 8%; font-size: 14px; }#GestionCUE121 { text-align: center; width: 7%; font-size: 14px; }#GestionCUE122 { text-align: right; width: 8%; font-size: 14px; }#GestionCUE123 { text-align: left; width: 25%; font-size: 14px; }#GestionCUE124 { text-align: right; width: 20%; font-size: 14px; }#GestionCUE125 { text-align: right; width: 20%; font-size: 14px; }#GestionCUE126 { text-align: right; width: 20%; font-size: 14px; }#GestionCUE127 { text-align: center; font-size: 11px; cursor: pointer; } /*width: 5%; Falla al poner el %*//* ****************************************** *//* Fin: Datos para Gestion Contable - Apuntes *//* ****************************************** *//* ********************************************** *//* Inicio: Datos para Gestion Contable - Asientos *//* ********************************************** */#IDGestionCAB131 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */}#IDGestionCAB131 table {	width: 85%;}#IDGestionCAB131 th {	height: 20px;	background-color: #B0C4DE;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDGestionCAB131 td {	height: 20px;	background-color: #FFFFFF;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDGestionCAB131 img {	width: 25px;	height: 25px;	border: 0px;}#GestionCAB131 { text-align: center; width: 10%; font-size: 14px; }#GestionCAB132 { text-align: center; width: 25%; font-size: 14px; }#GestionCAB133 { text-align: center; width: 25%; font-size: 14px; }#GestionCAB134 { text-align: center; width: 14%; font-size: 14px; }#GestionCAB135 { text-align: center; width: 14%; font-size: 14px; }#GestionCAB136 { text-align: center; width: 14%; font-size: 14px; }#GestionCAB137 { text-align: center; width: 8%; font-size: 14px; }#GestionCUE131 { text-align: left; width: 10%; font-size: 14px; }#GestionCUE132 { text-align: left; width: 25%; font-size: 14px; }#GestionCUE133 { text-align: left; width: 25%; font-size: 14px; }#GestionCUE134 { text-align: right; width: 14%; font-size: 14px; }#GestionCUE135 { text-align: right; width: 14%; font-size: 14px; }#GestionCUE136 { text-align: right; width: 14%; font-size: 14px; }#GestionCUE137 { text-align: center; font-size: 11px; cursor: pointer; } /*width: 5%; Falla al poner el %*//* ******************************************* *//* Fin: Datos para Gestion Contable - Asientos *//* ******************************************* *//* ********************************** *//* Inicio Datos para Gestion Informes - Control de Gestión y Comparativa de Ejercicios *//* ********************************** */#DivGraficoT1a { height: 150px; }#DivGraficoT1 { 	/*background-color: #E6E6E6;*/	/*border: 1px solid #000080;*/	float: left;	cursor: pointer;	/*width: 300px;*/	overflow-y: auto;	/*overflow-y: scroll;*/	margin: 0px 20px 0px 10px;	height: 450px;}#TablaGraficoT1 { border: 1px solid #000080; margin: 0px 0px 0px 5px; height: 50px; float: left; }#TablaGraficoT1 table { border: 1px solid #000080; }#TablaGraficoT1 th { text-align: center; background-color: #CECEF6; color: #000080; font-size: 15px; } #TablaGraficoT1 td { background-color: #F2F2F2; color: #000080; font-size: 12px; } #GraficoT101 { text-align: left; width: 80px; }#GraficoT102 { text-align: left; width: 250px; }#GraficoT103 { text-align: center; width: 10px; }#DivGraficoT2 {	/*background-color: #E6E6E6;*/	/*border: 1px solid #000080;*/	float: left;	cursor: pointer;	/*width: 20%;*/	/*overflow-y: auto;*/	/*overflow-y: scroll;*/	margin: 0px 20px 0px 10px;	/*height: 350px;*/	}#TablaGraficoT2 { border: 1px solid #000080; margin: 0px 0px 0px 5px; height: 50px; float: left; }#TablaGraficoT2 table { border: 1px solid #000080; }#TablaGraficoT2 th { text-align: center; background-color: #CECEF6; color: #000080; font-size: 15px; } #TablaGraficoT2 td { background-color: #F2F2F2; color: #000080; font-size: 15px; } #TablaGraficoT2 td:nth-child(1)   { background-color: #CECEF6; }#GraficoT201 { text-align: center; width: 90px; }#GraficoT202 { text-align: right; width: 150px; }#DivGraficoT3 {	background-color: #E6E6E6;	border: 1px solid #000080;	float: right;	cursor: all-scroll;	/**position: static;**/	/*margin: -150px 10px 0px 10px;*/	/*position: relative;*/	/*margin: 0px 20px 0px 20px;*/	/*width: 700px;*/	height: 450px;}#TablaGraficoT3 { margin: 0px 0px 0px 5px; float: right; }/* Marina */#mainContent {	overflow: hidden !important;}#imgGraficoT1 { width: 150px; height: 100px; }#imgGraficoT1:hover { cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#imgCajaGraficoT1 { width: 20%; float: left; border-top-left-radius: 40px 20px; margin: 0px 0px 0px 0px; }.imgCajaGraficoT1 { float: left; margin: 0px 0px 0px 10px; }#imgGraficoT2 { width: 450px; height: 90px; }#imgGraficoT2:hover { cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#imgCajaGraficoT2 { width: 48%; float: left; border-top-left-radius: 40px 20px; margin: 0px 0px 0px 0px; }.imgCajaGraficoT2 { float: center; margin: 0px 20px 0px 90px; }#IDInformesCAB11 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */}#IDInformesCAB11 table {	width: 40%;}#IDInformesCAB11 th {	height: 20px;	background-color: #B0C4DE;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDInformesCAB11 td {	height: 20px;	background-color: #FFFFFF;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDInformesPIE11 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 60px; */}#IDInformesPIE11 table {	width: 40%;}#IDInformesPIE11 th {	border-color: #000080;	background-color: #B0C4DE;	height: 20px;}#IDInformesPIE11 td {	height: 20px;	background-color: #FFFFFF;}#IDInformesPIE11 img {	width: 30px;	border: 0px;}#InformesCAB11 { text-align: center; width: 70px; font-size: 14px; }#InformesCAB12 { text-align: center; width: 500px; font-size: 14px; }#InformesCAB13 { text-align: center; width: 70px; font-size: 14px; }#InformesPIE11 { text-align: left; width: 70px; font-size: 14px; cursor: hand; }#InformesPIE12 { text-align: center; width: 500px; font-size: 14px; }#InformesPIE13 { text-align: center; width: 70px; font-size: 14px; cursor: pointer; }/* ******************************* *//* Fin Datos para Gestion Informes - Control de Gestión y Comparativa de Ejercicios *//* ******************************* *//* ***************************** *//* Inicio: Datos para Relaciones *//* ***************************** */#ContainerRelacion01 {	background-color: #E6E6E6;	border: 1px solid #000080;	/*top: 0px;*/	/*left: 550px;*/	/*margin: 0 auto;*/	vertical-align: middle;	float: center;	width: 95%;	display: inline-block !important;	/*width: 620px;*/}#IDRelacionCAB01 {	margin: 0px 0px 0px 0px;	height: 50px;	width: 100%;	display: inline-block;	/*width: 640px;*/}#IDRelacionCAB01 table {    /*width: 620px;*/	/*border: 1px solid;*/	height: 10px;	width: 100%;	display: inline-block;}#IDRelacionCAB01 th {	/*border: 1px solid;*/	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDRelacionCAB01 td {	/*border: 1px solid;*/	height: 10px;	background-color: #FFFFFF;}#RelacionCAB00 { text-align: center; width: 100%; font-size: 14px; }#RelacionCAB01 { text-align: center; width: 4%; font-size: 13px; }#RelacionCAB02 { text-align: center; width: 6%; font-size: 13px; }#RelacionCAB03 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB04 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB05 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB06 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB07 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB08 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB09 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB10 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB11 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB12 { text-align: center; width: 8%; font-size: 13px; }#RelacionCAB13 { text-align: center; width: 3%; font-size: 13px; }#RelacionCAB14 { text-align: center; width: 3%; font-size: 13px; }#RelacionCAB15 { text-align: center; width: 3%; font-size: 13px; }#RelacionCAB16 { text-align: center; width: 3%; font-size: 13px; }#IDRelacionCUE01 {	margin: 0px 0px 0px 0px;	overflow-y: scroll;	height: 210px; /*320px;*/	/*width: 640px;*/}#IDRelacionCUE01 table {	/*width: 620px;*/	border: 1px solid;	/*height: 10px;*/	width: 100%;	/*display: block;*/}#IDRelacionCUE01 th {	/*border: 1px solid;*/	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDRelacionCUE01 td {	/*border: 1px solid;*/	height: 10px;}#IDRelacionCUE01 tr {	 background-color: #FFFFFF;}#IDRelacionCUE01 img {	/*width: 15px;*/	width: 50%;	height: 15px;}#RelacionCUE01 { text-align: center; width: 4%; font-size: 13px; }#RelacionCUE02 { text-align: left; width: 6%; font-size: 13px; }#RelacionCUE03 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE04 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE05 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE06 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE07 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE08 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE09 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE10 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE11 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE12 { text-align: left; width: 8%; font-size: 13px; }#RelacionCUE13 { text-align: center; width: 3%; font-size: 13px; cursor: pointer; background-color: #D3D3D3; }#RelacionCUE14 { text-align: center; width: 3%; font-size: 13px; cursor: pointer; background-color: #D3D3D3; }#RelacionCUE15 { text-align: center; width: 3%; font-size: 13px; cursor: pointer; background-color: #D3D3D3; }#Formulario_Relacion01 {	font-size: 14px;	/*margin: 0px 10px 0px 10px;*/	text-align: center;}#IDRelacionPIE01 {	margin: 0px 0px 0px 0px;	 /* top-right-bottom-left - 0px 0px 0px 60px; */	/*font-size: 12px;*/	/*width: 640px;*/}#IDRelacionPIE01 table {    /*width: 620px;*/	/*margin: 0px 100px 0px 100px;*/	height: 10px;	width: 80%;	display: inline;}#IDRelacionPIE01 th {	border: 1px solid;	/*border-radius: 5px 5px;*/	border-color: #000080;	background-color: #B0C4DE;	height: 10px;}#IDRelacionPIE01 td {	border: 1px solid;	background-color: #B0C4DE;	height: 10px;	font-size: 13px;}#IDRelacionPIE01 tr {	border: 1px solid;	background-color: #FFFFFF;}#IDRelacionPIE01 img {	/*width: 20px;*/	width: 50%;	height: 20px;	border: 0px;}#tdRelacionPIE01 { font-size: 13px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE02 { font-size: 13px; width: 10%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE03 { font-size: 13px; width: 6%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE04 { font-size: 13px; width: 13%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE05 { font-size: 13px; width: 13%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE06 { font-size: 13px; width: 18%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE07 { font-size: 13px; width: 18%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE08 { font-size: 13px; width: 6%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE09 { font-size: 13px; width: 13%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE10 { font-size: 13px; width: 13%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE11 { font-size: 13px; width: 18%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#tdRelacionPIE12 { font-size: 13px; width: 18%; color: #000080; font-weight: bold; text-align: center; background-color: #B0C4DE; }#RelacionPIE01 { text-align: center; width: 100%; font-size: 13px; cursor: hand; background-color: #D3D3D3; }#RelacionPIE02 { text-align: center; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE03 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE04 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE05 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE06 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE07 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE08 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE09 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE10 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE11 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE12 { text-align: left; width: 100%; font-size: 13px; cursor: hand; }#RelacionPIE13 { text-align: center; width: 30%; font-size: 13px; cursor: pointer;	background-color: #D3D3D3;	border-color: #000080;}#RelacionPIEC01 { text-align: center; width: 10%; font-size: 16px; }/* ************************** *//* Fin: Datos para Relaciones *//* ************************** *//* *****************************************/* SII - Suministro Inmediato de Información/* *****************************************/* ********************** *//* Inicio: Datos para SII *//* ********************** */#DivSII001 form {	padding: 20px 20px 20px 20px; /* top-right-bottom-left*/	font-size: 14px;	text-align: left;}#DivSII001 {	width: 25%;	float: left;	border-top-left-radius: 40px 40px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 10px 30px;}#DivSII002 form {	padding: 20px 20px 20px 20px;	font-size: 14px;	text-align: left;}#DivSII002 {	width: 35%;	float: left;	border-top-left-radius: 40px 20px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 10px 10px;}#DivSII002Clear { clear: both; }#DivSII003 form {	padding: 20px 20px 20px 20px;	font-size: 14px;	text-align: left;}#DivSII003 {	width: 30%;	float: left;	border-top-left-radius: 40px 20px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 10px 10px;}#DivSII003Clear { clear: both; }#DivCuerpoSII {	font-size: 18px;	margin: 0px 30px 0px 80px;  /* top-right-bottom-left */	text-align: center;	clear:both;}.LabelSII001 {	margin: 5px auto;}.LabelSII001 label {	display: inline-block;	vertical-align: top;	width: 100%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	color: #000080;	background-color: #B0C4DE;	border: 1px solid #000;}.LabelSII001.LabelPequ {	width: 49.2%;	display: inline-block;	vertical-align: top;}.LabelSII002 {	margin: 5px auto;}.LabelSII002 label {	display: inline-block;	vertical-align: top;	width: 100%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	color: #000080;	background-color: #B0C4DE;	border: 1px solid #000;}.LabelSII002 input,.LabelSII002 textarea,.LabelSII002 datepicker,.LabelSII002 select {	display: inline-block;	vertical-align: top;	width: 100%;	height: 24px;	padding: 0 4px;	border: 1px solid #000;}.LabelSII002 textarea {	height: 57px;	padding: 4px 1px;}.LabelSII002.LabelPequ {	width: 49.2%;	display: inline-block;	vertical-align: top;}.LabelSII003 {	margin: 5px auto;}.LabelSII003 label {	display: inline-block;	vertical-align: top;	width: 100%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	color: #000080;	/*background-color: #B0C4DE;*/	border: 1px solid #000;	border-color: #D3D3D3;}.LabelSII003.LabelPequ {	width: 49.2%;	display: inline-block;	vertical-align: top;}.LabelSII003 hr {	display: inline-block;	vertical-align: top;	width: 100%;	margin-right: 1%;	padding: 3px 3px 3.8px 3px;	font-weight: 700;	background-color: #D3D3D3;}.LabelSII004 hr {	color: #B0C4DE;	background-color: #B0C4DE;	display: inline-block;	vertical-align: top;	height: 100%;	width: 100%;	margin-right: 1%;	padding: 1px 1px 1.8px 1px;	font-weight: 700;}/* ******************************************************** *//* Desde aqui para el caso de varios datos en la misma fila *//* ******************************************************** */.LabelSII001a,.LabelSII001a2, .LabelSII001a3,.LabelSII001a5 {	margin: 3px auto;	overflow: hidden;}.LabelSII001a7 {	margin: 3px auto;	overflow: hidden;}.LabelSII001a label,.LabelSII001a2 label,.LabelSII001a3 label,.LabelSII001a5 label {	display: inline-block;	vertical-align: top;	width: 46%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	text-align: center;	color: #000080;	background-color: #B0C4DE;	border: 1px solid #000;}.LabelSII001a7 label {	display: inline-block;	vertical-align: top;	width: 46%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	text-align: center;	color: #000080;	background-color: #B0C4DE;	border: 1px solid #000;}.LabelSII001a2 label:nth-child(2) { width: 52%; margin-right: 0; float: right; }.LabelSII001a3 label:first-child { width: 30%; }.LabelSII001a3 label:nth-child(2) { width: 30%; margin-right: 0; }.LabelSII001a3 label:last-child { width: 35%;	margin-right: 0; float: right; }.LabelSII001a5 label:first-child { width: 15%; }.LabelSII001a5 label:nth-child(2) { width: 20%; margin-right: 1%; }.LabelSII001a5 label:nth-child(3) { width: 20%; margin-right: 1%; }.LabelSII001a5 label:nth-child(4) { width: 15%; margin-right: 1%; }.LabelSII001a5 label:last-child { width: 20%; margin-right: 1%; float: right; }.LabelSII001a7 label:first-child { width: 9%; }.LabelSII001a7 label:nth-child(2) { width: 17%; margin-right: 1%; }.LabelSII001a7 label:nth-child(3) { width: 17%; margin-right: 1%; }.LabelSII001a7 label:nth-child(4) { width: 23%; margin-right: 1%; }.LabelSII001a7 label:last-child { width: 23%; margin-right: 1%; float: right; }/* ******************************************************** *//* Hasta aqui para el caso de varios datos en la misma fila *//* ******************************************************** */#DivSII001ob form {	padding: 20px 0px 0px 0px; /* top-right-bottom-left*/	font-size: 14px;	text-align: left;}#DivSII001ob {	/*width: 2%;*/	float: left;	margin: 10px 0px 0px 0px;}.LabelSII001ob {	margin: 5px auto;}.LabelSII001ob label {	display: inline-block;	vertical-align: top;	/*width: 2%;*/	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	color: #000080;	/*background-color: #B0C4DE;*/	border: 1px solid #B0C4DE;}#IDSIICAB001ob {	height: 30px;	width: 15px; }	#SIIDato000 { text-align: left; width: 50px; font-size: 14px; cursor: hand; }#SIIDato001 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato002 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#SIIDato003 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato004 { text-align: center; width: 50px; font-size: 14px; cursor: hand; }#SIIDato005 { text-align: center; width: 50px; font-size: 14px; cursor: hand; }#SIIDato006 { text-align: left; width: 100px; font-size: 14px; cursor: hand; }#SIIDato007 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#SIILista1  { margin: 0 auto; float: left; }#SIILista2  { margin: 0 auto; float: left; }/* ******************* *//* Fin: Datos para SII *//* ******************* *//* ******************************* *//* Inicio: Datos para SII - Inicio *//* ******************************* */#IDSIICAB21 {	margin: 0px 20px 0px 20px;	 /* top-right-bottom-left - 0px 0px 0px 40px; */}#IDSIICAB21 table {	width: 60%;}#IDSIICAB21 th {	height: 20px;	background-color: #B0C4DE;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDSIICAB21 td {	height: 20px;	background-color: #FFFFFF;	border-color: #000080;	border-style: solid; border-width: 1px 1px 1px 1px;}#IDSIICAB21 img {	width: 25px;	height: 25px;	border: 0px;}#SIICAB21 { text-align: center; width: 10%; font-size: 13px; }#SIICAB22 { text-align: center; width: 10%; font-size: 13px; }#SIICAB23 { text-align: center; width: 10%; font-size: 13px; }#SIICAB24 { text-align: center; width: 16%; font-size: 13px; }#SIICAB25 { text-align: center; width: 20%; font-size: 13px; }#SIICAB26 { text-align: center; width: 15%; font-size: 13px; }#SIICAB27 { text-align: center; width: 10%; font-size: 13px; }#SIICUE21 { text-align: right; width: 10%; font-size: 13px; }#SIICUE22 { text-align: center; width: 10%; font-size: 13px; }#SIICUE23 { text-align: center; width: 10%; font-size: 13px; }#SIICUE24 { text-align: center; width: 16%; font-size: 13px; }#SIICUE25 { text-align: center; width: 20%; font-size: 13px; }#SIICUE26 { text-align: center; width: 15%; font-size: 13px; }#SIICUE27 { text-align: center; width: 10%; font-size: 13px; }#SIICUE28 { text-align: center; font-size: 13px; cursor: pointer; } /*width: 5%; Falla al poner el %*//* **************************** *//* Fin: Datos para SII - Inicio *//* **************************** *//* ***************************** *//* Inicio: Datos para SII - LRFE *//* ***************************** */#DivSII100  {	clear: both;	height: 380px; /*440px*/	overflow: hidden;	overflow-y: scroll;	width: 100%;}#DivSII101 form {	padding: 20px 20px 20px 20px; /* top-right-bottom-left*/	font-size: 14px;	text-align: left;}#DivSII101 {	width: 25%;	float: left;	border-top-left-radius: 40px 40px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 0px 30px;  /* top-right-bottom-left */		/*	height: 360px;    overflow: hidden;    overflow-y: scroll;    position: relative;	*/}#DivSII101Clear { clear: both; }#DivSII102 form {	padding: 20px 20px 20px 20px;	font-size: 14px;	text-align: left;}#DivSII102 {	width: 45%;	float: left;	border-top-left-radius: 40px 20px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 0px 10px;  /* top-right-bottom-left */		/*	height: 360px;    overflow: hidden;    overflow-y: scroll;    position: relative;	*/}#DivSII103 form {	padding: 20px 20px 20px 20px;	font-size: 14px;	text-align: left;}#DivSII103 {	width: 20%;	float: left;	border-top-left-radius: 40px 20px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 0px 10px;  /* top-right-bottom-left */	/*	height: 360px;    overflow: hidden;    overflow-y: scroll;    position: relative;		*/}#SIIDato101 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato102 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#SIIDato103 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#SIIDato104 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato105 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato106 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#SIIDato107 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato108 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato109 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato110 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato111 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato112 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato113 { text-align: right; width: 200px; font-size: 14px; cursor: hand; }#SIIDato114 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato115 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato116 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }/*#SIIDato117 { text-align: left; width: 200px; font-size: 14px; cursor: hand; visibility:hidden; }*/#SIIDato117 { text-align: left; width: 500px; font-size: 14px; cursor: hand; background-color: #E0E6F8; }#SIIDato118 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato119 { text-align: right; width: 130px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato120 { text-align: right; width: 120px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato121 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato122 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato123 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato124 { text-align: right; width: 130px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato125 { text-align: right; width: 120px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato126 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato127 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato128 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato129 { text-align: right; width: 130px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato130 { text-align: right; width: 120px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato131 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato132 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato133 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato134 { text-align: right; width: 130px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato135 { text-align: right; width: 120px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato136 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato137 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato138 { text-align: left; width: 500px; font-size: 14px; cursor: hand; background-color: #E0E6F8; }#SIIDato139 { text-align: right; width: 200px; font-size: 14px; cursor: hand; background-color: #E0E6F8; }#SIIDato140 { text-align: right; width: 200px; font-size: 14px; cursor: hand; background-color: #E0E6F8; }#SIIDato141 { text-align: right; width: 200px; font-size: 14px; cursor: hand; background-color: #E0E6F8; }#SIIDato142 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato143 { text-align: left; width: 300px; font-size: 14px; cursor: hand; }#SIIDato144 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato145 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato146 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato147 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato148 { text-align: left; width: 500px; font-size: 14px; cursor: hand }#SIIDato149 { text-align: left; width: 400px; font-size: 14px; cursor: hand }#SIIDato150 { text-align: left; width: 120px; font-size: 14px; cursor: hand }#SIIDato151 { text-align: left; width: 400px; font-size: 14px; cursor: hand }#SIIDato152 { text-align: left; width: 120px; font-size: 14px; cursor: hand }#SIIDato153 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato154 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato155 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#DivSIICAB  {	clear: both;}#CabSII000 { text-align: left; width: 90px; font-size: 14px; cursor: hand; background-color: #E0E6F8; font-weight: bold; color: #000080; }#CabSII001 { text-align: left; width: 400px; font-size: 14px; cursor: hand; background-color: #E0E6F8; font-weight: bold; color: #000080; }#CabSII002 { text-align: left; width: 150px; font-size: 14px; cursor: hand; background-color: #E0E6F8; font-weight: bold; color: #000080; }#CabSII003 { text-align: center; width: 90px; font-size: 14px; cursor: hand; background-color: #E0E6F8; font-weight: bold; color: #000080; }#BotonSIIAceptar {	width: 240px;	height: 35px;	margin: 10px 0px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonSIIAceptar:focus { background-color: #ADD8E6; }#BotonSIIAceptar:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonSIIBorrar {	width: 240px;	height: 35px;	margin: 10px 0px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonSIIBorrar:focus { background-color: #ADD8E6; }#BotonSIIBorrar:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* Para poner una marca destrás de los input    Detrás de cada input poner: <span class="validity"></span>input:invalid+span:after {  content: '✖';  padding-left: 5px;}input:valid+span:after {  content: '✓';  padding-left: 5px;}*/input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {    -webkit-appearance: yes;    margin: 0;}#BotonSII001 {	/*background-image: url("../Imagenes/Imagen-DespIni.bmp") no-repeat; */	background-size: 25x 25px;	/*margin: 0px 10px 0px 10px;         /* top-right-bottom-left */	margin: 10px 20px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	border-style: outset;	border-color: #D3D3D3; /*#000080;*/	/*border-color: transparent;*/	text-align: justify;	cursor: pointer;	padding: 1px;	width: 30px;	height: 30px;}#BotonSII001:focus { background-color: #ADD8E6; }#BotonSII001:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonSII002 {	width: 110px;	height: 25px;	/*margin: 0px 0px 0px 50px;         /* top-right-bottom-left */	margin: 10px 30px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonSII002:focus { background-color: #ADD8E6; }#BotonSII002:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonSII003 {	width: 310px;	height: 25px;	/*margin: 0px 0px 0px 50px;         /* top-right-bottom-left */	margin: 10px 30px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonSII003:focus { background-color: #ADD8E6; }#BotonSII003:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* ************************** *//* Fin: Datos para SII - LRFE *//* ************************** *//* ***************************** *//* Inicio: Datos para SII - LRFR *//* ***************************** */#SIIDato201 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato202 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#SIIDato203 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#SIIDato204 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato205 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato206 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato207 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#SIIDato208 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato209 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#SIIDato210 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato211 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato212 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato213 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato214 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato215 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#SIIDato216 { text-align: right; width: 200px; font-size: 14px; cursor: hand; }#SIIDato217 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato218 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato219 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#SIIDato220 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato221 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato222 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato223 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato224 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato225 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato226 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato227 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato228 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato229 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato230 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato231 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato232 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato233 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato234 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato235 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato236 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato237 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato238 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato239 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato240 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato241 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato242 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato243 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato244 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato245 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato246 { text-align: right; width: 45px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato247 { text-align: right; width: 100px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato248 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato249 { text-align: right; width: 130px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato250 { text-align: right; width: 120px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato251 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato252 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato253 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato254 { text-align: right; width: 130px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato255 { text-align: right; width: 120px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato256 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato257 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato258 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato259 { text-align: right; width: 130px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato260 { text-align: right; width: 120px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato261 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato262 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato263 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato264 { text-align: right; width: 130px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato265 { text-align: right; width: 120px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato266 { text-align: right; width: 50px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato267 { text-align: right; width: 110px; font-size: 13px; cursor: hand; background-color: #E0E6F8; }#SIIDato268 { text-align: left; width: 500px; font-size: 14px; cursor: hand }#SIIDato269 { text-align: left; width: 400px; font-size: 14px; cursor: hand }#SIIDato270 { text-align: left; width: 120px; font-size: 14px; cursor: hand }#SIIDato271 { text-align: left; width: 400px; font-size: 14px; cursor: hand }#SIIDato272 { text-align: left; width: 120px; font-size: 14px; cursor: hand }#SIIDato273 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato274 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato275 { text-align: right; width: 200px; font-size: 14px; cursor: hand }#SIIDato276 { text-align: left; width: 120px; font-size: 14px; cursor: hand }#SIIDato277 { text-align: right; width: 200px; font-size: 14px; cursor: hand }/* ************************** *//* Fin: Datos para SII - LRFR *//* ************************** *//* ********************************* *//* Inicio Datos para Gestion Recibos *//* ********************************* */#CajaRecibosT0 {	font-size: 16px;	border-color: #000080;	margin-left: 30px;}#CajaRecibosT0Clear  { clear: both; }#imgRecibosT0 { float: left; margin: 10px 10px 10px 30px; width: 400px; height: 100px;} /* top-right-bottom-left */#imgRecibosT0:hover { cursor: pointer;	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* ****************************** *//* Fin Datos para Gestion Recibos *//* ****************************** *//* ************************************************************** *//* Inicio Datos para Gestion Recibos - Mantenimiento Propietarios *//* ************************************************************** */#DivRecibosCAB  {	clear: both;}#CabRecibos000 { text-align: left; width: 90px; font-size: 14px; cursor: hand; background-color: #E0E6F8; font-weight: bold; color: #000080; }#CabRecibos001 { text-align: right; width: 70px; font-size: 14px; cursor: hand; background-color: #E0E6F8; font-weight: bold; color: #000080; }#CabRecibos002 { text-align: left; width: 400px; font-size: 14px; cursor: hand; background-color: #E0E6F8; font-weight: bold; color: #000080; }#CabRecibos003 { text-align: left; width: 200px; font-size: 14px; cursor: hand; background-color: #E0E6F8; font-weight: bold; color: #000080; }#DivRecibos100  {	clear: both;	height: 320px; /*440px*/	overflow: hidden;	overflow-y: scroll;	width: 100%;}#DivRecibos001 form {	padding: 20px 20px 20px 20px; /* top-right-bottom-left*/	font-size: 14px;	text-align: left;}#DivRecibos001 {	width: 25%;	float: left;	border-top-left-radius: 40px 40px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 10px 30px;}#DivRecibos001Clear { clear: both; } #DivRecibos002 form {	padding: 20px 20px 20px 20px;	font-size: 14px;	text-align: left;}#DivRecibos002 {	width: 40%;	float: left;	border-top-left-radius: 40px 20px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 10px 10px;}#DivRecibos002Clear { clear: both; }#DivRecibos003 form {	padding: 20px 20px 20px 20px;	font-size: 14px;	text-align: left;}#DivRecibos003 {	width: 25%;	float: left;	border-top-left-radius: 40px 20px; 	border-color: #000080;	border-style: solid;	border-width: 1px 1px 1px 1px;	margin: 10px 10px 10px 10px;}#DivRecibos003Clear { clear: both; }.LabelRecibos001 {	margin: 5px auto;}.LabelRecibos001 label {	display: inline-block;	vertical-align: top;	width: 100%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	color: #000080;	background-color: #B0C4DE;	border: 1px solid #000;}.LabelRecibos001.LabelPequ {	width: 49.2%;	display: inline-block;	vertical-align: top;}.LabelRecibos002 {	margin: 5px auto;}.LabelRecibos002 label {	display: inline-block;	vertical-align: top;	width: 100%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	color: #000080;	background-color: #B0C4DE;	border: 1px solid #000;}.LabelRecibos002 input,.LabelRecibos002 textarea,.LabelRecibos002 datepicker,.LabelRecibos002 select {	display: inline-block;	vertical-align: top;	width: 100%;	height: 24px;	padding: 0 4px;	border: 1px solid #000;}.LabelRecibos002 textarea {	height: 57px;	padding: 4px 1px;}.LabelRecibos002.LabelPequ {	width: 49.2%;	display: inline-block;	vertical-align: top;}.LabelRecibos003 {	margin: 5px auto;}.LabelRecibos003 label {	display: inline-block;	vertical-align: top;	width: 100%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	color: #000080;	/*background-color: #B0C4DE;*/	border: 1px solid #000;	border-color: #D3D3D3;}.LabelRecibos003.LabelPequ {	width: 49.2%;	display: inline-block;	vertical-align: top;}.LabelRecibos003 hr {	display: inline-block;	vertical-align: top;	width: 100%;	margin-right: 1%;	padding: 3px 3px 3.8px 3px;	font-weight: 700;	background-color: #D3D3D3;}.LabelRecibos004 hr {	color: #B0C4DE;	background-color: #B0C4DE;	display: inline-block;	vertical-align: top;	height: 100%;	width: 100%;	margin-right: 1%;	padding: 1px 1px 1.8px 1px;	font-weight: 700;}/* ******************************************************** *//* Desde aqui para el caso de varios datos en la misma fila *//* ******************************************************** */.LabelRecibos001a,.LabelRecibos001a2, .LabelRecibos001a3,.LabelRecibos001a5 {	margin: 3px auto;	overflow: hidden;}.LabelRecibos001a7 {	margin: 3px auto;	overflow: hidden;}.LabelRecibos001a label,.LabelRecibos001a2 label,.LabelRecibos001a3 label,.LabelRecibos001a5 label {	display: inline-block;	vertical-align: top;	width: 46%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	text-align: center;	color: #000080;	background-color: #B0C4DE;	border: 1px solid #000;}.LabelRecibos001a7 label {	display: inline-block;	vertical-align: top;	width: 46%;	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	text-align: center;	color: #000080;	background-color: #B0C4DE;	border: 1px solid #000;}.LabelRecibos001a2 label:nth-child(2) { width: 52%; margin-right: 0; float: right; }.LabelRecibos001a3 label:first-child { width: 30%; }.LabelRecibos001a3 label:nth-child(2) { width: 30%; margin-right: 0; }.LabelRecibos001a3 label:last-child { width: 35%;	margin-right: 0; float: right; }.LabelRecibos001a5 label:first-child { width: 15%; }.LabelRecibos001a5 label:nth-child(2) { width: 20%; margin-right: 1%; }.LabelRecibos001a5 label:nth-child(3) { width: 20%; margin-right: 1%; }.LabelRecibos001a5 label:nth-child(4) { width: 15%; margin-right: 1%; }.LabelRecibos001a5 label:last-child { width: 20%; margin-right: 1%; float: right; }.LabelRecibos001a7 label:first-child { width: 9%; }.LabelRecibos001a7 label:nth-child(2) { width: 17%; margin-right: 1%; }.LabelRecibos001a7 label:nth-child(3) { width: 17%; margin-right: 1%; }.LabelRecibos001a7 label:nth-child(4) { width: 23%; margin-right: 1%; }.LabelRecibos001a7 label:last-child { width: 23%; margin-right: 1%; float: right; }/* ******************************************************** *//* Hasta aqui para el caso de varios datos en la misma fila *//* ******************************************************** */#DivRecibos001ob form {	padding: 20px 0px 0px 0px; /* top-right-bottom-left*/	font-size: 14px;	text-align: left;}#DivRecibos001ob {	/*width: 2%;*/	float: left;	margin: 10px 0px 0px 0px;}.LabelRecibos001ob {	margin: 5px auto;}.LabelRecibos001ob label {	display: inline-block;	vertical-align: top;	/*width: 2%;*/	margin-right: 1%;	padding: 3px 3px 3px 3px;	font-weight: 700;	color: #000080;	/*background-color: #B0C4DE;*/	border: 1px solid #B0C4DE;}#IDRecibosCAB001ob {	height: 30px;	width: 15px; }	#RecibosDato000 { text-align: right; width: 50px; font-size: 14px; cursor: hand; }#RecibosDato001 { text-align: right; width: 50px; font-size: 14px; cursor: hand; }#RecibosDato002 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato003 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#RecibosDato004 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato005 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato006 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato007 { text-align: center; width: 70px; font-size: 14px; cursor: hand; }#RecibosDato008 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#RecibosDato009 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato010 { text-align: left; width: 300px; font-size: 14px; cursor: hand; }#RecibosDato011 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#RecibosDato012 { text-align: right; width: 80px; font-size: 14px; cursor: hand; }#RecibosDato013 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato014 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato015 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#RecibosDato016 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#RecibosDato017 { text-align: right; width: 70px; font-size: 14px; cursor: hand; }#RecibosDato018 { text-align: right; width: 70px; font-size: 14px; cursor: hand; }#RecibosDato019 { text-align: left; width: 250px; font-size: 14px; cursor: hand; }#RecibosDato020 { text-align: left; width: 250px; font-size: 14px; cursor: hand; }#RecibosDato021 { text-align: left; width: 250px; font-size: 14px; cursor: hand; }#RecibosLista1  { margin: 0 auto; float: left; }#RecibosLista2  { margin: 0 auto; float: left; }#BotonRecibosAceptar {	width: 240px;	height: 35px;	margin: 10px 20px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonRecibosAceptar:focus { background-color: #ADD8E6; }#BotonRecibosAceptar:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonRecibosBorrar {	width: 240px;	height: 35px;	margin: 10px 0px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonRecibosBorrar:focus { background-color: #ADD8E6; }#BotonRecibosBorrar:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonRecibos001 {	/*background-image: url("../Imagenes/Imagen-DespIni.bmp") no-repeat; */	background-size: 25x 25px;	/*margin: 0px 10px 0px 10px;         /* top-right-bottom-left */	margin: 10px 20px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	border-style: outset;	border-color: #D3D3D3; /*#000080;*/	/*border-color: transparent;*/	text-align: justify;	cursor: pointer;	padding: 1px;	width: 30px;	height: 30px;}#BotonRecibos001:focus { background-color: #ADD8E6; }#BotonRecibos001:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonRecibos002 {	width: 110px;	height: 25px;	/*margin: 0px 0px 0px 50px;         /* top-right-bottom-left */	margin: 10px 30px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonRecibos002:focus { background-color: #ADD8E6; }#BotonRecibos002:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}#BotonRecibos003 {	width: 310px;	height: 25px;	/*margin: 0px 0px 0px 50px;         /* top-right-bottom-left */	margin: 10px 30px 0px 0px;         /* top-right-bottom-left */	font-size: 12px;	font-weight: bold;	text-align: center;	cursor: pointer;	color: #000080; /*#FF0000;*/	background-color: #D3D3D3;	border-style: outset;	border-color: #000080;	/*padding: 10px;*/	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;}#BotonRecibos003:focus { background-color: #ADD8E6; }#BotonRecibos003:hover {	cursor: pointer;	-webkit-box-shadow: 0px 0px 10px 0px #000080;	-moz-box-shadow:    0px 0px 10px 0px #000080;	box-shadow:         0px 0px 10px 0px #000080;}/* *********************************************************** *//* Fin Datos para Gestion Recibos - Mantenimiento Propietarios *//* *********************************************************** *//* *************************************************************** *//* Inicio Datos para Gestion Recibos - Mantenimiento Arrendatarios *//* *************************************************************** */#RecibosDato101 { text-align: right; width: 80px; font-size: 14px; cursor: hand; }#RecibosDato102 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato103 { text-align: left; width: 200px; font-size: 14px; cursor: hand; }#RecibosDato104 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato105 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato106 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato107 { text-align: center; width: 70px; font-size: 14px; cursor: hand; }#RecibosDato108 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato109 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato110 { text-align: left; width: 300px; font-size: 14px; cursor: hand; }#RecibosDato111 { text-align: left; width: 120px; font-size: 14px; cursor: hand; }#RecibosDato112 { text-align: right; width: 130px; font-size: 14px; cursor: hand; }#RecibosDato113 { text-align: center; width: 30px; font-size: 14px; cursor: hand; }#RecibosDato114 { text-align: right; width: 70px; font-size: 14px; cursor: hand; }#RecibosDato115 { text-align: left; width: 500px; font-size: 14px; cursor: hand; }#RecibosDato116 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }#RecibosDato117 { text-align: center; width: 130px; font-size: 14px; cursor: hand; }#RecibosDato118 { text-align: right; width: 70px; font-size: 14px; cursor: hand; }#RecibosDato119 { text-align: center; width: 30px; font-size: 14px; cursor: hand; }#RecibosDato120 { text-align: center; width: 50px; font-size: 14px; cursor: hand; }#RecibosDato121 { text-align: left; width: 250px; font-size: 14px; cursor: hand; }#RecibosDato122 { text-align: left; width: 250px; font-size: 14px; cursor: hand; }#RecibosDato123 { text-align: right; width: 130px; font-size: 14px; cursor: hand; }/* ************************************************************ *//* Fin Datos para Gestion Recibos - Mantenimiento Arrendatarios *//* ************************************************************ *//* ******************************************************** *//* Inicio Datos para Gestion Recibos - Parametros Generales *//* ******************************************************** */#RecibosDato201 { text-align: right; width: 50px; font-size: 14px; cursor: hand; }#RecibosDato202 { text-align: right; width: 70px; font-size: 14px; cursor: hand; }#RecibosDato203 { text-align: left; width: 250px; font-size: 14px; cursor: hand; }#RecibosDato204 { text-align: left; width: 400px; font-size: 14px; cursor: hand; }/* ***************************************************** *//* Fin Datos para Gestion Recibos - Parametros Generales *//* ***************************************************** *//* ************************************** *//* Inicio: Responsive Web Design - Marina *//* ************************************** */@media only screen and (max-width: 1024px) {	#mainContent { text-align: center; }	#DivCuerpo,	#DivCuerpo2 {		width: 80%;		margin: 0 5px;		vertical-align: top;	}	#DivCuerpo {width:100%}	#Caja11 { 		width: 100% !important;		min-width: 350px;		margin: 0 5px;		float: none;		/*display: inline-block;*/		vertical-align: top;		text-align: left;	}		/* Datos para programas de Gráficos */	#DivGraficoT1,	#DivGraficoT2 {		width: 48%;		min-width: 350px;		margin: 0 5px;		float: none;		display: inline-block;		vertical-align: top;		text-align: left;	}	#DivGraficoT3 {		display: block;		width: 100% !important;		min-width: 250px;		max-width: 700px;		margin: 20px auto;		float: none;	}	#TablaGraficoT1,	#TablaGraficoT2 {		width: 100% !important;	}	#TablaGraficoT3 {		float: none;		width: 100% !important;	}/* Datos para programas de Notas */	#ContainerNotas11 {		width: 100% !important;		/*width: auto;*/		height: 100%;		min-width: 180px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#IDNotasCAB11,	#IDNotasCUE11,	#IDNotasPIE11,	#Formulario_Notas {		/*width: 100%;*/		width: auto;		/*height: 100%;*/		min-width: 180px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#GridNotasCAB11,	#GridNotasCUE11,	#GridNotasPIE11 {		/*width: auto;*/		width: 100% !important;		float: none;	}/* Datos para Cabecera y Pie */	#DivCabeceras {		width: 80%;		/*min-width: 350px;*/		margin: 0 5px;		/*float: none;*/		/*display: inline-block;*/		vertical-align: top;		/*text-align: center;*/	}	#DivPie {		/*width: 100%;*/		/*min-width: 350px;*/		margin: 0 5px;		/*float: none;*/		/*display: inline-block;*/		vertical-align: top;		/*text-align: center;*/	}	#imgGen001 {		/*width: 100%;*/		/*min-width: 350px;*/		margin: 0 5px;		/*float: none;*/		/*display: inline-block;*/		vertical-align: top;		/*text-align: center;*/	}	h1 { 		width: 100% !important;	}	h2 { 		width: 100% !important;	}	h1.CabePie { 		width: 100% !important;	}	h2.CabePie { 		width: 100% !important;	}	/* Datos para programas de Agenda */		#Caja1  { 		width: 100% !important;		min-width: 350px;		margin: 0 5px;		float: none;		/*display: inline-block;*/		vertical-align: top;		text-align: left;	}	#Caja2  {		width: 100% !important;		/*min-width: 350px;*/		margin: 0 5px;		/*float: none;*/		/*display: inline-block;*/		/*vertical-align: top;*/		/*text-align: left;*/	}	#ContainerTablaAgenda2 {		width: 40%;		height: 100%;		min-width: 280px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#ContainerTablaAgenda3,	#ContainerTablaAgenda4 {		width: 100% !important;		height: 100%;		min-width: 280px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}		#TablaAgenda2,	#TablaAgenda3,	#TablaAgenda4 {		/*width: auto;*/		width: 100% !important;		float: none;	}	#ContainerAgenda11 {		width: 100% !important;		/*width: auto;*/		height: 100%;		min-width: 180px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#IDAgendaCAB11,	#IDAgendaCUE11,	#IDAgendaPIE11 {		/*width: 100%;*/		width: auto;		/*height: 100%;*/		min-width: 180px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#GRIDAgendaCAB11,	#GRIDAgendaCUE11,	#GRIDAgendaPIE11 {		/*width: auto;*/		width: 100% !important;		float: none;	}	#ContainerAgenda61 {		width: 100% !important;		/*width: auto;*/		height: 100%;		min-width: 280px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#IDAgendaCAB61,	#IDAgendaCUE61,	#IDAgendaPIE61 {		/*width: 100%;*/		width: auto;		/*height: 100%;*/		min-width: 280px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#GRIDAgendaCAB61,	#GRIDAgendaCUE61,	#GRIDAgendaPIE61 {		/*width: auto;*/		width: 100% !important;		float: none;	}		#ContainerRelacion01 {		width: 100% !important;		/*width: auto;*/		height: 100%;		min-width: 280px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#IDRelacionCA061,	#IDRelacionCUE01,	#IDRelacionPIE01 {		/*width: 100%;*/		width: auto;		/*height: 100%;*/		min-width: 280px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	#GRIDRelacionCAB01,	#GRIDRelacionCUE01,	#GRIDRelacionPIE01 {		/*width: auto;*/		width: 100% !important;		float: none;	}			#DivSIICAB,	#DivSII001,	#DivSII001ob,	#DivSII002,	#DivSII003,	#DivSII100,	#DivSII101,	#DivSII102,	#DivSII103 {		width: 100% !important;		min-width: 450px;		margin: 0 5px;		float: none;		/*display: inline-block;*/		vertical-align: top;		text-align: left;	}	#IDSIICAB,	#IDSIICAB001,	#IDSIICAB002,	#IDSIICAB003 {		/*width: 100%;*/		width: auto;		/*height: 100%;*/		min-width: 380px;		float: none;		display: inline-block;		vertical-align: top;		text-align: center;	}	}/* *********************************** *//* Fin: Responsive Web Design - Marina *//* *********************************** */