* {
    /*padding: 0;*/
    //margin: 0;
	margin:auto; /* Centramos los elementos */
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
	font-size:14px;
	/*position: relative;*/ /*Queda el desorden */

}
header {
	width:100%; /* Establecemos que el header abarque el 100% del documento */
	overflow:hidden; /* Eliminamos errores de float */
	/*background:#252932;*/
	/*background:#304991;*/  /* Azúl definio por Gerardo JR */
	background:#000000;  /* Azúl definio por Gerardo JR */
	/*background:#00ae22; */ /* Verde de IDL */
	/*background:#FFFFFF; *//* Verde de IDL */
	/*margin-bottom:100px; */	/* Margen entre el banner y el texto del cuerpo */ 
	margin-bottom:30px;	/* Margen entre el banner y el texto del cuerpo */ 

	//position: absolute;
	//margin-left:0;	/* Margen entre el banner y el texto del cuerpo */ 
	//left: 0;
}
header .logo {
	color:#f2f2f2;
	//font-size:50px;
	//line-height:200px;
	line-height:100px;
	//line-height:70px;
	float:left;
	position: absolute;
	/* margin-left:0; */	/* Margen entre el banner y el texto del cuerpo */ 
	margin-left:15;	/* Margen entre el banner y el texto del cuerpo */ 
	left: 0;
}
header nav {
	float:right;
	//line-height:200px;
	//line-height:120px;
	/*line-height:80px;*/
	line-height:100px;

	padding-top: 9.2px;
}
header nav a {
	/*display:none;*/
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	line-height:normal;
	//font-size:20px;
	font-size:14px;
	//font-weight:bold;
	font-weight:normal;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
header nav a:hover {
	//background:#f56f3a;
	//background:#e6e6e6;
	//background:#6184e7;
	background:#41aa35;
	border-radius:50px;
}

.wrapper {
	//position: absolute;
	//width:90%; /* Establecemos que el ancho sera del 90% */
	width:100%; /* Establecemos que el ancho sera del 90% */
	//width:100%; /* Establecemos que el ancho sera del 90% */
	//max-width:1000px; /* Aqui le decimos que el ancho máximo sera de 1000px */
	//max-width:1360px; /* Aqui le decimos que el ancho máximo sera de 1000px */
	max-width:3000px; /* Aqui le decimos que el ancho máximo sera de 1000px */
	margin:auto; /* Centramos los elementos */
	overflow:hidden;  /* Eliminamos errores de float */
	text-align: justify;
}

/*table{
        /*background:#8ba987 url('http://www.lawebdelprogramador.com/logolwp100x25.jpg') no-repeat center center;
        background-size:100% 100%;
    }
*/
	
footer {
  background-color: black;
  position: absolute;
  /*text-valign: middle;*/
  /*align-items: center;*/
  /*vertical-align: middle;*/
  padding: 1% 2%;
  /*margin: 5%;*/
  bottom: 0;
  width: 100%;
  height: 50px;
  color: #000000;
  background:#e6e6e6;
  /*text-align: justify;*/
  /*margin-bottom:10px;	/* Margen entre el banner y el texto del cuerpo */ 
    /*margin: 0;*/
   
   /*position: absolute;
   top: 50%;
   left: 50%;
   height: 30%;
   width: 50%;
   margin: -15% 0 0 -25%;
   */
}
.titulosistema {
	/* Tamaño texto */
	font-size: 24px;
	font-weight: bold; /*Negrita*/
	/*color: #304991; */ /*Azúl*/
	/*color: #ffffff;*/
	/*color: #FF0000;*/
	font-weight: bold;
	color: #000;
}
.boton2 {
	/*display:none;*/
	border: none;
	display:inline-block;

	color:#fff;
	background:#000;
	border-radius:50px;

	text-decoration:none;
	padding:10px 20px;
	/*padding:5px 20px;*/
	line-height:normal;
	/*font-size:20px;*/
	/*font-size:14px;*/
	font-size:14px;
	//font-weight:bold;
	font-weight:normal;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.boton2:hover {
	/*background:#f56f3a;*/
	/*background:#e6e6e6;*/
	/*background:#6184e7;*/
	/*background:#059120;*/
	
	background:#06781c;
	border-radius:50px;
	
	/* Sobra de botón*/
	/*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
	
}

.titulotabla {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}
.nombrecampostabla {
	font-size: 18px;
	color: #FFF;
}
.Estilo22{
	font-size: 18px;
	color: #000000;
	}

.boton4 {
	display: inline-block;
	/*background:#00ae22;*/
	/*background: #009180; */
	/*background: #304991; /*Azúl*/
	background: #000000; /*Negro*/
	color: #FFF;
	border-radius: 50px;
	padding:10px 20px;
	/*padding: 2px 10px; /* Alto y ancho */
	line-height: normal;
	/*font-size:20px;*/
	/*font-size:14px;*/
	font-size: 12px;
	//font-weight:bold;
	font-weight: normal;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: thin none #FFF;
	text-decoration: none;
}
.boton4_off {
	/*display:none;*/
	display:inline-block;

	background:#f0f0f0;
	color:#FFF;
	/*border-radius:50px;*/

	text-decoration:none;
	/*padding:10px 20px;*/
	padding:2px 12px;
	line-height:normal;
	//font-size:20px;
	font-size:12px;
	//font-weight:bold;
	font-weight:normal;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.boton4:hover {
	/*background: #f56f3a;*/
	background:#06781c;
	color: #FFF;	/*background:#e6e6e6;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	/*background:#6184e7;*/
	/*background:#059120;*/
	
	/*background:#06781c;*/
	/*border-radius:50px;*/
	
	/* Sobra de botón*/
	/*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
	
}
