.titulo{
    font-size: 14px;
    color: #74788d;
}
.dato{
    margin: -20px 0 17px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.list-content{
    margin-bottom:10px;
}

.componente-box {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
    max-height: 100px;
}
.componente-box-referencia {
    font-size: 14px;
    color: #74788d;
    margin-bottom:10px;
}
.componente-box-nombre {
    font-size: 12px;
    color:#000;
    margin-bottom:10px;
}
.gly-rotate-45 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.5);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-iniciar-sesion {
    padding: 7px 10px;
    border-radius: 4px;
    background-color: #fae806;
    margin-top:30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.input-lectura{
    height:45px; 
    text-align: center; 
    font-size:20px
}