
.contacto{
	
	padding: 0 0 45px 20px;
	margin-top: 50px;
	
}
.contacto label{
	display: block; 
	font-weight: bold;
}
.contacto div{
	margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
	padding: 7px 6px;
	width: 540px;
	border: 2px dashed #CED5D7;
	resize: none;
	margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
	
}
.contacto input[type='submit']{
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 1px #EEF5F7;
	padding: 8px 16px;
	border-radius: 5px;
	font-weight: bold;
	background: #444 ; 
	background: -moz-linear-gradient(top, #444 0%, #696868 100%);
	background: -webkit-linear-gradient(top, #444 0%,#696868 100%); 
}
.contacto input[type='submit']:hover{
	background: #444 ;
	background: -moz-linear-gradient(top, #696868 0%, #444 100%);
	background: -webkit-linear-gradient(top, #696868 0%,#444 100%); 
}
.contacto input[type='submit']:active{
	background: #444 ; 
	background: -moz-linear-gradient(top, #444 0%, #696868 100%);
	background: -webkit-linear-gradient(top, #444 0%,#696868 100%);
}