body, html {
	height: 100%;
	}

body {
	margin: 0; padding: 0;
	
	}	

#wrapper {
	min-height:100%;
	}

* html #wrapper {
	height:100%;
	}
	
	
	#centered_div {
	width:590px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -295px;
	margin-top: -150px;

}
#centered_div_lenguaje {
	width:980px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;;
	margin-left: -480px;
	margin-top: -300px;

}
#centered_div_media {
	width:950px;
	height: 380px;
	position: absolute;
	top: 50%;
	left: 50%;;
	margin-left: -475px;
	margin-top: -190px;

}
#centered_gallery {
	width:1000px;
	height: 650px;
	position: absolute;
	top: 367px;
	left: 696px;
	margin-left: -500px;
	margin-top: -325px;

}
#header {
	width: 100%;
	background:#;
	}

#header_960 {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}

#content {
	width: 100%;
	padding-bottom: 100px;
	}
	
#content_960 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 100px;
	}

#footer {
	width: 100%;
	height: 100px;
	margin: -100px auto 0 auto;
	position: relative;
	background:#000;
	}

#footer_960 {
	width: 450px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	}

