.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: LightGray;
}
form {
	margin-block-end: 0px;
}

.titulo24 {
	font-size: 22px;
	font-weight: bold;
	color: white;
	background: #8594e4; 
	border-color: #6643b5;
	border-style: solid;
	border-width: 2px;
	border-radius: 15px;
	width:100%;
	margin-block-start: 1px;
	margin-block-end: 1px;
}
.menu1 {
	font-weight: bold;
	color: #8594e4;
}	
.divdatos {
	background: LightGray;
	font-weight: bold;
	color: #8594e4;
}
.divdatos_light {
	background:  #f1f1f1;
	font-weight: bold;
	color: #5172fd;
}
.divscroll {
	overflow-x: scroll;
	height: 950px; /* Set a specific height */
    overflow-y: auto; /* Add vertical scrollbar when content overflows */
}
.divancho {
	width:150%;
}

.tipolabel {
	background: transparent;
	font-weight: bold !important;
	color: #8594e4;
	font-size: 16px !important;
	border-width: 0px !important;
}
.tipolabel_medium {
	background: transparent;
	font-weight: bold !important;
	color: #5172fd;
	font-size: medium !important;
	border-width: 0px !important;
}
.labelventana {
	font-weight: bold !important;
	color: #5172fd;
	font-size: 13px !important;
	border-width: 0px !important;
}

.labelconsulta {
	font-weight: bold !important;
	color: #5172fd;
	font-size: 15px !important;
	border-width: 0px !important;
	background: transparent;
}

.tiponoinput {
	background: transparent !important;
	border-width: 0px !important;
}

.borderblue {
	border-color: #8594e4 ;
	border-style: solid;
	border-width: 1px;
}
.borderwhite {
	border-color: white ;
	border-style: solid;
	border-width: 1px;
}
.borderradio {
	border-color: white ;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
	color: black;
}
.labelcheck {
	font-weight: normal;
	color: black;
}
.tipoa {
	color:#5172fd;
	font-size:10px;
}

.check17 {
    width: 15px;
    height: 17px;
}
.checktabla {
  width:13px !important;
  height:13px !important;
}
.labeltabla {
  font-size:8px;
  height:20px;
  font-weight:normal;
}
.select13 {
  font-size:12px;
  height:25px;
  font-weight:normal;
}
.selectconsulta {
  font-size:17px;
  height:25px;
  font-weight:normal;
}

.pestana_activa {
	background: #C7C7C7;
}
.eliminado {
	background: #3b4881!important;
}
.seleccionado {
	background: #FFE4C4!important;
}

.descanso {
	background: slateblue!important;
}
.transparente {
	background: transparent!important;
	color: transparent!important;
}
.not-active { 
    pointer-events: none; 
    cursor: default; 
} 
.dia { 
	font-size: 16px;
    font-weight: bold;
    color: indigo;
}
.dia_actual { 
	font-size: 16px;
    font-weight: bold;
    color: red;
}
.div_modal {
	font-size: 10px;
}

.tr_12 {
	font-size: 12px!important;
}

.menu_programa {
	padding: 3px 16px 3px 12px!important;
}
.menu_submenu {
	padding: 3px 16px 3px 12px!important;
	font-weight:bold!important;
}
.oculto {
	display: none;
}
.checkelimina {
	
	border-color: red!important;
	background: red!important;
}

.mi-modal .w3-modal-content {
  width: 90%;
  max-width: 900px; /* Ancho máximo que no excederá en pantallas grandes */
}

div.uploadfoto {
    width: 150px;
    height: 23px;
    background: url("../img/boton_subir2.png");
    overflow: hidden;
}

div.uploadfoto input {
    display: block !important;
    width: 150px !important;
    height: 23px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

div.uploadarchivo {
    background: url("../img/subir_archivo.png");
	background-repeat: no-repeat;
    overflow: hidden;
}

div.uploadarchivo input {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

input[type=text] {
  font-size:12px;
  height:20px;
  font-weight:normal;
 
}
input[type=number] {
  font-size:12px;
  height:20px;
  font-weight:normal;
}
input[type=date] {
  font-size:12px;
  height:20px;
  font-weight:normal;
}
input[type=time] {
  font-size:12px;
  height:20px;
  font-weight:normal;
}
input[type=radio] {
  width:13px; 
  height:13px;
  margin-block-start: 1px;
  margin-block-end: 1px;
}
input[type=password] {
  font-size:12px;
  height:20px;
  font-weight:normal;
}
input[type=email] {
  font-size:12px;
  height:20px;
  font-weight:normal;
}

textarea {
  font-size:12px;
  font-weight:normal;
 field-sizing: content;
}
span {
  font-size:12px;
  font-weight:normal;
  resize:none;
}

select {
  font-size:12px;
  height:20px;
  font-weight:normal;
}
h3 {
  font-size:20px;
  margin-left:20px;
  font-weight:bold;
  margin-block-start: 1px;
  margin-block-end: 1px;
}
h4 {
  font-weight:bold;
  margin-block-start: 1px;
  margin-block-end: 1px;
}
 thead th {
    position: sticky; /* Fija la cabecera */
    top: 0; /* Posición superior */
    background-color: #f1f1f1; /* Fondo para que no sea transparente al hacer scroll */
	color: #8594e4;   
	z-index: 1; /* Asegura que la cabecera esté por encima de los datos */
  }
form {
	margin-block-end: 0px;
}
