* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    /* Normalizar Los Estilos Del Navegador Para Evitar Cnflictos De Estilos */
}

@font-face {
    font-family: Oswald-Light;
    src: url(/FON/oswald/Oswald-ExtraLight.ttf);
}

@font-face {
    font-family: chiller-mdl;
    src: url(/FON/chiller/chiller.ttf);
}

body {
    background-color: #f5f5f5;
}

.contenedorLineaDivisora {
    margin-left: 150px;
    margin-right: 150px;
}

.lineaDivisora {
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, gray, #f0f0f0);
    margin: 20px;
}

.contenedorInformacionUsuario {
    text-align: center;
    font-family: Oswald-Light;
}