/*@font-face {
    font-family: 'Din';
    src: url('../fonts/DIN-Light.eot');
    src: url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Light.woff2') format('woff2'),
        url('../fonts/DIN-Light.woff') format('woff'),
        url('../fonts/DIN-Light.svg#DIN-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Din';
    src: url('../fonts/DIN-BoldAlternate.eot');
    src: url('../fonts/DIN-BoldAlternate.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-BoldAlternate.woff2') format('woff2'),
        url('../fonts/DIN-BoldAlternate.woff') format('woff'),
        url('../fonts/DIN-BoldAlternate.svg#DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Din';
    src: url('../fonts/DIN-Regular.eot');
    src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Regular.woff2') format('woff2'),
        url('../fonts/DIN-Regular.woff') format('woff'),
        url('../fonts/DIN-Regular.svg#DIN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
loading
*/
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  margin-left:46%;
}

.loader {
  border: 8px solid #78B9F3;
  border-radius: 50%;
  border-top: 8px solid #0C5190;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




 /* CANDADO */
  
 .loader_access {
  width: 64px;
  height: 44px;
  position: relative;
  border: 5px solid #0C5190;
  border-radius: 8px;
}
.loader_access::before {
  content: '';
  position: absolute;
  border: 5px solid #0C5190;
  width: 32px;
  height: 28px;
  border-radius: 50% 50% 0 0;
  left: 50%;
  top: 0;
  transform: translate(-50% , -100%)

}
.loader_access::after {
  content: '';
  position: absolute;
  transform: translate(-50% , -50%);
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0C5190;
  box-shadow: 16px 0 #0C5190, -16px 0 #0C5190;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: rgba(44, 146, 237, 0.25);
    box-shadow: 16px 0 rgba(44, 146, 237, 0.25), -16px 0 rgba(44, 146, 237, 1);
  }
  50% {
    background-color: rgba(44, 146, 237, 1);
    box-shadow: 16px 0 rgba(44, 146, 237, 0.25), -16px 0 rgba(44, 146, 237, 0.25);
  }
  100% {
    background-color: rgba(44, 146, 237, 0.25);
    box-shadow: 16px 0 rgba(44, 146, 237, 1), -16px 0 rgba(44, 146, 237, 0.25);
  }
}
    
 /*   
.boton 
{
	background-color:#005190;
	border:1px solid #005190;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:13px;
	display:inline-block;
	cursor:pointer;
	color:#FFED00;
	font-family: Din, Arial, Helvetica;
	font-size:14px;
	padding:4px 17px;
	text-decoration:none;
	font-weight: bold;
}

.boton:hover {
	background-color:#FFED00;
	color:#005190;
	border:1px solid #005190;
}
.boton:active {
	position:relative;
	top:1px;
}

.botonSecundario 
{
	background-color:#FFED00;
	border:1px solid #005190;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:13px;
	display:inline-block;
	cursor:pointer;
	color:#005190;
	font-family: Din, Arial, Helvetica;
	font-size:14px;
	padding:4px 17px;
	text-decoration:none;
	font-weight: bold;
}

.botonSecundario:hover {
	background-color:#005190;
	color:#FFFFFF;
}
.botonSecundario:active {
	position:relative;
	top:1px;
}

.botonancho {
	background-color:#005190;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:24px;
	display:inline-block;
	cursor:pointer;
	color:#FFED00;
	font-family: Din, Arial, Helvetica;
	font-size:14px;
	padding:14px 25px;
	text-decoration:none;
	font-weight: bold;
}
.botonancho:hover {
	background-color:#005190;
	color:#FFFFFF;
}
.botonancho:active {
	position:relative;
	top:1px;
}

.botonRojo {
	background-color:#ff0000;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Din, Arial, Helvetica;
	font-size:14px;
	padding:7px 17px;
	text-decoration:none;
	font-weight: bold;
}
.botonRojo:hover {
	background-color:#ff0000;
}
.botonRojo:active {
	position:relative;
	top:1px;
}
*/

/* Base común */
.boton,
.botonSecundario,
.botonancho,
.botonRojo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    font-family: Din, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;

    border-radius: 24px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border: 1px solid transparent;
}

