/* CSS Styles */

/*
	Eric Meyer's Reset CSS v2.0 | 20110126 | License: none (public domain)
	http://meyerweb.com/eric/tools/css/reset/	
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit;	*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Aterkia's Reset CSS v0.1 */
*:focus { outline: none; }

/**************************************** General ****************************************/
body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:30px;
}
a, a:visited  { color:#543019; text-decoration: none; }
a:hover { color:#953800; text-decoration: underline; }

/**************************************** Contingut ****************************************/
#contingut {
	margin: 0 auto; 
	background:url(../images/bg.gif) center top no-repeat;
	width:900px;
	height:550px;
}

/**************************************** Idiomes ****************************************/
#idiomes {
	position:relative;
	z-index:99;
	height:50px;
	float:right;
	font-size:11px;
}
#idiomes li {
	padding:3px 12px 10px 5px;
	background:url(../images/bg-idiomes.png) left top no-repeat;
}
#idiomes li a {
	color:#BBBBBB;
	text-decoration:none;
}
#idiomes li a:hover {
	color:#543019;
	text-decoration:none;
}
#idiomes li.idioma-actiu a { color:#543019; }

/**************************************** Logo ****************************************/
#logo { padding:30px 0px 0px 55px; }

/**************************************** Foto ****************************************/
#foto,
#fotosAllotjament,
#fotosTarifes {
	position:relative;
	z-index:1;
	margin:3px 0px 0px 77px;
}

/**************************************** Page ****************************************/
#page {
	position:absolute;
	top:110px;
	margin-left:630px;
}
#titol {
	position:relative;
	z-index:98;
	padding:20px 0px 20px 10px;
}
#text {
	position:relative;
	z-index:97;
	width:225px;
 }
#text p {
	font-family:Book Antiqua, Palatino Linotype, Palatino, serif;
	font-size:13px;
	margin-bottom:10px;
	line-height:15px;
}

/**************************************** Menu ****************************************/
#menu {
	clear:both;
	float:left;
	position:relative;
	z-index:99;
	left:70px;
	top:-12px;
}
#menu li {
	float:left;
	padding:20px 20px 10px 15px;
	background:url(../images/bg-menu.png) left top no-repeat;
}
#menu li a { display:table; }

/**************************************** Logo Min ****************************************/
#logo-min {
	float:right;
	position:relative;
	z-index:99;
	top:-40px;
	right:-5px;
}

/**************************************** Email Button ****************************************/
#bt-email {
	clear:both;
	float:right;
	padding-right:10px;
}
#bt-email a {
	background:url(../images/bt-email.png) left top no-repeat;
	width:50px;
	height:22px;
	display:table;
}
#bt-email a:hover {
	background:url(../images/bt-email.png) left bottom no-repeat;
	text-decoration:none;
}

/**************************************** The End ****************************************/