/*
  **************************************************************************************
  *  Pub DADÁ - Morella                                                carregaweb.css  *
  *  Xavi Agut - agost de 2009                                                         *
  *  WEB Site presencial per al Pub                                                    * 
  **************************************************************************************
*/

/* 
   -------------------------------------------------------------------------------------
     DEFINICIONS PER A LA VISUALITZACIO DEL MISSATGE DE QUE S'ESTA CARREGANT LA WEB
   -------------------------------------------------------------------------------------		
*/

/* CAPA ON ES VISUALITZARA EL MISSATGE DE CARREGA */
.espai_capafonsinformaciocarrega {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: Black;
}

/* FINESTRA CENTRADA ON ES VISUALITZARA EL MISSATGE I ALTRA INFORMACIO GENERAL */
.espai_capainformaciocarrega {
	width: 500px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -160px;
}

.espai_capamissatgecarrega {
	width: 500px;
	height: 95px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -130px; 
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bolder;
	text-align: center;
	border: 2px solid #999999;
}

.txt_sestacarregant {
	width: 500px;
	top: 10px;
	left: 0px;
	position: absolute;
	text-align: center;
	color: #D7D7D7;	
}

.img_gifcarregant {
	width: 500px;
	top: 30px;
	left: 0px;
	position: absolute;
	text-align: center;	
}

.txt_nomweb {
	width: 500px;
	top: 60px;
	left: 0px;
	position: absolute;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	color: #D7D7D7;
}

.txt_navegadoriresolucio {
	width: 500px;
	top: 80px;
	left: 0px;
	position: absolute;
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #D7D7D7;	
}

/* FINESTRA PER A VISUALITZAR ELS ULTINS SEGONS DE CARREGA DE LA WEB */
.espai_tempsquedecarrega {
	width: 300px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: 50px;
	text-align: center;
	display: none;
	background-color: Black;
	border: 2px solid Red;
}
.txt_tempsquedecarrega {
	width: 210px;
	position: relative;
	top: 5px;
	left: 5px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: Maroon;
}

.txt_segonsquedencarrega {
	width: 80px;
	position: relative;
	top: 5px;
	left: 5px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	color: Maroon;
}
