/***** 20250722 *****/
/*** Estilos para el datatable ***/

div.dataTables_length label select {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 4px; /* Ajusta si hace falta */
}

div.dataTables_length label select {
    height: 38px; /* igual al btn default de Bootstrap */
    padding: 6px 12px;
}

/***** 20250721 *****/
/***** Estilos para el NavBar *****/

.navbar-custom {
  background-color: #6B6B6B; /* azul oscuro */
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
  color: white;
}

.navbar-custom .nav-link:hover {
  color: #cccccc;
}



/* CSS Document */
/**** Valores  Globales ****/
/******Empezamos con los elementos tipo HTML *********/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body{
	padding: 50px;
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}


h3{
	color:RGB(0,128,192);
}

h5{
	
	/*color:black;*/
	
	background-color:#F1ECEC;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 15px;
	cursor: pointer;
	height: 25px;
}

h6{
	
	border-style:outset;
	background-color: lightgray;
	color:black;
}
h7{
	font-size: 12px;	
	color:RGB(94,94,94);
	
}
label{
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
table{
	font-family: "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 11px;
}
td{
		font-size:11px;
}

thead{
	background-color:silver;
}



/*************************************************************************/
/*******************Estilos por clases en    elementos********************/
/*************************************************************************/

.boton{
	height: 24px;
}
.btn_redondo{
	height:100px;
	width:100px;
	display: block;
	border-radius: 50%;
}
.fa-2{
	width:  20px;
	height: 20px;
}
.cajastexto{
	padding: 10px;
 
}
.ColotTitulo{
	color:RGB(0,128,192);	
}

.etiqueta{
	display:block;
	width: 125px;
	text-align:left;
}
.fijo1 {
  background: rgba(0,0,0,0.9);
  width: 100%;
  position: fixed;
  z-index: 200;
}
.fondo{
	background-image:url(../img/fondo2.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;

}
.fondo2{
 	background-image:url(../img/email-pattern.png) ;	
}
.fondogris{
	background-color: lightgray;
}

.fondoestacion {
  background-image: url("/Picture/BG1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; /* opcional: hace que no se mueva al hacer scroll */
}

.imagen-fondoPV {
  background-image: url("/Picture/02 Trailer.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; /* opcional: hace que no se mueva al hacer scroll */
}
.contenedor-blanco {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 10px;
}




.form-inline{
	height: 24px;
}
.form-control{
		font-size:11px;
}
.formulario{
	background-color: rgba(243,232,232,0.42);
}

.Icon span{
      background: #A8A6A6;
      padding: 20px;
	  font-size: 9px;
}
.Icon{
     margin-top: 10px;
     margin-bottom:10px; 
     color: #FFF;
     font-size: 30px;
     text-align: center;
}
.letra {
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
}

.ocultar{
		visibility: hidden;
		height: 1px;
}

.opcioncontra{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
.plegable {
   max-height: 0px;
   overflow: hidden;
   transition: max-height 50ms ease-out;
   /* también puedes dejar los prefijos si quieres */
}
.plegable.desplegado {
   max-height: 500px;
}

/*.VentanaFlotante
{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=65);   
   -moz-opacity:65;   
    opacity:0.65;
    background:#999;
}*/

.VentanaFlotante {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;       /* Para cubrir todo el ancho de la ventana */
  height: 100vh;      /* Para cubrir todo el alto de la ventana */
  z-index: 3200;
  background: rgba(153, 153, 153, 0.65); /* Gris con opacidad del 65% */
}


/*************************************************************************/
/*******************Estilos a los Ids de los elementos********************/
/*************************************************************************/
#capa {
    visibility: hidden;                   /* Oculto y no ocupa espacio */
    position: fixed;                 /* Fijo respecto a la ventana */
    top: 0;
    left: 0;
    width: 100vw;                   /* Ancho total de la ventana */
    height: 100vh;                  /* Alto total de la ventana */
    background-color: rgba(0, 0, 0, 0.7); /* Negro semitransparente */
    z-index: 1000;                  /* Asegura que esté arriba */
}

#Contenedor{
	background-color:#000000;
	width: 400;
	margin-left: auto;
	margin-right: auto;
	margin: 100px auto;
	border: 1px solid #ECE8E8;
	height: 300px;
	opacity: 0.6;
}

#emergente{
    position: fixed;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(236,231,231,1.00);
	border: 1px solid #ccc;
	padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    border-radius: 5px;
	visibility: hidden;


}



#Emergente_Movil{
	background-color: white;
	width: 100%;
	border-color: gray;
	border-style: solid;
	visibility: hidden;
	position: absolute;
	left: 0%;
	top: 40%;
	z-index: 3;
}
#Emergente_Opcion{
	background-color: white;
	border-color: gray;
	border-style: solid;
	visibility: hidden;
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 3;
}
#frame_derecho{
	border-color: gray;
	border-style: solid;
	visibility: hidden;
	position: absolute;
	left: 25%;
	top: 40%;
	z-index: 3;
}
#Emergente_Submarca{
	background-color: white;
	border-color: gray;
	border-style: solid;
	visibility: hidden;
	position: absolute;
	left: 25%;
	top: 40%;
	z-index: 3;
}

.FormOculto{
	border-style: solid;
	visibility: hidden;
	position: absolute;
	left: 25%;
	top: 40%;
	z-index: 3;
}

#Folio_temp{
visibility: hidden;
width: 1px;
height: 1px;
}

/**En las siguientes lineas se define el diseño adaptable, para que se muestre en los dispositivos móviles*/
 
/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
/*@media only screen and (max-width:320px){
#Contenedor{
	width: 100%;
	height: auto;
	margin: 0px;
}
}*/
/********************************************************************************************************/
/***    DISEÑO PARA MOVILES 361, funciona correctamente al centrar los datos, agregado el 2022/08/04 ****/
/********************************************************************************************************/
@media only screen and (min-width:361px){
#EmergFolioDetalle,#Contenedor{
	left: 25%;
	width: 50%;
	height: auto;
	margin: 0px;
}
}

/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
#Contenedor{
	width: 100%;
	height: auto;
	margin: 0px;
	}	
}