/* GENERAL */
/* ------- */
body {
	color: #666;
	/*background:#CCFFCC none repeat scroll 0 0;*/
	background: #CCFFCC url('../comu/ombra_page.jpg') repeat-y center;
}

/* formularis */
input, select, textarea {
	padding: 2px;
	border: 1px solid #cbcbcb;
	background: #fff;
	vertical-align: middle;
	cursor: pointer;
}
	input:focus, select:focus, textarea:focus {
		border: 1px solid #666; 
	}

input.tiny  {width: 12%;}
input.tiny2 {width: 24%;}
input.tiny3 {width: 36%;}
input.tiny4 {width: 48%;}
input.tiny5 {width: 60%;}
input.tiny6 {width: 72%;}
input.tiny7 {width: 84%;}
input.tiny8 {width: 96%;}

textarea.tiny  {height: 60px;}
textarea.tiny2 {height: 120px;}
textarea.tiny3 {height: 180px;}
textarea.tiny4 {height: 240px;}

input.cerca {
	padding: 2px 2px 2px 18px;
	background-image: url("../comu/cerca_10.png");
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

input.send { /* botons */
	border: 1px solid #003c74;
	padding: 2px 10px;
	font-weight: bold;
	background: #fff;
}
	input.send:hover {
		background: #f0f0f0;
	}

/* enllaços */
a { text-decoration: none; color: #197DBD; }
a:hover { text-decoration: underline; color: #197DBD; }

a.send {
	border: 1px solid #003c74;
	padding: 2px 10px 4px 10px;
	font-weight: bold;
	background: #fff;
	color: #333;
}
	a.send:hover {
		text-decoration: none;
		background: #f0f0f0;
	}

/* llistes */
ul {
	list-style: none;
}
	ul li {
		margin-left: 10px;
		margin-bottom: .4em;
		padding-left: 10px;
		background: url("../comu/kland_negre.png") no-repeat 0 6px;
	}

/* capçaleres */
h2 {
	margin: 0 0 10px 0;
	padding: 1px 0 0 4px;
	color: #3F9739;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 0px;
	word-spacing: 0px;
	background: #FFF url(../comu/fons_titols_v2.png) repeat-x 0 0;
}
h4 {
	margin-bottom: .4em;
	padding-bottom: .4em;
	padding-left: .4em;
	color: #419639;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.2em;
	word-spacing: 0.1em;
	font-family: Arial;
}	

/* genèric */
.centre, .center { text-align: center; }
.dreta { text-align: right; }
.centxcent { width: 100%; }

/* ESTRUCTURA */
/* ---------- */
#page {
	background: #fff none;
	margin: 0px auto;
	padding: 0;
	width: 960px;
}

	#header {
		background:#FFFFFF none repeat scroll 0 0;
		padding-top: 0px;
	}
		#header h1 {
			display: inline; /* ie6 float hack */
			clear: left;
			float: left;
			height: 62px;
		}
			#header h1 a {
				background: #FFFFFF url("../comu/logo_qr3.jpg") no-repeat;
				display: block;
				width: 500px;
				height: 62px;
				color: #F9F9F9;
				text-align: center;
			}
				#header h1 a span {
					position: absolute;
					top: -999em;

				}

	#breadcrumbs {
		margin: 6px 10px;
		font-size: .92em;
	}
		#breadcrumbs span {	display: block; padding-left: 2px; color:#5C7F09; }
		#breadcrumbs a { color:#5C7F09; }

	#content {
		padding: 2px 2px 10px 2px;
		margin: 0 10px;
		border-color: #D0F4D0 #D0D0D0 #D0D0D0 #D0F4D0;
		border-width: 1px 2px 2px 1px;
		border-style: solid;
	}
	
	#menuprincipal {
	}

	#footer {
		margin: 15px 0 10px 0;
		text-align: center;
		font-size: .92em;
		background:#F5F5F5 none repeat scroll 0 0;
		border-bottom: 1px solid #D8D8D8;
		border-top: 1px solid #D8D8D8;
		padding: 10px;
	}
		#footer span { display: block; }
		#footer #peu_esq { float: left; width: 30%; text-align: left; }
		#footer #peu_cen { float: left; width: 40%; text-align: center; }
		#footer #peu_dre { float: left; width: 30%; text-align: right; }


