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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

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

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: none; margin-left: 0; padding-left:0; line-height:150%;
}

li
{
	margin-left: 0; padding-left:0; line-height:150%;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

.story-content p{ font-size:11px; color:#666; line-height:160%;}


/* =TEXT
--------------------------------------------------------------------------------*/
.t_18
{
font-size:18px;
}

.t_17
{
font-size:17px;
}

.t_16
{
font-size:16px;
}

.t_15
{
font-size:15px;
}

.t_14
{
font-size:14px;
}

.t_13
{
font-size:13px;
}

.t_12
{
font-size:12px;
}

.t_11
{
font-size:11px;
}

.t_10
{
font-size:10px;
}

.t_9
{
font-size:9px;
}

.t_8
{
font-size:9px;
}

.t_1, .t_2, .t_3, .t_4, .t_5, .t_6, .t_7, .t_8, .t_9, .t_10
{
line-height:150%;
}

/* =CLASES
--------------------------------------------------------------------------------*/

.bold{ font-weight:bold;}
.bajada{ font-size:12px; color:#999999;}
.text-center{ text-align:center;}

