@charset "ISO-8859-1";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contingut {
	width: 400px;
}

#contingut .topVideo{
	background-image: url(images/deg_superior.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#contingut .llistaVideos{
	background-image: url(images/deg_inferior.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px;
}

#contingut .titol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 22px 5px;
	color: #0245ad;
}

#contingut .subtitol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 22px 10px;
}

#contingut .video{
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 20px;
	
}

#contingut #llistat{
	background-color: #999999;
	margin: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#contingut #llistat .texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
	
	
}

#contingut #llistat .paginador{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	
	
}

#imageFlow {
	position: absolute;
	width: 380px;
	height: 392px;
	left: 50px;
	top: 400px;
	overflow: hidden;
	background: #ffffff;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -4000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #000000 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #888888;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 10px;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 10px;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 10%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
	position: absolute;
	left: 4px;
	width: 100%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	top: -1px;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
