@charset "UTF-8";
body {
	font-size: 76%;
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	text-align:center;
	background: #a5a196 url(../img/fondo.jpg) top center repeat-x;

}
/*MENU*/
#menu ul{
	width: 850px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background: #817769 url(../img/header.jpg) no-repeat center top;
	padding-top:170px;
	border:3px solid #817769;
	border-width: 0 6px;
	*margin:0;
}

#menu li{
	padding: 0px;
	text-align: center;
	display: inline;
	line-height: 30px;
	margin: 0 10px 0 0;
	color:#000000;
}

#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	padding:3px;
}

#menu li a:hover {
color:#CCCCCC;
}

#menu li a.highlighted{
	padding-right: 5px;
	padding-left: 5px;
	color: #53473F;
	background-color: #ffffff;
}
#menu form{
	color:#FFFFFF;
}

/*boton berria gehitu*/
#boton a{
	border: 1px solid #817769;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
	background-color: #53473f;
	text-transform: uppercase;
	text-align: center;
	margin: 20px auto;
	display:block;
	width:10em;
	
}
#boton a:hover {
	background-color: #817769;
}
#boton a.highlighted{
	color: ##53473F;
	background-color: #ffffff;
}	

/*TABLAS*/
table{
	margin:0px auto;
	width: 862px;
	border:none;
	font-size:1.1em;
}
table, table td{
	border-collapse: collapse;
	border: 2px solid #817769;
	background:#FFFFFF;
	text-align:center;
}
table td{
	padding: 5px;
}
/*
table button, table select, table input, table textarea {
	font-size:0.8em;
}*/

table td a{
	text-decoration: none;
	color: #817769;
	font-weight: bold;
	text-transform: uppercase;
}
table td a:hover {
	text-decoration:underline;

}
button {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #8BA317;
	border: 1px solid #000000;
}

/*
#boton a{
	border: 1px solid #725B2E;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	background-color: #8BA317;
	text-transform: uppercase;
	display: block;
	position: relative;
	top: 0px;
	height: auto;
	width: 150px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#boton a:hover {
	border: solid 1px #333333;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
}
#boton a.highlighted{
	color: #725B2E;
	background-color: #F0F0E6;
}	
*/

/*RESTO*/
.iefix {
	background-color: #ffffff;
	margin:0 auto;
	padding: 0 0 50px 0;
	width: 850px;
	overflow:hidden;
	border:3px solid #817769;
	border-width: 0 6px;
	text-align:left;
		background:#ffffff url(../img/fondo_page.gif) top center repeat-y;

}
#footer{
	display:none;
	margin:0 auto;
	border:3px solid #817769;
	border-width: 0 6px;
}
#descripcion a{
	width:auto;
	color:#000000;
}

#path a{
	text-decoration: none;
	color: #817769;
	font-weight: bold;
	text-transform: uppercase;
}
#path a:hover {
	text-decoration:underline;

}