body { font-size: 18px; }
h1 { font-size: 200%; }
p { font-size: 100%; line-height:1.2; text-align: justify;}
ul { line-height:150%; }

td {
    text-align: center;
}
#logotipo {
    float: right;
    height: 170px;
}

#menuNav {
	display: none;
}

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

#logoEmpAct {
	max-height: 150px;
}

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;
}

#datos {
    float: left;
}
#cliente {
    float: left;
}

#empActual {
    float: left;
}

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

#razonAct:hover, #razonActCli:hover {
    border: solid green;
}

#cabecera {
  background: white;
  position: sticky;
  clear: both;
  top: 0px;
  width: 100%;
}

.fechas {
    /*float: right;
    clear: right;*/
    text-align: center;
    padding: 2px;
}
.container {
    clear: both;
}
.separador {
    height: 1px;
}

.euros {
  text-align: right;
  padding-right: 8px;
}

.texto {
  text-align: left;
  padding-left: 8px;
}

tr.total {
background-color: #4CAF50;
color: white;
}

tr.borrar {
background-color: #FFFF66;
color: #CC0000;
}

/* Style the submit button */
input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 2px 5px;
border: none;
border-radius: 4px;
cursor: pointer;
}

table {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
box-sizing: border-box;
font-size: 16px;
border-radius: 5px;
background-color: #f2f2f2;
}
