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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}
p {
	text-align: left;
	margin-top: 0px;
}

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

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
br {
}
/* se agrego por error en validacion */
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.6em;
	color: #069;
	text-align: left;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 15px;
	text-indent: 5;
	color: #00244D;
}

h4 {
	font-size: 1.6em;
	color: #069;
	text-align: center;
}

h5 {
	font-size: 1.3em;
	color: #227BA7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #79AFC9;
	margin-bottom: 5px;
	height: 25px;
	margin-top: 10px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}
li {
	font-size: 1.2em;
}
dl,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

