/*
  **************************************************************************************
  *  Casa de Turismo Rural El Corral - Fuentespalda                       mesinfo.css  *
  *  Xavi Agut - juliol de 2010                                                        *
  *  WEB Site per a la casa de turisme rural                                           * 
  **************************************************************************************
*/

/* 
  *****************************************************************
   Propietats d'estil per a la visualitzacio d'informació adicional
  *****************************************************************
*/

/* 
  ===========================
  Fons de la seccio MES INFO 
  ===========================
*/

#cpasecmesinfo{
	background-color: transparent;
	display:none;
	z-index: 20000;
}

#cpafonsnegremesinfo {
   background-color: black;
   z-index: 20100;
	display:none;

}

/* Base per a la capa semitransparent que tape la imatge de fons */
#cpafonstrans0mesinfo {
	background-color: transparent;
	z-index: 20400;
	display:none;
}

/* Base per als constinguts de la seccio */
#cpafonstrans1mesinfo {
	background-color: transparent;
	z-index: 20500;
	display:none;
}

/* Fons semitransparent per atenuar la imatge de fons */
#cpafonssemiimgmesinfo {
   background-color: black;
   filter: alpha(opacity=80);
   opacity: .8;   
}

/* 
  =======================
  Tancar la capa Mes Info                                                                   
  =======================
*/

.capasec_mesinfotancar {
   width: 22px;
   height: 22px;
   position: absolute;
   top: 5px;
   left: 880px;
   background-color: transparent;
	z-index:20600;
}

#cpasecmesinfotancar {
   background-image: url(../imatges/mesinfo/btn_tancar.gif);
   background-position: center;
   background-repeat: no-repeat;
}

#cpasecmesinfotancarres {
   background-image: url(../imatges/mesinfo/btn_tancar_res.gif);
   background-position: center;
   background-repeat: no-repeat;
   display:none;
}

/* 
  =====================================
  Marc de contingut per a la informació                                                                    
  =====================================
*/

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

#cpasecmesinfomrccont {
	background-color: transparent;
	z-index: 20600;
}

/* 
  ===================
  Informacio ampliada                                                                    
  ===================
*/

.capasec_mesinfoaptat {
	width:850px;
	height:550px;
	position:absolute;
	top:5px;
	left:25px;
	z-index: 20700;		
	background-color: white;
}

#cpasecmesinfoaptat {

}

/* Titul */
.capasec_mesinfoaptattit {
	width:850px;
	height:200px;
	position:absolute;
	top:0px;
	left:0px;
}

/* Enunciat */
.capasec_mesinfoaptatenun {
	width:800px;
	height:20px;
	position:absolute;
	top: 230px;
	left:25px;
}

/* Vinculs */
.capasec_mesinfoaptatvinculs {
	width:700px;
	height:150px;
	position:absolute;
	top:270px;
	left:75px;
}

/* 
  ==============
  Peu de la capa                                                                    
  ==============
*/

/* Informacio de peu */
.capasec_mesinfoaptatpeuinfo {
	width: 800px;
	height: 20px;
	position: absolute;
	top: 480px;
	left: 25px;
}

/* Peu de la capa */
.capasec_mesinfoaptatpeu {
	width: 800px;
	height: 20px;
	position: absolute;
	top: 530px;
	left: 25px;
}
