/* estils fitxa companyia */
.contigut-fitxa {
	width: 480px;
	padding-top: 15px;
	padding-left: 26px;
	padding-right: 26px;
}
.nom-espectacle {
	position: relative;
	float: left;
	text-align:left;
	height: 50px;
	width: 480px;
	color: #CC3300;
	font: bold 28px Arial;
}
.dades-esp {
	line-height:24px;
	font-size: 12px;
	font-weight: normal;
	color: #646446;
}
a {
	color: #003366;
	text-decoration: none;
}

.columna-esquerra {
	position: relative;
	float: left;
	width: 125px;
	padding-top: 10px;
}
.columna-dreta {
	position: relative;
	float: right;
	width: 340px;
	padding-top: 10px;
	margin-left: 15px;
}

/* fonts de la fitxa */
.titol-seccio {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFBA00;
}
.noms-integrants {
	font-family: Arial;
	font-size: 10px;
	color: #646446;
	margin-bottom: 6px;
	line-height: 15px;
	text-align:justify;
}
.sinopsi {
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #646446;
	margin-bottom: 6px;
	text-align:justify;
}
.imatge-esp1 {
	margin-bottom: 8px;
	overflow: hidden;
	width: 125px;
}
.imatge-esp2 {
	margin-bottom: 8px;
	overflow: hidden;
	width: 125px;
}

.principal {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 6px;
	line-height: 15px;
	text-align:justify;
}

/* fonts de la fitxa */
.casella-companyia {
	width: 330px;
	padding-left: 35px;
	padding-bottom: 4px;
}
.entrada-companyia {
	font-family: Arial;
	font-size: 12px;
	color: #646446;
	padding: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B62A00;
}

.imatge-llista {
	position: relative;
	float: left;
	margin: 11px;
	overflow: hidden;
	width: 80px;
	height: 55px;
}

a.llcomp {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #B62A00;
	text-decoration: none;
}
a.llcomp:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
}

a.llista-esd {
    font-family: Arial;
    color: #ff9933;
    text-decoration: none; 
}

a.llista-esd:hover {
    font-family: Arial;
    color: #ffcc33;
    text-decoration: none; 
}
.dades-contacte {
	color: #646446;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;
}

.dades-contacte-titol {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	color: #FFBA00;
}

.dades-contacte-text {
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	color: #ff9933;
	margin-bottom: 6px;
}

a.dades-contacte-text {
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	color: #FF6600;
	margin-bottom: 6px;
}