html{ 
	height:100%; 
	margin: 0;
}


body {
  font-family: montserrat;
  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;
}


.titulo_calendario {
	font-family: montserrat;
	color: #e1241d;
	font-weight: 650;
	font-size: 21pt;
	margin-top: 50px;
	margin-bottom: 30px;
	align-self: center;
    letter-spacing: 1px;
}

.container {
  align-self: center;
  display: flex;
  float: left;
  margin-left: 11%;
}

.container2 {
  align-self: center;
  display: flex;
  float: center;
  margin-bottom: 10px;
}

input[type1=text] {
  width: 100px;
  padding: 15px;
  display: flex;
  border: none;
  background: #ffffff;
  margin-right: 2px;
  margin-bottom: 15px;
  font-family: montserrat;
  font-size: 15px;
  color: #70706f;
  font-weight: 200;
}

input[type2=text] {
  width: 100px;
  padding: 15px;
  display: flex;
  border: none;
  background: #ffffff;
  margin-left: 2px;
  margin-bottom: 15px;
  font-family: montserrat;
  font-size: 15px;
  color: #70706f;
  font-weight: 200;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ffff;
  outline: none;
  font-family: montserrat;
}

.volver {
	font-family: montserrat;
	color: black;
	font-weight: 200;
	font-size: 80%;
	margin-top: 6%;
	margin-bottom: 6%;
	align-self: center;
	margin-left: 7%;
}

a {

  text-decoration: none;
  color: black;
}

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