section {
	margin-top: 2.5vw;
}
 
 h1, h2 {
	 text-align: left;
 }
 
 h1 { 
	font-size: 26px
 }

#imgFondo {
	/*background-repeat: no-repeat;
    background-position: center center;*/
	background-image: url("/imagenes/comprimida_1.jpg");
    background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

#textoHeaderPrincipal, #menuPc a {
	color: #9AFE2E;
}

#logos {
	/*justify-content: flex-start;*/
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.5vh;
}

#logos img {
	max-height: 45px;
	max-width: 45px;
}

#logos a {
	border: 5px solid transparent;
	flex: 0 8 45px
}