#nombre {
	text-transform:capitalize;
	width: 57%;
}
/* MINUSCULA CAMPO DE TEXTO EMAIL*/
#correo {
	text-transform:lowercase;
}
#mensaje {
	text-transform:lowercase;
}
a:link {
	text-decoration:underline;
	
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	text-align: left;
	font-size: 16px;
}
form {
	border:1px solid #CCC;
	border-radius:4px;
	width:380px;
	height:auto;
	margin-left:35%;
	margin-right:35%;
	margin-top:2%;
	padding:20px;
	resize:none;		
}
label {
	display: block;
	margin-bottom: 5px;
	
}
textarea{
	margin-bottom:10px;
	width:100%;
	padding:5px;
	box-sizing:border-box;
	resize:none;	
	}
input{
	margin-bottom:10px;
	width:70%;
	padding:5px;
	box-sizing:border-box;	
	}	
input:focus,textarea:focus{
	border:2px solid #6CF;
	}
input[type="submit"]{ 
margin-bottom:0;
border:none;
width:75px;
}
input[type="submit"]:hover{
	/**/
	/*background: #6CF;*/
	/*cursor:pointer;*/
	border:none;
	width:75px;
}
input[type="reset"]{ 
margin-bottom:0;
border:none;
width:80px;
}
input[type="reset"]:hover{
	background: #6CF;
	cursor:pointer;
	border:none;
	width:80px;
}

.empresa{
		text-align:center;
		padding:1px;
		margin-top:5px	
		
}
