.form-container {
   border: 5px solid #ffffff;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#0f0801), to(#ffffff));
   background: -webkit-linear-gradient(top, #0f0801, #ffffff);
   background: -moz-linear-gradient(top, #0f0801, #ffffff);
   background: -ms-linear-gradient(top, #0f0801, #ffffff);
   background: -o-linear-gradient(top, #0f0801, #ffffff);
   background-image: -ms-linear-gradient(top, #0f0801 0%, #ffffff 100%);
   -webkit-border-radius: 24px;
   -moz-border-radius: 24px;
   border-radius: 240px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   width:300px;
   }
.ingresatexto {
   border: 2px solid #c9b7a2;
   background: #ffffff;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:280px;
   }
.ingresatexto:focus {
   background: #fff;
   color: #000000;
   font-size: x-large;
   text-align: center;
   }
.form-container h2 {
   text-shadow: #ffffff 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.titulo {
   margin-bottom:2px;
   color: #ffffff;
   text-shadow: #000000 0 2px 0;
   border: 5px solid #ffffff;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#0f0801), to(#759e4b));
   background: -webkit-linear-gradient(top, #0f0801, #759e4b);
   background: -moz-linear-gradient(top, #0f0801, #759e4b);
   background: -ms-linear-gradient(top, #0f0801, #759e4b);
   background: -o-linear-gradient(top, #0f0801, #759e4b);
   background-image: -ms-linear-gradient(top, #0f0801 0%, #759e4b 100%);
   -webkit-border-radius: 24px;
   -moz-border-radius: 24px;
   border-radius: 24px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.boton {
   margin:10px 0;
   border: 2px solid #447314;
   background: #111210;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#111210));
   background: -webkit-linear-gradient(top, #8dc059, #111210);
   background: -moz-linear-gradient(top, #8dc059, #111210);
   background: -ms-linear-gradient(top, #8dc059, #111210);
   background: -o-linear-gradient(top, #8dc059, #111210);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #111210 100%);
   -webkit-border-radius: 22px;
   -moz-border-radius: 22px;
   border-radius: 22px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.boton:hover {
   border: 2px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   color: #fff;
   }
.boton:active {
   text-shadow: #31540c 0 1px 0;
   border: 2px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }

.hijo {
  
  float: right;
  margin-right: 30px;
}

.hijo2 {
  
  
  float:center;
  margin-right: 400px;
  
}
.bienvenido {

	display: table-cell;
    vertical-align: middle;
    text-align: center;
	}

.padre {
  /* IMPORTANTE */
  
  text-align: center;
  float: left;
  margin-left: 40px;
}
@media only screen and (max-width: 1000px) {
   #unseen table td:nth-child(2), 
   #unseen table th:nth-child(2) {display: none;}
}
 
@media only screen and (max-width: 840px) {
   #unseen table td:nth-child(4),
   #unseen table th:nth-child(4),
   #unseen table td:nth-child(7),
   #unseen table th:nth-child(7),
   #unseen table td:nth-child(8),
   #unseen table th:nth-child(8){display: none;}
}

@media print {
  
    background-colo:white,
    border-color":white",
    width:20%,
    height:10%,
    white-space: "pre-wrap",
    
  
}



table { 
  width: 210px;
  display: inline-block;
  float: right;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse:collapse; 
  
  }
#itsthetable > table {width:99%;}
#itsthetable {
  height:500px;
  overflow:auto;
  background:#c6dbff; 
  
  text-align:left;
  }
caption { 
  height:102px;
  font-size:13px;  
  color:black; 
  
  }

  
th
tr th, tr td {border-bottom:1px solid #ccc; border-left:1px solid white}

tbody tr th  {
  width:auto;
  height:100px;
  
  }
tbody tr td  {
  height:1.6em;
  text-align:left;
  
  
  }
thead { background:#fff;}
tr th + td + td + td + td {
  
  
  font-size:1.2em; 
  } 
tr.odd th + td + td + td + td {
 

  font-size:1.2em; 
  background:none;
  } 
tfoot th, tfoot td {
  height:105px;
  font-weight:bold; 
  height:1.6em; 
  
  }
tfoot th{
  height:102px;
  }
tfoot td {height:102px;
  }

table .sombrear {
  background-color:red;


    
  