body {
    /*Para la barra superior fija*/
    padding-top: 70px;
    /*Para la barra inferior fija*/
    padding-bottom: 70px;
	/*background-image: url("../img/plataformastecnologicas.png");
	background-position: center;  Center the image
	background-repeat: no-repeat, repeat;*/
}

.tableFixHead          { overflow-y: auto; height: 350px; }
.tableFixHead thead th { position: sticky; top: 0; height:50px }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#eee; }

label.error {
 	 color: #FB0202; 
 	 margin: 1 0 .1em 50px; 
 	 display: block; 
 	 font-size: .7em !important;
 	 font-weight:bold; 
 }
.custom-file-control:lang(es)::after {
	content: "Select file...";
}
.tbl-declaraciones td{
	padding: .15rem;
}
.jumbotron{
	padding: 0.75rem 0.75rem;
	margin-bottom: 0.2rem;
}

.container{
	max-width: 80%;
}
