* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;    /* Dimensiones reales */
}

a {
	color: #AADBF9;        /* Azul claro */
	text-decoration: none; /* Quitar subrayado */
}

a:hover {
	color: #53B8F3;        /* Azul Edge */
	text-decoration: underline;
}

body, html {
	height: 100%;
}

body {
	font-family: 'robotoRegular', Georgia, sans-serif;
	background-color: #141D3E; /* Azul oscuro */
	color: white;
}

video {
  position: fixed;
	z-index: -2;
  min-width: 100%;
	min-height: 100%;
}

.videoFiltro {
	position: fixed;
	z-index: -1;
  min-width: 100%;
	min-height: 100%;
	background-color: rgba(20,29,62,0.5);
}

main {
	position: absolute;
	left: 0px;
  top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	text-shadow: 0px 1px 3px black;
}

.espacio-10 {
	padding-top: 10px;
}

.espacio-20 {
	padding-top: 20px;
}

.espacio-30 {
	padding-top: 30px;
}

.espacio-40 {
	padding-top: 40px;
}

h2 {
	margin: auto;
	text-align: center;
	font-family: 'robotocondensedBoldItalic', Georgia, sans-serif;
	font-size: 200%;
	letter-spacing: 0.1em;
}

h1 {
	margin: auto;
	text-align: center;
	font-family: 'oswaldRegular', Georgia, sans-serif;
	font-size: 340%;
	letter-spacing: 0.02em;
}

h3 {
	margin: auto;
	text-align: center;
	font-size: 130%;
	letter-spacing: 0.03em;
}

.contacto {
	margin: auto;
	max-width: 290px;
	text-align: left;
}

.contacto p {
	margin-bottom: 10px;
}

.mapa {
	margin: auto;
	padding: 0px 10px 0px 10px;
	max-width: 600px;
	height: 500px;
}

.mapa iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	box-shadow: 0px 1px 3px black;
}