.mrm {	
  margin-right:30px;
  margin-left: 8px;
  margin-left: 8px;
}


.texto{
color: #FFF;	
}


.texto_email{	
font-size:18.7px;
}


.comentario{
color: #D40303;	
}

.txt_modal{
color: #FFF;
font-size:27px;	
}

.img_modal{
	width:200px;
	height:200px;
	margin-top:15%;
}


.div_documento{
  color: black;
  display: flex;
  align-items: flex-end;
  text-align:justify;
}

.div_btn_doc{
margin: 0 10px 0 10px;   
}

.img_referencia{
  border-style: dotted;	
}

.link_referencia{
  font-size:13px;	
}



.iframeModal{
	width:900px; 
	border:none; 
	height:900px;
}

 
#modalPrincipal{
	width:950px;
	left:50%;	
	position:relative;  
	transform: translateX(-50%);
}


#titulo_modal{
	position: absolute;
	left:1%;	
}

#btn_editar_modal{
	margin-top: 10px; margin-right: 10px;
}

#btn_concluir_modal{
	margin-top: 10px; 
}

/*
@media screen and (min-width:360px) and (max-width:575px){}
@media screen and (min-width: 576px){}
@media screen and (min-width: 768px){}
@media screen and (min-width: 992px){}
*/

@media screen and (min-width:280px) and (max-width:429px){
	.iframeModal{
		width:105%;
	}
	
	#modalPrincipal{
		width:105%;
		left:50%;	
	}	
}


@media screen and (min-width:430px){
	.iframeModal{
		width:99%;
	}
	
	#modalPrincipal{
		width:102%;
		left:50%;	
	}	
}


@media screen and (min-width:768px) and (min-width:819px){
	.iframeModal{
		width:105%;
	}
	
	#modalPrincipal{
		width:105%;
		left:50%;	
	}	
}


@media screen and (min-width:1024px){
	.iframeModal{
		width:105%;
		top:-10px;
	}
	
	#modalPrincipal{
		width:150%;
		top:-10px;
	}	
}
/*
@media only screen and (min-width:320px) and (max-width:480px){
			.iframeModal{
				width:100%;
			}
			
			#modalPrincipal{
				width:102%; 
				left:50%
			}
		 
	}

	@media only screen and (min-width:481px) and (max-width: 750px) {
			.iframeModal{
				width:100%;
			}
			
			#modalPrincipal{
				width:102%; 
				left:50%
			}

	}


	@media only screen and (min-width:768px) and (max-width:1024px){
		.iframeModal{
			width:100%;
		}
		
		#modalPrincipal{
			width:102%;
			left:50% 	
		}			
	}
*/
/* 
https://kinsta.com/es/blog/diseno-de-paginas-web-sensibles/   
*/

.hora{
	width:10%;
}

.fecha{
	width:70%;
}





input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }
	
.div_acceso{
	width:650px;
	padding-top:20px;
	margin:0 auto 0 auto;
}


.alert-success {
    width: 65%;
    font-size: 40px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 20%;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.oculto_alert{
	display:none;
}

.alert-danger {
    width: 65%;
    font-size: 40px;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 20%;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}



.editorSecciones{
min-height:900px;
max-height:1000px;
width:1000px;
}



.div_registro_usuarios{	
	width:650px;
	padding-top:20px;
	margin:0 auto 0 auto;
}


.tabla_registro_usuarios{	
	width:800px;
	padding-top:20px;
	margin:0 auto 0 auto;
	border:0;
	border-collapse: separate;
    border-spacing:  15px;
}




.titulo_negro{
	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	text-align: justify;
	padding-left: 15px;
}


.formUpload{
	position:relative;
	left:15px;
}


.subtitulo {
	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
}
.subtitulo:hover {
	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	/*text-decoration: underline;*/
	text-align: left;
}



.camposAdmin{
    background-color: #900c3f;
    color: #FFF;
    width: 100%;
    font-size: 1.2em;
    box-shadow: 0 0 30px #BC955C;
    border-radius: 16px;
	margin-bottom:50px;
	height:60px;
	padding-top:10px;
}


.notificacion{
	font-size:15px;
	color:#F00;
	}
		
		

.btn_header{
	width:700px;
	position:relative; 
	left:47%;
}	


#table_btn_header{
    border-collapse: separate;
}

#table_btn_header td{
    padding: 20px;
}



.botonera_doc_cargado{
	position:relative; 
	left: 10%; 	
	width:20%; 
	margin:20px 100px 0 auto;
}	


