/** {
	vertical-align:baseline;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	border: 0 none;
	outline: 0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}*/
html {
	height:auto !important;
	height:100%;
	min-height:100%;
}
body {
	min-height:800px;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: scroll;
	background-color: #02579C;
}
#container {
	background-image: url(../img/bg_container.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
#centrar {
	margin:0 auto 0 auto;
	width:756px;
	text-align:left;
}
#header {
	height: 157px;
	position: relative;
}
#header h1 {
	text-indent: -3000px;
}
#header ul {
	position: absolute;
	top: 26px;
	right: 0px;
}

#header ul li {
	float: left;
	margin-left: 5px;
}
#header ul a {
	text-indent: -3000px;
	display: block;
	height: 21px;
	width: 21px;
	background-repeat: no-repeat;
}

.catala {
	background-image: url(../img/idioma_catala.gif);
}
.castellano {
	background-image: url(../img/idioma_castellano.gif);
}
.admataro {
	position: absolute;
	right: -10px;
	top: 64px;
}
.accastillage {
	position: absolute;
	left: -11px;
	top: 21px;
}
#content {
	height: 640px;
	position: relative;
}
#menu {
	height: 96px;
	width: 114px;
	position: absolute;
	right: 0px;
	top: 12px;
	z-index:1;
}
#menu ul a {
	text-indent: -3000px;
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	width: 114px;
}
.home:hover, .contacto:hover, .donde:hover, .comprar:hover {
	background-position: right;
}
