*{
	box-sizing: border-box;
}

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,
 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;
}

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;
}
div {
	margin-top: 20px;
	margin-left: 15px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	line-height: 1.5;
	max-width: 800px;
}
b {
	font-weight: 700;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: rgba(0,0,0,0.87);
	line-height: 1.5;
	margin-bottom: 10px;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	align-items: center;
	margin-left: 10px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {

	color: #ed1c24;
}
img {
	width: 18px;
}
table {
	margin-top: 30px
}
td {
	height: 40px;
}
.linea {
	display: inline-block;
}