.contenedorProyecto{
	position:relative; 
	right: 18%; 	
	width:54%; 
	margin:20px 100px 0 auto;
}		


.contenedorDocumentos{
	position:relative; 
	right: 13%; 	
	width:65%; 
	margin:20px 100px 0 auto;
}		





.mayusculas{ text-transform: uppercase;}

.red_bold{
	color:red;
	font-weight: bold;
}


.div_tabs{
width:900px; float:left; border:0px;	
}


.tabla_tab{
  border-collapse: separate;
  border-spacing: 10px 10px;
}


.lbForm,input,textarea,select.text{
	color:#990000;
	text-align: justify;
}




.lbFormEncuesta{
	color:#000000;
	font-weight: bold;
	text-align: justify;
}


/**textarea,select.text{
**	min-width:100%;
**}*/

textarea{
	min-width:100%;
}


select{
height: 30px;
}



.tabla_direccion{
  width: 100px;
  margin: 0 auto;
}

.tabla_direccion td{
  text-align:center;
 border-collapse: separate;
  border-spacing: 0px 90px;
}


/*
.div_botones{
  width:100%;
  height:100px;
  margin-bottom: 50px; 
}


#div_btn_gurdar{
 padding-left: 10px;
    padding-top: 10px;
    margin-left: 57px;
    float: left;
    position: relative;
    width: 36%;
}

#div_btn_doc{
  padding-top: 10px;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    float: left;
    width: 36%;
}*/


/**#div_aviso_docs{
    position: relative;
    float: left;
    width: 35%;
	left:3%;
}*/


#nota_carpeta_organizada{
    float: center;
    width: 100%;
}



#div_btn_validar_concluir{
	margin-bottom:40px;
}


#div_aviso_validar{
  font-size:13px;
  font-weight:bold;
  width:350px;
  text-align:justify;
}




#panel_carga_doc {
    width: 100%;
    margin: auto;
}

#div_cargados,#div_upload{
    width: 50%;
    float: left;
	text-align:justify;
}

#div_cargados p{
	font-size:14px;
}

#div_cargados a{
	font-size:12px;
	color: #0000C0;
	text-decoration: none;
	font-weight:700;
}

#div_upload p{
	text-align:justify;
}

#separacion_comentarios{
    clear: both;
	margin-bottom:5px;
}


#clear{
    clear: both;
	margin-bottom:50px;
}


#clear2{
    clear: both;
	margin-bottom:150px;
}



#btn_validar{
width:250px !important;	
}


.h5Titulo{
 align:left;	
}


.hrTitulo{
	margin-bottom:50px 
	!important;
}



#div_datos{
    width: 50%;
	margin:auto;
	text-align:justify;
}





.submit {
width : 150px;
}



.color_botones{
    color:#990000;
	text-align:center;
	/*width:260px; !important;*/
}




	body, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-weight: 400;
	}
/**
	body
	{
		background-color: #FFF;

	}
*/
	

	strong, b
	{
		font-weight: 700;
		color: #1b252a;
	}


	
	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

		
	.is-calendar
	{
	}

		.is-calendar .inner
		{
			position: relative;
			background-color: #272E39;
			background-color: rgba(0,0,0,0.15);
			border-radius: 0.4em;
			padding: 0.75em 0.5em 0.75em 0.5em;
			box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0.25em 0 rgba(0,0,0,0.25);
		}
		
		.is-calendar caption
		{
			font-weight: 700;
			color: #fff;
			margin: 0 0 0.25em 0;
		}

		.is-calendar table
		{
			margin: 0 auto;
		}

		.is-calendar tr
		{
		}

		.is-calendar td,
		.is-calendar th
		{
			cursor: default;
			padding: 0.35em 0 0.35em 0;
			border-top: solid 1px rgba(0,0,0,0.25);
			box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.075);
		}

		.is-calendar th
		{
			font-weight: 700;
			color: #fff;
		}
		
		.is-calendar td a,
		.is-calendar td span
		{
			display: block;
			margin: 0 auto;
			width: 1.5em;
			height: 1.5em;
			text-align: center;
			line-height: 1.4em;
			border-radius: 0.4em;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
			text-decoration: none;
		}

		.is-calendar td a
		{
			color: #fff;
			font-weight: 700;
		}

		.is-calendar td a:hover
		{
			background-color: rgba(200,225,255,0.1);
			color: #fff;
		}
		
		.is-calendar td.today a
		{
			background-color: #c94663;
			background-image: url('images/bg1.png');
			box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15), 0 0.025em 0.15em 0em rgba(0,0,0,0.25);
			color: #fff !important;
		}
		


