html {
  background-color: #fcfefb;
}

th, tr {
  height: 30px;
}

td {
  padding: 2px;
}

.section {
    padding-top: 5px;
    padding-bottom: 5px;
}

.W98 { width: 98%; }

.W200PX { 
  width: 200px !important; 
}

.W150PXMIN {
   min-width: 200px; 
}

.W100PXMIN {
  min-width: 100px; 
}


@media screen and (max-width:600px) {
  .tohide { display: none; }
}


@media screen and (max-width:400px) {
  .tohide2 { display: none; }
}


.small_margin {
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 8px;
  margin-left: 8px;
}

.CENTRADO {
  display: flex;
  align-items: center;
  justify-content: center;
}

.colorRojo {
  color: rgb(255,0,0);
}

.colorVerde {
  color: rgb(0,255,0);
}

.colorGris {
  color: rgb(120,120,120);
}

.colorAzul {
  color: rgb(0,0,255);
}

.derecha {
  text-align: right;
}

.negrita {
  font-weight: bold;
}

.ellipsis {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ellipsis span {
  display: table-cell;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

a.enlaceDetallesEstacionOff {
  color: #000000;
}