@charset "ISO-8859-4";

/* CLEARFIX
Agregar la clase "cf" a divs o tags que contienen contenidos flotantes*/
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }
/*--------------------------------------------------------*/

body {
	margin:0px; padding:0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size:13px;
}
a {
	text-decoration: none;
	color: #A77900;
}
p, ul {
	color: #666;
	line-height: 2em;
	font-size: 1em;
	margin:0 0 2.5em 0;
}
ul {
	padding-left:1em;
}
h1, h2, h3 {
	font-family:'latolight', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #666;
}
h1 {
	line-height: 1em;
	font-size: 2em;
	font-weight:normal;
	margin:0.5em 0;
}
h2 {
	color: #000;
	line-height: 1em;
	font-size: 1.5em;
	font-weight:normal;
	margin:0.5em 0;
}
