@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
  padding: 0;
  margin: 0;

}


body {
	background-image:  url("imgs/fdoCeleste.jpg");
   	background-size: 100% auto;
	margin: 0;
  	margin-bottom: 30px;

}
header {

  width: 100%;
  position: fixed;
  z-index: 100;
}


.lista-menu {
  display: grid;
  padding-top:10px;
}

ol {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: 60px;
  padding: 0;
  list-style: none;
}

li {
  display: grid;
  border:3px solid #F2F2F2;
  justify-content: center;
  align-items: center;
  font-family: 'Karla', sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 16px;



   background-color: rgba(38, 164, 128,0.75);

}
li:hover {
  border: 5px solid #F6BF25;
  font-style: normal;
  /*font-size: 18px;*/
  transform: scale(1.1);
  text-decoration-color:  #F6BF25;
  background-color: rgba(38, 164, 128,.22:23 5/3/20219);
text-align: center;

}
a {
  text-decoration:none;
  color: #F2F2F2;
}
.nombre {
  color: #F2F2F2;
}



html {
 min-height: 100%;
  position: relative;
}

footer {
 position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
font-size: 14px;

  text-align:center;
vertical-align: middle;
  /*font-family: 'Sansita Swashed', cursive;*/
  font-family: 'Roboto', sans-serif;

  /*background-color: #26A480;*/
  background-color: black;
/*  color: #E84649;*/
color: #26A480;


}

.cajaFondo {
	animation: cambiarColor 5s infinite;
	position: relative;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	width: 500px;
	font-family: 'Sansita Swashed', cursive;
}

@keyframes cambiarColor {
from {
   background-color: red; /*#ede621;*/
   color: white;
}
75% {
   background-color: yellow; /*#22260;*/
   color: green;
}
50%{
   background-color: blue; /*#22260;*/
   color:cyan;
}
25% {
   background-color: white;
   color: brown;
}
to{
   background-color: green; /*#12e0c8;*/
   color: yellow;
}

}

.miGrilla {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	justify-content: center;
	align-items: center;


}
.elemento {

	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;

}
.columna {
	display: grid;
	grid-template-rows: 85% 15%;
	grid-gap: 10px;
 	justify-content: center;
	align-items: center;
}


.bannerMoodle {
	width: 392px;
	height: 110px;
	align: center;
}

h2 {
	font-family: 'Sansita Swashed', cursive;
	font-size: 30;
	color: darkblue;

}