html{
    font-size: 62.5%; /** Reset para REMS -62.5%=10px de 16px **/
}

body{
    font-family: 'Lato', sans-serif;
    line-height: 2;
    background-color: white;
}

/** Globales **/
.contenedor{
    max-width: 120rem;
    margin: 0 auto;
}
h1{
    font-size: 2.6rem;
}
h2{
    font-size: 3.4rem;
}
h3{
    font-size: 3rem;
}
h4{
    font-size: 2.6rem;
}
h5{
    font-size: 2rem;
    display: inline;
}
header{
    text-align: center;
    margin: 0 auto;
}

.datos{
     font-size: 2rem;
    display: inline-block;
    width: 20rem;
   /* border: 0.1rem solid black; */ 
    vertical-align: top;
    text-align: center;
    margin: 0 auto;
}
.caratulas_temperatura{
    
    display: inline-block;
    width: auto;
/* border: 0.1rem solid black; */
    vertical-align: middle;
   text-align: center;
   margin: 0 auto;
}
