

/*
 * ELEMENTS
 */
h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.6rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	font-size: 1rem;
	font-weight: var(--Bold3);
}

a {
	color: var(--MorBlue);
	font-weight: var(--Bold1);
	text-decoration: none;
}

a:link, a:visited {
	color: var(--MorBlue);
	font-weight: var(--Bold1);
	text-decoration: none;
}

a:hover, a:active {
	color: var(--MorPurple);
	font-weight: var(--Bold1);
	text-decoration: underline;
}

/*
 * COMPONENTES
 */

/*Menu*/
#MainMenu.MainMenu, #MainMenu .MainMenu__Nav {
	background: var(--MorGreen);
}

/*PageHeader*/
#PageHeader.PageHeader {
	height: 120px;
	background: var(--MorBlue);
}

#PageHeader .PageHeader__LogoWrapper {
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#PageHeader .PageHeader__Logo {
	height: 100%;
}

/*Title*/
#IdTitulo h1 {
	color: var(--MorBlue);
}

/*Footer*/
#Footer.Footer {
	background: var(--MorBlue);
}