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

/* 
  **************************************************************************************
  *  Etiquetes HTML                                                                    *
  **************************************************************************************
*/

html {
   overflow: hidden; 
}

body {
	overflow: hidden;
	background-image: url(../imatges/general/texturafons.jpg);
	background-repeat: repeat;
}

a {
	text-decoration: none;
}

/* per a llevar el borde de les imatges que servisen d'opcio */
img.imgvincul {
   border: none;
}

/* 
  **************************************************************************************
  *  Fons de la WEB                                                                    *
  **************************************************************************************
*/

.capa_fonsweb {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#cpafonsweb {
	background-color: transparent;
	z-index: 0;
}

/* 
  **************************************************************************************
  *  Fons per al contingut                                                             *
  **************************************************************************************
*/

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

#cpafonscontingut {
	z-index: 130;
	display: none;
}

/* 
  **************************************************************************************
  *  Imatges del fons                                                                  *
  **************************************************************************************
*/

#cpafonsimg_bn {
	background-image: url(../imatges/general/imatgefons_bn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 110;	
	display:none;
}

#cpafonsimg_clr {
	background-image: url(../imatges/general/imatgefons_clr.jpg);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 120;
	display: none;
}

/* 
  **************************************************************************************
  *  Encapsalament de la web                                                           *
  **************************************************************************************
*/

.capa_encapsalament {
	width: 352px;
	height: 110px;
	position: absolute;
	top: 1px;
	left: 67px;
	background-color: transparent;
}

#cpaencapsalament {
	background-image: url(../imatges/general/encapsalament.jpg);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 140;
	display: none;
}

/* 
  **************************************************************************************
  *  Reducir, Reciclar, Reutilizar                                                     *
  **************************************************************************************
*/

.capa_rerere {
	width:80px;
	height:52px;
	position:absolute;
	top:470px;
	left:67px;
}

#cparerere {
	background-image: url(../imatges/general/rerere.gif);
	filter: alpha(opacity=80);
   opacity: .8;   	
}

/* 
  **************************************************************************************
  *  Copyright                                                                         * 
  **************************************************************************************
*/

.capa_copyright {
	width: 685px;
	height: 15px;
	position: absolute;
	top: 549px;
	left: 152px;
	text-align: center;
}

#cpacopyright {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: italic;
	color: #727272;
}

/* 
  **************************************************************************************
  *  Version de la web                                                                 * 
  **************************************************************************************
*/

.capa_version {
	width: 150px;
	height: 10px;
	position: absolute;
	top: 554px;
	left: 2px;
	text-align: center;
}

#cpaversion {
	font-family: "Trebuchet MS";
	font-size: 8px;
	font-style: italic;
	color: #727272;
}