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

/* 
  **************************************************************************************
   Propietats d'estil per a la visualitzacio de l'ampliacio d'una imatge de la WEB
  **************************************************************************************
*/

/* 
  ===========================
  Fons de la seccio AMPLIACIO                                                                     
  ===========================
*/

#cpasecampliacio {
	background-color: transparent;
	display:none;
	z-index: 10000;
}

#cpafonsnegreampliacio {
   background-color: black;
   z-index: 10100;
	display:none;

}

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

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

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

/* 
  =======================
  Fons la imatge ampliada                                                                    
  =======================
*/

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

#cpasecampliaciofonsamp {
   background-color: transparent;
   z-index:10600;
}

/* 
  ==================
  Tancar l'ampliacio                                                                   
  ==================
*/

.capasec_ampliaciotancar {
   width: 22px;
   height: 22px;
   position: absolute;
   top: 5px;
   left: 870px;
   background-color: transparent;
	z-index:10600;
}

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

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


