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%;
	vertical-align: baseline;
  }
  :root{
	--colMain : #7C858C;
	--colR : #E9004C;
	--colY : #FFC700;

  }
  html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
  }
  body {
	  font-size: 1.1em;
	  font-weight:normal;
	  line-height: 1.75;
	  color: #444;
	  background-color: #0A1E3F;
	  text-rendering: optimizeLegibility;
	  overflow-x: hidden;
  }

  h1{
    font-size: 5.2em;
}

.portada{max-width: 800px; width:100%;}

footer {
	background: #8CC63F;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	color: white;
  }

