.botonera-footer a {
    width: 100%;
}

.inline-display {
    display: inline;
}

.custom-bg {
  background-image: url('../imagen0/mar1.jpg');
  background-size: cover;
  text-align: center; /* Si deseas centrar el contenido */
  /* Otros estilos que desees aplicar al div */
}

#pagina-subeng {
    background-image: url('imagen0/futuro.jpg');
    background-size: cover; /* para cubrir todo el fondo */
    /* Otras propiedades opcionales: */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
}
	.collapsible {
      /* ... tu estilo ... */
    }
    .content {
      /* ... tu estilo ... */
    }
    .creator-imagen,
    .innovation-image {
      display: block;
      margin: 1px auto;
      max-width: 100%;
      border-radius: 5%;
    }
    .panel-body {
      font-size: 18px;
    }
    body {
            position: relative;
            min-height: 100vh; 
        }
    .panel-title {
      overflow-y: scroll;
      font-size: 18px;
    }
    nav {
      background-color: #F2F2F2;
    }
.footer {
  position: fixed;
  background-color:#F2F2F2;
  left: 0;
  text-align: center;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
  height:50px;
  color: black;	
}			   

.tactico-tipo {
    color: blue;
    /* Otros estilos que desees aplicar */
}

.operativo-tipo {
    color: red;
    /* Otros estilos que desees aplicar */
}


.fondo-blanco {
    background-color: white;
	    padding-left: 10px; /* Ajusta según sea necesario */
    padding-right: 10px; /* Ajusta según sea necesario */
}

.h1-margen {
      margin-right: 30px; /* Añade un margen derecho a todas las etiquetas h1 */
    }		
.mi-imagen {
  width: 100%; /* La imagen ocupará el 100% del ancho del contenedor */
  height: auto; /* La altura se ajustará automáticamente para mantener las proporciones originales */
}

.mi-imagen0 {
  width: 580px; /* La imagen ocupará el 100% del ancho del contenedor */
  height: auto; /* La altura se ajustará automáticamente para mantener las proporciones originales */
}

.mi-clase {
  font-size: 18px;
color: black;  /* Puedes ajustar el valor según tus necesidades */
}

.miEstilo {
    text-align: left;
    border-style: none none none none;
    border-color: #BFBFBF;
    /* Otros estilos que desees aplicar */
}

.miEstilo1 {
    text-align: center;
    border-style: none none ridge none;
    border-color: #FF0000;
	background-color: #FFFFFF;;
    /* Otros estilos que desees aplicar */
}

.miEstilo2 {
    text-align: center;
	background-color: #c2f2fe;
    /* Otros estilos que desees aplicar */
}

.miEstilo3 {
    text-align: center;
    border-style: solid;
    border-color: #0000FF;
	background-color: #FFFFFF;
    /* Otros estilos que desees aplicar */
}

.miEstilo4 {
    text-align: center;
    border-style: none none none none;
    border-color: #00000;
	background-color: #FFFFFF;
    /* Otros estilos que desees aplicar */
}


.miEstilo50 {
    text-align: center;
    /* Otros estilos que desees aplicar */
}

.miEstilo5 {
        text-align: center;
	background-color: #ececec;
    /* Otros estilos que desees aplicar */
}

.colorEsencial {
    background-color: #FF0000; /* Rojo */
}

.colorCompl {
    background-color: #c2f2fe; /* Verde */
}



.contenedor-imagen { max-width: 100%; height: auto; text-align: center; }

    .text-alinea {
      text-align: left; /* Centra el contenido a la izquierda */
    }
	
	    .text-center {
      text-align: center; /* Centra el contenido horizontalmente */
    }

    .caja-con-fondo1 {
      background-color: #DDEBF7; /* Puedes cambiar el color a tu preferencia */
	  	font-size: 18px; /* Tamaño del texto */
      padding: 10px; /* Añade espacio interno para separar el contenido del borde */
    }
	
	    .caja-con-fondo2 {
      background-color: #EEEEEE; /* Puedes cambiar el color a tu preferencia */
	font-size: 18px; /* Tamaño del texto */
      padding: 10px; /* Añade espacio interno para separar el contenido del borde */
    }
		

}

