body{
	background-color: black;
	font-family: 'Teko', sans-serif;
	background-image:url(../img/textura.png);
	background-position: center top;
}
#page{
	max-width: 1000px;
}
.img-responsive{
	width: 100%;
}
#logo_wingsfactory{
	margin:25px auto 0px auto;
	max-width: 186px;
}
#logo_guerra_de_bandas{
	margin:25px auto;
	max-width:446px;
}
#bases{
	display:flex;
}
#bases >div{
	display: flex;
}

.Etapas{
	background:rgba(255,255,255,.2);
	padding:20px;
}

.wf_etapa{
	text-align: center;
	font-weight: 600;
	margin-top: 0px;
}
#wf_presenta{
	width: 100%;
	top:50px;
	position: absolute;
}
#wf_presenta, #wf_las_bases,#wf_premio, .wf_etapa{
	font-size: 18pt;
	color:#FFF;
	letter-spacing: 5px;
}
#sucursales_participantes{
	border:5px solid rgba(255,255,255,.4);
	color:#FFF;
	list-style: none;
	padding: 10px;
	margin:0px;
	text-align: center;
}
#sucursales_participantes li{
	font-size: 18pt;
	display: inline;
	letter-spacing: 5px;
}
p{
	font-size: 16pt;
	color:#FFF;
	font-weight: 400;
}
p span{
	font-weight: 700;
}
ol{
	color:#FFF;
	font-weight: 600;
	font-size: 18pt;
}
#premio{
	color:#FFF;
	background:rgba(255,255,255,.2);
	margin:10px auto;
}
#wf_primer_lugar{
	font-size: 106pt;
	margin:0px;
	padding: 30px 10px 0px 10px;
	line-height:100px;
	
}
#wf_presentaciones h3{
	font-size:35pt;
	line-height: 35px;
	margin:0px
	padding:0px;
}
#wf_presentaciones span{
	line-height: 18px;
	font-size:18pt;
	letter-spacing: 1px;

}
footer{
	background:rgba(255,255,255,.2);
	margin-top: 20px;
}
#footer{
	color:#FFF;
	padding: 10px;
	font-family: 'Stardos Stencil', cursive;
	font-size: 12pt;
}
@media screen and (max-width:960px){
	#bases{
		display:block;
	}
	#sucursales_participantes li{
		letter-spacing: 1px;
	}
	#wf_primer_lugar, #wf_presentaciones{
		text-align: center;
	}
}