*{
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI';
}
#contenedor{
	width: 1024px;
	margin: 0 auto;
}
#bg_login{
	width: 100%;
	height: 691px;
    display: flex;
    background: url(../imagenes/bg_login.png);
    justify-content: center;
    align-items: center;
}
#login{
	width: 681px;
	height: 440px;
	background: #FFF;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
}
#barra_logos{
	width: 100%;
    height: 77px;
    border-top: solid #E00638 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	align-items: center;
	background: #FFF;
}
#login #logo_mimir{
	width: 289px;
	height: 440px;
	color: #009ECE;
	font-weight: 600;
	text-align: center;
	display: flex;
	justify-content: center;
    flex-direction: column;
    align-items: center;
}
#login #logo_mimir img{
	margin-bottom: 32px;
}
.titulo_login{
	width: 75%;
}
#login #form_login{
	width: 320px;
	height: 440px;
	background: #F5F5F5;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
    align-items: center;
}
.input_text{
	width: 100%;
	height: 40px;
	border: #707070 1px solid;
	border-radius: 8px;
	background: #FFF;
	padding: 8px;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 16px;
}
::placeholder {
	color: #878787;
	font-size: 16px;
}
input.boton_primario_login{
	width: 100%;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #0663AB;
	border-radius: 8px;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	border: none;
	margin-bottom: 16px;
	cursor: pointer;
}
input.boton_secundario_login{
	width: 100%;
	font-size: 16px;
	color: #0663AB;
	background: #FFF;
	border: #0663AB solid 2px;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 16px;
	font-weight: 600;
	cursor: pointer;
}
a.vinculo{
	color: #009ECE;
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
	display: block;
}
#menu_iconos_derecha{
	background: #009ECE;
	width: 72px;
	height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}
#menu_iconos_derecha li{
	list-style: none;
	margin: 32px 0;
	width: 24px;
	height: 24px;
	display: block;
}
a.icono_lateral{
	position: relative;
	display: flex;
	justify-content: center;
	width: 24px;
	height: 24px;
}
a.icono_lateral #tooltip{
	position: absolute;
	padding: 2px 8px;
	background: #FFF;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	color: #333;
	font-size: 14px;
	bottom: 30px;
	transition: all 0.2s ease-out;
	font-weight: 600;
	display: none;
	text-align: center;
	z-index: 1;
	border-radius: 4px;
}
a.icono_lateral:hover #tooltip{
	display: block;
}
a.icono_lateral img{
	position: absolute;
	top: 0;
	left: 0;
}

/*Registro*/

#contenedor_interno{
	width: 1024px;
	margin: 0 auto;
	background: url("../imagenes/bg_interno.png") top no-repeat;
}
#header{
	width: 100%;
	height: 280px;
}
#barra_iconos{
	width: 100%;
	height: 70px;
	background: #009ECE;
	padding: 16px 40px 16px 16px;
	box-sizing: border-box;
	width: 100%;
    background: #009ECE;
    padding: 16px 40px 16px 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row-reverse;
}
#barra_iconos li{
	list-style: none;
	display: inline-block;
	margin-left: 32px;
}
a.icono_superior{
	position: relative;
	display: flex;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.icono_superior #tooltip{
	position: absolute;
	padding: 2px 8px;
	background: #FFF;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	color: #333;
	font-size: 14px;
	top: 30px;
	transition: all 0.2s ease-out;
	font-weight: 600;
	display: none;
	text-align: center;
	z-index: 1;
	border-radius: 4px;
	line-height: 16px;
}
.icono_superior:hover #tooltip{
	display: block;
}
#contenido{
	width: 100%;
	display: flex;
	flex-direction: column;
    align-items: center;
	position: relative;
	padding: 24px 24px 40px 24px;
	box-sizing: border-box;
}
h1{
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 24px;
	text-align: center;
	width: 65%;
}
h2{
	color:#0663AB;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 8px 0;
}
form.form_registro{
	width: 504px;
	padding: 24px 40px 40px 40px;
	background: #F9F9F9;
}
a.bot_regresar{
	color: #FFF;
	background: url("../imagenes/flecha_regresar.png") left center no-repeat;
	padding-left: 17px;
	position: absolute;
	top; 24px;
	left: 24px;
	text-decoration: none;
}
.etiqueta_form{
	font-size: 14px;
	color: #7A7A7A;
	padding-left: 8px;
}
#campo_form{
	width: 100%;
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 8px;
}
#campo_form a{
	display: block;
}
.campo_desplegable, .input_text_form{
	width: 95%;
	height: 40px;
	border: #707070 1px solid;
	border-radius: 8px;
	background: #FFF;
	padding: 8px;
	box-sizing: border-box;
	font-size: 16px;
}
.checkbox{
	margin-bottom: 8px;
}
a{
	color: #009ECE;
}
#captcha{
	background: #E4E4E4;
	width: 250px;
	margin: 24px auto;
}
input.boton_primario{
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #0663AB;
	border-radius: 8px;
	padding: 8px 24px;
	box-sizing: border-box;
	display: block;
	border: none;
	cursor: pointer;
	margin: 0 12px;
}
input.boton_secundario{
	font-size: 16px;
	color: #0663AB;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	border-radius: 8px;
	padding: 8px 24px;
	border: #0663AB solid 2px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	margin: 0 12px;
}
#contenedor_boton{
	width: 100%;
	display: flex;
	justify-content: center;
}
input.input_text_form:focus-visible{
	border: #009ECE solid 1px !important;
    outline: none;
}

