html {
	background-color: #f9b71d; 
	margin:0px;
	padding:0px;
}

body {
	width:1024px;
	height: 1100px;
	margin: auto;	
}

header, footer, #slider, #servicios, #niveles, #english, #contacto {  
     display: block;	
}

header {
	
	width: 1020px;
	height: 900px;
	color: white;
	margin-top: -15%;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/Index.jpg);
}

nav {
	display: inline-block;
	padding-top: 733px;
	padding-left: 354px;
	width: 100%;
	font-family: Arial;
}

ul {
	margin: 0;
	list-style-type: none;
  	width: 800px;
  	position: relative;
  	display: block;
  	height: 25px;
  	font-size: 12px;
  	font-weight: normal;
  	font-family: Arial;
  	text-align: center;
}

a {
	text-decoration:none;
}

li {
  	display: block;
  	float: left;
  	margin: 10px;
  	padding: 2px;;
	color: black;
}

li:hover {
	text-decoration:underline;
	color: white;
}

li:visited {
	text-decoration:none;
}

#home {
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 10px;
	background-image:url(../images/Home.png);
	background-repeat:no-repeat;
	z-index: 2;
}

#home:hover {
	background-image:url(../images/HomeH.png);
	background-repeat:no-repeat;
}

#slider {
	float: left;
	position: relative;
	margin-top: -5px;
	width: 1020px;
	height: 506 px;
}

#servicios {
	float:left;
	position: relative;
	width: 1020px;
	height: 579px;
}

#niveles {
	float: left;
	position: relative;
	widows: 1020px;
	height: 950px;
}

#english {
	float: left;
	position: relative;
	widht:1020px;
	height: 629px;
}

#contacto {
	float: left;
	position: relative;
	widht: 1020px;
	height: 762px;
}

footer {
	clear: both;
}

