form {
	width: 100%;
	height: 1000%;
	margin: 20px;
	padding: 0em;
	border: 1px solid #CCC;

}
img.fluid {
	width: 100%;
	height: 20%;
}

/*Cajones Cobrar a: Fecha: Factura*/
div.contentdatos {
	margin: auto;
	width: 900px;
	justify-content: center;
	text-align: center;
}
div.contentdate {
	text-align: left;
}
.cajon1 {
	float: left;
}
.cajon2 {
	float: right;
	text-align: right;
}
.position {
	position: relative;
	margin-top: 70px;
	background-color: white;
	float: left;
}
input.cobrar {
	font: 1em sans-serif;
	width: 300px;
	height: 30px;
	background-color:rgba(241,244,255);
	border-radius: 8px;
	float: right;
	margin-top: 5px;
	border: 1px;
	border-color:rgba(230,231,233);
}
input.date {
	font: 1em sans-serif;
	width: 150px;
	float: right;
	background-color:rgba(241,244,255);
	border-radius: 5px;
	border: 0;
}
div.dates {
	float: right;
}

/*Tabla */

table {
	width: 100%;
	position: static;
	margin-top: 240px;
}
td, th {
	width: 0%;
	text-align: center;
	vertical-align: top;
	border: 1px solid black;
	border-spacing: 0;
}
tr {
	width: 0%;
	text-align: center;
	font-size: all;
}
td.campos {
	width: 3%;
	height: 20px;
}
td.table {
	width: 15%;
	height: 20px;
}
input.table {
	border: 1px;
	width: 100%;
	height: 100%;
	text-align: left;
	justify-content: center;
}
input.campos {
	border: 1px	;
	width: 100%;
	height: 100%;
	text-align: center;
	justify-content: center;
}
/*Campos Sumas Totales*/

div.totales {
	margin-left: 60%;
}
div.content {
	width: 350px;
	border: 1em;
	background-color: #E3E6EA;
	text-align: center;
}
label.cantidades {
	font-size: 15px;
}
input.suma {
	width: 50%;
	height: 38px;
	border: 0;
	background-color: #E3E6EA;
	text-align: center;
}

/*Comianza Div Notes*/

div.notes {
	margin-left: 6.5em;
	width: auto;
	height: auto;
}
label.note {
	font-size: auto;
	color: #04456F;
}
textarea.note {
	width: 50%;
	height: auto;
	border: 2px solid #04456F;
}

/*Comienza CSS Form Enviar*/

div.enviar {
	justify-content: all;
}
input.enviar {
	width: 600px;
	border: 1px solid #CCC;
	text-align: center;
}
form.enviar {
	padding: 1em;
	justify-content: all;
	text-align:
	width:auto;
	border: 1px solid #CCC;
}

/*Form Button Generar PDF*/
form.generar {
	width: 6%;
	height: auto;
	justify-content: center;
	text-align: center;
}