#menuprincipal { background: #FFF url("../comu/fons_menu1.jpg") no-repeat 0 0; font-family: arial; font-size:14px; font-weight:bold; }
#menuprincipal ul { width: 100%; list-style-type: none; margin: 0; padding: 0; }
#menuprincipal ul li { display: block; float: left; margin: 60px 0 0 5px; padding: 0; background: none; }
#menuprincipal ul li a { color: #419639; background-color: #CCFFCC; text-decoration: none; display: block; float: left; padding: 6px 15px 2px; }
#menuprincipal ul li a:hover { color: #fff; background-color: #419639; }
#menuprincipal ul li.actual a { color: #7a7a7a; background-color: #fff; font-weight: bold; }

#menuprincipal ul li a { 
	-moz-border-radius-topleft: 8px; 
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}


/* CONTINGUTS */
/* ---------- */

/* llista per menús horitzontals */
.subnavega { margin: 0 10px 10px 10px; }

ul.submenu {
	list-style: none;
}
	ul.submenu li {
		background: none;
		background-color: transparent;
		float: left;
		margin: 0 8px 8px 0;
		padding-left: 0;
		font-size: .9em;
		font-weight: bold;
		color: #009900;
	}
		ul.submenu li span, 
		ul.submenu li a {
			display: block;
			padding: 0px;
			color: #009900;
		}
		ul.submenu li a { text-decoration: none; }
		ul.submenu li a.actual { text-decoration: underline; color: #999; }


/* avisos */
.missat_info {
	margin: 1em 3em;
	padding: .5em 1em;
	background-color: #F8F9EB;
	border-left: 5px solid #A3C731;
	font-size: .9em;
}

/* taula */
.llistat th {
	color: #999;
	font-weight: normal;
}
.llistat th, .llistat td {
	padding: 2px 4px;
	text-align: left;
	vertical-align: top;
	border: 2px solid #FFF;
}
.llistat.centrat th, .llistat.centrat td {
	text-align: center;
}
.llistat th.peque, .llistat td.peque {
	width: 3%;
}

/* files alternes dins taules */
.even { background-color: #f9f9f9; }
.odd  { background-color: #f0f0f0; }

.llistat tr.even:hover, .llistat tr.odd:hover { /* Firefox! ressaltar línia */
	background-color: #FFFFE1;
}

/* controls a baix(2)/dalt(3) */
#controls2 {
	border-top: 1px dashed #808080;
	padding: 8px 0 0 0;
	margin-top: 6px;
	text-align: center;
}
#controls3 {	
	border-top: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	background-color: #fafafa;
	padding: 8px;
	margin-bottom: 6px;
	text-align: center;
	color: #419639;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
}
#controls3 select {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	.controls_esq {
		float: left; padding-left: 4px;
	}
	.controls_dre {
		float: right; padding-right: 4px;
	}
	.controls_esq a, .controls_dre a {
		font-size: 11px;
		font-weight: bold;
	}

/* blocs */
.conte_blocs {
	width: 100%;
	overflow: hidden;
}

.bloc_destacat {
	background-color: #F0F0F0;
	padding: 8px;
}
.bloc_destacat img {
	float: left;
	border: 1px solid #FFFFFF;
	padding: 4px;
	margin: 0 8px 8px 0;
	background-color: #FFFFFF;
}

#id_index .bloc_destacat { float: left; width: 291px; height: 150px; margin: 8px; }
* html #id_index .bloc_destacat { width: 287px; height: 160px; } /* ie6 */

#id_index .bloc_destacat { border: 1px solid #d0f4d0; border-bottom: 2px solid #d0d0d0; border-right: 2px solid #d0d0d0; padding: 1px; background-color: #FFF; }


#id_open_index .conte_blocs { margin: 0 40px; }
#id_open_index .bloc_destacat { float: left; width: 380px; margin: 6px 0 18px 18px; }


/* continguts dins id=pagina */
div#pagina img {
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	padding: 4px;
	margin: 2px 6px 4px 6px;
}
div#pagina img.novorera {
	border: none;
	padding: 0;
}
#id_open_pagina div#pagina { 
	margin: 0 80px; 
}


