#contacto {
	padding: 15px 0 0 15px;
	background-image: url(../imagenes/resultados-fondo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#contacto h3 {
	margin-bottom: 20px;
}
#contacto a {
	font-weight: bold;
}
#contacto form {
	background-color: #ffcc66;
	padding: 10px;
	background-image: url(../imagenes/contacto-fondo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#contacto form input,#contacto form textarea  {
	border: 1px solid #665128;
	background-color: #665128;
	color: #fff;
	font-family: "trebuchet MS", tahoma, verdana, arial;
	padding: 2px;
}
.noestilo {
	border: inherit;
	background-color: inherit;
	color: inherit;
	font-family: "trebuchet MS", tahoma, verdana, arial;
	padding: inherit;
}