html{ 
	height:100%; 
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}


body {
  background-color: #d8dade;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  margin-bottom: -65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



header {
  width: 100%;
  margin-top: 0px;
}

.contenedor_header {
	display: flex;
	flex-direction: row;
	margin-top: 0px;
    display: inline;
    align-items: center;
}


.rectangulo_header {
    width: 100%; height: 70px;
    background-color: #9c9ba0;
    display: flex;
    flex-direction: row;
    align-content: center;
}


.logo_nolting {
	width: auto;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	align-self: center;
}



.rectangulo_header h3 {
	font-family: montserrat;
	color: white;
	font-size: 14pt;
	font-weight: 600;
	align-self: center;
}

.contenedor_general {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.contenedor_texto {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.texto_principal {

	font-weight: 300;
    font-size: 0.9em;
    font-family: montserrat;
    text-align: center;
}


.titulo_confirmacion {
	font-family: montserrat;
	color: #e1241d;
	font-weight: 800;
	font-size: 2em;
	margin-top: 50px;
	margin-bottom: 30px;
	align-self: center;
}

.contenedor_disciplinas {

	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-family: Montserrat;
	margin-top: 40px;
	margin-left: 15px;
	margin-right: 15px;
	align-content: center;
}

.imagen_disciplina {

	width: 90%;
    height: auto;
}

.titulo_disciplina {

	font-weight: 600;
    font-size: 1.2em;
    margin-top: 5px;
}

a {

	text-decoration: none;
	color: #C12722;
}


.footer {
  height: 55px;
  background-color: #e1241d;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.contenedor_footer {
	height: 65px;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}

.iconos {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 25px; width: auto;
	margin-left: 30px;
	margin-right: 30px;
}