* {margin:0; padding:0;}
html { height:100%;}
body {
	text-align: center;
	height: 100%;
	background-color: #000000;
	background-image: url(images/fondo-portafolio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
}

#wrap {	min-height:100%;
	min-width:1000px;
	background-image: url(images/fondo-portafolio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contenido {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	/*clear: both;*/
	overflow: auto;
	padding-bottom: 40px;
}
#header {
	clear: right;
	height: 118px;
	padding-left: 20px;
	padding-top: 30px;
}
#informacion {
	height: 532px;
	margin-top: 0px;
	padding: 0px;
	clear: right;
}

#footer {
	position: relative;
	margin-top: -40px;
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	vertical-align: bottom;
	padding-top: 10px;
	clear:both;
}
