/* CSS Document */
#contacto h1{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:22px;
	color:#6D972F;
	width:100%;
	border-bottom:1px solid #6D972F;
	margin-bottom:3px;
}
#contacto .form{
	font-size:11px;
	color:#999;
	border:1px dotted #D6D6D6;
	background-color:#FFF;
	margin: 40px;
	padding:15px;
}

#contacto .btn_enviar{
	background:transparent url("../imagenes/btn_enviar.gif") 0 0 no-repeat;
	display:block;
	margin-top:2px;
	margin-right:4px;
	width:66px;
	height:17px;
	cursor:pointer;
	cursor:hand;
}

