*, html{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	color: black;
}

#global{
	margin: 0 auto;
	width: 800px;
}

/*------------- HEADER ------------------*/

#header{
	width: 100%;
	height: 100px;
	background: #8F7262;
}

#header h1{
	color: white;
	text-align: center;
}

/*-------------- MENU -------------------*/

#menu{
	width: 800px;
	height: 60px;
	margin: 10px 0 20px 0;
	border-top: 1px dotted #8F7262;
	border-bottom: 1px dotted #8F7262;
}

#menu ul li{
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
}

#menu ul li a{
	text-decoration: none;
	color: gray;
}

#menu ul li a:hover{
	text-decoration: underline;
}

/*-------------- CONTENER ---------------*/

#contener{
	min-height: 400px;
}

/*-------------- FOOTER ------------------*/

#footer{
	width: 100%;
	height: 50px;
	background: #8F7262;
}

#footer p{
	color: #CFBEB5;
	text-align: center;
}

