body {
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;	
}	
#wrapper {
	width: 856px;
	background: url(img/fondo_wrapper.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0px;
	*height: 100%;
	min-height: 100%;
}
/*HEADER--------------------------------*/
#header {
	background: url(img/fondo_goi.jpg) no-repeat center top;
	height: 160px;
}

#logo {
	width: 169px;
	height: 73px;
	background: url(img/logo.gif) no-repeat;
	position: absolute;
	top: 20px;
	left: 110px;
}
#logo h1 {
	visibility: hidden;
}
/*EDUKIA--------------------------------*/
#contenido {
	float: right;
/*	width: 670px;*/
	padding: 0 80 0 80;
	/*height: 60%;
	min-height: 400px;*/
	/*height quitados porque se ha apaņado lo del footer quitandole el float y haciendo clear:left*/
}
#seccion {
/*	padding: 0 80 0 80;*/
	width: 510px; /*670-(80x2)*/
}

#datuk {
	color: white;
	font-size: 9px;
	text-align: left;
	margin: 0 0 30 30;
}
/*NAV--------------------------------*/
#menu {
	background-color: #66669A;
	width: 180px;
	float: left;
	padding: 0px;
	
}
#menu ul {
	list-style: none;
	padding: 0 15 0 30;
	*padding: 0 7 0 15; /*hack IE 6+7*/
	margin: 5px auto;
}
#menu ul li {
	text-transform: uppercase;
	border-top: solid 1px white;
	padding: 5 0 5 0 ;
	font-size: 12px;
	*margin-left: -30px;/*hack IE 6+7 egiten dutelako UL sartuago*/
}
#menu ul li a {
	color: #ffCC00;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #ffffff;
}
#menu ul ul {
	padding-left: 10px;
	*padding-left: 5px;/*hack IE 6+7*/
	
}
#menu ul li li{
	border-top: none;
	padding: 5 0 5 0 ;
	font-size: 10px;
	text-transform: none;	
}
#menu ul li li a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li li a:hover {
	color: #ffcc00;
}
/*Languages-------------------------*/
#menu #lang {
	padding: 0 0 0 30;
	*padding: 0 0 0 0; /*hack IE 6+7*/
}
#menu #lang li{
	display: inline;
	border-top: 0px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	text-transform: lowercase;
	margin: 0px;
}
#menu #lang  li a{
	color: #ffffff;
}
#menu #lang li a:hover{
	color: #ffcc00;
}
/*FOOTER----------------------------*/
#footer {
	clear:left;
	background-color: #66669A;
	width: 180px;
/*	float: left;*/
	color: white;
	font-size: 9px;
}
#footer p{
	padding: 0px 0px 5px 30px;
}
#footer a{
	text-decoration:none;
	color: #FFCC00;
}

/*edukiaren formatoa--------------------------------*/

h2 {
	border-bottom: 1px solid #ffcc00;
	color: #ffcc00;
	text-transform: uppercase;
	font-size: 18px;
}

.clear {
	clear: both;
}
.clear_final {
	clear: both;
}
/*plantilla guztiendako, plantilletan beharko luke*/
#seccion li{
	list-style:square;
	margin-bottom:5px;
}