@font-face {
	font-family: 'Ragasta';
	src: url('fonts/ragasta.woff2') format('woff2'), url('fonts/ragasta.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	box-sizing: border-box
}

*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit
}

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
}

body {
	background: #F6F6F6;
	line-height: 1;
	font-family: 'Ragasta';
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 62.5%;
	position: relative;
	color: #575756;
	overflow-x: hidden;
	padding: 0
}

main {
	padding: 22px 65px;
}

a {
	color: #575756;
}

.limpia {
	clear: both;
}

.logo {
	margin-bottom: 50px;
}
.logo img {
	display: block;
	max-width: 255px;
	width: 100%;
	height: auto;
}
.title {
	text-align: right;
	font-size: 7em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.banner {
	margin-bottom: 25px;
}
.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.texto {
	font-size: 3em;
	line-height: 1.5em;
}
.texto.izq {
	float: left;
	text-align: left;
}
.texto.der {
	float: right;
	text-align: right;
}