body{
	margin: 0px;
}

 header{
 	margin: 0px;
 	height: 200px;
 	background-color: #010103;
	background-position: center;
 	background-image: url("media/Dungeons-and-Dragons-Logo-2014.png");
 	background-size: contain;
 	background-repeat: no-repeat;
 }

 nav{
 	padding: 10px;
 	margin: 4px 0px 4px 0px;
  display: flex;
	align-items: center;
	justify-content: center;
 	background-color: black;
 }

 nav a{
  font-family: Berlin Sans FB;
  margin: 0px 15px 0px 15px;
  background-color: black;
	border-radius: 5px;
	padding: 10px;
	color: #A31621;
	font-family: Berlin Sans FB;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
 }

 nav a:hover{
	color: white;
	background-color: #A31621;
}

.boton1{
	margin: 10px 0px 4px 0px;
	padding: 10px 10px 10px 0px;
	text-align: right;
	background-color: black;
  font-size:20px;
}

.boton2{
	margin: 4px 0px 10px 0px;
	padding: 10px 10px 10px 0px;
	text-align: right;
	background-color: black;
	font-size:20px;
}

.fa-circle{
	color: #A31621;
}

.main100{
	display: flex;
	padding: 15px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background-color: black;
	color: white;
	font-family: Berlin Sans FB;
	font-size: 20px;
	text-align: center;
}

h2{
	color: #d67e43;
	font-size: 32px;
	text-align: center;
}

.texto{
	color: black;
	font-size: 24px;
}

.contenedor1{
	display: flex;
	background-color: white;
}

.contenedor2{
	display: flex;
	background-color: black;
}

.cosas{
	width: 26%;
	background-color: #d67e43;
	margin: 0px 0px 0px 10px;
  padding: 10px;
  font-family: Berlin Sans FB;
	font-size: 24px;
	color: #A31621;
  text-align: center;
}

.foto1{
	margin: 0px 0px 10px 0px;
}

.foto2{
	margin: 0px;
}

.textos{
	width: 74%;
	border: 3px solid #A31621;
	background-color: #FCF7F8;
	color: black;
	font-family: Berlin Sans FB;
	font-size: 16px;
	padding: 0px 10px 0px 10px; 
	margin: 0px 10px 0px 10px;
	text-align: justify;
}


#S02{
	background-color: black;
	padding: 10px 10px;
}

.imagenes{
	border: 3px solid #A31621;
	background-color: #010103;
	color: white;
	font-family: Berlin Sans FB;
	font-size: 18px;
	text-align: center;
}
 
.videos{
	display: flex;
/* Con esto centro horizontal y verticalmente  */
	align-items: center;
	justify-content: center;
	border: 3px solid #A31621;
	background-color: white;
	color: black;
	font-family: Berlin Sans FB;
	font-size: 18px;
	text-align: center;
	margin: 0px 10px;
	padding: 0px 0px 10px 0px;
}

.cajon1{
	display: flex;
	/* Con esto centro horizontal y verticalmente  */
	justify-content: center;
	align-items: center;
	background-color: #010103;
	margin: 10px;
	}

.foto{
	height: 200px;
	width: 100%;
	background-color: #010103;
	padding: 0px 5px 0px;
}

ul{
	list-style-type:none;
}

ul li {
	padding-left: 2rem;
	background-image: url(media/favicon.png);
	color: #010103;
	background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
	text-align: justify;
	margin: 0px 40px 0px 0px;
}

.contacto{
	width: 55%;
	border: 3px solid #A31621;
	background-color: white;
	color: black;
	font-family: Berlin Sans FB;
	font-size: 18px;
	margin: 0px 10px 10px 10px;
	padding-top: 15px;
	text-align: center;
}

.asidecontacto{
	width: 45%;
	margin: 10px 10px 10px 0px;
	text-align: center;
}

footer{
	padding: 10px 0px 10px 0px;
	background-color: black;
	color: white;
	font-family: Berlin Sans FB;
	font-size:1em;
	text-align: center;
}

/*Flecha para hacer la pagina hacia arriba*/
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:20px;
  color:black;
  cursor:pointer;
  position:fixed;
  bottom:15px;
  right:10px;
  z-index:2;
}


