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

/* 
  **************************************************************************************
  Seccio CONTACTAR
  **************************************************************************************
*/

/* 
  ====
  Fons
  ====
*/

/* Fons de la seccio */
.capasec_contactarfons {
	width: 615px;
	height: 423px;
	position: absolute;
	top: 113px;
	left: 45px;	
}

#cpaseccontactarfons {
	background-image: url(../imatges/contactar/fonsseccio.jpg);
	z-index: 900;
   display:none;
}

/* Fons per al contingut */
.capasec_contactarmrccont {
	width: 580px;
	height: 395px;
	position: absolute;
	top: 126px;
	left: 62px;
	z-index: 910;	
}

#cpaseccontactarmrccont {
   display:none;
}

/* 
  ==============
  Tancar la capa
  ==============
*/

.capasec_contactartancar {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 566px;	
	z-index:920;
}

#cpaseccontactartancar {
	background-image: url(../imatges/contactar/btn_tancar.jpg);
}

#cpaseccontactartancarres {
	background-image: url(../imatges/contactar/btn_tancar_res.jpg);	
	display:none;
}

/* 
  =====
  Titul
  =====
*/

.capasec_contactartitul {
	width: 560px;
	height: 33px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#cpaseccontactartitul {
	border-bottom: 1px solid black;
	z-index: 920;
}

.capasec_contactartitultxt {
	width:188px;
	height:29px;
	position: absolute;
	top:0px;
	left:0px;
}

#cpaseccontactartitultxt {
	background-image: url(../imatges/contactar/txtcontactar.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* 
  ====================
  Apartat de la seccio
  ====================
*/

/* Contenidor del apartat */
.capasec_contactarapartat {
	width: 560px;
	height: 340px;
	position: absolute;
	top: 52px;
	left: 10px;
	font-family: "Trebuchet MS";	
}

#cpaseccontactaraptat {
	z-index: 920;
}

/* Informació telefonos y e-mail */
.capasec_contactartfnosemail {
	width: 530px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

#cpaseccontactartfnosemail {
	z-index: 930;
	border-bottom: 1px solid black;
}

/* Formulari */
.capasec_contactarformulari {
	width:530px;
	height:272px;
	position:absolute;
	top:60px;
	left:15px;	
	font-size: 12px;
	text-align: justify;	
}

#cpaseccontactarform {
	z-index: 930;
	border-bottom: 1px solid black;	
}

/* 
  =========
  Formulari
  =========
*/

.entfrm_consulta {
	width:100%;
	height:45px;
	font-family: "Trebuchet MS";	
	font-size: 11px;	
}

.entfrm_nom {
	width:250px;
	font-family: "Trebuchet MS";	
	font-size: 11px;		
}

.entfrm_poblacio {
	width:250px;
	font-family: "Trebuchet MS";	
	font-size: 11px;			
}

.entfrm_telefon {
	width:100px;
	font-family: "Trebuchet MS";	
	font-size: 11px;				
}

.entfrm_email {
	width:250px;
	font-family: "Trebuchet MS";	
	font-size: 11px;			
}

.txt_formulari {
	font-family: "Trebuchet MS";	
	font-size: 11px;
}

