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

	Licensed under GPL and MIT.
*/

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

body {	font: 12px  Arial, Helvetica, sans-serif;}
hr {	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6, h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{	
	text-transform: uppercase;
	color:#000;
	font-weight: normal;}
	
h1{	font-size: 28px; 
	margin-bottom:30px;
	line-height: 26px;}
h1 span, h3 span{
	/*font-family: "Garamond", Times, serif;*/
	font-style: italic;
	font-size:14px;
	color: #999;
	text-transform: none;
	margin: 5px 0px 0px 10px;
	}

/* `Headings H2 -------------------------------------------------------------------*/	
h2{
	margin:20px 0px ;
	color: #333;
	font-size: 18px;
}
h2 span{
	font-size: 10px; 
	text-transform: none;
	color: #999;
}
h3, h3 a{	
	font-size: 24px; 
	margin:0px 0px 15px 0px ;
	line-height: 26px;
	color: #000;}
h5{
	font-size:14px;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
}
p, li {	color: #666;	line-height: 1.5;}

	/* LISTAS
----------------------------------------------------------------------------------------------------

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}
*/
p,
dl,
hr,
img,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	font-weight: normal;
}
