/* FORMULARIO SUSCRIPCIONES
================================= */

body {
	height: 450px !important;
	background: #f9f9f9;
}

label {
    display:block;
    height: 5px;
    margin-bottom: -10px;
    margin-top: 20px;
    letter-spacing:1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #666666;
}

.formulario {
    display: block;
    margin: 0 auto;
    width: 510px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px !important;
    
}

.formulario h2 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	text-align: center;
	font-size: 26px !important;
	line-height: 30px;
	color: #8d9fab;
	margin-top: 40px;
	margin-bottom: 5px;
}


.formulario h3 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	text-align: center;
	font-size: 16px !important;
	line-height: 20px;
	color: #666666;
	margin-bottom: 30px;
}


form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:380px;
    background: #fff;
    border:1px solid #C4C4C4;
    padding:10px;
    margin-top:5px;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px !important;
    color: #666666;
}
 
textarea {
    height:150px;
}
 

#submit {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	background: #6c7689;
	background-image: -webkit-linear-gradient(top, #6c7689, #6c7689);
	background-image: -moz-linear-gradient(top, #6c7689, #6c7689);
	background-image: -ms-linear-gradient(top, #6c7689, #6c7689);
	background-image: -o-linear-gradient(top, #6c7689, #6c7689);
	background-image: linear-gradient(to bottom, #6c7689, #6c7689);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	content:"Suscribir";
}

#submit:hover {
  background: #31374a;
  background-image: -webkit-linear-gradient(top, #31374a, #31374a);
  background-image: -moz-linear-gradient(top, #31374a, #31374a);
  background-image: -ms-linear-gradient(top, #31374a, #31374a);
  background-image: -o-linear-gradient(top, #31374a, #31374a);
  background-image: linear-gradient(to bottom, #31374a, #31374a);
  text-decoration: none;
}


/* FORMULARIO SUSCRIPCIONES
================================= */