@font-face {
font-family: 'acdc';
src: url('squealer.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'afl';
src: url('aflfont.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}
body{
	background: #000;
}
img{
	width: 100%;
}
audio{
	text-align: center;
	margin: auto;
}
div{
text-align: center;
}
.boton_personalizado{
	font-family: 'acdc';
	text-decoration: none;
	padding: 0.2em 2em;
	font-weight: 600;
	font-size: 1.5em;
	color: #FFFFFF;
	margin-left: 0.2em;
	margin-bottom: 100px;
	margin-top: 100px;
	letter-spacing: 0.15em
	}
.boton_personalizado:hover{
	color: #bb0200;
	}
p{
	color: #FFFFFF;
	font-size: 1.8em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	font-family: 'afl';
}
#portada>p{
	font-size: 17px;
	margin-block-end:  0.5em;
}
#historia>p{
	font-size: 1em;
	margin-block-end:  0.5em;
}
h3{
	color: #FFFFFF;
	font-size: 3em;
	padding: 0.5em;
	font-family: 'afl';
}
.boto{
	width: 230px;
}

#menu{
	width: 100%;
	margin-bottom: 2.5em;
	margin-top: 3.5em;
	margin-left: 2%;
}

#menu>a{
	font-family: afl;
	border-top: 2px solid #bb0200;
	border-bottom: 2px solid #bb0200;
	margin-right: 5%;
	text-decoration: none;
	color: #FFF;
	font-size: 1em;
	text-align: center;
}

#menu>a:hover{
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	color:  #bb0200;
}

#active{
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	color:  #bb0200;	
}

p>a{
	color:  #FFF;
	text-decoration: none;
}

.noacdcFont{
	font-family: arial;
	letter-spacing: 2px;
	font-size: 1em;
	font-weight: lighter;
}

figcaption{
	color: white;
}