body {
	width: 21cm;
	height: 29.7cm;
}

#datosEmpresa {
	float: left;
	width: 60%;
	border-style: solid;
	border-color: green;
	padding: 2px;
}

#grabEmp, #editEmp, #borEmp, #grabCli, #editCli, #borCli {
	background-color: #ccffff;
}

#selEmp, #selCli {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

#logotipo {
	float: right;
	width: 35%;
}

#menuNav {
	display: none;
}

#logotipo:hover #menuNav {
	display: block;
}

#logoEmpAct {
	max-height: 100%;
	max-width: 100%;
}

a.button {
  background-color: white;
  border: 2px solid #4CAF50; /* Green */
  color: black;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 2px 1px;
  transition-duration: 0.4s;
  cursor: pointer;
}

a.button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}

#razonAct, #razonActCli {
    background-color: white;
    border: none;
    color: black;
    padding: 2%;
    text-align: left;
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
}

#datosCliente {
	float: left;
	clear: left;
	width: 65%;
	border-style: solid;
	border-color: red;
	padding: 2px;
}

#datosFactura {
	float: right;
}

#tabla {
	clear: both;
}

#Anot {
	width: 90%;
	margin: auto;
}

.anotaciones {
	width: 100%;
	height: 130px;
	resize: none;
}

table {
	width: 100%;
	border: 2px solid green;
	font-size: 80%;
}

th.cabecera {
	border-bottom: 1px solid blue;
	color: red;
}

th.totales, th.euros, th.tporcentot {
	border-top: 1px solid blue;
	color: red;
}

th.euros {
	text-align: right;
}

td.enBlanco {
	background: #f2f2f2;
	height: 10px;
}

input.lineas {
	width: 80%;
	autocomplete: on;
}

td.porcentaje {
	width: 7%;
	text-align: center;
}

td.euros {
	width: 12%;
	text-align: right;
}

td.numero {
	width: 8%;
	text-align: center;
}

td.descripcion {
	text-align: center;
}

div.colIzq {
	float: left;
}

div.colDer {
	float: right;
}

div.row {
	padding: 2%;
}

div.row:after {
	content: "";
	display: table;
	clear: both;
}

