#newsletter_wrap {
	width: 100%;
	background-image:url(../images/newsletter_bg.jpg);
}

#newsletter_imagen {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/newsletter.jpg);
	height: 278px;
	background-repeat: no-repeat;
}


#newsletterx {
	width: 366px;
	padding: 13px 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #EEF6F8;
	margin:20px 98px;
}




input {
	width: 354px;
	margin: 0 0 15px 0;
	font-family: sans-serif;
	font-size: 14px;
	color: #f2f2f2;
	background-color: #444546;
}

input {
	height: 25px;
	padding: 5px 5px 0px 5px;
}
input::-webkit-input-placeholder, input:-moz-placeholder  {
 	color: #a1b2c3;
}

input:focus:focus {
/*	background: #728eaa; */
	background-color: #909294;
	background-color: #3E5B77;
}

input[type=submit] {
	width: 160px;
	height: 32px;
	padding: 10px 15px;
	margin: 0 15px 0 0;
	border: 1px solid #556f8c;
	cursor: pointer;
}