body {
	background-color: #FFF;
}
/* TEXTO */

ul, li, form, p, div {
	margin: 0;
	padding: 0;
}

p, ul {
  line-height: 1.4em;
  margin-bottom: 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, p img, li img, a img {
	vertical-align: middle;
	margin-right: .25em;
}

hr {
  border: none;
  border-top: 1px solid #eae6db;
  background-color: transparent;
  height: 0;
  margin-bottom: 1em;
}

/* TITULOS */

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

h2, h3, h4, h5, h6 {
  color: #605C5B;
}

h1, h2 strong {
  color: #c30;
}

/* LINKS */

a {
  color: #605C5B;
	text-decoration: none;
	cursor: pointer;
}

#center a, #center_full a, #right a {
	color: #c30;
}

#center a:hover, #center_full a:hover, #right a:hover {
	text-decoration: underline;
}

a:hover {
	color: #c30;
}

a img {
  border: none;
}

/* FORM */

input, textarea, select {
	border: 1px inset #c3beb3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	margin-bottom: 3px;
}

/* fix mozilla e opera */
select > option {
  padding-right: 1em !important;
  background-color: #fff !important;
}

textarea {
  height: 6em;
}

fieldset {
	border: none;
	padding: 8px;
}

fieldset legend {
	margin-top: .5em;
}

form dl {
  border-top: 1px solid #D9D4C7;
  float: left;
  width: 100%;
}

form dl dt {
  clear: both;
  border-bottom: 1px solid #D9D4C7;
  display: block;
}

form dl dd {
  display: block;
  padding: 8px 0 20px 0;
  position: relative;
}

form dl dd.btnHolder * {
  vertical-align: bottom;
}

#intro form dl dd {
  padding-bottom: 0;
}

form dl dd img {
  margin-top: -6px;
  margin-left: 4px;
}

form dl dd input, form dl dd select {
  vertical-align: middle;
}

dt label {
	width: 25%;
	cursor: pointer;
	display: block;
  float: left;
	padding: 8px 2px 2px 2px;
}

dt label span {
  font-size: .8em;
  display: block;
  clear: both;
  clear: left;
  color: #605c5b;
}

dd label {
  width: auto;
  display: inline;
  vertical-align: middle;
}

.formerror span {
  color: #c30;
}

/* TABLE */

table {
	line-height: 1em;
	float: left;
	border-collapse: collapse;
  line-height: 1.4em;
}

/* FLOATS */

.fLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.indent {
  margin: .5em 1em;
}

.clickable {
  cursor: pointer;
}

.smaller {
	font-size: .8em;
}

.red {
  color: #c30;
}