/* Basic */
a {
	outline: none
}
body {
	font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 0;
	text-align: center;
	padding: 0;
	color: #2f2f2f;
	min-height: 100%; /* alto minimo FF y Safari */
	height: 100%; /* alto minimo para IE Windows */
	background: #B4C040 url(imgs/contenidor.gif) 0 154px repeat-x;
}
html>body {
     height: auto; /* con este hack escondemos el min-height de IE*/
}
/* Header */
#header {
	width: 100%;
	height: 130px;	
	margin: 0;
	position: relative;
	background: url(imgs/header.gif) 50px 40px no-repeat;
}
/* Estructura */
#main {
	width: 975px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
/* Clear */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* Galeria */
.galeria {
	width: 334px;
	height: 371px;
	float: left;
	margin-right: 30px;
	background: url(imgs/marc.gif) 0 0 no-repeat;
}
.galeria .flash {
	margin-top: 18px;
}
/* Opcions */
#opcions {
	width: 550px;
	text-align: left;
	margin: -30px 0 40px 0;
	*margin: -30px 0 30px 0;
}
* html #opcions {
	margin: 0 0 30px 0;
}
.idiomes {
	float: left;
	font-size: x-small;
	color: #697342;
	margin: 0;
}
.idiomes a {
	color: #697342;
	text-decoration: none;
}
.idiomes a:hover {
	color: #fff;
}
.audio {
	width: 20px;
	height: 12px;
	float: left;
	margin: 0 0 0 10px;
}
/* Menu */
#contenido {
	float: left;
	width: 550px;
	text-align: left;
	margin: 50px 0;
}
*html #contenido {
	margin: 20px 0 50px 0;
}
.menu a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}	
.informacio p {
	font-size: 10px;
	color:  #333;
	background: #fff;
	margin: 7px 0 0 0;
	line-height: 16px;
	word-spacing: 1px;
}
.informacio ul { 
	list-style: none;
	text-indent: 15px;
	margin: 0;
	padding: 0 0 0 10px;
}	
.informacio ul li a {
	color: #697342;
	background: #fff;
	margin: 6px 0 0 0;
	font-size: 10px;
	background: url(imgs/arrow.gif) 0 -2px no-repeat!important;
	*background: url(imgs/arrow.gif) 0 0 no-repeat!important;
}
* html .informacio ul li a {
	height: 14px;
}
.informacio ul li a:hover {
	color: #B4C040;
	background: url(imgs/arrow_over.gif) 0 -2px no-repeat!important;
	*background: url(imgs/arrow_over.gif) 0 0 no-repeat!important;
}
/* Doble columna */
.derecha ul, .izquierda ul {
	margin: 0;
	padding: 0;
}
.derecha, .izquierda {
	width: 40%;
    margin: 0;
    padding: 0;
	text-align: left;	
}
.derecha {
	float: left;
	margin-left: 20px;
}
.izquierda {
	float: left;
}
/* Footer */
#footer {
	width: 610px;
	text-align: left;
	margin: -25px 0 0 364px;
}
.contacte {
	font-size: x-small;
	color: #697342;
}
.contacte a {
	color: #697342;
}
.contacte a:hover {
	color: #fff;	
}

/* Eventos */
#eventos {margin: 30px 10px 10px; text-align: left; color: #697342; background-color: #abb63d; padding: 5px 20px; border-top: 1px solid #BFCB44; border-left: 1px solid #BFCB44; border-right: 1px solid #99A337; border-bottom: 1px solid #99A337;}
h1 {text-transform: uppercase; margin-bottom: 10px; font-size: 12px;}
span.ciutat {width: 100px; float: left; font-weight: bold; line-height: 17px; font-size: 11px; color: #3e3e3e;}
span.dates {float: left; margin-bottom: 15px; line-height: 17px;  color: #3e3e3e;}
#eventos a {color: #3e3e3e;} #eventos a:hover{color: #FFF;}