/* CSS Document */
html, body, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img{
border:none;
}

a{
color:#FFFFFF;
text-decoration:none;
}

.centre{ 
	width:280px;
	height:400px;
	margin: -140px; /* centrar amb firefox */
	margin-top: -200px;
	text-align:left; /* centra les capes amb internet explorer */
	position:absolute;
	left:50%;
	top:50%;
}

.idiomes{
	width:100%;
	height:30px;
	text-align:center;
	float:left;
}

.contingut{
	
	width:890px;
	height:550px;
	margin: -440px; /* centrar amb firefox */
	margin-top: -275px;
	text-align:left; /* centra les capes amb internet explorer */
	position:absolute;
	left:50%;
	top:50%;
}

.esquerre{
	width:250px;
	height:550px;
	float:left;
}

.dreta{
	width:640px;
	height:550px;
	float:left;
}

.espai_sup{
	width:250px;
	height:20px;
	float:left;
}

.logotip{

	width:250px;
	height:135px;
	background-image:url(../img/fitxes/logotip.gif);
	background-repeat:no-repeat;
	float:left;
}

.titol_casa{
	width:250px;
	height:32px;
	background-image:url(../img/fitxes/nom_casa.gif);
	background-repeat:no-repeat;
	float:left;
}

.titol_casa_sel{
	width:250px;
	height:32px;
	background-image:url(../img/fitxes/nom_casa_sel.gif);
	background-repeat:no-repeat;
	float:left;
}

.nom{
	width:96px;
	padding-top:7px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	float:left;
}

.tipus{
	width:146px;
	padding-top:7px;
	color:#e7dac7;
	font-size:11px;
	float:left;
}

.tipus_sel{
	width:146px;
	padding-top:7px;
	color:#cc7f0d;
	font-size:11px;
	float:left;
}

.texte_buit{
	width:95px;
	float:left;
}

.texte_casa{
	padding-top:15px;
	width:136px;
	text-align:right;
	color:#cc7f0d;
	font-size:11px;
	float:left;
}

.cont_flash{
	width:640px;
	height:323px;
	float:left;
}

.cont_inf{
	width:640px;
	height:220px;
	float:left;
}
.contactar{
	width:100px;
	height:220px;
	float:left;
}
.mapa{
	width:248;
	height:220px;
	float:left;
	padding-left:30px;
}
.telefon{
	width:150px;
	height:25px;
	float:right;
	vertical-align:bottom;
	background-image:url(../img/fitxes/telefon_gris.gif);
	background-repeat:no-repeat;
}

.telefon:hover{
	background-image:url(../img/fitxes/telefon_negre.gif);
	background-repeat:no-repeat;
}