body, html {
	height: 100%;
	margin: 0;
	padding: 0;

}
 .menu {
	height: 12%;
	background-color: #ffffff;
	padding: 20px;
}
.separador {
	height: 1%;
	background-color: #ffffff;
	padding: 20px;
}
.title1 {
	height: 12%;
	background-color: #8BB423;
}
.content {
	height: 56%;
	background-color: #ffffff;
	padding: 20px;
}
.abajo {
	height: 12%;
	background-color: #ffffff;
	padding: 20px;
}
h2 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	margin: 15px;
	text-align: center;
	
}
.form-btn {
	padding: 0 15px;
	height: 30px;
	font: bold 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 1px solid #0d3d6a;
	outline: none;
	position: relative;
	background-color: #8BB423;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8BB423), to(#8BB423)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #8BB423, #0d3d6a); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #8BB423, #0d3d6a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #8BB423, #0d3d6a); /* IE10 */
	background-image:      -o-linear-gradient(top, #8BB423, #0d3d6a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #8BB423, #0d3d6a);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}
.form-btn:active {
	border: 1px solid #8BB423;
	background-color: #8BB423;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8BB423), to(#8BB423)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #0d3d6a, #8BB423); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #0d3d6a, #8BB423); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #0d3d6a, #8BB423); /* IE10 */
	background-image:      -o-linear-gradient(top, #0d3d6a, #8BB423); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #0d3d6a, #8BB423);
	-moz-box-shadow:    inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);

	box-shadow:         inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	behavior: url(PIE.htc);
}
select {
	font-family: sans-serif; /* Tipo de letra */
	font-size: 14px; /* Tamaño de letra */
	width: 30cm; /* Ancho del elemento */
}
.group {
	border: 1px solid orange;
	padding: 20px;
	width: 1100px;
	color: #006;
	border-radius: 8px;
	border-color:#036;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgb(255, 255, 255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgbargba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1eeff',GradientType=0 ); /* IE6-9 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.groupusr {
	border: 1px solid orange;
	padding: 20px;
	width: 400px;
	color: #006;
	border-radius: 8px;
	border-color:#036;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgb(255, 255, 255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgbargba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1eeff',GradientType=0 ); /* IE6-9 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



table {
	font: arial;
	border-collapse: collapse;
	width: 90%;
	text-align: center;
	font-size: 18px; 

}
table td {
	font: arial;
	border-collapse: collapse;
	text-align: left;

}

table tr {
	
	font: sans-serif;
	font-size: 14px;
}

table th {
	font-weight: bold; /* Aplicar negrita a los títulos */
	font: arial;
	border-collapse: collapse;
	font-size: 16px;
	
}


.table1 {
	font: sans-serif;
	border-collapse: collapse;
	width: 50%;
	text-align: center;
}
.td1 {
	font: sans-serif;
	border-collapse: collapse;
	border: 1px solid orange;
	text-align: center;
	padding: 1.3rem;
}

.tr1 {
	border-collapse: collapse;
	font: sans-serif;
	font-size: 14px;
}
.th1 {
	border-collapse: collapse;
	font-weight: bold; /* Aplicar negrita a los títulos */
	font: sans-serif;
	font-size: 14px;
}


.table2 {
	font: sans-serif;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.th2 {
	font: arial;
	font-size: 20px;
}
.td2 {
	font: arial;
	border-collapse: collapse;
	text-align: center;
}

.button {
	border-radius: .5rem;
	color: white;
	background-color:  #8BB423;
	padding: .6rem;
	text-decoration: none;
}

.form-btn {
	padding: 0 10px;
	height: 40px;
	font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 1px solid #0d3d6a;
	outline: none;
	position: relative;
	background-color: #8BB423;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8BB423), to(#0d3d6a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #8BB423, #0d3d6a); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #8BB423, #0d3d6a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #8BB423, #0d3d6a); /* IE10 */
	background-image:      -o-linear-gradient(top, #8BB423, #0d3d6a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #8BB423, #0d3d6a);
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

label {
	margin-bottom: 8px;
	display: block;
	width: 400px;
	color: #003;
	font-size: 16px;
	font: arial;
}

.label1 {
	margin-bottom: 12px;
	display: block;
	width: 200px;
	color: #003;
	font-size: 16px;
	font: arial;
	text-align: left;
}

label span {
	font-size: 10px;
	color:#333;
	font-weight: normal;
}

.form-input {
	display: block;
	width: 100px;
	height: 15px;
	margin-bottom: 3px;
	color: #000;
	background-color: rgb(255, 255, 255);
	border: .1px solid #999;
	box-shadow:  0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
	font-family: sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* Focus style */
.form-input:focus {
	border: 1px solid #7fbbf9;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
}

/* Error style */
.form-input:-moz-ui-invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
}

.form-input.invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
}

.form-input1 {
	display: block;
	width: 300px;
	height: 20px;
	margin-bottom: 3px;
	color: #000;
	background-color: rgb(255, 255, 255);
	border: .1px solid #999;
	box-shadow:  0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	behavior: url(PIE.htc);
	font-family: sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.form-input1:focus {
	border: 1px solid #7fbbf9;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #7fbbf9;
}

.boton {
	display: inline-block;
	padding: 10px 20px;
	background-color: #0074d9; /* Cambia el color de fondo a tu preferencia */
	color: #fff; /* Cambia el color del texto a tu preferencia */
	text-decoration: none;
	border: none;
	border-radius: 5px;
	cursor: pointer;
  }
  
  .boton:hover {
	background-color: #0056b3; /* Cambia el color de fondo al pasar el mouse */
  }