#contacto_wrap {
	width: 100%;
	background-color: #CDCDCF;
}

#contacto_imagen {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/servicio_al_cliente.jpg);
	height: 400px;
}



#contacto {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

input, textarea {
	width: 500px;
	margin: 0 0 20px 0;
	font-family: sans-serif;
	font-size: 16px;
	color: #f2f2f2;
	background-color: #444546;
}

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

textarea {
	height: 170px;
	padding: 15px 5px 0px 5px;
}
	
input:focus, textarea:focus {
/*	background: #728eaa; */
	background-color: #909294;
	background-color: #3E5B77;
}

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