/* CSS Document */

#compra_entradas {
	color: #CCCCCC;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	
}

#compra_entradas .puntos_venta {
	width: 50%;
	float: left;
	margin-bottom: 2em;
	margin-right:1em;
}

#compra_entradas .puntos_venta a {
	color: #66CC00;
}

#compra_entradas .puntos_venta ul {
	width:377px;
}

#compra_entradas .puntos_venta ul.kutxa {
  background-image:url(../img/all/k.gif);
	background-position:top right;
	background-repeat:no-repeat;
}


#compra_entradas .puntos_venta ul.bbk{
  background-image:url(../img/all/bbk.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.puntos_venta h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 2em;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
}

h3.pistacho {
	background-color: #FDB100;
	
	font-weight: bold;
}

h3.azul {
	background-color: #0066CC;
	font-weight: bold;
}

h3.verde {
	background-color: #339900;
	font-weight: bold;
}

h3.naranja {
	background-color: #F27A00;
	font-weight: bold;
}

.puntos_venta h4 {
	font-weight: normal;
	text-transform: uppercase;
	color: #66CC00;
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.puntos_venta ul li {
	color: #FFFFFF;
	list-style-type: square;
	margin-left: 1.2em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	margin-top: 0.5em;
}

.puntos_venta ul li p {
	margin-top: 0.3em;
	font-weight: normal;
	margin-bottom: 0.3em;
	color: #CCCCCC;
}


