/*
  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;
  background-image:url(../images/bak.jpg);
  background-color:#FEFEFC;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}




hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1{ 
	font-family:'ColaborateBoldRegular', arial, serif;
	color:#333;
	font-size:20px;
	margin-bottom:8px;
	text-transform:uppercase;
	line-height:28px;}
	
.rosa{
	font-size:14px;
	color:#ED3237;}

h2 {
  font-family:arial, serif;
  font-size:15px;
  font-weight:bold;
  color:#333;
  line-height:25px;
 }

.light{
	font-family:'ColaborateBoldRegular', arial;}

h3 {
  font-family:arial, serif;
  color:#279403;
  font-size:12px;
  font-weight:bold;
}

h4 {
	color:#000;
 	font-size:12px;
}

h5 {
	
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

p{
	font-family:'Trebuchet Ms', Verdana, Geneva, sans-serif;
	font-weight:inherit;
	color:#333;
	font-size:14px;
	line-height:22px;
	text-align:justify;
	letter-spacing:-1px;
	}
	
a{		color:#000;
		text-decoration:none;
}
a:hover{
			color:#333;
			text-decoration:underline;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

.azul, .azul a{
	color:#4079DF;
	font-size:11px;
	}
.azul a:hover{
	color:#4079DF;
	font-size:11px;
	text-decoration:underline;
	}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom:0px;
  margin-top:0px;
}