/* CSS Document */

/* See lower end of the doc for larger page format divs*/
.apartamentos {
	position: absolute;
	width: 850px;
	left : 50%;
	margin-left : -410px;
	top: 20px;
	height: 500px;
	background-image: url(Images/calmen-fondo2.jpg);
	background-repeat: no-repeat;
	}

.tarragonatop {
	position: absolute;
	width: 500px;
	left : -4px;
	top: 11px;
	height: 100px;
	}
	
.apartamentosnav {
	position: absolute;
	width: 827px;
	left : 6px;
	top: 100px;
	height: 32px;
	background-color: #D6D6D6;
	border-top: 2px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	}	
	
.turisticoimage {
	position: absolute;
	width: 190px;
	left : 615px;
	top: 21px;
	height: 454px;
	background-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}		
	
.maintext {
	position: absolute;
	width: 415px;
	left : 170px;
	top: 137px;
	height: 308px;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	background-color: #DFDFDF;
	padding: 15px;
	}		
	
.smallimagetop {
	position: absolute;
	width: 100px;
	left : 6px;
	top: 138px;
	height: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	}	
	
.smallimagebottom {
	position: absolute;
	width: 100px;
	left : 6px;
	top: 330px;
	height: 100px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	}	
	
.diseñadorwebbarcelona {
	position: absolute;
	width: 200px;
	left : 20px;
	bottom: -30px;
	height: 20px;
	font-size: 9px;
	color: #CCCCCC;
	}		
	
.diseñadorwebbarcelona a{
	color: #CCCCCC;
	}					

/* larger page format divs*/

.bigapartamentos {
	position: absolute;
	width: 850px;
	left : 50%;
	margin-left : -410px;
	top: 20px;
	height: 700px;
	background-image: url(Images/calmen-fondolarge.jpg);
	background-repeat: no-repeat;
	}


.bigmaintext {
	position: absolute;
	width: 800px;
	left : 5px;
	top: 137px;
	height: 345px;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 15px;
	}		

.bigruralfotos {
position: relative;
	width: 750px;
	left : 5px;
	margin-top: 10px;
	}		

/* map page */

.mapleft {
	position: absolute;
	width: 420px;
	left : 10px;
	top: 140px;
	height: 200px;
	}
	
.mapright {
	position: absolute;
	width: 330px;
	left : 445px;
	top: 140px;
	height: 300px;
	}
	
