#imgFondo {
	/*background-repeat: no-repeat;
    background-position: center center;*/
	background-image: url("/imagenes/comprimida_2.jpg");
    background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

#textoHeaderPrincipal {
	bottom: 35%;
}

#menuPc a, #menuMovil a , #textoHeaderPrincipal {
	color: #9AFE2E;
}

#sectionProyectos {
	margin-top: 2.5vh;
}

figure {
	background-color: #FFF;
	margin-top: 2vw;
	display: flex;
	flex-wrap: nowrap;
}

figure h1, figure h2, figure p {
	text-align: left;
	margin: 1vw;
}

figure h2 {
	margin-top: 0px;
}

figure img {
	/*max-width: 27.5vw;*/
	height: 450px;
	width: 650px;
}

footer {
	margin-top: 2vw;
}

.paginacion {
	background-color: #159dbe;
	margin: 10px 5px;
	padding: 10px 20px;
}

#paginacion {
	text-align: center;
	margin-top: 20px
}

#sectionCombos div, #sectionCombos li {
	border: none;
	border-bottom: 2px solid black;
	font-size: 15pt;
	height: 50px;
	margin-top: 3vh;
	/*padding-left: 1vw;*/
	width: auto;
	
	transition: ease all 0.5s;
}

#sectionCombos div {
	width: 150px;
}

#sectionCombos ul {
	display: none;
	position: absolute;
}

#sectionCombos li {
	
}

#sectionCombos a, #sectionCombos div, #sectionCombos li {
	background-color: #FFF;
	line-height: 50px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}