



label {
	display:block;
	margin-top:20px;
	letter-spacing:1px;
	}

.formulario {
	display:block;
	margin:0 auto;
	width:100%;
	margin-left: 20px;
	color: #666666;
	font-family:Arial;
}

form {
	width:100%;
	float: left;
	position: relative;
}


input, textarea {
	width:151px;
	height:27px;
	background:#666666;
	margin-right: 5px;
	padding:10px;
	margin-top:10px;
	font-size:10px;
	color:#ffffff;
	border: none;
	}

	textarea {
	height:150px;
	}
#submit {
	width:20%;
	height:65px;
	border:none;
	margin-top:20px;
	cursor:pointer;
	background: transparent;
	font-size: 25px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	overflow: hidden;
	top: 0;
	color: #007670 ;
	border: 1px #007670  solid;
	left: 0;
	z-index: -1;
	padding: 20px;

	}

	#submit:hover{
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateY(15%);
	background: #007670 ;
	color: white;
	overflow: hidden;
	}

	#nombre{
	
	background: url(../img/user.png)no-repeat white;
	background-position:left center;
	padding-left: 40px;
	height: 20%;
	border: 1px #007670  solid;
	color: gray;
	width:65%;
	font-size: 15px;
	}

	#email{
	
	background: url(../img/mail.png)no-repeat white;
	background-position:left center;
	padding-left: 40px;
	height: 20%;
	outline: 0;
	width: 65%;
	color: gray;
	border: 1px #007670  solid;
	font-size: 15px;
	}

	#telefono{
	
	background: url(../img/mail.png)no-repeat white;
	background-position:left center;
	padding-left: 40px;
	height: 20%;
	outline: 0;
	width: 65%;
	color: gray;
	border: 1px #007670  solid;
	font-size: 15px;
	}

	#mensaje{
	padding-left: 40px;
	background: url(../img/pencil.png)no-repeat white top left;
	padding-top: 10px;
	outline: 0;
	width: 100%;
	max-height: 100px;
	max-width: 100%;
	border: 1px #007670  solid;
	color: gray;
	font-size: 15px;
	}
@media (min-width: 320px) and (max-width: 550px) {

	#submit {
		width:100%;
		height:65px;
		border:none;
		margin-left: 2px;
		margin-top:20px;
		cursor:pointer;
		background: transparent;
		font-size: 25px;
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
		overflow: hidden;
		top: 0;
		color: #007670 ;
		border: 1px #007670 solid;
		left: 0;
		z-index: -1;

	}

	}