header .idioma {
	position: absolute;
	top: 10px;
	right: 20px;
}

header .idioma ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}

header .idioma li {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	color: #333;
	font-weight: 200;
	font-size: 1rem;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.7;
}

header .idioma li:hover {
	opacity: 1;
}

header .idioma li.idiomaSeleccionado {
	opacity: 1;
}

.efectoFondo {
	background: transparent url('../img/fondo/efecto.png');
	z-index: -2;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.contenido {
	max-width: 750px;
	padding: 0 20px;
	display: block;
	margin: 12% auto 0;
}

.contenido .informacion {
	text-align: center;
}

.contenido .informacion h2 {
	font-size: 1.2rem;
	line-height: 1.35rem;
	color: #333;
	padding: 0;
	margin: 30px 0 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	text-align: center;
	cursor: default;
}

.contenido .informacion h2 a {
	text-decoration: none;
	color: #333;
}

.contenido .informacion h2 a:hover {
	text-decoration: underline;
}

.contenido .informacion h2 span.email {
	font-weight: 400;
}

.logoFooter {
	background-image: url('../img/proyectos/gadiras-logo.png');
	width: 145px;
	height: 50px;
	background-size: 145px 50px;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	bottom: 10px;
	display: block;
	opacity: 0.5;
	transition: ease 0.4s;
	z-index: -1;
}

.logoFooter:hover {
	opacity: 1;
	transition: ease 0.4s;
}