/*----------------------- Concerts -----------------------*/

.head_any img {
	position: relative;
	left: 10px;
	width: 682px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 2px solid #99CC33;
}

.fila_concert {
	width: 686px;
	height: 68px;
	display: table;
}

.data_concert {
	font-weight: bolder;
	position: relative;
	top: 2px;
	left: 17px;
    display: block;
	width: 100px;
}

.concert {
	position: relative;
	top: 0px;
	left: 15px;
	float: left;
	text-align: left;
    width: 610px;
}

.cartell {
	position: relative;
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
}

.parell_concert {
	background-color: #E9FAB3;
	padding: 10px 15px 10px 15px;
	display: table;
	width: 676px;
}

.senar_concert {
	background: #FFFFFF url(../imatges/palmi.png) no-repeat right bottom;
	padding: 10px 15px 10px 15px;
	display: table;
	width: 676px;
}

.sense_concerts {
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-style: italic;
}

.sobre {
	position: relative;
	float: left;
	top: 4px;
	left: 10px;
}

.senar_simple {
	padding: 10px 10px 10px 0px;
	position: relative;
	left: 20px;
	width: 650px;
}

table.concert {
	width: 100%;
}

td.concert_main {
	vertical-align: top;
	text-align: center;
	width: 60%;
}

td.cartell_nou {
	vertical-align: middle;
	text-align: center;
}

.concert_quan {
	font-weight: bolder;
	font-style: italic;
	font-size: medium;
}

.motiu_concert {
	color: #006600;
	font-weight: bolder;
	font-size: large;
}

.lloc {
	font-weight: bolder;
}

.arribar{
	color: green;
}

.grups {
	font-style: italic;
	padding-left: 10px;
}

.preu2 {
	font-style: italic;
	text-align: right;
}

