/*
  **************************************************************************************
  *  Mas de l'Acordio - Valderrobres                                   carregaweb.css  *
  *  Turisme Rural                                                                     *
  *  Xavi Agut - juny de 2010                                                          *
  *  Site que oferix els serveis d'hospedatge d'un mas al terme de Valderrobres        *
  **************************************************************************************
*/

/* 
  **************************************************************************************
  Maquetatge de la informació visualitzada mentres es carregue la WEB
  **************************************************************************************
*/

/* 
  ====
  Fons
  ====
*/

#cpacarregawebfonstextura {
	z-index: 10000;
	background-image: url(../imatges/carregaweb/texturafons.jpg);
	background-position: center;
	background-repeat: repeat;
}

#cpacarregawebfons {
	z-index: 10000;
	background-color: transparent;
}

/*
  ======================
  Espai per al contingut
  ======================
*/

.capacarregaweb_marccontingut {
	width: 903px;
	height: 570px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -451px;
	margin-top: -285px;	
}

#cpacarregawebmrccont {
	z-index: 10100;
}

/*
  ==========================
  Finestra progresio carrega
  ==========================
*/

.capacarregaweb_infocarrega {
	width: 500px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: -1000px;
	border: 2px outset #6b6b6b;
	background-color: white;
}

#cpacarregawebinfocarrega {
	z-index:10300;
}

.capacarregaweb_txtcarregant {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #686868;
	text-align: center;
}

#cpacarregawebtxtcarregant {

}

.capacarregaweb_progrescarrega {
	width: 100%;
	height: 19px;
	position: absolute;
	top: 35px;
	left: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: black;
	text-align: center;
	font-style: italic;
}

#cpacarregawebprogrescarrega {

}

.capacarregaweb_nomweb {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 60px;
	left: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
	font-style: italic;
}

#cpacarregawebnomweb {

}

.capacarregaweb_navegadores {
	width: 100%;
	height: 15px;
	position: absolute;
	top: 85px;
	left: 0px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #686868;
	text-align: center;
}

#cpacarregawebnavegadores {

}

/*
  ==================================
  Visualitzacio del temps de carrega
  ==================================
*/

.capacarregaweb_tempscarrega {
	width: 300px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 300px;
	border: 2px outset #6b6b6b;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #686868;
	text-align: left;
	font-weight: bold;
	background-color: white;
}

#cpacarregawebtempscarrega {
   z-index:10200;
   display:none;
}

.capacarregaweb_txttempscarrega {
	width:200px;
	height:15px;
	position:absolute;
	top:7px;
	left:25px;	
}

#cpacarregawebtxttempscarrega {

}

.capacarregaweb_segonscarrega {
	width:40px;
	height:15px;
	position:absolute;
	top:7px;
	left:230px;
}

#cpacarregawebsegonscarrega {

}

/*
  ===================================================
  Visualitzacio de la finestra en informacio cultural
  ===================================================
*/

.capacarregaweb_infoculturalcarrega {
	width: 860px;
	height: 300px;
	position: absolute;
	top: 250px;
	left: 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #686868;
	text-align: justify;
	font-weight: normal;
	background-color: transparent;
	line-height: 18px;
}

#cpacarregawebinfoculturalcarrega {
   z-index:10400;
	display:none;
}