/* CSS Document */
a {
	text-decoration:none;
}


img {
	border:none;
	margin-right:5px;
}

body {
	background-color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#header {
	width:100%;
}

#logo {
	float:left;
}

#idiomes {
	float:right;
}

#idiomes {
	text-transform:uppercase;
	font-size: 10px;
	font-weight:bold;
	color:#C1924E;
	margin-top:10px;
}

#idiomes a{
	color:#C1924E;
}


#idiomes a:hover{
	color:#E9D7BF;
}

#content {
	clear:both;
	width:100%;
	margin-top:20px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C1924E;
	font-size:12px;

}

.frontpage {
	background: url('../images/backline.jpg');
	background-repeat:repeat-x;
}

.info {
	font-size: 10px;
	font-weight:bold;
	color:#C1924E;
	padding-bottom:20px;
}

.info a{
	color:#C1924E;
}

.info a:hover{
	color:#E9D7BF;
}

#contents {
	background-image:url(../images/fons_llista.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 330px; /*victor: per fer que tingui una minima llargaria*/
	width:100%;
	float:left;
	overflow:auto;
}

#contents li {
	list-style:none;
	float:left;
	width:350px;
	font-size:10px;
	margin:10px;
	color:#C1924E;
	text-align:left;
}

#contents ul {
	margin:0px;
	padding:0px;
	margin-left:15px;
}


#contents img {
	float:left;
	margin-right:5px;
}


#player {
	width:480px;
	margin-top:0px;
	text-align:center;
	margin:20px auto;
	padding-top:0px;
}

#footer {
	font-size: 10px;
	color:#C1924E;
	padding-top:60px;
	clear:both;
	width:100%;
	text-align:center;
}

#footer a{
	color:#C1924E;
}


#tabs {
	background-color:#000000;
	background-image:url(../images/tabs_inferior.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:45px;
	margin-top:30px;
}


#tabs a {
	color:#C1924E;
	float:left;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
}

#tabs .active a {
	color:#FFFFFF;
}

#tabs .active {
	background-image:url(../images/tabs_actiu.jpg);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
}

#tabs .inactive {
	background-image:url(../images/tabs_inactiu.jpg);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
}

