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

/* 
  **************************************************************************************
  Ampliacio d'una imatge a la web de la Casa Rural Mas de l'Acordio
  **************************************************************************************
*/

/* 
  =================
  Ampliacio i texte                                                              
  =================
*/

.cpaamp_imgtxt {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #e1e1e1;
	border: 2px outset #c5c5c5;
}

#cpaampimgtxt {
	width:640px;
	height:550px;
	margin-top:-275px;
	margin-left:-320px;
}

/* 
  =========
  Ampliacio                                                              
  =========
*/

.cpaamp_img {
	width:600px;
	height:450px;
	position:absolute;
	top:20px;
	left:20px;
}

#cpaampimg {
	background-color: black;
	border: 2px inset #c5c5c5;
	background-position: center;
	background-repeat: no-repeat;
}

#cpaampimg_trans {
	background-color: transparent;
}

#cpaampimgres {
	background-color: black;
	border: 2px inset #c5c5c5;
	display:none;
}

#cpaampimgapo {
	background-color: black;
	border: 2px inset #c5c5c5;
}

/* 
  =====
  Texte                                                            
  =====
*/

.cpaamp_txt {
	width:600px;
	height:50px;
	position:absolute;
	top:486px;
	left:20px;
}

#cpaamptxt {
	background-color: transparent;
	font-family: "Trebuchet MS";
	font-size: 12px;
	letter-spacing: 2px;
	color: black;
	text-align: justify;
}