@charset "UTF-8";

@font-face {
	font-family: Kaushan;
	src: url('../fonts/KaushanScript-Regular.otf');
}

body {	
	background: url(../images/bg_tree.gif) repeat-x;	
	margin: 0;
	padding: 0;	
}

header {	
	background: url(../images/nutitle.gif) no-repeat;
	height: 200px;	
}

#main {	
	position: relative;
	width: 760px;
	/*background: yellow;*/
	margin: 0 auto;
}

#principal {
	background: green;
}

nav {
	background: #eee;
	width: 200px;
	float: left;
}

section {
	background: #ddd;
	/*width: 540px;*/
	margin-left: 220px;
	/*float: right;*/
}

#principal:after {
	content:"";
	display: block;
	clear: both;
}

h2 {
	margin: 0;
	font-family: Kaushan;
}

nav ul {
	/* padding:0;*/	
}

nav li {
	list-style: none;	
	margin-bottom: 5px;
}

nav li a {
	text-decoration: none;	
	font-family: Arial;
	color: green;
	padding: 5px;
}

nav li a:hover {
	/* text-decoration: underline; */	
	background: lightgreen;	
}

footer {
	background:#BDE924;
	/*clear: both;*/
	margin-left: 220px;
	text-align: center;
	/* padding: .3em 0; */
	line-height: 2;
}






