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

section {
	margin: 0;
	padding: 100px 0 0 0;
	height: 1200px;
	text-align: center;
	position: relative;
	background-color: #DADADA;
	overflow: hidden;
}
nav#barra {
	top: 0; !IMPORTANT
}
#caja_dossier {
	position: absolute;
	width: 800px;
	height: 1200px;
	top: 50%;
	left: 50%;
	margin-top: -600px;
	margin-left: -400px;
	overflow: hidden;
}
#caja_dossier img {
	position: absolute;
	top: 0;
	left: 0;
}
#texto_dossier {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 26px;
	text-align: center;
}
#texto_dossier p {	
	font-family: 'Aldrich', sans-serif;
	font-size: 1em;
	color: #080808;
	text-shadow: .1em .1em 0 #fff;
}