*{
	box-sizing: border-box;
}

body{
	font-family: 'Arial', 'Verdana';
	margin: 0;
	background:gray;
/*	background: #209F63;*/
}

/*------------------- Estilos Base -------------------------------*/

/*------------------- Estilos Header -----------------------------*/

/*------------------- Estilos del Menú ---------------------------*/

/*------ Estilos Principales : Contactenos -----------------------*/

/*--------------------------- HIMNO ALASPE  -------------------------------------*/


audio {
/*  background-color: #95B9C7;*/
	width: 90%;
}

.ghimno_titulo{
	font-size: 1.0em;
	margin-top: 30px;
	margin-bottom: 40px;
	color: #175935
}


.himno_img{

	max-width: 600px;
	max-height: 800px;
	
	margin: auto;
	margin-bottom: 100px;
	
}

.logo_ffaa_img{
	max-width: 80px;
	max-height: 80px;
	margin: auto;
	display: none;
}

.himno_seccion{
	background: #fff;
	width: 100%;
    margin: auto;
	margin-top: 88px;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.himno_seccion .himno_seccion_menu{
	width: 100%;
	background: #98A57B;
	background: #BCB5A4;
	background: #fff;
}

.himno_seccion .himno_seccion_menu .himno_menu{
	display: flex;
	flex-direction:row;
	height: 90%;
	padding-top: 5px;
	padding-bottom: 8px;

}

.himno_seccion .himno_informe{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.himno_seccion .himno_informe .himno_cooperativa{
	background: #fff;
}

.himno_seccion .himno_informe .himno_cooperativa > h1{
	text-align: center;
}

.ghimno_letra{
	text-align: center;
	font-size: 0.8em;
	line-height: 0.9em;
}

.ghimno_negrita{
	font-weight: bold;
}

.ghimno_audio{
	width: 100%;
	background-color: lightgray;
	background-color: #98A57B;
	text-align: center;
	padding: 15px;
	margin: auto;
	margin-top: 15px;
}


/*------------------- Estilos del Footer -----------------------*/

/*------------------- << Estilos Responsive >> -----------------------*/


@media screen and (min-width:320px) {
	
	.himno_seccion{
		margin-top: 89px;
	}	

	.ghimno_letra{
		font-size: 0.9em;
		line-height: 0.9em;
	}
	
}	


@media screen and (min-width:400px) {
	
	.himno_seccion{
		margin-top: 96px;
	}
	
	.ghimno_letra{
		font-size: 1.0em;
		line-height: 0.8em;
	}

}	


@media screen and (min-width:480px) {
	
	.himno_seccion{
		margin-top: 106px;
	}
	
}


@media screen and (min-width:600px){
	
	.himno_seccion{
		width: 100%;
		margin: auto;
		margin-top: 120px;
		
		display: flex;
		flex-direction: row;			
	}
	
	.himno_seccion .himno_seccion_menu{
		width: 35%;	
		
	}
	
	.himno_seccion .himno_seccion_menu .himno_menu{
		flex-direction:column;
	}	

	.himno_seccion .himno_informe{
		width: 64%;
	}	
	
	.logo_ffaa_img{
		display:block;
		max-width: 140px;
		max-height: 140px;		
	}
	
	.ghimno_titulo{
		font-size: 1.2em;
	}

}


@media screen and (min-width:768px){
	
	.himno_seccion{
		margin-top: 140px;
	}
	
	.ghimno_titulo{
		font-size: 1.2em;
	}
	
	.logo_ffaa_img{
		max-width: 160px;
		max-height: 160px;		
	}	
	
	.ghimno_letra{
		font-size: 1.1em;
		line-height: 0.8em;
	}
	
}


@media screen and (min-width:850px){
	
	.himno_seccion{
		margin: auto;
		margin-top: 145px;
	}

}

@media screen and (min-width:1024px){

	.himno_seccion{
		width: 90%;
		margin: auto;
		margin-top: 146px;
	}	

	.ghimno_titulo{
		font-size: 1.4em;
	}

}	


@media screen and (min-width:1200px){

	.logo_ffaa_img{
		max-width: 180px;
		max-height: 180px;		
	}		
	
}


@media screen and (min-width:1400px){
	
	.logo_ffaa_img{
		max-width: 190px;
		max-height: 190px;		
	}			
	
	.ghimno_letra{
		font-size: 1.2em;
		line-height: 0.8em;
	}	
	
}

	
@media screen and (min-width:1500px){ 
	
	.himno_seccion{
		width: 80%;
		margin: auto;
		margin-top: 146px;
	}

	.logo_ffaa_img{
		max-width: 210px;
		max-height: 210px;		
	}			
	
	.ghimno_letra{
		font-size: 1.4em;
		line-height: 0.8em;
	}		
	
}

