body { font-size: 20px; }

#logo {
	float: right;
}

#Clientes0 {
	clear: both;
}

.altaCli {
	float: left;
}

.container {
	clear: both;
}

/* Style the label to display next to the inputs */
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
	font-size: 20px;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=number], input[type=date], input[type=email], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 15px;
}

.tabla {
   display: table;
   width: 100%;
}
.filaTabla, .filaCabecera {
   display: table-row;
}
.cabeceraTabla {
   display: table-cell;
   background-color: #4CAF50;
   color: white;
   font-weight: bold;
   padding: 3px 10px;
   border: 1px solid white;
}
.celdaTabla, .celdaTablaC {
   display: table-cell;
   padding: 3px 10px;
   border: 1px solid #4CAF50;
}

.celdaTablaC {
	text-align: center;
}

.pieTabla {
   display: table-footer-group;
   font-weight: bold;
   background-color: #ddd;
}
.cuerpoTabla {
   display: table-row-group;
}

.button {
  font: bold 15px Arial;
  text-decoration: none;
  background-color: #4CAF50;
  color: white;
  padding: 3px 5px;
  border-radius: 2px;
}

input[type="text"] {
	width: 100%;
}

input[type=submit] {
	background-color: #4CAF50;
	color: white;
	padding: 12px 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	font-size: 110%;
}

button[type=button] {
	background-color: #504CAF;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	font-size: 110%;
}

#IDCli, #bIDCli { width: 5%; }
#Nom, #bNom { width: 25%; }
#Ape1, #bApe1 { width: 20%; }
#Ape2, #bApe2 { width: 20%; }
#DNI, #bDNI { width: 10%; }
#Alta, #bAlta { width: 10%; text-align: center; }
#Parti, #bParti { width: 10%; text-align: center; }

/* Floating column for labels: 25% width */
.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

/* Floating column for button: 25% width */
.col-25r {
	float: right;
	width: 24%;
	margin-top: 6px;
	margin-left: 10px;
}

.col-24 {
	float: left;
	width: 24%;
	margin-top: 6px;
}

.col-24r {
	float: left;
	width: 24%;
	margin-top: 6px;
	margin-left: 10px;
}

.col-10 {
	float: left;
	width: 9%;
	margin-top: 6px;
}

.col-10r {
	float: left;
	width: 9%;
	margin-top: 6px;
	margin-left: 10px;
}

/* Floating column for inputs: 50% width */
.boton {
	float: right;
	width: 25%;
	margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

#busqueda {
	position: sticky;
	top: 0;
}
