html, body {
    height: 100%;
    margin: 0px;
}

#todo {
    position: relative;
    min-height: 100%;
}

form {
    padding: 30px 20px 80px;
    max-width: 40em;
}

.campo {
	display: block;
	margin-top: 13px;
	margin-bottom: 5px;
}

.campo input {
	padding: 2px;
	width: 170px !important;
}

label {
    font-size: 13px;
}

.error {
    font-size: 13px;
}

#usuario {
    margin-bottom: 2px;
    padding: 0;
}

.nota {
    position: relative;
    top: -1px;
    font-size: 11px;
    color: rgb(1,58,146);
}

input[type=text], input[type=password]  {
    display: block;
    margin-top: 4px;
}

input[type=submit] {
    margin-top: 15px;
    margin-bottom: 20px;
	height: 1.9em;
	width: 6em;
	padding-bottom: 3px;
}

#firma {
    position: absolute;
    font-size: 13px;
    color: #036091;
    bottom: 20px;
    right: 20px;
    left: 20px;
}

#firma div {
    margin: 3px 0;
}

#elija, #bienvenido {
    font-weight: bold;
}

.area {
    margin: 20px 0;
}

.boton {
    margin-top: 10px;
}
