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-content: center;
	font-family: montserrat;
}

.contenedor_volver {

	font-weight: 300;
	font-size: 12pt;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-right: 27px;
	margin-top: 16px;
}

a {
	text-decoration: none;
	color: black;
}

.contenedor_titulo_disciplina {

	display: flex;
	flex-direction: column;
	align-content: center;
	margin-left: 26px;
	margin-right: 26px;
}

.titulo_disciplina {

	font-size: 17pt;
	font-weight: 600;
	color: #C12722;
	margin-bottom: 0px;
}

.linea {

	height: 0.1px;
    background-color: #C12722;
    width: 100%;
    float: left;
    border: solid;
    border-color: #C12722;
    margin-bottom: 15px;
}

.imagen_disciplina {

	height: auto;
    width: 100%;
}

.titulo_que {

	font-weight: 700;
    font-size: 130%;
    color: #C12722;
    margin-bottom: 10px;
    margin-top: 15px;

}

.dias {

	font-weight: 500;
	font-size: 100%;
}

.parrafo {

	font-weight: 300;
    font-size: 90%;
    margin-top: 0px;
}

.profesores {

	margin-top: 0;
    font-weight: 300;
    font-size: 80%;
}

.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;
}