body {
  margin: 0px;
  font-family: Calibri, monospace, sans-serif;
  font-size: 12px;
  background-color: aliceblue;
  line-height: 1;
/*  background: black;*/
}
/* danmun: he añadido esto que se aplica solamente
   en pantallas más grandes que las del panel físico. */
@media screen and (min-width: 257px) and (min-height: 65px) {
  @font-face {
    font-family: "w95fa";
    src: url(./w95fa.woff);
  }
  body {
/*    background: darkslateblue;*/
    font-size: 12px !important;
    font-family: "w95fa", monospace, sans-serif;
  }
  #Tiempos {
    padding-top:0px !important;
  }
  .divTable {
    height: 53px !important;
  }
  .divTableRow {
    line-height: 8px !important;
  }
  .PanelSize {
    margin-top: -1px !important;
    height: 65px !important;
    /* background-color: #660066 !important; */
  }
  #CabeceraTiempos {
    height: 11px !important;
    line-height: 12px !important;
    padding-top: 0px !important;
    /* background-color: #660066 !important; */
  }
  .Reloj {
    /* background: green; */
    position: absolute !important;
  }
  .valorColumnaA {
    font-family: sans-serif;
  }
  /***Javier dijo que se eliminase el mensaje*/
  /* #recomendacionZoom {
    margin-top: 1em;
    display: inline-block !important;
    font-size: 1.5em !important;
  } */

  /** Desarrollo **/
  #PruebaError {
    color: red;
    margin: 0;
    font-size: 5px;
  }
  #btnError {
    margin-top: 10px;
    font-size: 5px;
  }
  @-webkit-keyframes blinker {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  .blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
  }

  video::-webkit-media-controls {
    display: none;
  }
}
.PanelSize {
    width: 256px;
    height: 66px;
    background-color: black;
    color:white;
	margin-top: -2px;
}
.ColorA {
    background-color: #194470;
    background-color: #009fe3;
    color:white;
}
.Reloj {
  position: fixed;
  text-align: right !important;
  display: block !important;
  width: 50px !important;
  top: -1px !important;
  left: 206px !important;
  color: red;
}
.RelojError {
    top: 20px !important;
    left: 170px !important;
    color: white;
    font-size: 18px;
}

/***********************************Horarios***************************************/
#CabeceraTiempos {
  background-color: black;
  width: 256px;
  height: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: botton;
  padding-top: 2px;
  line-height: 10px;
  /* border-bottom: 1px solid #555555; */
}
#CabeceraTiempos div {
  color: yellow !important;
  /*background-color:gray;*/
  padding: 0px;
  /* comentado por danmun: */
  /* font-size: 12px;*/
}
.columnaA {
  width: 28px;
  /*border: 1px solid #c3c3c3;*/
  text-align: center;
  /*z-index:999;*/
  position: relative;
}
.valorColumnaA {
  font-weight: bold;
}
.columnaB {
    /*    width: 64px;*/
    width: 72px;
    text-align: center;
    /*z-index:999;*/
    position: relative;
    color: LightSkyBlue;
}
.columnaC {
    /*margin-top: 2px;*/
}
.columnaInfo {
  color: khaki;
  font-size: 100%;
}
/************************************Mensajes**************************************/
.LogoMensajes {
    margin-top: 10px;
    margin-left: 6px;
    position: absolute;
    top: -10px;
    height: 50px;
}
.RelojMensajes {
    position: absolute;
    z-index:1;
    top:4px;
    left: 167px;
    color:white;
	font-size:18px;
}
.FechaMensajes {
    position: absolute;
    z-index:1;
    top:22px;
    left: 165px;
    color:white;
	font-size:14px;
}
.iconoTiempo {
  width: 20px;
  height: 20px;
  background-image: url(https://openweathermap.org/img/w/01d.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  position: absolute;
  border-radius: 5px;
  margin-left: 3px;
}
.descripcionTiempo {
    position:absolute;
    left: 5px;
}
.grados {
    position: absolute;
    left: 220px;
    padding-top: 12px;
}

.humedad {
    position: absolute;
    left: 150px;
    padding-top: 12px;
}

.LineaMensajes {
    position: absolute;
    background-color: white;
    width: 256px;
    height: 13px;
    top: calc(64px - 13px);
    overflow:hidden;
}
#TextoPubli {
    margin: 2px;
    line-height: 11px;
    /*padding-left:5px*/
    position: absolute;
    /*top: 53px;*/
    transform: translateX(256px);
	font-size: 13px;
	font-weight: bold;
}
/******************************ERROR************************************/
#triangulo {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #FFEB3B transparent transparent;
    left: 246px;
    top:0;
}
#TextoPubliB {
    margin: 2px;
    line-height: 11px;
    /*padding-left:5px*/
    position: fixed;
    /*top: 53px;*/
}
.LogoError {
    position: absolute;
    top: -1px;
    left: 10px;
    height: 50px;
}
/******************************ANIMACIONES************************************/
.AnimHori {
/*    color: #194470 !important;*/
    color: #009fe3 !important;
    white-space: nowrap;
}
/* Move it (define the animation) */
@-moz-keyframes movimientoHorizontal {
    0% {
        -moz-transform: translateX(256px);
    }

    100% {
        -moz-transform: translateX(-110%);
    }
}

@-webkit-keyframes movimientoHorizontal {
    0% {
        -webkit-transform: translateX(256px);
    }

    100% {
        -webkit-transform: translateX(-110%);
    }
}

@keyframes movimientoHorizontal {
    0% {
        color: #000066 !important;
        -moz-transform: translateX(256px); /* Firefox bug fix */
        -webkit-transform: translateX(256px); /* Firefox bug fix */
        transform: translateX(256px);
    }

    100% {
        color: #000066 !important;
        -moz-transform: translateX(-110%); /* Firefox bug fix */
        -webkit-transform: translateX(-110%); /* Firefox bug fix */
        transform: translateX(-110%);
    }
}

#Tiempos {
  border-top: 1px solid #444444;
  overflow: hidden;
}
/********************************TABLAS******************************/
.divTable {
    /*display: table;*/
    width: 256px;
    height: 55px;
    overflow: hidden;
    max-height: 64px;
}

.divTableRow {
    display: table-row;
    line-height: 9px;
    /*height: 9px;*/
    /*text-shadow: rgba(0,0,0,.01) 0 0 1px;*/
}

.divTableCell,
.divTableHead {
  /*border: 1px solid #999999;*/
  display: table-cell;
  /*padding: 3px 10px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 0px 0px 1px;
  /*height: 9px;*/
}

.divTableBody {
    display: table-row-group;
    /*	padding-top: 15px; */
}

#btnError {
/*    display: none;*/
display:block;
}

#recomendacionZoom {
    display: none;
    font-family: sans-serif;
}

/***Desarrollo***/
/*#PruebaError {
    color:red;
    margin:0;
    font-size:5px;
}
#btnError {
    font-size: 5px;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

video::-webkit-media-controls {
    display: none;
}*/