.miDiv {
  background-color: #ffffff; /* Puedes usar nombres de colores, códigos hexadecimales, RGB, etc. */
  	font-size: 18px; /* Tamaño del texto */
padding-left: 20px; /* Ajusta el margen izquierdo según tus necesidades */
padding-right: 20px; /* Ajusta el margen derecho según tus necesidades */
}

	
.background-image-row {
        background-image: url('imagen/mar1.jpg');
        background-size: cover; /* Para ajustar la imagen al tamaño del contenedor */
        background-position: center center; /* Centra la imagen horizontal y verticalmente */
    }


.titulo {
  background-color: white;

  margin: 0 auto; /* Esto centra el elemento horizontalmente */
}

.centrado {
            width: 100%; /* Puedes ajustar el ancho según tus necesidades */
            margin: auto;
            background-color: lightblue; /* Solo para visualización */
            padding: 20px; /* Solo para visualización */
        }

.btn-personalizado {
    background-color: #008E40;
    /* Otros estilos que desees agregar */
}

.boton-separado {
      margin-bottom: 5px; /* Ajusta el valor según la separación deseada */
    }

.btn-color1 {
    background-color: #008E40;
}
.btn-color2 {
    background-color: darkblue;
}
.btn-color3 {
    background-color: #E76F51;
}
.btn-color4 {
    background-color: #2A9D8F;
}
.btn-color5 {
    background-color: #E63946;
}
.btn-color6 {
    background-color: #264653;
}
.btn-color7 {
    background-color: #457B9D;
}
.mi-color {
    color: #e6e6e6;
}

.contenedor{
	width: 960px;
	height:auto;
}

div.s {
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.img-responsive{
    margin: 0 auto;
}

    .panel-body {
      font-size: 12px;
    }

h1 { 
  display: block;
  font-size: 18px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0.5em;
  margin-right: 0;
  font-weight: bold;
}
div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

div.container {
width: 96%;
max-width: 960px;
margin: 0 auto;
}
img {
width: auto;
height: auto;
padding: 0px;
}
div{
  padding: 2px;
}
p.ex1 {
  margin-left: 10px;
}
.container {
  padding: 0px;
}
 
nav.navbar {
width: inherit;
top: 0%;
left: 0%;
//  transform: translateX(-50%);
}

.margin-left{
    margin-left: 5px !important;
}

.btn-primary-spacing 
{
margin-right: 5px;
margin-bottom: 5px !important;
width: auto;
}


.alert-form {
    background-color: #f5f5f5;
    border-color: #cccccc;
    color: #2c3e50;
}

.formToClone {
    display: none;
}

label.error {
    color: #bc2611;
}

.btn-uno, .btn-dos, .btn-tres, .btn-cuatro {
    text-align: left;
}

.btn-uno {
	      height: auto;
}
.btn-dos {
      white-space:normal !important;
      word-wrap: break-word;
	      width: auto;
border: 0;
}

.btn-tres {
	    text-align: center;
	  white-space:normal !important;
      word-wrap: break-word;
    width: auto;
		border: 0;
}
.btn-cuatro {
    width: 55%;
	border: 0;
}
.col-nooverflow {
    text-overflow: ellipsis;
	word-wrap: break-word;
    width: 95%;
	font-size: 10px;
    padding-bottom: 2px;
}

.col-nooverflow1 {
    text-overflow: ellipsis;
    overflow: hidden;
	word-wrap: break-word;
    width: 50%;
    padding-bottom: 2px;
}

.col-nooverflow2 {
    text-overflow: ellipsis;
	word-wrap: break-word;
    width: 100%;
	font-size: 12px;
    padding-bottom: 1px;
}
.parametros {
     width: 30%;
}

.evaluar {
     width: auto;
}








#header-wrap { position: fixed; 
height: auto; 
width: 100%; 
z-index: 100 }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding-top: auto;
}

div.a {
  text-decoration-line: underline;
  text-decoration-style: solid;
}
@media print {
    header, footer * {
        visibility: hidden;
    }
  h4 {
    break-before: always;
  }  
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible!important;
    }
   #noprint{
       display:none;
   }
   .rounded-box {
  border-radius: 10px;
  background-color: #f0f0f0;
  padding: 10px;
}

@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
/* Ejemplo de Media Query para dispositivos pequeños */
@media screen and (max-width: 600px) {
  .modal {
    max-width: 90%; /* Establecer el ancho máximo al 90% del ancho de la pantalla */
  }
}
}