@import url('https://fonts.googleapis.com/css2?family=Roboto&display=Open+Sans&family=Rajdhani&family=Stick+No+Bills&display=swap');
body
{
  background-image: url(../fondo/bush@import url('https://fonts.googleapis.com/css2?family=Roboto&display=Open+Sans&family=Rajdhani&family=Stick+No+Bills&display=swap');
  body
  {
    background-image: url(../fondo/cork-board.png);
    margin: 10px auto;
    font-family: Open sans-serif;
    width: 80%;
  }
  body.color{
    background-color: rgb(21, 33, 56);
  }
  header {
      width:100%; /* Establecemos que el header abarque el 100% del documento */
      overflow:hidden; /* Eliminamos errores de float */
      background-color:#072737;
      margin-bottom:0px;
      padding: 0px;
      border-radius: 25px 25px 0px 0px; /*superior, derecho, inferior, izquierdo*/
      border-style: none;
    }
    header>h1
  	{
  		font-family: 'Roboto';
  		letter-spacing: 10px;
  		/*text-transform: uppercase*/;
  		font-weight:bold;
      text-align: center;
      text-shadow: rgb(255, 255, 255) 6px 6px 8px; /* los tres números indican distancia horizontal, vertical y difuminado*/
      font-size: 60px;
  	}
    header>h2
    {
      font-family: 'Rajdhani',inherit;
  	  letter-spacing: 1px;
  	  font-weight:bold;
  	  text-align: center;
    }
    .logo-left
    {
    	float:left;
    	padding: 20px 0px 0px 20px; /*Superior, derecho, inferior, izquierdo*/
      width: 120px;
    	height: 120px;
    }
    .logo-right
    {
    	float: right;
    	padding: 20px 20px 0px 20px;
    	width: 120px;
    	height: 120px;
    }
    nav
  {
      display: block;
      width: 100%;
      text-align: center;
  }
  nav ul
  {
  	list-style: none;
  }
  nav li
  {
      display: inline-block;
      margin-right: 2px;
      margin-top: 0.2em;
    }
    .boton
  {
  	background-color: #95cef0;
  	color:#000000;
  	display: inline-block;
  	font-size: 1em;
  	margin: 5px;
  	padding: 10px 0px;
  	text-align: center;
  	width: 140px;
  	text-decoration: none;
  	box-shadow: 0px 3px 5px #373c3c;
    border-radius: 30px;
  }
  .boton:hover
  {
    background-color: rgb(81, 173, 189);
    box-shadow: 0px 03px 5px rgb(3, 77, 77);
    padding-top: 7px;
    color: #205b98;
  }
  .boton img{
    width: 30px;
    height: 30px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .boton:hover img
  {
    filter: invert(20%) sepia(100%);
  }
  section
  {
    float: left;
    width: 70%;
    text-align: justify;
    margin-top: 10px;
  }
  article
  {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    color: #ffffff;
  }
  aside
  {
    float: right;
    width: 30%;
    text-align: justify;
    margin-top: 0px;
  }
  blockquote
  {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    color: #ffffff;
  }
  footer
  {
    width: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 0px 0px 25px 25px;
    border-style: none;
    color: #ffffff;
  }
  .contenedor
  {
    padding: 10px 20px 10px 20px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 2em;
    box-shadow: 0px 5px 3px rgb(249, 237, 250);
  }
  .enlace-footer
  {
    font-size: 10px;
    color:rgb(7, 21, 47);
    padding-right: 5px;
    text-decoration: none;
    font-family: 'fantasy', 'monospace';
  }
  .enlace-footer:hover
  {
    color: rgb(13, 56, 106);
    text-shadow: 0px 0px 5px rgb(13, 74, 139);
    text-decoration: underline;
  }
  .izq
  {
    float: left;
  }
  .der
  {
    float: right;
    padding-right: 20px;
  }
  .botonredes
  {
    display: inline-flex;
    width: 15px;
    height: 15px;
    padding: 10px;
    background-color: rgba(3, 42, 78, 0.37);
    border-radius: 100%;
  }
  .botonredes img
  {
    width: 15px;
    height: 15px;
  }
  .boton redes:hover
  {
    background-color: rgb(89, 115, 145);
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgb(30, 127, 189);
  }
  .disc{
    border-radius: 25px;
    width: 150px;
    height: 150;
    padding: 10px;
    border: 2px solid rgb(8, 48, 62);
    box-shadow: 0px 5px 8px rgb(3, 45, 69);
    margin: 20px;
  }
  .disc:hover{
    -webkit-transform:scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
  }
  table
  {
    width: 80%;
    margin: auto;
    font-family: 'Open sans-serif'sans-serif;
    color: rgb(255, 255, 255);
  }
  th.titulos
  {
    width: 250px;
  }
  th
  {
    font-family: 'Rajdhani';
    text-align: center;
  }
  td.center
  {
    font-family: 'Open sans-serif'sans-serif;
    text-align: center;
    vertical-align: middle;
  }
  td
  {
    padding: 5px;
    font-family: 'Open sans-serif'sans-serif;
  }
  tr:nth-child(odd)
  {
    background-color: rgb(5, 37, 55);
  }
  tr:nth-child(even)
  {
    background-color: rgb(13, 62, 87);
  }
  .cancion
  {
    width: 90%;
    overflow: auto;
    margin: auto;
  }
  .mitad
  {
    width: 50%;
    margin: auto;
    padding-left: 20px;
    vertical-align: top;
  }
  .titulos
  {
    letter-spacing: 5px; /*Espacio entre letras*/
    font-family: 'Rajdhani';
    font-weight: bold; /*Fuente en negritas*/
    text-transform: uppercase; /*Transformación del texto*/
    text-align: center; /*Alineación del texto*/
    text-shadow: rgb(136, 170, 179) 6px 6px 8px;
    font-size: 29px;
  }
  h2
  {
    font-family: "Rajdhani",sans-serif;
    font-weight: bold; /*Fuente en negritas*/
    text-align: center; /*Alenación del texto*/
    font-size: 19px;
  }
  .enlace-aside
  {
    font-size:1em;
    color: rgb(109, 155, 157);
    padding-right: 5px;
    text-decoration: none;
    font-family: 'Rajdhani',sans-serif;
    font-weight: bold; /*Fuente en negritas*/
  }
  .enlace-aside:hover
  {
    color:rgb(156, 222, 255);
    text-shadow: 0px 0px 5px rgb(94, 216, 254);
    font-weight: bold;
  }
  .disquitos
  {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 2px solid rgb(32, 106, 104);
    box-shadow: 0px 5px 8px rgb(11, 103, 120);
  }
  .disquitos:hover
  {
    filter: saturate(180%);
    border-radius: 100%;
  }
  .enlace-tabla-lateral
  {
    font-size: 1em;
    color: rgb(0, 0, 0);
    padding-right: 5px;
    text-decoration: none;
    font-weight:  green;
    cursor: url("iconos/manita.svg");
  }
  img.radius
  {
    width: 90%;
    height: 90%;
    float: right;
    border-radius: 80%;
    border-style: solid;
    margin: 0px auto;
    border: 2px solid rgb(189, 163, 30);
    padding: 10px;
    margin: 10px;
  }
  .vidmin
  {
    width: 200px;
    height: 89px;
  }
  .noti
  {
    width: 300px;
    height: 168px;
    border-radius: 25px;
    float: right;
    padding-left: 20px;
  }
  footer>p
  {
    text-align: left;
    color: rgb(189, 163, 30);
    font-size: 10px;
  }
.png);
  margin: 10px auto;
  font-family: Open sans-serif;
  width: 80%;
}
body.color{
  background-color: rgb(80, 220, 50);
}
header {
    width:100%; /* Establecemos que el header abarque el 100% del documento */
    overflow:hidden; /* Eliminamos errores de float */
    background-color:#099999;
    margin-bottom:0px;
    padding: 0px;
    border-radius: 25px 25px 0px 0px; /*superior, derecho, inferior, izquierdo*/
    border-style: none;
  }
  header>h1
	{
		font-family: 'Roboto';
		letter-spacing: 10px;
		/*text-transform: uppercase*/;
		font-weight:bold;
    text-align: center;
    text-shadow: rgb(255, 255, 255) 6px 6px 8px; /* los tres números indican distancia horizontal, vertical y difuminado*/
    font-size: 60px;
	}
  header>h2
  {
    font-family: 'Rajdhani',inherit;
	  letter-spacing: 1px;
	  font-weight:bold;
	  text-align: center;
  }
  .logo-left
  {
  	float:left;
  	padding: 20px 0px 0px 20px; /*Superior, derecho, inferior, izquierdo*/
    width: 120px;
  	height: 120px;
  }
  .logo-right
  {
  	float: right;
  	padding: 20px 20px 0px 20px;
  	width: 120px;
  	height: 120px;
  }
  nav
{
    display: block;
    width: 100%;
    text-align: center;
}
nav ul
{
	list-style: none;
}
nav li
{
    display: inline-block;
    margin-right: 2px;
    margin-top: 0.2em;
  }
  .boton
{
	background-color: #95cef0;
	color:#000000;
	display: inline-block;
	font-size: 1em;
	margin: 5px;
	padding: 10px 0px;
	text-align: center;
	width: 100px;
	text-decoration: none;
	box-shadow: 0px 3px 5px #373c3c;
  border-radius: 30px;
}
.boton:hover
{
  background-color: rgb(81, 173, 189);
  box-shadow: 0px 03px 5px rgb(3, 77, 77);
  padding-top: 7px;
  color: #205b98;
}
.boton img{
  width: 30px;
  height: 30px;
  padding-right: 10px;
  vertical-align: middle;
}
.boton:hover img
{
  filter: invert(200%) sepia(100%);
}
section
{
  float: left;
  width: 100%;
  text-align: justify;
  margin-top: 10px;
}
article
{
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(70, 160, 20);
  color: #ffffff;
}
aside
{
  float: right;
  width: 30%;
  text-align: justify;
  margin-top: 0px;
}
blockquote
{
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  color: #ffffff;
}
footer
{
  width: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px 0px 25px 25px;
  border-style: none;
  color: #ffffff;
}
.contenedor
{
  padding: 10px 20px 10px 20px;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 2em;
  box-shadow: 0px 5px 3px rgb(249, 237, 250);
}
.enlace-footer
{
  font-size: 10px;
  color:rgb(7, 21, 47);
  padding-right: 5px;
  text-decoration: none;
  font-family: 'fantasy', 'monospace';
}
.enlace-footer:hover
{
  color: rgb(13, 56, 106);
  text-shadow: 0px 0px 5px rgb(13, 74, 139);
  text-decoration: underline;
}
.izq
{
  float: left;
}
.der
{
  float: right;
  padding-right: 20px;
}
.botonredes
{
  display: inline-flex;
  width: 15px;
  height: 15px;
  padding: 10px;
  background-color: rgba(20, 42, 78, 37);
  border-radius: 100%;
}
.botonredes img
{
  width: 15px;
  height: 15px;
}
.boton redes:hover
{
  background-color: rgb(89, 115, 145);
  border-radius: 100%;
  box-shadow: 0px 0px 5px rgb(30, 127, 189);
}
.disc{
  border-radius: 25px;
  width: 150px;
  height: 150;
  padding: 10px;
  border: 2px solid rgb(8, 48, 62);
  box-shadow: 0px 5px 8px rgb(3, 45, 69);
  margin: 20px;
}
.disc:hover{
  -webkit-transform:scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
table
{
  width: 80%;
  margin: auto;
  font-family: 'Open sans-serif'sans-serif;
  color: rgb(255, 255, 255);
}
th.titulos
{
  width: 250px;
}
th
{
  font-family: 'Rajdhani';
  text-align: center;
}
td.center
{
  font-family: 'Open sans-serif'sans-serif;
  text-align: center;
  vertical-align: middle;
}
td
{
  padding: 5px;
  font-family: 'Open sans-serif'sans-serif;
}
tr:nth-child(odd)
{
  background-color: rgb(5, 37, 55);
}
tr:nth-child(even)
{
  background-color: rgb(13, 62, 87);
}
.cancion
{
  width: 90%;
  overflow: auto;
  margin: auto;
}
.mitad
{
  width: 50%;
  margin: auto;
  padding-left: 20px;
  vertical-align: top;
}
.titulos
{
  letter-spacing: 5px; /*Espacio entre letras*/
  font-family: 'Rajdhani';
  font-weight: bold; /*Fuente en negritas*/
  text-transform: uppercase; /*Transformación del texto*/
  text-align: center; /*Alineación del texto*/
  text-shadow: rgb(136, 170, 179) 6px 6px 8px;
  font-size: 29px;
}
h2
{
  font-family: "Rajdhani",sans-serif;
  font-weight: bold; /*Fuente en negritas*/
  text-align: center; /*Alenación del texto*/
  font-size: 19px;
}
.enlace-aside
{
  font-size:1em;
  color: rgb(109, 155, 157);
  padding-right: 5px;
  text-decoration: none;
  font-family: 'Rajdhani',sans-serif;
  font-weight: bold; /*Fuente en negritas*/
}
.enlace-aside:hover
{
  color:rgb(156, 222, 255);
  text-shadow: 0px 0px 5px rgb(94, 216, 254);
  font-weight: bold;
}
.disquitos
{
  border-radius: 25px;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 2px solid rgb(32, 106, 104);
  box-shadow: 0px 5px 8px rgb(11, 103, 120);
}
.disquitos:hover
{
  filter: saturate(180%);
  border-radius: 100%;
}
.enlace-tabla-lateral
{
  font-size: 1em;
  color: rgb(0, 0, 0);
  padding-right: 5px;
  text-decoration: none;
  font-weight:  green;
  cursor: url("iconos/manita.svg");
}
img.radius
{
  width: 90%;
  height: 90%;
  float: right;
  border-radius: 80%;
  border-style: solid;
  margin: 0px auto;
  border: 2px solid rgb(189, 163, 30);
  padding: 10px;
  margin: 10px;
}
.vidmin
{
  width: 200px;
  height: 89px;
}
.noti
{
  width: 300px;
  height: 168px;
  border-radius: 25px;
  float: right;
  padding-left: 20px;
}
footer>p
{
  text-align: left;
  color: rgb(189, 163, 30);
  font-size: 10px;
}
