/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
/* 	line-height: 1; */
	font-size: 62.5%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* typography */
h1 {
  font-family: Georgia,serif;
  color: #868686;
  font-size: 3em;
  margin-top: 36px;
  font-weight: normal;
  margin-bottom: 30px;
}

h2 {
  font-family: Georgia,serif;
  color: #969696;
  margin-top: 30px;
  font-weight: normal;
}

body {
  font-family: Georgia,serif;
  font-size: 18px;
  color: #BDBDBD;
  text-align: center;
  background-color: #24304C;
/*  background-image: url(back.plain.svg);
  background-size: 136px 257px;
*/}

.wrapper {
    text-align: left;
    margin: 0 36px;
}

p {
  margin-bottom: 1.35em;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a.link-alma { color: #265A9E; }
a.link-opte { color: #1D85A8; }
a.link-unoencristo { color: #ED3E0D; }

a.link-alma,
a.link-opte,
a.link-unoencristo {
	white-space: nowrap;
}


/* forms */

form {
	margin: 30px;
}

input.name,
input.email,
textarea.message,
input.submit {
	border: 1px solid #555555;
	color: #555555;
}

input.name,
input.email,
textarea.message {
	width: 250px;
	margin-bottom: 10px;
}

textarea.message {
    height: 100px;
}




