.div_salir{
	justify-content: flex-end;
	width: 90%;
}
.div_salir a{
	padding-top: 20px;
	padding-right: 20px;
	color: white;
	text-decoration: none;
	font-size: 14px;
}
.div_lista{
	margin-top: 40px;
	border-left: 1px solid white;
}
.div_item_lista{
	align-items: flex-end;
	justify-content: flex-end;
	width: 70%;
	margin-bottom: 5px;
	cursor: pointer;
}
.div_item_lista_descargar{
	width: 70%;
	justify-content: flex-end;
}
.div_item_conjunto{
	margin-bottom: 20px;
}
.div_item_lista_descargar a{
	color: black;
	text-decoration: underline !important;
	font-size: 14px;
}
.div_item_lista a{
	text-decoration: none;
}
.div_icono_lista{

}
.div_texto_lista{
	color: white;
	font-size: 20px;
	align-items: center;
	padding-left: 30px;
	border-radius: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.div_texto_lista a{
	color: white;
	text-decoration: none;
}
.div_contenido_index{
	margin: 0 auto;
	background-image: url('../images/imagen_index_ancha.png');
  	background-repeat: no-repeat;
  	height: 100%;
  	background-position: center;
  	background-size: cover;
  	color: white;
  	justify-content: center;
  	text-align: center;
}
.div_index_titulo{
	width: 80%;
  	margin: 0 auto;
	font-size: 90px;
  	line-height: 90px;
  	justify-content: center;
  	text-transform: uppercase;
  	font-weight: bold;
}
.div_index_accede{
  	justify-content: center;
  	margin-top: 20px;
}
.div_index_accede a{
	font-size: 40px;
  	line-height: 40px;
  	color: white;
  	text-decoration: none;
}
.div_info_cambio_pass{
	color: white;
	font-size: 16px;
	margin-bottom: 30px;
}
.div_registro_par_campos{
	width: 100%;
	justify-content: space-between;
}
.div_registro_par_campos_1{
	width: 45%;
}
.div_registro_par_campos_2{
	width: 45%;
}
.div_login_form{
	margin-top: 50px;
}
.div_login_item_form{
	margin-bottom: 20px;
}
.div_login_label{
	color: white;
	padding-left: 10px;
	font-size: 14px;
}
.div_login_campo{
	
}
.div_login_olvidaste{
	color: black;
}
.div_login_olvidaste a{
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.div_login_campo input{
	width: 100%;
	border: 1px solid black;
	height: 30px;
	font-size: 14px;
	padding-left: 10px;
}
.div_login_form_izda{
	width: 10%;
	min-height: 100px;
	border-left: 1px solid white;
}
.div_login_form_centro{
	width: calc(100% - 10% - 200px);
}
.div_login_form_dcha{
	width: 150px;
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 10px;
}
.btn_login{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	color: white;
	font-size: 20px;
	cursor: pointer;
	border: 1px solid #C00001;
	background: linear-gradient(to bottom, #C00001, #E97136);
}
.btn_enviar_instrucciones{
	color: white;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #C00001;
	background: linear-gradient(to bottom, #C00001, #E97136);
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.div_contenido_login{
	width: 80%;
	margin: 0 auto;
	margin-top: 80px;
	max-width: 1000px;
}
.div_login_titulo{
	color: white;
	font-size: 50px;
	line-height: 60px;
	width: 50%;
	font-weight: bold;
}
.div_login_titulo a{
	color: white;
	font-size: 50px;
	line-height: 60px;
	text-decoration: none;
	font-weight: bold;
}
.flex{
	display: flex;
}
.w100{
	width: 100%;
}
.w25{
	width: 25%;
}
.w33{
	width: 33%;
}
.w75{
	width: 75%;
}
.w50{
	width: 50%;
}
.h100{
	height: 100%;
}
.wrap{
	flex-wrap: wrap;
}
.ali_center{
	align-items: center;
}
.jcon_center{
	justify-content: center;
}
.space_between{
	justify-content: space-between;
}
.space_around{
	justify-content: space-around;
}
.flex_end{
	justify-content: flex-end;
}
.flex_column{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.pointer{
	cursor: pointer;
}
.div_form{
	width: 100%;
}

@media only screen and (max-width: 999px){
	.div_texto_lista{
		font-size: 14px;
		padding-left: 10px;
		width: 100% !important;
	}
	.div_item_lista_descargar{
		width: 100%;
	}
	.div_contenido_index{
		background-image: url('../images/imagen_index_larga.png');
	}
	.div_index_titulo{
		width: 90%;
		font-size: 30px;
	  	line-height: 30px;
	}
	.div_index_accede a{
		font-size: 25px;
	  	line-height: 25px;
	}
	.div_login_titulo{
		font-size: 30px;
		line-height: 30px;
	}
	.div_lista{
		border-left: unset;
	}
	.div_item_lista{
		width: 100%;
	}
	.div_item_lista a{
		width: 100%;
		display: flex !important;
	}
	.div_login_titulo a{
		font-size: 30px;
		line-height: 30px;
	}
	.div_login_form_izda{
		display: none;
	}
	.div_form{
		flex-direction: column;
	}
	.div_login_form_centro{
		width: 100%;
	}
	.div_login_form_dcha{
		width: 100%;
		justify-content: center;
	}
	.div_registro_par_campos{
		flex-direction: column;
	}
	.div_registro_par_campos_1{
		width: 100%;
	}
	.div_registro_par_campos_2{
		width: 100%;
	}
}