/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

  html, body { height: 100%; }


	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
		font-size: 16px;
		font-family: "proxima-nova",sans-serif;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

	p { font-family: 'Farsan',cursive; color: #563219; }

	a { text-decoration: none; }

.centralizar {
    max-width: 960px;
    margin: 0 auto;
}

.menu-instagram {
		/* background-image: url(images/background.jpg); */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		width: 100%;
		min-height: 100%;
		padding-top: 40px;
		position: absolute;
		top: 0;
}

.menu-instagram .logo-avatar {
		display: table;
		margin: 0 auto;
}

.menu-instagram .logo-avatar img { width: 140px; }

.menu-instagram ul {
		width: 80%;
		display: table;
		margin: 20px auto 0 auto;
}

.menu-instagram li {
		background-color: #36c674;
		margin: 20px 0;
}

.menu-instagram li a {
		display: block;
		padding: 20px 0;
		text-align: center;
		color: #ffffff;
		text-transform: uppercase;
		line-height: 1.5em;
		max-width: 80%;
		margin: 0 auto;
}





















/** */
