body{
    margin: 0;
    padding: 0;
  /*font-family: "Raleway", sans-serif;*/
  font-family: 'Tw Cen MT', sans-serif;
  position:relative;
  min-height: 100vh;
height: fit-content;
}

.hidden{
    visibility: hidden;
}

.pRelative{
    position: relative;
}

.pAbs{
    position: absolute;
}

.morado{
    color: #7726FF;
}

.underline{
    text-decoration: underline;
}

.subrayado{
    text-decoration: underline;
}

.negritas{
    font-weight: bold;
}

.flex{
    display: flex;
}


.fw300{
    font-weight: 300;
}


a{
    text-decoration: none;
    color: inherit;
    pointer-events: auto;
}

.flexCentered{
    display: flex;
    align-items: center;
    justify-content: center;
}