/*=================
 Master / Reset
=================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #06c;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #666;
}
p {
	margin: 0;
	text-align: center;
	letter-spacing: .5px;
}
body {
	background: #fff;
	color: #979797;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 1;
}

/*===================
 Estructura general
===================*/
html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	width: 950px;
}
h1 {
	margin: 0;
	text-align: center;
}
#nonfooter {
	height: 100px;
	display: block;
	clear: both;
}
#footer {
	height: 100px;
	margin: 0 auto;
	margin-top: -100px;
	width: 950px;
}
