* {
	margin: 0px;
	padding: 0px;
}

html {	
	font-size: 62.5%;		
}

body {
	background-color:#ffffff; 
	color: #333333;	
	height:100%;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, serif;			
	font-size: 1.3em;	
	padding-bottom: 30px;	
	margin-top: 20px;
}

#languages {
	list-style-type: none;
	float: right;
	clear: right;
	margin-top: 0.6em;	
}

#languages li {
	float: left;
}

#languages li a {
	text-decoration: none;
}


#languages li.active {
	font-weight: bold;
}

a:link, 
a:active,
a:visited {
	color: #264060;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #264060;
	background-color: #264060;
	color: white;
	text-decoration: none;
}

a.no_fons:hover {
	background-color: transparent;
}

#footer {
	clear: both;	
	font-size: 0.85em;
	border-top: 1px solid #00D8D8;
	width: 850px;	
	margin: 0px auto;		
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#footer p {	float: left; }
#footer a {	text-decoration: none; }
#footer ul { float: right; }
#footer li { display: inline; margin-left: 5px; }

.content_image {
	float: right;
	border: 1px solid #00d8d8;
	padding: 4px;
	margin: 0px 0px 5px 5px;
	clear: right;
}

.inline_content_image { 
	border: 1px solid #00d8d8;
	padding: 4px;
	margin: 0px 0px 5px 5px;
}

p.center {
	text-align: center;	
}

/* Galeria de imatges */
.captioned_photo {
	float: left;
	position: relative;
	padding: 4px;
	border: 2px solid #00d8d8;
	margin-right: 20px;
}

#content .captioned_photo p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: right;
	background: url("../images/image_caption.png");
	line-height: 0.85em;
	font-size: 0.80em;
	font-weight: bold;
	color: #333333;
} 

.captioned_photo p span {
	display: block;
	padding: .75em;
	margin-right: 5px;
	text-transform: uppercase;
}

.captioned_photo img {
	margin: 0px;
	padding: 0px;
	display: block;
}

.gallery_content
{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

.gallery {
	float: left;
	margin-right: 16px;
	margin-bottom: 22px;
	border: 1px solid #00d8d8;
}

/* Formulari de reserves */
form.userform fieldset {
	border-style: none;
	clear: left;
	text-align: center;
	padding: 0.5em 0.5em 0em 0.5em;	
}

form.userform p {
	text-align: left;
}

form.userform fieldset ol {	
	list-style: none;
	text-align: left;
}

form.userform fieldset li {
	padding-bottom: 0.5em;
	clear: left;
}

form.userform fieldset li img {
	padding-bottom: 6px;
	margin-left: 5px;
}


form.userform fieldset.submit {
	border-style: none;
}

form.userform fieldset label {
	float: left;
	width: 9em;
	margin-right: 1em;
	text-align: left;
}

form.userform fieldset label.big,
form.userform fieldset input.big,	
form.userform fieldset textarea.big {
	width: 100%;
}

form.userform fieldset select.gran {
	width: 100px;
}

form.userform th.col {
	padding-left: 1em;
	font-weight: normal;
	font-size: 0.90em;
	text-align: center;
}

form.userform th label {
	float: none;
	width: auto;
	margin-right: 0em;
	text-align: center;
}

form.userform th.row {
	width: 9em;
	text-align: left;	
	font-weight: normal;	
}

form.userform td {
	padding-left: 1em;
}

form.userform td select {
	width: 2.5em;
}

form.userform p {
	margin-bottom: 1em;
}

fieldset.submit{
	margin-top: 5px;
	text-align: center;
}

.button {
	border: 1px solid #ffffff;
	font-size: 1em;
	font-family:"Trebuchet MS";
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url("../images/button_bg.png");
	background-repeat: repeat-x;
	background-position: top;
	cursor: pointer;
}

.success {
	text-align: left;
	font-weight: bold;
	margin-bottom: 1em;
	background-color: #00D8D8;
	color: white;
	padding: 0.30em;
	
}

.error {
	text-align: left;
	font-weight: bold;
	margin-bottom: 1em;
	background-color: white;
	border: 1px dashed red;
	color: red;
	padding: 0.30em;	
}

#map {
	width: 550px;
	height: 300px;
	margin: 0px auto;
	border: 1px solid #00d8d8;
	clear: both;	
}

#content table {
	margin: 10px 0px;
	width: 100%;
	border: 1px solid #00d8d8;	
}

#content table th {
	font-weight: bold;
	text-align: center;
	background-color: #00d8d8;	
}

#content table .fila_titulo {
	font-weight: bold;
	text-align: center;
	background-color: #00d8d8;
}

#content table td {
	text-align: center;
}

#content table td p {
	margin: 0px;
}

.oferta {	
	background-image: url(../images/home/header_bckg.png);
	background-repeat: repeat-x;
	background-position: 0 -100px;	
	padding: 4px 4px 0px 4px;
	border: 1px solid #00d8d8;
	margin-bottom: 10px;
}

.oferta span {
	background-image: url(../images/oferta.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	float: right;			
	text-indent: -9000px;
	margin-top: -15px;
	margin-right: -10px;
}

.oferta ul {
        margin-left: 30px;
}

.oferta h3 {
	color: #731A1D;		
	text-transform: uppercase;		
}

a img {
	border: 0px;	
}

#title a:hover {
	background-color: transparent;
}

p.petit {
	margin-top: 1em;
	font-size: 0.80em;
}

.piso_vendido {
	font-weight: bold;
	color: #f00;	
}