/*
CSS bāsic per la web
*/
body {
	background-color: #454841;
	margin: 0px;
	padding: 0px;
	color: #959595;
	font-family: trebuchet ms;
	text-align: center;
}
a {
	text-decoration: none;
	color: #959595;
}
a, a img {
	text-decoration: none;
	border: 0px;
}
div {
}
#titol_web{
	position: relative;
	text-align: left;
	width: 780px;
	height: 58px;
}

#titol_web a {
	color: #fff;
	font-size:9px;
}

#idiomes {
	float: right;
	width: 100px;
	text-algin: right;
	padding: 24px 19px 0 0;
}

.marcsixtocasals { position: relative; overflow: hidden; margin: 0px 0px 2px 0px; padding: 0px; height: 34px; font: 14pt/24px trebuchet ms,georgia,arial,verdana; }
.fotograf { position: relative; overflow: hidden; margin: 0px; padding: 0px; height: 34px; font: 18pt/24px trebuchet ms,georgia,arial,verdana; letter-spacing: 0.2em; cursor: pointer; }

#subtitol_web, #subtitol_web a {
	position: relative;
	text-align: center;
	font-family: trebuchet ms;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff;
	border: 1px solid #959595;
}
#menus {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 780px;
	height: 24px;
/*	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	text-align: center;*/
}
#continguts {
	position: relative;
	top: 0px;
	width: 780px;
	border: 0px dashed #959595;
	pheight: 320px;
	padding: 5px;
}
#zona_navegacio {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 20px;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
#ruta_navegacio {
	text-align: left;
	font-family: trebuchet ms;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 140px;
}
#ruta_navegacio a {
	color: #fff;
}
#taula_general {
	width: 780px;
	height: 100%;
	text-align: center;
}
#disclaimer {
	border-top: 1px solid #959595;
	margin: 0px 20px 0 20px;
	padding-top: 5px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #fff;
}
#opcions {
}
#opcions a {
	font-family: trebuchet ms;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
#opcions a:hover {
	text-decoration: underline;
	color: #fff;
}
#contacte {
	padding-top: 5px;
	font-family: trebuchet ms;
	font-size: 10px;
	color: #fff;
}
#telefon {
	font-family: trebuchet ms;
	font-size: 10px;
	color: #fff;
}
#provincia {
	font-family: trebuchet ms;
	font-size: 10px;
	color: #fff;
}
.mail {
	color: #eee;
	text-decoration: none;
}
.mail:hover {
	color: #ddf;
	text-decoration: underline;
}
.separador { position: relative; clear: both; }


a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-50px;
	//top: 50px;
	left:50px; 
	width:200px;
    border:1px solid #444;
    background-color:#222; 
	color:#fff;
    text-align: left;
	font-size:10px;
	padding:5px;
}


a.info2{
    position:relative; /*this is the key*/
    z-index:0; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info2:hover{z-index:0; background-color:#ff0}

a.info2 span{display: none}

a.info2:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-200px;
	//top: 0px;
	left:0px; 
	width:300px;
    border:1px solid #444;
    background-color:#222; 
	color:#fff;
    text-align: left;
	font-size:10px;
	padding:5px;
}


#fam_individual{
padding: 0px; 
border: 0px solid green; 
text-align: center;  
height: 172px; 
width: 170px; 
vertical-align: middle;
} 

