:root {
	--colorPrincipal: #014180;
	--colorSecundario: #014180;
	--colorSecundarioOscuro: #fb9b00;
	--colorSecundarioClaro: #9cc0d9;
	--colorTitulos: #3e3e3c;
	--colorTextos: #595959;
	--colorFondo: #ffffff;
	--colorFondoCv: #f1f1f1;
	--colorColumna: #dddcdc;
	--colorFondoFooter: #fcfcfd;
}
/* HOME */
.seccionHome.fondoColorPrincipal {
	background-color: #fff;
}

/* REGISTRO */
.seccionCrearCuenta.fondoColorPrincipal {
	background-color: #fff;
}

/* DATOS BASICOS */
.seccionDatosBasicos.fondoColorPrincipal {
	background-color: #fff;
}
#header .nav-link {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #014180 !important;
	border-bottom: 1px solid white;
	padding: 0;
	margin: 0 0 0 20px;
	text-wrap: nowrap;
}
#header .navbar-nav {
	align-items: center;
}
#header .nav-link:hover,
#header .nav-link.active {
	border-bottom: 1px solid #014180;
	color: none;
}
#header .btn {
	background-color: #014180 !important;
	color: white !important;
	border: none !important;
	padding: 7px 10px !important;
}
