
.titulo{
    font-size:20px ;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    color: white;
}

.tabla_titulo{
    background-color: #FF314D;
    height: 33px;
}

.tabla_sensor{
    background-color: white;
    height: 177px;
    border-color: #707070;
    border-width: 1px;
    border-style: solid;
    justify-content: center;
}



.texto_grande{
    font-size:20px ;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    color: #707070;
    
    line-height: 0;
}

.texto_min{
    font-size:12px ;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    color: #707070; 
    line-height: 0;
}

.texto_min_vacio{
    font-size:12px ;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    color: white; 
    line-height: 0;
}

.iframe_dato{
    border:0px solid black;
    width:60px;
    height:50px;
}