.formularioSimple form{
    padding: 0.75em;
}

.formularioSimple form input, .formularioSimple form select, .formularioSimple form textarea{
    margin-top: 1em;
    margin-bottom: 1em;
}

 .formularioSimple form label{
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

.formularioSimple #divBtnCrearUsuario{
    width: 100%;
    text-align: right;
}

.formularioSimple button{
    padding: 0.35em 1.25em 0.35em 1.25em;
    font-size: 1em;
    font-weight: bold;
}

.cursorPointer:hover{
    cursor: pointer;
}