/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper
	{
		position: relative;
	}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav ul
		{
			margin: 0;
		}

		#nav li
		{
			border-top: solid 1px rgba(0,0,0,0.25);
			box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.075);
			padding: 0.5em 0 0.5em 0;
		}
		
		#nav li:first-child
		{
			border: 0;
			box-shadow: none;
			padding-top: 0;
		}

		#nav li:last-child
		{
			padding-bottom: 0;
		}

		#nav li a
		{
			display: block;
			padding: 0.4em 1em 0.4em 1em;
			text-decoration: none;
			border-radius: 0.4em;
			outline: 0;
			-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
			transition: background-color .25s ease-in-out, color .25s ease-in-out;
		}

		#nav li.current_page_item a
		{
			background-color: #272E39 !important;
			background-color: rgba(0,0,0,0.15) !important;
			box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0.25em 0 rgba(0,0,0,0.25);
			font-weight: 700;
			color: #fff;
		}

		#nav li:hover a
		{
			background-color: rgba(200,225,255,0.1);
			color: #fff;
		}

.doc{
	border-top-style: solid;
}

.docApli{
	
	border-top-style: solid;
}
.aplicheckbox{
	
	border-top-style: solid;
}


.titulo {
	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 16px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
	
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	text-align: left;
	padding-left: 15px;
}
.casilla {
	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border: 1px solid #D4D0C8;
}
.boton{
	border: 1px solid #D4D0C8;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #D4D0C8;
	vertical-align: middle;
}
.subtitulo {
	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
}
.subtitulo:hover {
	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	/*text-decoration: underline;*/
	text-align: left;
}
.subtext {
	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left: 15px;
	/*background-color: #EFEFEF;*/
}
.infsub {

	/**font-family:Arial, Helvetica, sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana;*/
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
}

.link {
	color: #990000;
	text-decoration: none;
	text-align: left;
}
a.link:hover {
	color: #990000;
	text-decoration: underline;
	text-align: center;
}
/*li {
	list-style-type: circle;
	font-size: 14px;
	text-decoration: none;
}*/

.linkli {
	margin-left:30px;
	font-size:13px;
	color: #990000;
	text-decoration: none;
}
a.linkli:hover {
	color: #0000C0;
	text-decoration: underline;
}
pre {
	font-size: 12px;
	color: #666;
}
.lista_archivos{
	width:400;
	height:600;
	float:left;
	display:inline-block;	
	}
	
.borrar {
	font-size:12px;
	color: #0000C0;
	text-decoration: none;
	font-weight:700;
}

	
.linkacceso{
		font-size:12px;
	}
	