/* per llistes  */
ul.bicolumna li {
	float: left;
	width: 430px;
}
ul.tricolumna li {
	float: left;
	width: 270px;
}
li.destacat a {
	font-weight: bold;
	background-image: url("../comu/estrella.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}
li.novetat a {
	font-weight: bold;
	background-image: url("../comu/llamp.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	color: #87BA40;
}




#campio_nom {
	word-spacing: 0.1em;
	font-family: helvetica, sans-serif;
	font-size: 2.1em;
	font-weight: normal;
	line-height: 1.1em;
	margin-top: 14px;
}

/* marc per imatges dins div.bloc */
.bloc img {
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 0 4px 4px 0;
}
.interior { 
	border: 1px solid #dadcd9; 
	background-color: #f7ffe7; 
	padding: 2px; 
	margin-bottom: 15px;
}

img.flota_esq {
	float: left;
	margin: 0 8px 8px 0;
	padding: 4px;
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
}
img.flota_dre {
	float: right;
	margin: 0 0 8px 8px;
	padding: 4px;
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
}

.filaimgs {
	clear: both;
	padding: 12px 0;
	margin-left: 24px;
}

#logo1 { /* imatge flotant a la dreta */
	float: right;
	margin: 0 0 4px 0;
	border: 1px solid #F0F0F0;
	padding: 4px;
	background-color: #FFFFFF;
}

.espaiat1 {
	margin-left: 25px;
	margin-right: 25px;
}
.espaiat2 {
	margin-left: 50px;
	margin-right: 50px;
}
.espaiat3 {
	margin-left: 100px;
	margin-right: 100px;
}

/* colors predefinits */
.estil1 { background-color: #F0F0F0; }
.estil2 { background-color: #FFFEB4; }
.estil3 { background-color: #CEEFB7; }
.estil4 { background-color: #D8E2F5; }



/* camps */
#id_camps_index .bloc img { border: 1px solid #8ca854; border-bottom: 2px solid #a8a5ac; border-right: 2px solid #a8a5ac; }
#id_camps_index .bloc img:hover { border: 1px solid #a8a5ac; border-bottom: 2px solid #333; border-right: 2px solid #333; }
#id_camps_index ul.tricolumna li {	background-color:#F5F5F5; background-image: none; border:1px solid #EEEEEE; }
#id_camps_index ul.tricolumna li:hover {	background-color:#F0F0F0; }
#id_camps_index h4 { text-align: left; }

#id_camps_camp div#pagina { margin: 10px 10px 0 10px; }
#id_camps_camp .subnavega #logo1 { float: left; margin: 0 15px 0 0; width: 50px; width: 50px; border: 1px solid #8ca854; border-bottom: 2px solid #a8a5ac; border-right: 2px solid #a8a5ac; }
#id_camps_camp .subnavega h2 { background-image: none; color: #edb603; padding-top: 15px; }

#id_camps_camp #pagina .bloc { }
#id_camps_camp #pagina h4 { margin-bottom: 0px; padding-left: 1px; font-family:verdana; font-size:12px; }
#id_camps_camp #pagina table.llistat { font-size: 11px; margin-bottom: 0px;  }
#id_camps_camp #pagina table.llistat th, #id_camps_camp #pagina table.llistat td { border: none; padding: 4px 4px; }
#id_camps_camp #pagina table.llistat th { padding: 4px 10px; }

#id_camps_camp #pagina table.llistat tr.senar { background-color: #edf5dd; }

#id_camps_camp #map { width: 350px; height: 250px; float: right; }
#id_camps_camp #map img { background-color: transparent; }

#id_camps_camp .subimatges { float: right; }
#id_camps_camp #bloc_imatges .interior { text-align: center; padding: 10px; background-color: #000; }
#id_camps_camp #bloc_video .interior { text-align: center; padding: 10px; }

#desplegable { float: right; display: block; margin: 2px 5px 0 0; }

/* campions */
#id_campions_index h4 { padding-left: 6px; }
#id_campions_index table td { width: 10%; }

#id_campions_index_llista .bloc { margin-left: 120px; margin-right: 160px; }

#id_campions_campio #lateral1 {
	float: left;
	width: 130px;
	background-color: #F0F0F0;
	padding: 8px;
	margin: 0 12px 12px 0;
}
#id_campions_campio #lateral1 h4 {
	border: none;
	margin: 0;
}
#id_campions_campio #lateral1 ul li {
	margin-left: 4px;
}

/* links */
#id_links_index h4 { padding-left: 6px; margin-bottom: 0px; }
#id_links_index .bloc { margin: 10px; }

/* fora límits */
#id_foralimits_index h4 { padding-left: 6px; margin-bottom: 0px; }
#id_foralimits_index .bloc { margin: 10px; }
#id_foralimits_index table td { vertical-align: top; }
#id_foralimits_index table td h4 { margin-top: 8px; }
#id_foralimits_index table td.ambimg { width: 120px; }

/* entrevistes */
#id_entrevista_index .bloc_destacat { width: 600px; margin: 8px 162px; }
#id_entrevista_index div.missat_info { font-size: 1em; margin: 1em 4em; }
#id_entrevista_index table { margin: 4px 10px; }
#id_entrevista_index table td { vertical-align: top; padding-bottom: 8px; }
#id_entrevista_index table td.ambtxt { padding-top: 2px; }
#id_entrevista_index table td.ambimg { width: 90px; }

#id_entrevista_entrevista div#pagina { 	margin: 0 80px; }
#id_entrevista_entrevista div#pagina h4 { font-size: 1.2em; }
/*#id_entrevista_entrevista .tira_imgs img { width: 75px; height: 50px; padding: 1px 1px; }*/
/*#id_entrevista_entrevista .tira_imgs img { width: 60px; height: 40px; padding: 1px 1px; }*/
#id_entrevista_entrevista .tira_imgs img { width: 57px; height: 38px; padding: 1px 1px; }
#id_entrevista_entrevista .tira_imgs img:hover { background-color: #008800; }
#id_entrevista_entrevista .tira_imgs a.actual img { background-color: #000; }

/* portada */
#id_index #content { padding: 0px; border: none; margin-top: 10px; }

#id_index #ptd_sup {
		padding: 2px 2px 4px 2px;
		margin: 0;
		border: 1px solid #d0f4d0;
		border-bottom: 2px solid #d0d0d0; border-right: 2px solid #d0d0d0;
	}
#id_index .conte_blocs { margin-top: 10px; }

#portada_menu {
	float:right;
	margin: 0 8px 8px 4px;
	padding: 0;
	width: 420px; height: 314px;
	background: url('../comu/fons_icones_140x3.jpg') repeat 0 0;
	line-height: 1.2;
}
#portada_menu img {
	margin-bottom: 1px;
}
#portada_menu a {
	display: block;
	width: 139px;
	height: 99px;
	float: left;
	text-decoration: none;
	color: #3A8C26;
	margin: 0 1px 1px 0;
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, sans-serif;
	word-spacing: 0.2em;
	border: none;
	background-color: transparent;
}
#portada_menu a:hover { background-color: #F9F9F9 !important; }
#portada_menu a.estil1:hover { background-color: #F9F9F9 !important; }
#portada_menu a.estil2:hover { background-color: #FFFEB4 !important; }
#portada_menu a.estil3:hover { background-color: #CEEFB7 !important; }
#portada_menu a.estil4:hover { background-color: #D8E2F5 !important; }

#portada_imatge {
	position: relative;
	width: 480px;
	margin-left: 5px;
}
#portada_imatge img {
	margin-top: 0;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	padding: 4px;
	width: 470px;
}

#portada_txt {
	position: absolute;
	top: 300px; left: 0px; /* canviarà dinàmicament per jquery */
	background: url("../comu/fons_transparent2.png") repeat;
	color: #1e471b;
	margin: 0 5px;
	padding: 2px 4px;
	text-align: center;
	font-size: 10px;
}
* html #portada_txt { width: 462px; }


#header_links { list-style: none; margin: 0; padding: 10px 0 0 0; float: right; }
#header_links li {
	background: none;
	background-color: transparent;
	float: left;
	margin: 0 8px 8px 0;
	padding-left: 0;
	font-size: .9em;
	color: #59820a;
}
#header_links li span, 
#header_links li a {
	display: block;
	padding: 0px;
}
#header_data { float: right; clear: right; margin: 6px 8px 0 0; padding: 0; font-size: 10px; color: #999; }

p {padding-left:5px!important; padding-right:5px!important;}