.details {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.summary {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
}

.contenido {
  padding: 10px;
}

.inpjs {
  position: relative;
  top: -10px;
}

.penalies {
  background: rgba(252, 100, 100, 0.863);
}


/* A partir de aqui estilos para archivo pdf*/

.img-head-box {
  width: 100px;
  margin-left: 0;
  float: left;
}

.img-head {
  width: 100px;
}

.text-head-box {
  width: 60%;
  margin: 0;
  float: left;
}

.text-head {
  color: #000;
  font-size: large;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 0px;
}

.text-head2 {
  color: #464646;
  font-size: small;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.info-head-box {
  width: 50%;
  margin: 0 0 0 0;
  float: left;
}

.content-info {
  background-color: #dde3f1da;
  padding: 10px;
  border-radius: 2%;
  border: #747474 1px solid;
}

.info-text-1 {
  font-size: medium;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  color: #000;
  margin: 0;
  text-align: start;
}

.info-text-2 {
  font-size: small;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.content-body {
  margin-top: 150px;
}

table{
  border-collapse: collapse;
}

