body{
	font: 13px Arial, sans-serif;
	color:#666;
	background:url('fnsgris.png');
}
#page{
	width: 920px;
	margin: 0 auto;
	border: 1px solid;
	overflow: hidden;
	padding: 150px 20px 20px 20px;
	border-radius: 20px;
	background: white url('titol.png') top no-repeat;
	box-shadow: 0px 0px 25px -4px #000;
}
h1{
	font-size:16px;
}
.text{
	width:595px;
	margin-left:20px;
}
.text,
.galeria{
	float:left;
}
.galeria{
	margin-left:50px;
}

.galeria img{
	width:200px;
	border: 1px solid #ccc;
	padding:5px;
	border-radius:4px; 
	margin-bottom:20px;
}
.programa,
.concert{
	width:470px;
	margin:0 auto;
}
.concert{
	margin-top:20px;
	border-top:1px dotted #ccc;
	padding-top:20px;
}
.titol{
	font-size:16px;
	font-weight:bold;
}
.row{
	margin-bottom:10px;
}
.hora{
	float:left;
}
.acte{
	margin-left:60px;
}
li{
	margin-bottom:5px;
}
table{
	margin:0 auto;
}
tbody{
	vertical-align:top;
	font-size:11px;
}
th,td{
	text-align:left;
	padding: 0 5px;
}
.centro{
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
}