@charset "utf-8";
/* ================= */
/* ===== CAPES ===== */
/* ================= */

#General {
	position: relative;
	width: 760px;
	height: auto;
	z-index:1;
	visibility: visible;
	overflow: hidden;
	background-color: transparent;
	background-image: url(capsalera.png);
	background-repeat: no-repeat;
	margin: 0px auto 5px auto;
	padding: 75px 0px 0px 0px;
}
#Content {
	position: relative;
	height: auto;
	visibility: visible;
	overflow: visible;
	float: left;
	width: 100%;
}
#Contengut, #Buscador {
	position: relative;
	height: auto;
	min-height: 400px;
	background-color: #FFFFFF;
	overflow: visible;
	visibility: visible;
	border: 1px solid #CCCCCC;
}
#Contengut {
	float: left;
	width: 623px;
	z-index:2;
}
#Buscador {
	top: -1px;
	right: 0px;
	position: absolute;
	width: 128px;
	z-index:2;
	height: 100%;
	overflow: hidden;
}
#Buscador form {
	margin: 15px 5px 15px 5px;
	padding: 0px 0px 0px 0px;
}
#Menu {
	position: absolute;
	z-index: 4;
	width: auto;
	top: -5px;
	left: 0px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
}
	#Menu a, #Menu a:link, #Menu a:visited, #Menu a:active, #Menu .bototitul {
		text-decoration: none;
		padding: 0px 15px 0px 15px;
		margin: 0px 5px 0px 0px;
		color: #666666;
		font-weight: normal;
		display: block;
		float: left;
		width: 50px;
		height: 13px;
		background-color: #E5E5E5;
		background-image: url(triangul_des.png);
		background-repeat: no-repeat;
		border: 1px solid #E1B294;
		overflow: hidden;
		line-height: 11px;
		text-align: center;
		letter-spacing: 1px;
	}
	#Menu a:hover {
		text-decoration: none;
		color: #000000;
		background-image: url(triangul_sel.png);
		border: 1px solid #B8744C;
	}
	#Menu.buscador {
		left: 630px;
	}
#Text {
	width: 590px;
	height: auto;
	overflow: hidden;
	display: block;
	margin: 15px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	float: left;
}
.desplegable {
	height: auto;
	overflow: hidden;
	width: auto;
	border: 1px dashed #DDDDDD;
}
.desplegable a, .desplegable a:link, .desplegable a:visited, .desplegable a:active {
	display: block;
	width: 100px;
	text-decoration: none;
	background-color: #DDDDDD;
}
.desplegable a:hover {
	background-color: #EEEEEE;
}
#pBasico, #pCaracteristicas, #pVistas, #pInstalaciones, #pComunes {
	display: none;
	padding: 5px;
}
#Foto {
	width: 357px;
	height: auto;
	overflow: hidden;
	display: block;
	margin: 10px 0px 15px 10px;
	padding: 0px 0px 0px 0px;
	float: right;
	background-color: #EEEEEE;
}
#Foto div.divfoto {
	display: block;
	height: 282px;
	margin-bottom: 10px;
}
#Foto img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #999999;
}
	#Foto a, #Foto a:link, #Foto a:visited, #Foto a:active {
		text-decoration: none;
		padding: 2px 2px 2px 2px;
		margin: 0px 0px 5px 5px;
		color: #666666;
		font-weight: normal;
		display: block;
		float: left;
		width: 12px;
		height: 12px;
		background-color: #FFFFFF;
		border: 1px solid #B8744C;
		overflow: hidden;
		line-height: 11px;
		font-size: 11px;
		text-align: center;
	}
	#Foto a:hover, #Foto a.seleccionat, #Foto a.seleccionat:link, #Foto a.seleccionat:visited, #Foto a.seleccionat:active {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #B8744C;
	}
	#Foto a#urlFoto, #Foto a#urlFoto:link, #Foto a#urlFoto:visited, #Foto a#urlFoto:active {
		padding: 0px;
		margin: 0px;
		width: auto;
		height: auto;
		border: 0px none;
	}
#Copyright {
	position: relative;
	width:100%;
	height:15px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	z-index:3;
	color: #DDDDDD;
	overflow: hidden;
	visibility: visible;
	background-color: #B8744C;
	text-align: center;
	letter-spacing: 2px;
	font-size: 10px;
	display: block;
	float: left;
}
	#Copyright a, #Copyright a:link, #Copyright a:visited, #Copyright a:active {
		text-decoration: none;
		color: #DDDDDD;
	}
	#Copyright a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