select.campo_desplegable:focus-visible{
	border: #009ECE solid 1px !important;
    outline: none;
}
.txt_bienvenida{
	color: #FFF;margin-bottom: 24px;
	font-weight: 600;
}
#componentes{
	width: 100%;
	display: flex;
	justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
#card_componente_1, #card_componente_2, #card_componente_3, #card_componente_4, #card_componente_5{
	width: 168px;
	height: 358%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	background: #F9F9F9;
	text-align: center;
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#card_componente_1 h3, #card_componente_2 h3, #card_componente_3 h3, #card_componente_4 h3, #card_componente_5 h3{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 86px;
	padding-top: 10px;
	line-height: 18px;
	color: #FFF;
}
#card_componente_1 h3{
	background: #BCE0EB;
	color: #0663AB;
}
#card_componente_2 h3{
	background: #35BAE2;
}
#card_componente_3 h3{
	background: #0088CE;
}
#card_componente_4 h3{
	background: #006ECE;
}
#card_componente_5 h3{
	background: #014695;
}

#texto_componente{
	font-size: 14px;
	color: #363636;
	text-align: center;
	margin: 32px 16px 16px 16px;
}
#icono_componente_1, #icono_componente_2, #icono_componente_3, #icono_componente_4, #icono_componente_5 {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	position: absolute;
	top: 58px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#icono_componente_1{
	background: url("../imagenes/ico_comp_estrategico.png") center no-repeat #FFF;
}
#icono_componente_2{
	background: url("../imagenes/ico_comp_ejecucion.png") center no-repeat #FFF;
}
#icono_componente_3{
	background: url("../imagenes/ico_comp_relacional.png") center no-repeat #FFF;
}
#icono_componente_4{
	background: url("../imagenes/ico_comp_administrativo.png") center no-repeat #FFF;
}
#icono_componente_5{
	background: url("../imagenes/ico_comp_resultados.png") center no-repeat #FFF;
}
a.boton_primario{
	background: #0663AB;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 8px 16px;
	border-radius: 8px;
	margin-bottom: 16px;
	text-decoration: none;
}
a.boton_inactivo{
	opacity: 0.2;
	cursor: default;
}
#nombre_usuario{
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
}
a.icono_menu{
	color: #FFF;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	display: flex;
    align-items: center;
    flex-direction: column;
	margin-left: 32px;
	text-decoration: none;
}
a.icono_menu img{
	margin-bottom: 4px;
}
#menu_iconos_arriba{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.componente_activo{
	box-shadow: 0 3px 6px rgba(0,0,0,0.4)!important;
}
#contenido_paso{
	width: 100%;
	display: flex;
	justify-content: space-between;
    flex-direction: row;
    align-items: center;
	background: #FFF;
}
#columna_izq{
	width: 40%;
	padding: 24px;
	box-sizing: border-box;
	background: #F9F9F9;
}

#formulario table {
	border-collapse: collapse;
}

#formulario th, td{

	border-bottom: 1px solid #757777;
	padding: 15px;
}
#formulario ul {
	font-size: 12px;
}
