body {

  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background:#FFF;/* Color de fonfo del cuerpo */
	background-image:url(../images/bg.png);
	background-repeat:repeat;

}


/* Form Module */
.form-module {
  position: relative;
  background: #888b90;/*COLOR DE FONDO FORMULARIO*/
  max-width: 350px;
  width: 100%;
  border-top: 5px solid  #018201; /*BORDE SUPERIOR DE COLOR*/
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  box-shadow: 1px 1px 10px #333;
}


.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #FFF; /*COLOR TEXTO TITULO FORM*/
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align:center;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #018201; /*COLOR BOTON*/
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #017401; /*COLOR HOVER BOTON*/
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

/*MIS ESTILOS*/
#logo {
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
}
