body {
font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #000;
color:#fff;
overflow:auto;
text-align:center;
}
a{
font-size:16px;
text-decoration:none;
text-align:center;
color:#000;
}
a:hover{
font-size:16px;
text-decoration:none;
text-align:center;
color:#000;
}
.boto{
width:255px;
font-size:16px;
cursor:pointer;
font-family:Verdana,Helvetica,sans-serif;
background-color:#AEB1B1;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding : 5px;
}
.boto:hover{
font-size:16px;
font-family:Verdana,Helvetica,sans-serif;
cursor:pointer;
background-color:#fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding : 5px;
}
.flash{
position:relative;
margin:auto;
width:550px;
height:400px;
z-index:1;
}
.no_flash{
display:none;
}
.no_JS{
color:#fff;
font-size:12px;

} 
.no_JS:hover{
font-size:12px;
color:#FBF7B3;
}
.taula_botons{
position:relative;
margin:auto;
}

.direccio{
position:relative;
margin: 30px auto;
color:#fff;
font-size:12px;
cursor:help;
}
.direccio:hover{
font-size:12px;
color: #FBF7B3; 
cursor:help;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #222; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.popup_block {
	background: #666;
	border: 10px solid #4C4B4B;
	float: left;
	width: 800px;
	height: 400px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin: 0 0 0 -400px;
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

