@charset "utf-8";
/* CSS Document */

	#amigo {
	background:#f1f1ea;
	}
	#amigo form {
	font-size:14px;
	color:#333;
	padding:30px;
	background:#f1f1ea;
	
	}
	#amigo form label {
		color:#444;
	}
	#amigo form input {
		
		border-radius:4px;
		padding:6px;
		border: thin #999 solid;
		width:100%;
	
	}
	#amigo h3 {
	font-size: 20px;
	color: #444444;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align:center;
	}
	.cuerpo {
		line-height:normal;
		width:690px;
	}
	