/* ========================= */
/* BOTÓN PRINCIPAL */
/* ========================= */
.boton {
    background: linear-gradient(to bottom, #0062b3, #004a82);
    color: #FFED00;
    border: 1px solid #004a82;
    padding: 6px 20px;
}

.boton:hover {
    background: linear-gradient(to bottom, #FFED00, #e6d800);
    color: #005190;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transform: translateY(-1px);
}

/* ========================= */
/* BOTÓN SECUNDARIO */
/* ========================= */
.botonSecundario {
    background: #FFED00;
    color: #005190;
    border: 1px solid #005190;
    padding: 6px 20px;
}

.botonSecundario:hover {
    background: #005190;
    color: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transform: translateY(-1px);
}

/* ========================= */
/* BOTÓN ANCHO */
/* ========================= */
.botonancho {
    background: linear-gradient(to bottom, #0062b3, #004a82);
    color: #FFED00;
    padding: 14px 28px;
}

.botonancho:hover {
    background: linear-gradient(to bottom, #005190, #003d6b);
    color: #FFFFFF;
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
    transform: translateY(-2px);
}

/* ========================= */
/* BOTÓN ROJO */
/* ========================= */
.botonRojo {
    background: linear-gradient(to bottom, #ff4d4d, #cc0000);
    color: #ffffff;
    padding: 8px 20px;
}

.botonRojo:hover {
    background: linear-gradient(to bottom, #e60000, #990000);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transform: translateY(-1px);
}

.icono-accion {
    font-size: 3rem;
    color: #005190;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 8px;
    border-radius: 50%;
}

/* Hover */
.icono-accion:hover {
    transform: scale(1.1);
    background-color: rgba(0,81,144,0.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Activo */
.icono-accion:active {
    transform: scale(0.95);
}



/*menu auxiliar*/
.underlinemenu{
	font-weight: bold;
	width: 100%; 
	position: absolute;  
	height:28px; 
	margin-top:10px; 
	top:0px;  
	font-family: Din, Arial, Helvetica; 
	font-size: 14px; 
	/*border-left: #005190 1px solid;
	border-right: #005190 1px solid;
	border-top: #005190 1px solid;
	*/
	z-index:1
	}
.underlinemenu ul{ margin: 0;text-align: right; height:30px; background-color: #CBE3F9;  position: absolute; right: 8px; -webkit-border-radius: 8px 0px 0px 8px; border-radius: 8px 0px 0px 8px; -moz-border-radius: 8px 0px 0px 8px;}
.underlinemenu ul li:first-child{border-left:none; }
.underlinemenu ul li{display: inline; border-left:#005190 1px solid; line-height:30px;  padding-left:8px; }

/*.underlinemenu ul li a{color: #005190;padding: 6px 3px 4px 3px; margin-right:10px; text-decoration: none; text-transform:uppercase;  padding-right:30px; }
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{color: #FFA726;transform: scale(1.05); }*/

.underlinemenu ul li a {
    color: #005190;
    padding: 6px 23px; 
    margin-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Din, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold; /* Hace la fuente un poco más visible */
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease; /* Animación suave */
}

.underlinemenu ul li a:hover,
.underlinemenu ul li a.selected {
    color: rgb(28, 153, 255); /* Naranja suave para el `hover` */
    transform: scale(1.05); /* Agranda el texto ligeramente */
}

/* Efecto subrayado moderno */
.underlinemenu ul li a::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 3px;
    width: 75%;
    height: 2px;
    background-color: rgb(28, 153, 255); /* Naranja suave a juego con el `hover` */
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.underlinemenu ul li a:hover::after,
.underlinemenu ul li a.selected::after {
    transform: scaleX(1);
    transform-origin: left;
}


.underlinemenu ul li a.ico_es,
.underlinemenu ul li a.ico_gb,
.underlinemenu ul li a.ico_pt {
    margin-right: 5px; /* Ajusta el espacio entre las banderas */
    padding: 6px 10px; /* Reduce el padding horizontal para que se acerquen más */
}

.underlinemenu ul li a.ico_es::after,
.underlinemenu ul li a.ico_gb::after,
.underlinemenu ul li a.ico_pt::after {
    content: none; /* Desactiva el pseudo-elemento para las banderas */
}

/* Contenedor flecha */
#toggleUnderMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background-color: #CBE3F9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    z-index: 2;
}

#toggleUnderMenu i {
    color: #005190;
    font-size: 14px;
}

/* Animación del menú */
.underlinemenu ul {
    transition: transform 0.3s ease;
}

/* Menú oculto */
.underlinemenu.oculto ul {
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

/* Ajuste para que la flecha quede visible */
.underlinemenu.oculto #toggleUnderMenu {
    right: 0;
}


.ico_contacto{ background-image:url(../images/n/ico_contacto.png); background-repeat:no-repeat; background-position:right;}
.ico_buzon{ background-image:url(../images/n/ico_buzon.png); background-repeat:no-repeat; background-position:right;}
.ico_candado{ background-image:url(../images/n/ico_candado.png); background-repeat:no-repeat; background-position:right;}
.ico_documento{ background-image:url(../images/n/ico_document.png); background-repeat:no-repeat; background-position:right;}
.ico_wurth{ background-image:url(../images/Wurth.png); background-repeat:no-repeat; background-position:right;}
.ico_help{ background-image:url(../images/n/ico_help.png); background-repeat:no-repeat; background-position:right;}
.ico_es{ background-image:url(/Extranet/images/es.png); background-repeat:no-repeat; background-position:right;}
.ico_gb{ background-image:url(/Extranet/images/gb.png); background-repeat:no-repeat; background-position:right;}
.ico_pt{ background-image:url(/Extranet/images/pt.png); background-repeat:no-repeat; background-position:right;}

/*menu principal*/

.menu_principal{font-family: Din, Arial, Helvetica; 
				font-size: 13px;
				overflow: hidden;
				text-transform:uppercase; 
				width:800px ;
				background-color: #005190; 
				-webkit-border-radius: 8px 8px 0px 0px;
				-moz-border-radius: 8px 8px 0px 0px;
				border-radius: 8px 8px 0px 0px;
				position: absolute;top: 80px;
				left: 190px;
				justify-content: space-around; 
				
				}


/*.menu_principal {
    font-family: Din, Arial, Helvetica;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%; 
    max-width: 800px; 
    background-color: #005190;
    border-radius: 8px 8px 0 0;
    left: 190px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    display: flex;
    justify-content: space-around; 
    padding: 10px 0;
    color: #fff; 
    transition: background-color 0.3s ease, box-shadow 0.3s ease; 
}
*/

				
.menu_principal ul{margin: 0;padding: 0;font: bold 13px Din;list-style-type: none;background-color: #CBE3F9;}
.menu_principal li{display: inline;margin: 0;}
.menu_principal li a{float: left;display: block;text-decoration: none;margin: 0;padding: 7px 7px; color:#005190;font-size:14px;background: #CBE3F9; font-weight:normal;border-bottom: #005190 1px solid;border-left: #005190 1px solid;border-right: #005190 1px solid;border-top: #005190 1px solid;-webkit-border-radius: 8px 8px 0px 0px;-moz-border-radius: 8px 8px 0px 0px;border-radius: 8px 8px 0px 0px;}
.menu_principal ul li a:hover{background:#ffffff; color:#005190; -webkit-border-radius: 8px 8px 0px 0px;-moz-border-radius: 8px 8px 0px 0px;border-radius: 8px 8px 0px 0px; }
.menu_principal ul li a.selected{background:#005190; color:#FFFFFF;-webkit-border-radius: 8px 8px 0px 0px;-moz-border-radius: 8px 8px 0px 0px;border-radius: 8px 8px 0px 0px;border-bottom: #005190 1px solid;border-left: #FFFFFF 1px solid;border-right: #FFFFFF 1px solid;border-top: #FFFFFF 1px solid;}

/*
.campo_cliente{ background-color: #CBE3F9; 
			height:40px; 
			line-height:17px;  
			position:absolute; 
			padding-top:6px; 
			padding-bottom:6px; 
			padding-left:13px; 
			padding-right:13px; 
			right:15px; 
			top:54px; 
			color:#005190;
			-webkit-border-radius: 8px 8px 8px 8px;
			-moz-border-radius: 8px 8px 8px 8px;
			border-radius: 8px 8px 8px 8px; 
			font-family: Din, Arial, Helvetica;
			font-size: 13px; 
			border-bottom: #005190 1px solid;
			border-left: #005190 1px solid;
			border-right: #005190 1px solid;
			border-top: #005190 1px solid; 
}
*/

.campo_cliente {
    background-color: #E3F2FD; /* Azul claro para darle suavidad al fondo */
    height:40px; 
    padding-top:6px; 
	padding-bottom:6px; 
	padding-left:13px; 
	padding-right:13px; 
    line-height: 1.4; /* Mejora la alineación del texto */
    position: absolute;
    right: 15px;
    top: 50px;
    color: #005190;
    border-radius: 10px;
    font-family: Din, Arial, Helvetica;
    font-size: 14px;
    border: 1px solid #005190; /* Un solo borde en vez de definir cada lado */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil para un efecto flotante */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.campo_cliente:hover {
    background-color: #D0E6F8; /* Color ligeramente más oscuro al pasar el cursor */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.campo_informacion {
	height: 31px;
	line-height: 35px;
	width: 100%;
	position: absolute;
	padding-right: 20px;
	top: -8px;
	right: 0px;
	color: #FFFF00;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	font-weight: normal;
	font-family: Din, Arial, Helvetica;
	font-size: 15px;
	background: -webkit-linear-gradient(left, #FFFFFF, #005190);	
}
.campo_aviso{ background-color: red; 
			  height:36px; 
			  line-height:36px; 
			  width:auto; 
			  position:absolute; 
			  padding-left:13px; 
			  padding-right:13px; 
			  right:623px; 
			  top:60px; 
			  color:#FFFFFF;
			  -webkit-border-radius: 8px 8px 8px 8px;
			  -moz-border-radius: 8px 8px 8px 8px;
			  border-radius: 8px 8px 8px 8px; 
			  font-family: Din, Arial, Helvetica; 
			  font-size: 20px; 
			  cursor: pointer; 
			  }
			  
/*.campo_conectado{ top: -26px; width: 200px; right: 278px; position: relative; cursor: pointer; background-color:#005190}

.campo_desconectado{ top: -76px; width: 200px; right: 278px; position: relative; cursor: pointer; background-color:#005190 }*/

.campo_conectado {
    top: -51px;
    width: auto;
    height:34px;
    right: 300px;
    text-transform: uppercase;
    padding: 8px 16px;
    position: relative;
    cursor: pointer;
    background-color: #5cb85c; /* Verde para indicar "Conectado" */
    color: white;
    font-size: 26px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.campo_conectado:hover {
    background-color: #4cae4c; /* Color más oscuro en hover */
}

.campo_desconectado {
    top: -102px;
    width: auto;
    height:34px;
    right: 300px;
    padding: 8px 16px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #d9534f; /* Rojo suave para indicar "Desconectado" */
    color: white;
    font-size: 26px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.campo_desconectado:hover {
    background-color: #c9302c; /* Color más oscuro en hover */
}




.campo_baja{ top: -24px; width: 200px; right: 324px; position: relative;  background-color:#005190 }


.iconos-superior {
    position: relative;
    top: -226px;      /* mismo nivel vertical que FIA */
    left: 480px;      /* punto inicial */
    display: flex;
    align-items: center;
    gap: 30px;        /* separación entre iconos */
}

.iconos-superior i,
.iconos-superior img {
    cursor: pointer;
}


.info-circle {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.info-circle i {
    color: #CC0000;
}


#cabecera{ width:100%; height:130px;   border-bottom:#CBE3F9 1px solid; }
#cabecera .telefono{ font-family: Din, Arial, Helvetica; font-size: 14px;left:190px; top:-9px; line-height:normal;margin-bottom:1em; font-weight:bold;color:#FFFFFF; height:25px; border-left:#FFED00 1px solid; border-right:#FFED00 1px solid;padding-left:10px;   position:absolute; margin-bottom:25px; margin-top:20px; padding-right:10px; cursor: pointer; z-index:2}

.logotipo_race2 {background-image:url(../images/raceES.jpg); background-repeat:no-repeat; height:100px; position:relative; top:-8px; left:18px; width:133px}
.logotipo_race2 h1{ display:none;}


.titulo1 {  font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: bold; color: #333333; background-color: #FFFFFF}

.parrafo1 {  font-family: Din, Arial, Helvetica; font-size: 13px; color: #333333; font-weight: normal}

a.enlace1:active {  font-family: Din, Arial, Helvetica; font-size: 13px; color: #DC0106; text-decoration: none; font-weight: bold}
a.enlace1:link {  font-family: Din, Arial, Helvetica; font-size: 13px; color: #DC0106; font-weight: bold; text-decoration: none}
a.enlace1:visited {  font-family: Din, Arial, Helvetica; font-size: 13px; color: #DC0106; text-decoration: none; font-weight: bold}
a.enlace1:hover {  font-family: Din, Arial, Helvetica; font-size: 13px; color: #033773; font-weight: bold}


.celda1 { background-color: #FFFFFF; font-family: Din, Arial, Helvetica; font-size: 13px; color: #333333; font-weight: normal}
.textogrande  {  font-family: Din, Arial, Helvetica; font-size: 15px; color: #005190; font-weight: normal}
.listado  {  font-family: Din, Arial, Helvetica; font-size: 14px; color: #005190; font-weight: normal}
.listado1 { background-color: #cbe3f9; font-family: Din, Arial, Helvetica; font-size: 13px; color: #333333; font-weight: bold}
.listado2 { background-color: #F0FAFF; font-family: Din, Arial, Helvetica; font-size: 13px; color: #333333; font-weight: bold}
.listador { background-color: rgb(255, 183, 183); font-family: Din, Arial, Helvetica; font-size: 13px; color: #333333; font-weight: bold}
.listado3 { background-color: #F0FAFF; font-family: Din, Arial, Helvetica; font-size: 13px; color: #FF0000; font-weight: bold}

.listadodiferido   { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #CC0033;}
.listadoanulado   { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #FF00FF; }
.listadopcierre   { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #FF8C55;}
.listadopterminacion { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #CBC603;}
.listadopvalidar  { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #0310AD;}
.listadopfacturar { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #FF0000;}
.listadofacturado { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #03C0A4;}
.listadootros { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #000000;}
.listadopaceptar { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #9D4410;}
.listadocaducado { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #A7A7A7;}
.listadoerror { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #0DF906;}
.listadorechazado { background-color: #f7f7f7; font-family: Din, Arial, Helvetica; font-size: 14px; color: #FF0000; }

.listadodiferido, .listadoanulado, .listadopcierre, .listadopterminacion, .listadopvalidar, .listadopfacturar, .listadofacturado, .listadootros, .listadopaceptar, .listadocaducado,  .listadoerror, .listadorechazado {
	letter-spacing: 0.5px;
}

.listadoServicios{
	text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.1);
}


.td-iconos {
    padding: 0; /* Elimina padding adicional */
    vertical-align: middle; /* Centrado vertical de la celda */
    border: none; /* Asegura que no hay borde en la celda */
    text-align: center; /* Centra horizontalmente el contenido */
    padding-top: 0px;
}


.icon-container {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se ajusten en varias filas */
    justify-content: center; /* Centra los íconos horizontalmente */
    align-items: center; /* Centra los íconos verticalmente */
    gap: 5px; /* Espacio entre los íconos */
    height: 100%; /* Asegura que ocupe toda la altura de la celda */
    line-height: 1; /* Elimina espacio extra causado por el line-height */
    padding: 6px;
}

.icon-container a {
    display: inline-flex; /* Asegura un comportamiento inline pero con flexbox */
    align-items: center; /* Centra los íconos dentro del enlace */
    justify-content: center;
    text-decoration: none; /* Elimina el subrayado de los enlaces */
    margin: 0; /* Elimina márgenes adicionales */
    padding: 0; /* Elimina relleno adicional */
}



.icon-container img {
   display: block; /* Evita el espacio generado por imágenes inline */
    margin: 0; /* Quita márgenes adicionales */
    vertical-align: middle; /* Asegura alineación */
}


.mediodesconectado { font-family: Din, Arial, Helvetica; font-size: 13px; color: #FF0000; font-weight: bold}
.medioconectado {  font-family: Din, Arial, Helvetica; font-size: 13px; color: #0fbd0f; font-weight: bold}

.activado  { background-color: #FFFFFF; font-family: Din, Arial, Helvetica; font-size: 13px; color: #1AFF1A; font-weight: bolder; text-transform: capitalize;}
.desactivado  { background-color: #FFFFFF; font-family: Din, Arial, Helvetica; font-size: 13px; color: #FF0000; font-weight: bolder; text-transform: capitalize;}




.anotacion{
	left: 0;
	top: 0;
	height: 100%;
	width: 97%;
	border-style: solid;
	border-width: 1px;
	background-color: #E1EEFB;
	height:auto;
	overflow:auto;
	/*arriba derecha content derecha  */ 
	scrollbar-base-color:#000000;
	scrollbar-face-color:#CFE0EF;
	scrollbar-highlight-color:#CFE0EF;
	scrollbar-3dlight-color:#144A87;
	/*scrollbar-darkshadow-color:#114277;*/
	scrollbar-shadow-color:#144A87;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#144A87;
	font-family: Din, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	padding:10px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
}





.botonlargo {
	background: url(../images/botonlargo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #033773;
	font-family: Din, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	height: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 160px;
	cursor: pointer;
	display:block;
}

submit {font:12pt Verdana; border:1px solid darkblue;cursor:pointer;background:#66CCFF}

/*
input{font-family: Din, Arial, Helvetica;
				color: #005190;
	 			font-size: 14px; 
	 			background-color: #FFFFFF;
	 			text-transform:none;
	 			border: 1px solid #005190;
	 			border-radius: 4px;
	 			-webkit-border-radius: 4px;
	 			-moz-border-radius: 4px;
	 			padding:2px;
	 			letter-spacing: 0.5px;}

.check{border:0}
.radio{border:0}


input[type="checkbox"],input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #FFED00;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  padding: 0px;
}
input[type="checkbox"]:hover,input[type="radio"]:hover {
  background: #9faab7;
}
input[type="checkbox"]:checked,input[type="radio"]:checked {
  background: #005190;
  
}
input[type="checkbox"]:checked::before,input[type="radio"]:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '\2714';
  display: inline-block;
  background: #005190;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  
}
input[type="checkbox"]:checked::after,input[type="radio"]:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
input[type="radio"],input[type="radio"]:checked::before,input[type="radio"]::after  {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
input[readonly], input[readonly="readonly"] 
{
	background-color:#DDDDDD;
}

select 
{  
	font-family: Din, Arial, Helvetica;
	font-size: 14px;
	color: #005190;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding:2px;
	letter-spacing: 0.5px;
	background-color: white;
	
}

.selectAjustada
{
	
    max-width: 100%; 
    box-sizing: border-box; 
}


*/

input {
    font-family: Din, Arial, Helvetica, sans-serif;
    color: #005190;
    font-size: 15px;
    background-color: #FFFFFF;
    text-transform: none;
    border: 1px solid #005190;
    border-radius: 6px;
    padding: 4px 6px;
    letter-spacing: 0.5px;

    transition: all 0.2s ease;
}

/* Hover sutil */
input:hover {
    border-color: #003d6b;
}

/* Focus moderno pero discreto */
input:focus {
    outline: none;
    border-color: #005190;
    box-shadow: 0 0 0 3px rgba(0,81,144,0.15);
}

/* Readonly más elegante */
input[readonly],
input[readonly="readonly"] {
    background-color: #eeeeee;
    border-color: #bbbbbb;
    color: #666666;
}

input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    position: relative;
    height: 20px;
    width: 20px;
    transition: all 0.2s ease;
    background: #d6dce3;
    border: 2px solid #005190;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0;
}

/* Hover */
input[type="checkbox"]:hover,
input[type="radio"]:hover {
    background: #c2ccd6;
}

/* Checked */
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background: #005190;
}

/* Check visual mejor centrado */
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    content: '\2714';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-size: 14px;
    color: #FFED00;
}

/* Radio redondo */
input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #FFED00;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

select {
    font-family: Din, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #005190;
    border-radius: 6px;
    padding: 6px 28px 2px 6px; /* top 6px, bottom 2px */
    letter-spacing: 0.5px;
    background-color: #FFFFFF;
    border: 1px solid #005190;
    transition: all 0.2s ease;
    cursor: pointer;

    /* No quitar la apariencia nativa */
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

select:hover {
    border-color: #003d6b;
    background-color: #f7faff;
}

select:focus {
    outline: none;
    border-color: #005190;
    box-shadow: 0 0 0 3px rgba(0, 81, 144, 0.15);
}

.selectAjustada {
    max-width: 100%; 
    box-sizing: border-box;
}



textarea {  font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: bold; color: #005190;text-transform:none; border-radius: 4px;-webkit-border-radius: 4px;  -moz-border-radius: 4px; padding:3px;}

.aviso_rojo { font-family: Din, Arial, Helvetica; font-size: 16px; font-weight: bold; color: #FF0000}
.importante      { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: normal; color: #FF0000; }
.txtgris-bold {  font-family: Din, Arial, Helvetica; font-size: 13px; font-style: normal; font-weight: bold; color: #7575FF; text-decoration: none}
.info-colab {  font-family: Din, Arial, Helvetica; font-size: 13px; font-style: normal; font-weight: bold; color: #005190; text-decoration: none}
.background {  background-color: #FFFFFF}
.tabla_texto_comun { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: normal; color: #000000}
.link_vacio {  font-family: Din, Arial, Helvetica; font-size: 18px; font-weight: bold; color: #005190}
.texto_gris_bold { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: normal; color: #6E6E6E}
.texto { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 16px; font-weight: normal; color: #005190; }
.textonegro_bold { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: bold; color: #000000}
.texto_indice_bold { 
	font-family: Din, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: normal; 
	color: #005190;
	letter-spacing: 0.5px;
	
	}
	
.texto_indice1_bold { 
		font-family: Din, Arial, Helvetica; 
		font-size: 13px; 
		color: #005190; 
		border-radius: 6px;
		-webkit-border-radius: 6px;  
		-moz-border-radius: 6px; 
		padding: 4px;
		letter-spacing: 0.5px;
		
}

.celdaAjustada{
	    position: relative; /* Permite que el select se ajuste dentro */
	    max-width: 100%; /* Evita que el contenido se salga del td */
        overflow: hidden;
        white-space: nowrap;
}
	
.texto_totales { font-family: Din, Arial, Helvetica; font-size: 14px; font-weight: bold; color: #005190}

.texto_indicegrande_bold { font-family: Din, Arial, Helvetica; font-size: 15px; color: #005190; font-weight: bold;}
.link_vacio3 { font-family: Din, Arial, Helvetica; font-size: 15px; color: #005190; font-weight: bold;}
.texto_indice_rojo { font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: bold; color: #FF0000}
.textoazul { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; color: #336699}
.textogris_bold { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: bold; color: #6E6E6E}
.texto_error {font-family: Din, Arial, Helvetica; font-size: 22px; font-weight: normal; color: #FF0000}
.texto_rojo {font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: bold; color: #FF0000}
.tabla_texto_comunazul { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: normal; color: #033773}
.tabla_texto_comungris { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: normal; color: #333333}
.tabla_fondo_azul { background-color: #033773; font-weight: normal}
.tabla_fondo_gris { background-color: #6E6E6E; font-weight: normal }
.tabla_fondo_gris1 { background-color: #CCCCCC; font-weight: normal }
.tabla_fondo_ama { background-color: #FFED00; font-weight: normal }
.link_vacio2 { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: bold; color: #033773 }
.tabla_texto_comunint { background-color: #FFFFFF ; font-family: Din, Arial, Helvetica; font-size: 13px; font-weight: normal; color: #000000 ; line-height: 10px}
.tabla_fondo_amabold { background-color: #FFED00; font-weight: bold; color: #033773}
.tabla_fondo_azulboldbl { background-color: #033773; font-weight: bold; color: #FFED00}
.tabla_fondo_grisbold { background-color: #CCCCCC; font-weight: bold; font-family: Din, Arial, Helvetica; font-size: 13px; color: #000000}
.tabla_fondo_azul_claro { background-color: #CFEEFF; font-weight: normal; font-family: Din, Arial, Helvetica; font-size: 13px; color: #000000 }
.tabla_fondo_azul_oscuro { background-color: #005190;  font-family: Din, Arial, Helvetica; font-size: 14px; color: #FFED00 ;border-left: solid 1px #FFED00;
    border-bottom: solid 1px #FFED00;
    border-top: solid 1px #FFED00;
    padding: 9px 4px;
    font-weight: 500;}

.tabla_fondo_azul_oscuro_grande { background-color: #6ACBFF; font-weight: bold; font-family: Din, Arial, Helvetica; font-size: 13px; color: #000000 }
.tabla_fondo_mapa { background-color: #D9F0CC; font-weight: normal }
.link_vacio3 { background-color: #CBE3F9 ; font-family: Din, Arial, Helvetica; font-size: 33px; font-weight: bold; color: #033773; font-variant: small-caps; padding: 30px;}
.tab{
	background-color: #005190;
   	border-bottom: 1px solid buttonshadow; 
   	border-left: 1px solid buttonshadow; 
   	border-right: 1px solid buttonshadow; 
   	border-top: 1px solid buttonshadow; 
	color: #FFFFFF;
	font-family: Din, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	padding: 3;
	text-align: left;
	width: 75;
	position: absolute;
	top: 2;
	z-index: 2;
	cursor: pointer;
}

.tabc{
	background-color: #f3f3f3;
   	border-bottom: 1px solid buttonshadow; 
   	border-left: 1px solid buttonshadow; 
   	border-right: 1px solid buttonshadow; 
   	border-top: 1px solid buttonshadow; 
	color: #808080;
	font-family: Din, Arial, Helvetica;
	font-size: 13px;
	height: 13px;
	padding: 3;
	text-align: left;
	position: absolute;
	top: 2;
	z-index: 2;
	cursor: pointer;
}

.scroll_azul{ 
 /*arriba derecha content derecha  */ 
 font-family: Din, Arial, Helvetica; 
 background-color: #FFFFFF; 
 scrollbar-base-color:#000000; 
 scrollbar-face-color:#CFE0EF; 
 scrollbar-highlight-color:#CFE0EF; 
 scrollbar-3dlight-color:#144A87; 
 /*scrollbar-darkshadow-color:#114277;*/ 
 scrollbar-shadow-color:#144A87; 
 scrollbar-arrow-color:#000000; 
 scrollbar-track-color:#144A87; 
} 

.DatosTablaAzul9_normal {
	color: #00438C;
	font-family: Din, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
	text-decoration: none;
}

.DatosTablaAzul9_bold {
	color: #00438C;
	font-family: Din, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
}
.DatosTablaAzul12 {
	color: #00438C;
	font-family: Din, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
.esqfortop_ficha{
	width: 100%;
	BACKGROUND-IMAGE: url(../images/ficha_forarriba.jpg);
	background-repeat: repeat-x;
	height: 19px;
}

.esqforbottom_ficha{
  	width :100%; BACKGROUND-IMAGE: url(../images/ficha_forabajo.jpg); background-repeat: repeat-x; height: 18px;  
}

.esqforizq_ficha{
  	width :17px;
  	BACKGROUND-IMAGE: url(../images/ficha_forizq_1.gif);
  	background-repeat: repeat-y;  
} 
.esqforder_ficha{
	width: 18px;
	BACKGROUND-IMAGE: url(../images/ficha_forder_1.gif);
	background-repeat: repeat-y;
}
.Error {
	color: #FFED00;
	font-family: Din, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	background-color: #033773;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bolder;
} 
.enlacePeq {
	color: #0061CC;
	border-bottom: 1px outset;
	border-left: 1px outset buttonshadow;
	border-right: 1px outset buttonshadow;
	border-top: 1px outset buttonshadow;
	background-position: top;
	background-repeat: no-repeat;
	font-family: Din, Arial, Helvetica;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #EDEDED;
	font-weight: bold;
}

table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

.DatosExplicacion {
	color: #00438C;
	font-family: Din, Arial, Helvetica;
	font-size: 15px;
	font-style: normal;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	background-color: #FFFFFF;
}

.DatosTablaAzul10 {
	color: #00438C;
	font-family: Din, Arial, Helvetica;
	font-size: 15px;
	font-style: normal;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
}

/*********** TABLAS ***********/
.tableN{
  width:100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.tbl-header{
  background-color: #005190;
 }
.tbl-content{
  height:500px;
  overflow-x:auto;
  margin-top: 0px;
  /*border: 1px solid #005190;*/
}
.tableN th{
  padding: 9px 4px;
  font-weight: 500;
  font-size: 14px;
  color: #FFED00;
  text-transform: uppercase;
  border-left: solid 1px #FFED00;
  border-bottom: solid 1px #FFED00;
  border-top: solid 1px #FFED00;
  position: sticky; 
  top: -1; 
  background:#005190;
  color: #FFED00;
}
.tableN td{
  padding: 5px;
  text-align: left;
  vertical-align:middle;
  /*font-weight: 300;*/
  font-size: 15px;
  color: #005190;
  border: 1px solid #005190;
}

.ficha026 {
    background-color: #005190;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    line-height: 24px;
    margin-bottom:10px;
    padding: 15px;
    width	:1000px;
    left: 93px;
    position: absolute;
    top:34px;
}

.ficha027 {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #005190;
    line-height: 24px;
    margin-bottom:10px;
    padding: 15px;
    width:900px;
    left: 93px;
    position: absolute;
    top:340px;
    border: 1px solid #005190; 
}

.ficha {
    background-color: #005190;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    line-height: 24px;
    margin-bottom:10px;
    padding: 15px;
    width	:523px;
    left: 174px;
    position: absolute;
    top:270px;
}

.cabeceraAviso {
	font-family: Din, Arial, Helvetica; 
    background-color: #005190;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    line-height: 24px;
    margin-bottom:10px;
    padding: 15px;  
    /* Degradado más suave: arriba menos intenso, abajo más claro */
    background: linear-gradient(to bottom, rgba(0, 81, 144, 0.3), rgba(255, 255, 255, 0.9));
}

.estadoAviso {
    margin-left: 55px;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ficha1 {
    background-color: #CBE3F9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #005190;
    line-height: 24px;
    margin-bottom:10px;
    padding: 15px;
    width:523px;
    left: 174px;
    position: absolute;
    
}

.ficha2 {
    background-color: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    line-height: 24px;
    margin-bottom:10px;
    padding: 15px;
    width	:523px;
    left: 174px;
    position: absolute;
    top: 561px;
}

.detaillabel {
    font-family: Din, Arial, Helvetica;
    font-weight: bold;
    color: white;
}
.detaillabelText {
    font-family: Din, Arial, Helvetica;
    font-weight: normal;
    color: white;
}

.detaillabelA {
    font-family: Din, Arial, Helvetica;
    font-weight: bold;
    color: #005190;
}
.detaillabelTextA {
    font-family: Din, Arial, Helvetica;
    font-weight: normal;
    color: #005190;
}

/* Contenedor del botón */
.btn-img-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* Imagen redonda */
.img-boton-redondo {
    border-radius: 50%;
    display: block;
}

/* Texto */
.texto-boton {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #005190;
    transition: color 0.15s ease, transform 0.15s ease;
}

.btn-img-wrapper:hover .texto-boton {
    color: #003d6b;
}

/* Aceptar */
#celdaA .texto-boton {
    color: #28a745;
}

#celdaA .btn-img-wrapper:hover .texto-boton {
    color: #1e7e34;
}

/* Rechazar */
#celdaR .texto-boton {
    color: #dc3545;
}

#celdaR .btn-img-wrapper:hover .texto-boton {
    color: #a71d2a;
}


/* Hover */
.btn-img-wrapper:hover {
    transform: translateY(-3px);
}

/* Click */
.btn-img-wrapper:active {
    transform: translateY(1px);
}


/* for custom scrollbar for webkit browser*/
/*
::-webkit-scrollbar {
    width: 16px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #005190; 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #005190; 
}
*/


/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    
}

.tooltip .tipanot {
    background-color: #005190 !important;
    color: #fff !important;
    border: 1px solid white !important;
    padding: 15px !important;
    border-radius: 13px !important;
    -webkit-border-radius: 13px !important;
    -moz-border-radius: 13px !important;
    font-size: 15px !important;
    width: 450px !important;
    /*border: 1px solid black;
    padding: 5px;*/
}

.tooltip .tiptext {
    visibility: hidden;
    width: 300px;
    background-color: #FFFDB9;
    color: #000;
    font-family: Din, Arial, Helvetica;
    font-size: 13px;
    text-align: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 6px 6px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    /*border: 1px solid black;
    padding: 5px;*/
}
.tooltip .tiptext::after  {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border:none;
}
.tooltip:hover .tiptext {
    visibility: visible;
}

.tooltip.right .tiptext {
    top: -5px;
    left: 110%;
}
.tooltip.right .tiptext::after {
    margin-top: -5px;
    top: 50%;
    right: 100%;
    border-color: transparent #2E2E2E transparent transparent;
}

/*CSS para Tooltip arriba*/
.tooltip.top .tiptext {
    margin-left: -60px;
    bottom: 150%;
    left: 50%;
}
.tooltip.top .tiptext::after {
    margin-left: -5px;
    top: 100%;
    left: 50%;
    border-color: #2E2E2E transparent transparent transparent;
}

/*CSS para Tooltip abajo*/
.tooltip.bottom .tiptext {
    margin-left: -60px;
    top: 150%;
    left: 50%;
}
.tooltip.bottom .tiptext::after {
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #2E2E2E transparent;
}

/*CSS para Tooltip izquierda*/
.tooltip.left .tiptext {
    top: -50px;
    right: 110%;
}
.tooltip.left .tiptext::after{
    margin-top: -5px;
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #2E2E2E;
}

.textoC
{
	text-align: center;
}

.textoD
{
	text-align: right;
}

.textoI
{
	text-align: left;
}


/* Tabla Pantalla Mantenimiento Servicio */
.tablaDatos
{
	border:1px solid #b8c2c9; 
	border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;	
	padding: 12px;
}

@keyframes parpadeo {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.blink {
    animation: parpadeo 3s infinite;
}

.no-records {
    font-family: Din, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #FF0000;
    text-align: center;
    padding: 20px;
    background-color: #fff5f5; /* Un ligero fondo para destacar el mensaje */
    border: 1px solid #ffcccc; /* Bordes suaves para resaltar */
    border-radius: 8px; /* Bordes redondeados */
}

.message-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Espacio entre ícono y texto */
    padding-top: 23px;
    padding-bottom: 23px;
}

.icon-warning {
    font-size: 28px;
    color: #FF0000; /* Ícono del mismo color que el texto */
}

.separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #e0e0e0, #a0a0a0, #e0e0e0); /* Sutil degradado de grises */
    margin: 20px 0; /* Espacio arriba y abajo */
}

.traslado-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    max-width: 100%;
    color: #2c3e50;
    font-family: Din, Arial, Helvetica, sans-serif;
}

.traslado-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #005190;
    border-bottom: 2px solid #e6eef5;
    padding-bottom: 10px;
}

.traslado-row {
    display: flex;
    padding: 2px 0;
    border-bottom: 1px solid #f1f1f1;
}

.traslado-label {
    flex: 0 0 35%;
    font-weight: 600;
    color: #005190;
}

.traslado-value {
    flex: 1;
    color: #444;
}

.observaciones .traslado-value {
    white-space: pre-wrap;
}

.moda-footer {
	font-family: Din, Arial, Helvetica, sans-serif;
    position: fixed;
    bottom: 30px;
    right: 30px;        /* pegado a la derecha */
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
    z-index: 9999;
    max-width: 400px;   /* opcional, para limitar ancho */
    width: auto;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}



