body {
  font-family: Roboto,  Verdana, Tahoma, sans-serif;
  font-weight: normal;
  padding: 0.25em;
  background-color: gainsboro;
}

.boton {
  border-radius: 0.5em;
  margin: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-weight: bold;
  border: 3px solid black;
}

.borrar {
  background-color: firebrick;
}

.agregar {
  background-color: forestgreen;
}

.descargar {
  background-color: darkorange;
}

.enlace {
  background-color: cornflowerblue;
}

.publicar {
  background-color: steelblue;
  color: black;
  border-color: black;
}

.acceso {
  margin: 0.5em 0;
  padding:0.5em;
  width:100%;
}

.ocultar_href {
  text-decoration: none;
  color: black;
}

.boton:disabled {
  background-color:slategray;
}

.boton:hover {
  filter: brightness(1.2);
}

.tarjeta {
  border: 1px solid black;
  padding: 0.25em;
  margin: 0.25em;
  float: left;
  display: block;
}

.tarjeta_tablero {
  text-decoration:none;
  color:black;
  border:3px solid black;
  min-width:5em;
  min-height:3em;
  align-content:center;
  text-align:center;
  font-weight:bold;
  border-radius:0.5em;
  padding:0.25em;
}

.tarjeta_recibos {
  margin:0.25em;
  padding:0.5em;
  border:1px solid black;
  border-radius:1em;
}

.indicador {
  border: 3px solid black;
  padding: 0.75em;
  margin: 0.25em;
  border-radius: 0.75em;
  font-size:1em;
  font-weight:bold;
  min-height:6.18em;
  min-width:10em;
  text-align:center;
}


.aviso {
  border: 1px solid firebrick;
  border-radius: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.25em;
}

.detalles {
  overflow: auto;
}

.activar_scroll {
  max-height: 15em;
}

.firma {
  border: 0;
  border-top:1px dotted black;
  text-align: center;
  width:20em;
  margin-top:5em;
  font-size: 1.25em;
}

table,td,tr,th {
  border-spacing: 0;
  border: 1px solid royalblue;
}

details {
  border: 1px solid royalblue;
  border-radius: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.25em;
}

.bordes_azules {
  border: 1px solid royalblue;
  border-radius: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.25em;
}

tr {
  height: 2em;
}

table.stripped body tr:nth-child(odd)  {
  background-color: lightgray;
}

table.stripped thead:first-child tr {
 color: steelblue;
}

table.stripped th {background: lightblue; border: 1px solid black; padding:0.25em;}
table.stripped td {border: 1px solid black; padding:0.25em;}
table.stripped tr:nth-child(even) {background: lightgrey}
table.stripped tr:nth-child(odd) {background: white}

summary:focus{
  outline: none;
}

span.simple {
	min-width:1em;
}

hr {
  border-top: 0.25px solid royalblue;
}

.no-screen, no-screen * {
  display: none !important;
}

.carga {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

@media print
{
  @page {
    size: legal;
  }
  html {
    font-family: Arial,sans-serif !important;
    font-size: 11pt !important;
    font-weight: normal;
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 2cm;
    margin-right: 1cm;
  }

  .no-print, no-print *
  {
    display: none !important;
  }

  .no-screen, no-screen *
  {
    display: block !important;
  }
}

@media (max-width:768px) {
	.ocultar-en-movil {
		display: none !important;
	}
}
