@charset "utf-8";
/* CSS Document */

body {
background-color:#faf1dc;
padding:0;
margin:0;
color:#333;
font-family: "Century Gothic", "Trebuchet MS", Arial, "Microsoft Sans Serif";
font-size:14px;
font-weight:normal;
}
h1 {
font-family: "Century Gothic", "Trebuchet MS", Arial, "Microsoft Sans Serif";
font-size:24px;
color:#1b6c0f;
font-weight:normal;
}
h2 {
font-family: "Century Gothic", "Trebuchet MS", Arial, "Microsoft Sans Serif";
font-size:18px;
color:#1b6c0f;
font-weight:normal;
}
h3 {
font-family: "Trebuchet MS", Arial, "Century Gothic", "Microsoft Sans Serif";
font-size:18px;
color: #333333;
font-weight:normal;
}
h4 {
font-family: Arial, "Trebuchet MS", "Century Gothic", "Microsoft Sans Serif";
font-size:16px;
color: #666666;
font-weight: bold;
}
a {
color: #009933;
text-decoration:none;
}
a:hover {
color: #00CC33;
text-decoration:none;
}
.content {
padding-bottom:20px;
margin-left:20px;
}
form {
	border:0px;
}
input {
	border:#dddddd 1px solid;
	background-color:#fefefe;
	padding:2px;
	color:#333333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	width:165px;
}
input:hover {
	background-color:#FFFFCC;
}
.select {
	border:#dddddd 1px solid;
	background-color:#fefefe;
	padding:2px;
	color:#333333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	font-style:italic;
}
textarea {
	border:#dddddd 1px solid;
	background-color:#fefefe;
	padding:2px;
	color:#333333;
	font-family:Arial, Helvetica, "Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	width:165px;
}
textarea:hover {
	background-color:#FFFFCC;
}
.boton {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	font-weight: bold;
	color:#000000;
	background-image:url(img/bg-button1.gif);
	width:131px;
	height:39px;
	border:0px;
	display:block;
	float: right;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
.boton:hover {
	color: #009933;
	background-image: url(img/bg-button2.gif);
}
