@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

header, footer, section, nav {
    display: block;
}

header {
	width: 100%;
	height: 100px;
	background: #004A82;
	text-align:center;
	padding: 10px;

}

.logo {
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	max-widht: 330px;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial, Geneva, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    background: #fff;
}
a:link,
a:visited {
    text-decoration: none;
    color: #717171;
}

.container {
    width: 540px;
    margin-left:auto;
	margin-right:auto;
	background: #ffffff;
	margin-top: 70px;
	}


#footer p{
    padding-top: 0 px;
	margin-top:0px;
}


.content {
    padding-bottom: 0px;
}


.column.one {
    width: 70%;
    margin-right: auto;
	margin-left: auto;
}

form {
    width: 300px;
    padding-bottom: 10px;
}
form label { /* labels are hidden */
    font-weight: bold;
}
form legend {
    font-size:1.2em;
    margin-bottom: 10px;
}
.form-element-wrapper {
    margin-bottom: 10px;
}
.form-element {
    width: 100%;
    padding: 13px 12px;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.form-field {
    color: #B7B7B7;
    border: 1px solid #B7B7B7;
}
.form-field-focus {
    color: #333333;
    border-color: #333;
}
.form-button {
    /* background: #B61601; */
    background: #004A82;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    color: #ffffff;
    cursor: pointer;
	margin-top: 50px;
}
.form-button:hover {
    /*background: #FF6400;*/
    background: #80A4C0;
}
.form-error {
    padding: 0;
    color: #B61601;
}


footer {
    color: #ffffff;
    font-size: 12px;
    background: #004A82;
	padding-top: 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}


.footer-text {
    margin-bottom: 10px;
}
.footer-links a:link,
.footer-links a:visited {
    color: #ffffff;
    font-weight: bold;
}
.footer-links a:after {
    content: "\00a0\00a0\00a0|\00a0\00a0";
}
.footer-links a.last:after {
    content: "";
}


.texto {
   margin: 30px;
   text-align:center;
}

.boton {
    background: #004A82;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    color: #ffffff;
    cursor: pointer;
	margin-top: 30px;
	color: 000;
	width: 350px;
	 text-align:center;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 13px 12px;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin-bottom: 50px;
}

.boton a{
    background: #004A82;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    color: #ffffff;
	text-decoration: none;
	
}