html,body {
	margin-top:0px;
	margin-bottom:0px;
	height:100%;
	background:none;
}

#contenedor {
	width:80%;
	min-height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#left,#right,#encabezado {
	display:none;
}

#contenido {
	width:100%;
	position:relative;
	left:0;
}

.nota {
	width:100%;
	position:relative;
}

