*{
	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;
}
a.icono_tabla{
	position: relative;
	display: flex;
	justify-content: center;
	width: 24px;
	height: 24px;
}
.icono_tabla #tooltip{
	position: absolute;
	padding: 5px 10px;
	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;
	display: none;
	text-align: justify;
	z-index: 1;
	border-radius: 4px;
	line-height: 16px;
}
.icono_tabla:hover #tooltip{
	display: block;
}
.icono_tabla ul li {
	list-style: none;
}
#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;
}
#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;
	min-height: 430px;
}
#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;
	min-height: 240px;
}
#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: 35%;
	padding: 24px;
	box-sizing: border-box;
	background: #F9F9F9;
}
#columna_der{
	width: 65%;
	padding: 24px;
	box-sizing: border-box;
	background: #FFF;
}

#formulario table {
	border-collapse: collapse;
}

#formulario th, #formulario td{
	border-bottom: 1px solid #757777;
	padding: 15px;
	background: #F9F9F9;
	color: #555555;
	align-items: center;
	text-align: center;
	font-size: 14px;
}
#formulario ul {
	font-size: 12px;
}


#formulario  th {
	background: #009ECE;
	color: #FFFFFF;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	font-size: 14px;
	margin-top: 24px;
}

.Validate{
	color: #81c784;
  border: #81c784;
  border-style: solid;
  border-width: 2px;
}

.InValidate{
	color: #e57373;
  border: #e57373;
  border-style: solid;
  border-width: 2px;
}

#instrucciones {
	margin: 30px 10%;
}
#contenido_pasos{
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
	background: #FFF;
	flex-wrap: wrap;
	justify-content: center;
}
#contenido_pasos_responsive{
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	background: #FFF;
	display: block;
}
#pasos{
	width: 928px;
	height: 57px;
	display: flex;
	align-items: center;
	flex-direction: row;
	position: relative;
	margin-bottom: 2px;
}
#pasos_responsive{
	width: 100%;
	height: 57px;
	display: flex;
	align-items: center;
	flex-direction: row;
	position: relative;
	margin-bottom: 2px;
}
#pasos a.componente_estrategico{
	width: 192px;
	height: 57px;
	background: url("../imagenes/paso_estrategico.png");
	clip-path: polygon(0% 0%, 5% 50%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
	box-shadow: 0 5px 6px rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	opacity: 0.1;
}
#pasos a.componente_ejecucion{
	width: 192px;
	height: 57px;
	background: url("../imagenes/paso_ejecucion.png");
	clip-path: polygon(0% 0%, 5% 50%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
	box-shadow: 0 3px 6px rgba(0,0,0,0.6);
	position: absolute;
	left: 184px;
	opacity: 0.1;
}
#pasos a.componente_relacional{
	width: 192px;
	height: 57px;
	background: url("../imagenes/paso_relacional.png");
	clip-path: polygon(0% 0%, 5% 50%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
	box-shadow: 0 3px 6px rgba(0,0,0,0.6);
	position: absolute;
	left: 368px;
	opacity: 0.1;
}
#pasos a.componente_administrativo{
	width: 192px;
	height: 57px;
	background: url("../imagenes/paso_administrativo.png");
	clip-path: polygon(0% 0%, 5% 50%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
	box-shadow: 0 3px 6px rgba(0,0,0,0.6);
	position: absolute;
	left: 552px;
	opacity: 0.1;
}
#pasos a.componente_resultados{
	width: 192px;
	height: 57px;
	background: url("../imagenes/paso_resultados.png");
	clip-path: polygon(0% 0%, 5% 50%, 0% 100%, 95% 100%, 100% 50%, 95% 0%);
	box-shadow: 0 3px 6px rgba(0,0,0,0.6);
	position: absolute;
	left: 736px;
	opacity: 0.1;
}
#pasos a.componente_select{
	opacity: 1 !important;
}

.titulo_mensaje {
    background: #009ECE;
    color: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: 14px;
    margin-top: 24px;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}

.texto_mensaje {
    padding: 15px;
    border-left: solid;
    border-left-width: thin;
    border-right: solid;
    border-right-width: thin;
    border-bottom: solid thin;
}

.pie_mensaje {
	text-align: end;
	padding-right: 15px;
	font-size: 12px;
}

.instituciones th, .instituciones td {
	border-bottom: 1px solid #757777;
	padding: 15px;
	background: #F9F9F9;
	color: #555555;
	align-items: center;
	text-align: center;
	font-size: 14px;
}