@charset "UTF-8";
/* CSS Document */

.entradas .contingut_esp{
	background:url(imatges/background_entrades.jpg) top left no-repeat ;
	height:800px;
	width:764px;
	margin-top:5px;
}

.entradas .contingut_eng{
	background:url(imatges/background_entrades_eng.jpg) top left no-repeat ;
	height:800px;
	width:764px;
	margin-top:5px;
}

.entradas .contingut_val{
	background:url(imatges/background_entrades_val.jpg) top left no-repeat ;
	height:800px;
	width:764px;
	margin-top:5px;
}

.menu_entrades{
	width:380px;
	position:relative;
	top:15px;
	left:375px;
	margin-bottom:200px;
	height:20px;
}

.menu_entrades a{
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	margin-right:15px;
}

.entradas .esq{
	height:570px;
	background-color:#f2f2f2;
	float:left;
	margin-left:2px;
	margin-right:5px;
}

.entradas .esq .informacion{
	width:180px;
	margin-left:10px;
	margin-top:10px;
	font-size:10px;
}

.entradas .esq_venta{
	width:210px;
	height:400px;
	background-color:#f2f2f2;
	float:left;
	margin-left:10px;
	margin-right:5px;
}

.entradas .esq_venta .venta_entradas{
	background:url(imatges/background_venta_entrades.jpg) top no-repeat;
	width:195px;
	height:180px;
	margin-left:5px;
	margin-top:5px;
	font-size:11px;
	padding-left:5px;
}

.venta_entradas span{
	font-size:13px;
	color:#000000;
	margin-bottom:10px;
	width:185px;
}

.venta_entradas span.titol{
	font-size:14px;
	width:185px;
	color:#FFFFFF;
	margin-bottom:10px;
	padding-top:5px;
	padding-left:20px;
	display:block;
}

.venta_entradas p{
	width:185px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#CCCCCC 1px solid;
}

.informacion p{
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
}

.informacion li{
	margin-bottom:5px;
}

.entradas .descripcio{
	width:500px;
	height:500px;
	float:left;
}

.entradas .descripcio img{
	margin-bottom:10px;
}

.descripcio p{
	margin-bottom:20px;
}

