body{
	margin: 0px;
}

 header{

 }

 nav{
 	padding: 10px;
 	margin: 0px 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: white;
	font-family: Berlin Sans FB;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
 }

 nav a:hover{
	color: red;
	background-color: white;
}

.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;
	align-items: center;
	justify-content: center;
	padding: 15px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background-color: black;
	color: white;
	font-family: Berlin Sans FB;
	font-size: 18px;
	text-align: center;
}

h2{
	color: #A31621;
	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: #CED3DC;
	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;
}

.textos2{
	width: 74%;
	border: 3px solid #A31621;
	background-color: black;
	color: white;
	font-family: Berlin Sans FB;
	font-size: 16px;
	padding: 0px 10px 0px 10px; 
	margin: 10px;
	text-align: justify;
}

h3{
	color: #A31621;
	
}

.centro{
	text-align: center;
}

.imagenes{
	border: 3px solid #A31621;
	background-color: #FCF7F8;
	color: black;
	font-family: Berlin Sans FB;
	font-size: 18px;
	margin: 0px 10px 10px 10px;
	text-align: center;
}
 

.cajon{
	display: flex;
	/* Con esto centro horizontal y verticalmente  */
	justify-content: center;
	align-items: center;
	background-color: #FCF7F8;
	margin-top: 30px;
	}

.cajon1{
	display: flex;
	/* Con esto centro horizontal y verticalmente  */
	justify-content: center;
	align-items: center;
	background-color: #FCF7F8;
	margin: 10px;
	}

.foto{
	height: 385px;
	width: 100%;
	background-color: #FCF7F8;
	padding: 0px 2px 0px;
}

.video{
	border: 3px solid #4E8098;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 40px;
	background-color: #FCF7F8;
	filter: brightness(1.0);
}

.audio{
	border: 3px solid #4E8098;
	border-radius: 10px 10px 10px 10px;
	margin: 0px 10px;
	padding: 1px;
	background-color: #FCF7F8;
	font-size: 16px;
}

.bloque{
	display: flex;
	/* Con esto centro horizontal y verticalmente  */
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	background-color: #A31621;
	color: white;
	font-size: 22px;
}

.listas{
	width: 74%;
	border: 3px solid #A31621;
	background-color: black;
	color: #A31621;
	font-family: Berlin Sans FB;
	font-size: 24px;
	margin: 10px;
	padding-bottom: 45px;
	padding-top: 5px;
	text-align: center;
}

ol{
 	list-style-type: upper-roman;
 	list-style-position:inside;
}

ol li {
	text-align: left;
	margin: 0px 20px 0px 0px;
}

ul{
	list-style-type:none;
}

.columnas{
	column-count: 2;
}

ul li {
	padding-left: 2rem;
	background-image: url(media/favicon.png);
	color: white;
	background-position: 0 0;
   background-size: 1.6rem 1.6rem;
   background-repeat: no-repeat;
	text-align: left;
	margin: 0px 40px 0px 0px;
}

dl {
	text-align: left;
}

dt{
	font-weight: bold;
	text-shadow: black;
	color: #90C2E7;
}

.tablas{
	width: 100%;
	background-color: black;
	color: #A31621;
	font-family: Berlin Sans FB;
	font-size: 24px;
	padding: 10px 0px 0px 10px;
	text-align: center;
}

.tablas2{
	width: 100%;
	background-color: black;
	color: #A31621;
	font-family: Berlin Sans FB;
	font-size: 24px;
	text-align: center;
}

table{
  	border: 2px solid #A31621;
	border-collapse: collapse;
	background-color: black;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1em;
	font-family: Berlin Sans FB;
	text-align: center;
}

th{
	color: #A31621;
}

tr{
	color: white;
}

.fondo{
background-color: white;
}

.contacto{
	width: 55%;
	background-color: #FCF7F8;
	color: #A31621;
	font-family: Berlin Sans FB;
	font-size: 24px;
	margin: 0px 10px 0px 10px;
	padding-top: 15px;
	text-align: center;
}

.asidecontacto{
	width: 45%;
	background-color: #FCF7F8;
	margin: 0px 10px 5px 0px;
   padding: 0px;
   text-align: center;
}

.aside30{
	width: 26%;
	background-color: black;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
   font-family: Berlin Sans FB;
	font-size: 36px;
	color: #A31621;
   text-align: center;
}

.aside30b{
	width: 26%;
	background-color: black;
	padding: 10px 10px 10px 10px;
   font-family: Berlin Sans FB;
	font-size: 18px;
	color: white;
   text-align: center;
}

.adios{
	text-align: center;
	font-size: 16px;
	color: black;
}

.bye{
	background-color: #FCF7F8;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1em;
	font-family: Berlin Sans FB;
	text-align: center;
}

.ciao{
	color: black;
}

footer{
	padding: 20px 0px 20px 0px;
	background-color: black;
	color: white;
	font-family: Berlin Sans FB;
	font-size:1em;
	text-align: center;
}

footer a {
	color: #A31621;
	text-decoration: none;
}

footer a:hover { 
	color: white;
}

/*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:10px;
  right:10px;
  z-index:2;
}


