

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3 h4 {
	font-family: 'Great Vibes', cursive;
	margin-bottom:10px;
	line-height:112%;
}


h1 {
  font-size: 57px;
  color: #965A43;
  font-weight:normal;
}

h2 {
  font-size: 24px;
  font-weight:normal;
  color:#059143;
  line-height:115%;
  margin-top:15px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* Parrafos */

p {
	font-size: 16px;
	color:#777;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
  font-size:16px;
}

li {
	color: #330;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}