.EspacioVacio{
    width: 99%;
    height: 100px;
}
.EspacioCabecera{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000066;
    font-family: "Roboto Condensed", sans-serif;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 2px;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    z-index: 1000;
}
.TextoSmall{
    font-size: 10px;
}
.Update{
    font-size: 15px;
    text-align: center;
}

.LogoLoBeltran{
    width: 150px;
}
.LogoServicam{
    width: 100px;
}

.Derechos{
    width: 30%;
    text-align: center;
}