/*----------------------- Directives generiques -----------------------*/

html, body {
	font-family: "Trebuchet MS";
	font-size: small;
	margin: 0;
	height: 100%;
}

a			{ text-decoration: none; }
a:link		{ color: #990000; font-weight: bolder; }
a:visited	{ color: #996600; font-weight: bolder; }
a:hover		{ color: #996600; text-decoration: underline; }

img {
	border: 0px;
}



/*----------------------- Generals -----------------------*/

#contenidor {
	text-align: left;
	width: 760px;
	margin: auto;
}

#head {
	height: 164px;
	background-image: url(../imatges/cap.jpg);
}

#head a {
	display: block;
	height: 160px;
}


#head a:hover {
	text-decoration: none;
}

#ombra {
	background-image: url(../imatges/ombra.png);
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}

#nav li a:hover {
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

#nav a {
	display: block;
	height: 30px;
}

#top_cos {
	height: 22px;
	background-image: url(../imatges/ombra_sup.png);
}

#idiomes {
	width: 760px;
	position: relative;
	top: 4px;
	text-align: right;
	right: 25px;
}

#idiomes a:visited {
	color: #990000;
}

#idioma_sel {
	font-style: italic;
	font-weight: bolder;
	color: #006600;
}

#cos {
	width: 730px;
	display: table;
	margin: auto;
}

#foot {
	height: 60px;
	background-image: url(../imatges/ombra_inf.png);
	background-color: #FFCC33;
	text-align: center;
	font-style: italic;
}

.head_column {
	visibility: hidden;
}

.amagat {
	visibility: hidden;
}

.parell {
	background-color: #E9FAB3;
	/* background-color: #FFFFCC; groc */
	padding: 10px 10px 10px 10px;
	width: 100% - 20px;
	/* width: 462px; */
}

.parell_petit {
	background-color: #E9FAB3;
	/* background-color: #FFFFCC; groc */
	padding: 5px 5px 5px 5px;
	width: 100% - 10px;
	/* width: 189px; */
}

.parell_gran {
	background-color: #E9FAB3;
	/* background-color: #FFFFCC; groc */
	padding: 10px 10px 10px 10px;
	width: 100% - 20px;
	/* width: 686px; */
}

.senar {
	background: #FFFFFF url(../imatges/palmi.png) no-repeat right bottom;
	padding: 10px 10px 10px 10px;
	width: 100% - 20px;
	/* width: 462px; */
}

.senar_petit {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	width: 100% - 10px;
	/* width: 189px; */
}

.senar_gran {
	background: #FFFFFF url(../imatges/palmi.png) no-repeat right bottom;
	padding: 10px 10px 10px 10px;
	width: 100% - 20px;
	display: block;
	height: 100%;
	/* width: 686px; */
}

.capsa {
	border: 2px;
	border-style: solid;
	border-color: #669900;
	margin: 10px;
	background-color: #FFFFFF;
}

.capsa_sense_bores {
	border: none;
	margin: 10px;
	background-color: #FFFFFF;
}

.contenidor_capsa {
	background: #FFFFFF url(../imatges/palmi.png) no-repeat right bottom;
	padding: 10px 10px 10px 10px;
	width: 686px;
	display: table;
}

.contenidor_capsa_centrat {
	background: #FFFFFF url(../imatges/palmi.png) no-repeat right bottom;
	padding: 10px 10px 10px 10px;
	width: 682px;
	display: table;
	text-align: center;
}

.contenidor_capsa2 {
	background: #FFFFFF url(../imatges/palmi.png) no-repeat right bottom;
	padding: 10px 10px 10px 10px;
	width: 376px;
	display: table;
}

.capsa_imatge {
	border: 2px;
	border-style: solid;
	border-color: #000000;
	font-size: 0px;
	margin: 10px;
	display: table;
}

.capsa_imatge_video {
	border: 2px;
	border-style: solid;
	border-color: #000000;
	font-size: 0px;
	margin: 12px;
}

.bora_imatge {
	border: 2px;
	border-style: solid;
	border-color: #000000;
	font-size: 0;
	margin: 0px 0px 0px 0px;
}

img.over:hover {
	filter: alpha(opacity=50);
	opacity: .5;
	cursor: pointer;
}

.fons_lateral {
	border: 2px;
	border-style: solid;
	border-color: #000000;
	margin: 10px;
	background-image: url(../imatges/fons_agenda.jpg);
	width: 199px;
}

.alcada_max {
	height: 100px;
}

.separador {
	font-size: 0px;
	height: 2px;
	width: 80%;
	background-color: #669900;
	position: relative;
	left: 10%;
}

.separador_llarg {
	font-size: 0;
	position: relative;
	left: 15px;
	height: 2px;
	width: 676px;
	background-color: #669900;
}

.player_columna {
	margin: 10px;
}

.clearboth {
	clear: both;
}


