.logotype{
	margin-top: 10px;
	margin-left: 20px;
	float:left!important;
	width: 20%;
	height: 100%;
}
	.logotype img{
		max-width: 80%;
	}
	.logotype p{
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 10px;
		font-weight: bold;
		word-spacing: 0px;
	}
	


form{
	float:left!important;
	padding-top: 10px;
	/*position: relative;
	left:150px;*/
	width: 400px;
}

input{
	width: 100%;
}
textarea{
	margin-top: 15px;
	margin-bottom: 10px;
	width:100%;
	height: 90px;

}
button{
	max-width: 100%;
	position: relative;
	left:auto;
	border-radius: 5px;
	padding:5px;
	background-color: green;
	border:5px groove lightgreen;
}
.boton{
	background-color: green;
	border:none;
	color: #ffffff;
	font-weight: bolder;
}
.contacto{
	width: 100%;
	padding-top: 10px;
	padding-left: 80px;
}
.contacto div {
	margin: 20px;
}
.contacto img{
	float:left;
	margin-top: -5px;
	margin-left: 30px;
	width: 5%;
	margin-bottom: 10px;
	margin-right:30px;

}