* {font-family: Arial,Helvetica,sans-serif;
	/*font-size: 12px;*/
}

body 
{
  background-color: #FFFFFF;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  
  /*margin: 0 auto;
  position: absolute;
  margin: 0 400px 0 300px;
  margin: 0 170px 0 170px;*/
}


header > hgroup h1 
{
  margin: 0 0 3px 0;
  padding: 0;
  text-align: center;
  font-size: 18pt;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}


header > hgroup h2 
{
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  font-style: Helvetica;
  font-size: 14pt;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}


header p 
{
  margin: 0 0 20px 0 ;
  padding: 0;
  text-align: center;
  font-size: 12px;  
}

form 
{
  width: 600px;
  /*margin: 0 0 0 0 ;*/
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  background-color: #89AB60;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

#encabezado
{
	background:url('../imgform/banner_cordepaz.jpg');
	background-size:675px 100px;
	background-repeat:no-repeat;
	background-color: #F5D0A9;
	border-radius: 0.5em;
	display: block;
	margin: 1em auto;
	padding: 1em;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	width: 650px;
	font-size: 12px;
}

#encabezado01
{
	background:url('../imgform/banner_cordepaz.jpg');
	background-size:675px 100px;
	background-repeat:no-repeat;
	background-color: #F5D0A9;
	border-radius: 0.5em;
	display: block;
	margin: 1em auto;
	padding: 1em;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	width: 650px;
	height: 76px;
	font-size: 12px;
}


fieldset 
{
  /*font-size: 0.8em;*/
  font-size: 8pt;
  padding: 0 20px 20px;
  margin: 0 0 30px ;
  border: 2px solid #ffffff;
  background: #b8b8b8 ;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}


legend 
{
  color: #ffffff;
  background: #990033;
  /*font-size: 0.9em;*/
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  margin: 0;
  width: 15em;
  border: 2px solid #660033;
  border-radius: 5px;
}


label 
{
  display: block;
  float: left;
  clear: left;
  text-align: left;
  width: 100%;
  padding: .4em 0 0 0;
  margin: .15em 0 0 0;
}

input.text, select.text, textarea.text
{
   /*background: #81DAF5;*/
   border: 1px solid #393939;
   border-radius: 5px 5px 5px 5px;
   color: #393939;
   font-size: 12px;
   height: 19px
   /*padding: 5px;*/
}

footer p 
{
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 10px;
}

#login
{
	background:url('../iconos/usuarios.jpg');
	background-size:110px 105px;
	background-repeat:no-repeat;
	border-radius: 0.5em;
	display: block;
	margin: 1em auto;
	padding: 1em;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	width: 85px;
	height: 80px;
	font-size: 12px;
	position: absolute;
	margin-top: 22px;
	margin-left: 360px;
	margin-right: 260px;
}

#principal { 
   margin:0 auto; 
}	
.contenedorimg 
{ 
   float:left; 
   width:73px; 
   height:75px; 
   margin: 10px; 
   padding:5px; 
   background-color:#f5f7f9; 
   border: 2px solid #660033;
   border-radius: 5px;
   text-align:center; 
}
.dimensionimg
{
  width:53px; 
  height:50px;
  border:0px;
}
.contenedor-img-inicio 
{ 
   float:left; 
   width:471px; 
   height:160px; 
   margin: 10px; 
   padding:5px; 
   background-color:#f5f7f9; 
   border: 2px solid #660033;
   border-radius: 5px;
   text-align:center; 
}
.dimension-img-inicio
{
  width:470px; 
  height:150px;
  border:0px;
}
.boton {cursor: pointer;}

#div_principal { width:100%; }  
#div_principal div { width:50%; float:left; }  
.two_space { width:50% !important;  }  
.three_space { width:100% !important;  }  
.four_space { width:100% !important;  }  
.jump_row {  clear:left; }

#cargador_gif {
    position:absolute;
    width:100%;
    height:100%;
    background:#fff url('../iconos/loader.gif') no-repeat center;
}

/*botones de comando*/
.button {
    margin: 10px;
    text-decoration: none;
    font: bold 1.0em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;    
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);    
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}

.button, 
.button span {
    -moz-border-radius: .9em;
    border-radius: .9em;
}

.button span {
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 1.5em;    
    /* The background pattern */
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

    /* Pattern settings */
    background-size: 3px 3px;            
}

.button:hover {
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active {
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}

.button-blue {
    background: #4477a1; /*oscuro*/
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}

.button-blue:hover {
    background: #81a8cb; /*claro*/
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');            
}

.button-blue:active {
    background: #4477a1;
}

/*boton naranja*/
.button-orange {
    background: #FA832E; /*oscuro*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFAD73), to(#FA832E) );
    background: -moz-linear-gradient(-90deg, #FFAD73, #FA832E);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFAD73', endColorstr='#FA832E');
}

.button-orange:hover {
    background: #FFAD73; /*claro*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FA832E), to(#FFAD73) );
    background: -moz-linear-gradient(-90deg, #FA832E, #FFAD73);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FA832E', endColorstr='#FFAD73');            
}

.button-orange:active {
    background: #FA832E;
}

.zoom{
		/*transition: 1.1s ease;
 		-moz-transition: 1.1s ease; /* Firefox */
 		/*-webkit-transition: 1.1s ease; /* Chrome - Safari */
 		/*-o-transition: 1.1s ease; /* Opera */
	}
	.zoom:hover{
		transform : scale(1.2);
		-moz-transform : scale(1.2); /* Firefox */
		-webkit-transform : scale(1.2); /* Chrome - Safari */
		-o-transform : scale(1.2); /* Opera */
		-ms-transform : scale(1.2); /* IE9 */
	}

/*Alinear div horizontalmente*/
.padre {
		  display: flex;
		  justify-content: left;
		  align-items:center;
		}
		.hijo {
		  padding: 0px;
		  margin: 0px;
		  display: inline-block;
		}

.contenedor {
    display: flex; /* Establece un contenedor flex */
    justify-content: space-between; /* Separa los elementos uniformemente */
    align-items: flex-start; /* Alinea elementos al inicio de la línea flex */
    flex-wrap: wrap; /* Permite la envoltura de elementos si no caben */
  }
  .formulario, .tabla-datos {
    flex: 1; /* Los elementos flexibles ocuparán el mismo espacio */
    min-width: 300px; /* Mínimo ancho antes de que se envuelvan */
    margin: 10px; /* Espacio alrededor de los elementos */
    padding: 10px; /* Espacio dentro de los elementos */
    box-sizing: border-box; /* Incluye padding y border en el ancho total */
  }