/*html {
	overflow: hidden;
}això és per a què no es mogui quan el navegador es fa petit, no scroll*/
html {
overflow:auto;
}
body {
/*	overflow: hidden;*/
	margin: 0px;
	padding: 0px;
	background: #000000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	/*overflow: auto;*/
}
img {
	-ms-interpolation-mode:nearest-neighbor;
}
a {
	text-decoration: none;
	color:#0033ff;
}
a:hover	{
	text-decoration: none;
	background:#66ccff;
	color:#0033ff;
}
a:visited {
	text-decoration: none;
	color:#0033ff;
}

a:visited:hover {
	text-decoration: none;
	background:#66ccff;
	color:#0033ff;
}

#titol a:visited:hover {
	text-decoration: none;
	background:none;

}

#noscript {
	position: absolute;
	z-index: 1001;
	width: 100%;
	height: 100%;
}
.noscript {
	background: #333;
	color: #FFF;
	margin: 1em;
	padding: 1em;
}
#cos_principal {
	position:absolute;
	background: #000000;
	width: 100%;
	height: 100%;
}
#instruccions{
	position:absolute;
	bottom: 10px;
	left: 10px;	
	font-family: "Adobe Garamond Pro Bold", "Agency FB";	

}
#paraules_clau{
	position:absolute;
	bottom: 0px;
	left: 0px;	
	font-size: 4px; 
	font-family: "Adobe Garamond Pro Bold", "Agency FB";	

}
#ofertes{
	position: absolute;
	left: 20px;
	top: 20px;
}
#telf{
color:#CCCCCC;
}
#cos_fotos {
	position: absolute;
	_height: expression(document.body.offsetHeight - 95); /* IE6 */
	left: 13px;
	top: 117px;
	width: 100%;
	bottom: 50px;
	/*overflow: hidden;*/
}
#cos_llaut {
	position: absolute;
/*	_height: expression(document.body.offsetHeight - 95); /* IE6 */
	left: 113px;
	top: 252px;
	width: 100%;
	bottom: 50px;
/*	overflow: hidden;*/
}

#cos_interior {
	position: absolute;
	left: 9px;
	top: 36px;
	width: 100%;
	height: 339px;
/*	overflow: auto;*/
	background-color: #000000;
	border: none;
}

#titol{
	position: absolute;
	left: 180px;
	top: -0.1em;
	font-size: 2em;
	font-weight: bold;
	color: #3366FF;
	text-align: left;
	width: 80%;
	margin: 25px; /*tros que hi ha a dalt*/
	padding: 0px;
}

.restaurant{
color: #CCCCCC;
}
.ratlla{
	left: 0px;	
	font-size: 20px;
	color: #33CC00;
		text-align: right;
}
.nom_carrer {
	font-size: 14px;
	color: #cccccc;
}


