@charset "UTF-8";
/* CSS Document */


body {	
background: url("../img/fondoCreditos.jpg") no-repeat fixed center;
background-size: cover;
background-color: black;
}

#wrapNav_seccion {
	width:100%;
	height: 100px;
	text-align: center;
}



#botonRegresar {
	color:#F0E6D6;
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#QVMtitulo_Seccion {
	width: auto;
	height: 60px;
	margin: 20px auto;
}

/*--------------------------------------*/

#tituloNotasDirector h2 {
	animation-name: letterSpacing_a;
    animation-duration: 1s;
    animation-direction: normal;
	animation-iteration-count: 1;
}


#wrapIntroNotas, #wrapCreditos {
		width: 60%;
	padding: 50px 20%;	
}

#wrapIntroNotas p {
	display: block;
	font-size: 1.35em;
	margin: 70px 0 0 0;
}

#wrapTextoNotas {
	background: #F0E6D6;
	color: black;
	margin: 0 auto;
	width: 60%;
	padding: 50px 20% 150px 20%;
}

#wrapTextoNotas p {
	font-size: 1.25em;
	display: inline-block;
	margin: 0 0 20px 0;	
}


#tituloCreditos {
	text-align: center;
	margin: 0 0 50px 0;
}

#contentCreditos h1 {
	text-align:center;
	font-size: 2em;
	margin: 0 0 50px 0;
}

#contentCreditos h2, #contentCreditos h3 {
	text-align:center;
	font-size: 1.25em;
	font-weight: 300;
	margin: 0 0 10px 0;
}

#contentCreditos p { text-align: center; display: block; padding: 0px 0 0 0; }
#contentCreditos p.separador { padding: 30px 0 0 0; text-transform: uppercase;}
#contentCreditos p.separador2 { padding: 10px 0 0 0; }


#contentCreditos dl { 	width: 100%; margin: 0 0 20px 0;}

#contentCreditos dt {
	width: 48%;
	margin: 0 2% 0 0;
	text-align: right;
	display: inline-block;
	vertical-align: top;
} 

#contentCreditos dd {
	width: 48%;
	margin: 0 0 0 2%;
	text-align: left;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
} 

#contentCreditos ul {
 margin: 20px 0;	
}

#contentCreditos ul li {
 text-align: center;	
}



