#n00Logo img {
	height: 6rem
}
#n00Logo {
	margin-bottom: -3.6rem;
	margin-top: 0rem;
}


@media screen and (max-width: 830px) {
	html:lang(es) #n00Logo {
		margin-bottom: -1rem;
	}
}

@media screen and (max-width: 740px) {
	html:lang(en) #n00Logo img {
		height: 5rem;
	}
}

@media screen and (max-width: 670px) {
	html:lang(en) #n00Logo {
		margin-bottom: -1rem;
	}
}

@media screen and (max-width: 510px) {
	#n00Logo {
		width: 100%;
	}
	#n00Logo img {
		width: 90% !important;
		margin: 0 auto !important;
	}
}