/*clean browser style*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/*Styles*/
body{background:#453e42; margin:0; font-size:16px; font-family:sans-serif; color:white; text-align:center;}
header{max-width:426px; margin:0 auto; padding: 8em 5em 0 5em;}
header img {max-height:290px;}
main{max-width:426px; margin:0 auto; padding-top:5%;max-height:290px;}
main h2{text-align:center; color:#a2878b; font-size:1.2em; letter-spacing:2px; font-weight:600; padding:2em;}
main p:first-child{font-size:.85em; letter-spacing:2px; margin-bottom:1em}
main p.datos{font-size:.8em; line-height:1.5;}
main p.datos+p{margin-top:1em;}
.button{
    margin-top:2em;
    margin-bottom:2em;
	background:#8d6a73;
	border-radius:1.2em;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:.85em;
	padding:.5em 3em;
	text-decoration:none;
    letter-spacing:4px;
}
.button:hover {
	background:#70545b;
}
.button:active {
	position:relative;
	top:1px;
}
