
html,
h1 {
  display: block;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h2 {
  color: #FFF;
  display: block;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

h3 {
  color: #FFF;
  display: block;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0;
  font-weight: bold;
}

h4 {
  display: block;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


h5 {
  display: block;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

label{
  font-size: 24px;
  color: #FFF;
}

porcent{
  color: #FFF;
  display: block;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5;
  font-weight: bold;
  float: right;
}


data{
  color: #FFF;
  display: block;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5;
  margin-right: 0;
  font-weight: bold;
  float: left;

}

body{
	background-color: #333;
	display: inline-block;
}

#customers {
  font-family: Lucida Console;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #c5d4f0;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #000;
  color: white;
}

button{
	width: 100px;
	height: 30px;
	background-color: #33CCFF;
	border: none;
  box-shadow: 5px 5px 10px #000;
}

select{
	width: 200px;
	height: 30px;
}

li{
  background-color: #EEE;
  list-style-type: none;
  font-size: 18px;
  margin: 10px;
  padding: 3px;
  box-shadow: 10px 10px 15px;
  border: solid 2px;
  width: 750px;
  height: auto;
}

input{
  width: 200px;
  height: 32px;
}

textarea{
  width: 400px;
  height: 100px;
}
a{
  font-size: 22px;
  color: #000;
  text-decoration:none;
  width: 180px;
  display: inline;
  padding: 0px 20px ;
}

a:link {
  text-decoration: none;
}



.bar0{
	margin-bottom: 5px;
	background-color: #333;
	width: 465px;
	height: 30px;
	box-shadow: 5px 5px 10px #000;
	align-self: left;
	align-content: left;
	}
.bar100{
	color: #FFF;
  background-color: #0099FF;
	height: 30px;
	text-align: right;
	align-self: left;
	align-content: left;
   box-shadow: 5px 0px 5px #0099FF;
}
.tbar100{
	background-color: #ff00ff;
	height: 30px;
	 box-shadow: 5px 0px 5px #ff00ff;
	text-align: right;
}

.tablas{
		display: block;
}

.menu{
  background-image: linear-gradient(to right, #00bed8, #3772d6);
  height: 25px;
  width: 100%;
  padding: 5px;
  border: solid 3px black;
}

.franja{
  width: 750px;
}


.barcode{
  display: inline;
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 22;
}



.estado{
  display: inline;
  position: relative;
  right: 0px;
  top: 0px;
  font-size: 22;
  float: right;
}
.id{
  display: inline;
  position: relative;
  left: 60px;
  top: 0px;
  font-size: 22;
}

.datos{
  display: flex;
  justify-content: center;
  padding: 5px;
  background-color: #333;
  color: #FFF;
  font-size: 16;
  height: auto;
  font-family: "Lucida Console", "Courier New", monospace;
}

.registro{
  width: 400px;
  float: right;
  text-align: right;
  height: auto;
}

.info{
  float: left;
  width: 350px;
}

.log{
  width: 450px;
  height: 250px;
  border: solid 3px #0099FF;
  border-radius: 15px;
  box-shadow: 5px 5px 10px #000;
  padding: 20px;

}

a.btnlink{
  background-color: #33CCFF;
  width: 100px;
  color: #000;
  size: 12px;
  box-shadow: 5px 5px 10px #000;
}
