body
{
  background-color: black;
  background-image: url(https://jojimusic.com/wp-content/uploads/2023/05/Joji_Pandemonium_BG-scaled.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px auto;
  font-family: "Cambria, Roboto";
  width:80%;
}
header>h1
{
  font-family: "Cambria";
  font-size: 70px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 50px;
  text-shadow: rgb(0,0,0) 10px 10px 10px;
}
.logoizq
{
  float: left;
  padding: 20px 0px 0px 20px;
  width: 120px;
  height: 120px;
}
.logoder
{
  float: right;
  padding: 20px 0px 0px 20px;
  width: 120px;
  height: 120px;
}
nav
{
  display: block;
  width: 100%;
  text-align: center;

}
nav ul
{

}
nav li /*hace que solo sea una linea la lista LI*/
{
  display: inline-block;
  margin-right: 2px;
  margin-top: 0.2em;
}
.boton
{
  background-color: gray;
  color: white;                 /*corregir color*/
  display: inline-block;
  font-size: 1em;
  margin: 5px;
  padding: 10px 0px;
  text-align: center;
  width: 140px;
  text-decoration: none;
  box-shadow: 0px 3px 5px black;
  border-radius: 25px
}
.boton:hover/*cuando pasa sobre el boton*/
{
  background-color: rgb(50, 50, 50);
  box-shadow: 0px 3px 5px rgb(0, 0, 0);
  padding-top: 10px;
  color: white;/*color de la letra*/
}
.boton>img /*imagen de boton inicio*/
{
  width: 25px;
  height: 25px;
  padding-right: 10px;
  vertical-align: left;
}
section
{
  float:left;
  width: 70%;
  text-align: justify;
  margin-top: 10px;
}
article
{
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}
aside
{
  float: right;
  width: 30%;
  text-align: justify;
  margin-top: 0px;
}
blockquote
{
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: white; /*cudro de  inf Secundaria*/
  text-align: center;
  float:left;

}


footer
{
  width: 100%;
  overflow: hidden;
  background-color: gray;
  margin-top: 0px;
  padding: 0px;
  border-radius: 0px 0px 25px 25px;
  border-style: none;
}
.izquierda
{
  float: left;
}
.derecha
{
  float: right;
  padding-right: 30px;
}
footer>p
{
  text-align: center;
  color: black;
  font-size: 15px;
}
.botonredes
{
  display: inline-flex;
  width: 15px;
  height: 15px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  border-radius: 40%;
}
.enlace-footer
{
  font-size: 15px;
  color: rgb(0, 0, 0);
  padding-right: 5px;
  text-decoration: none;
}
.enlace-footer:hover
{
  color: rgb(255, 255, 255);
  text-shadow: 10px 10px 10px black;
  text-decoration: underline;
}
.contenedor
{
  padding: 10px 20px 10px 20px;
  background: rgba(0, 0, 0, .5);
  border-radius: 2em;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.4);
}
.slider
{
  float: left;
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
/*--------------------------------*/
p
{
  color:white;
}
h2
{
  color: gray;
}
h1{
  color: white;
  font-size: 30px;
}
article>p
{
  font-size:22px
}
/*-----------------------------*/