.nota_ok{
	color:#090;
	/**font-family:Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding-left: 15px;
	}

	input[type=radio]:checked {
	  background-color:#AFAFAF;
    }


.falta {
	box-shadow: 0 0 5px rgba(255,0,0,1);
	border:1px solid rgba(255,0,0,0.8);
}




.ui-datepicker-month {
    color: #000000 !important;
}




.code_captcha{
	color:#10A409;
	font-size:40px;
	font-weight:bold;
}




#nav-tab>a.active:hover{
	background-color: #a83652 !important;
   }
   
   
   
   .nav > li, .nav > li > a{
	left:0% !important;
}

/*ultima fecha de cambio 25 de agosto del 2023-1............OscarPrime */
@media screen and (max-width: 768px) {
	.mi-boton {
	margin-bottom: 10px;
	}
}


	.nav-tabs .nav-link.active {
		background-color: #630813 !important; /* Cambia a tu color preferido */
		color: #fff !important;
		border-color: #ffffff #ffffff #fff !important;
	}


/* ============================================================================
// estilo para la carga de documentos nueva 2026
// ============================================================================ */



    	.nav-tabs .nav-link.active {
		background-color: #630813 !important; /* Cambia a tu color preferido */
		color: #fff !important;
		border-color: #ffffff #ffffff #fff !important;
	}

    /* Zona de Drop — estilo CDMX */
.drop-zone {
    border: 3px dashed #630813;           /* rojo CDMX */
    border-radius: 8px;
    background-color: #fff5f5;
    padding: 20px 10px;                   /* más pequeño */
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px 0;
    min-height: 120px;                    /* antes 200px */
    position: relative;
    max-width: 500px;                     /* ancho máximo controlado */
    margin-top: -30px;                     /* separa más del texto */
    margin-bottom: 10px;
    min-height: 80px;                     /* altura reducida para forma rectangular */
    margin-right: auto; 
    width: 500px;       /* Ajusta este valor según tu gusto */
    display: inline-block;    /* Esto permite alinearlo junto con el texto y botón */
    vertical-align: middle;   /* Alinea con el texto */
}
@media (max-width: 768px) {
.drop-zone {
    border: 3px dashed #630813;           /* rojo CDMX */
    border-radius: 8px;
    background-color: #fff5f5;
    padding: 20px 10px;                   /* más pequeño */
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px 0;
    min-height: 120px;                    /* antes 200px */
    position: relative;
    max-width: 500px;                     /* ancho máximo controlado */
    margin-top: -60px;                     /* separa más del texto */
    margin-bottom: 10px;
    min-height: 80px;                     /* altura reducida para forma rectangular */
    margin-right: auto; 
    width: 500px;       /* Ajusta este valor según tu gusto */
    display: inline-block;    /* Esto permite alinearlo junto con el texto y botón */
    vertical-align: middle;   /* Alinea con el texto */
     right: -16px !important;
}
}

.drop-zone:hover {
    border-color: #7F1522;                /* rojo más oscuro al pasar el mouse */
    background-color: #ffe8e8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(155, 27, 48, 0.2);
}

.drop-zone-active {
    border-color: #7F1522 !important;
    background-color: #fff0f0 !important;
    box-shadow: 0 0 15px rgba(155, 27, 48, 0.4);
    transform: scale(1.02);
}

.drop-zone-icon {
    color: #9B1B30;
    margin-bottom: 8px;
}
/* Preview del archivo — más compacto */
.drop-zone-preview {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    animation: fadeIn 0.3s ease;
    overflow: hidden;
}

.preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e2e8f0;
}

.preview-title {
    font-weight: 600;
    color: #9B1B30;
    font-size: 14px;
}

.preview-close {
    background: #9B1B30;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.preview-close:hover {
    background: #7F1522;
    transform: rotate(90deg);
}

.preview-info {
    background: #fce8e8;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.preview-filename {
    font-weight: 600;
    color: #9B1B30;
    font-size: 14px;
    margin: 0 0 5px 0;
    word-break: break-all;
}

.preview-filesize {
    color: #718096;
    margin: 0;
    font-size: 12px;
}

.preview-pdf-container {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px;
    min-height: 150px;                    /* más pequeño */
    max-height: 200px;                    /* evita desbordes */
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-preview-canvas {
    max-width: 100%;
    height: auto;
    display: block;
}

.preview-loading {
    color: #9B1B30;
    font-style: italic;
    margin: 0;
}

/* Botón de cambio */
.btn-preview-change {
    background: #9B1B30;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-preview-change:hover {
    background: #7F1522;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(155, 27, 48, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .drop-zone {
        padding: 15px 10px;
        min-height: 100px;
        max-width: 90%;
    }

    .preview-pdf-container {
        padding: 8px;
        min-height: 120px;
    }

    .preview-title {
        font-size: 13px;
    }
}

.drop-zone-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* espacio entre icono y texto */
    flex-wrap: wrap; /* por si en pantallas pequeñas no cabe */
    position: relative;
}

.drop-zone-texts {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.drop-zone-text,
.drop-zone-hint {
    margin: 0;
    font-size: 14px;
    color: #2d3748;
}

.drop-zone-text strong {
    color: #9B1B30;
    font-size: 15px;
}

/* Mantiene el botón "Subir" fijo en la parte inferior del contenedor del formulario */
#enviar {
    margin-top: -110px; 
    right: -80px;
}

@media (max-width: 1080px) {
    #enviar {
        margin-top: -80px !important;
        right: -130px !important;
        position: relative; /* o absolute si lo necesitas dentro del contenedor */
    }
}
    /* Mantiene el botón "Subir" fijo en la parte inferior del contenedor del formulario */
#enviar_texto {
    margin-top: -40px; 
    right: -80px;
}

@media (max-width: 1080px) {
    #enviar_texto {
        margin-top: -80px !important;
        right: -130px !important;
        position: relative; /* o absolute si lo necesitas dentro del contenedor */
    }
}


.icono-ojo {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.8rem;   /* Tamaño grande */
    color: #666;
}

.icono-ojo:hover {
    color: #630813; /* Opcional: cambia color al pasar el mouse */
}


