/*fuente, tamaño, margen izquierdo y color de fondo para el body*/
body {
    font-size: 15px;
    margin-left: 10px;
    background-color:white;
    font-family: 'Montserrat', sans-serif!important;
}
hr { 
    display: block;

    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 10px;
    color: #000;
  } 
/*Posición para la tabla dónde se muestran las imagenes*/
#contenido { 
    position: left;
}

/*Posición, margen superior, margen izquierdo, tamaño de la fuente
  color y negrita del enlace al final de la página.*/
#adicional { 
    position:absolute;
    margin-top:15px;
    margin-left: 400px;
    font-size: 14px;
    left:  0px;
    color: #666;
    font-weight: bold ;
}
/*CSS par ala etiqueta h1*/
/* h1 {
    text-align: right;
    width: 460px;
    font-size: 20px;
    font-weight: bold;
    color: #9C9CB1;
} */
.vertical {
    border-left: 3px solid black;
    height: 70%;
    position:fixed;
    left: 53.5%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.tg  {
      border-collapse:collapse;
      border-spacing:0;

    }  
/*tamaño de la fuenta que afecta a la etiqueta strong que esté dentro de h1*/
h1 strong {
    font-size: 48px;
}
/*CSS para la tabla que está dentro del id tablero (definido en js) */
#tablero table{
    border: 2px solid #9C9CB1;;
    padding: 4px 8px;
}
.labelbold {
    font-weight: bold;
    font-size: medium;
    /* font-family: Arial, Helvetica, sans-serif; */
}
.labelnormal {
    font-weight:lighter;
    font-size:small;
    /* font-family: Arial, Helvetica, sans-serif; */
}
.imgconsumi {
    width: 100px;
    height: 100px;
}
.imgconsumi {
    width: 100px;
    height: 100px;
}
.modalimage {
    width: 100px;
    height: 100px;
    align-content: center;
}
/*CSS para los tr y td que están contenidos dentro del div con id tablero*/
#tablero tr, #tablero td{
    padding: 0;
    margin: 0;
}
/*CSS para las imagenes que están dentro de un td que a su vez están dentro 
   del div con id tablero*/
#tablero td img {
    margin: 4px;
    padding: 0;
    height: 100px;
    width : 100px;
    border: none;
}
/*Para cuando se pasa el ratón por encima de las imágenes*/
#tablero td img:hover {
    margin: 4px;
    padding: 0;
    height: 98px;
    width : 98px;
    border: 1px solid black;
}
/*CSS para el formulario que muestra los contadores*/
#datos {
    position: center;
    top : 0px;
    left: 40px;
    padding: 4px 6px;
    background-color: white;
    
}
/*CSS para los encabezados de listas de definición que están dentro de los div
  con id datos*/
dl {
    width: 100%;
    overflow: hidden;
    background: greenyellow;
    padding: 0;
    margin: 0
    
  }
  dt {
    float: left;
    width: 50%;
    /* adjust the width; make sure the total of both is 100% */
    background: greenyellow;
    padding: 0;
    margin: 0;
    font-weight: bold;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: medium;
  }
  dd {
    float: left;
    width: 50%;
    /* adjust the width; make sure the total of both is 100% */
    background:greenyellow;
    padding: 0;
    margin: 0;
    font-weight: bolder;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size:large ;
  }

.logo-img {
    width: 300px;
}

.person-img {
    width: 150px;
}
#cronometro {
    background-color: #92CC3A;
}