section ul > li {
	list-style: initial;
	list-style-position: inside;
}

#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, #menuMovil a {
	color: #9AFE2E;
}

section {
	margin-top: 2.5vh;
}

section h1 {
	font-size: 20pt;
}

.izquierda {
	clear: bloth;
	float: left;
	width: 55%;
}

.logos {
	/*justify-content: flex-start;*/
	display: flex;
	flex-wrap: wrap;
	float: left;
	margin-bottom: 2.5vh;
	width: 100%;
}

.logos img {
	max-height: 45px;
	max-width: 45px;
}

.logos a {
	border: 5px solid transparent;
	flex: 0 8 45px
}

#contenedor {
	height: auto;
	overflow: auto;
}