html, body
{
	width: 100%;
	font-size: 14px;
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	background-color: #438ac9;
	text-align: center;
	margin: 0 auto;
}

#contenidor {
	position: relative;
	width: 900px;
	text-align: center;
	margin: 0 auto;
}

	#cap {
		position: relative;
		width: 900px;
		height: 110px;
		text-align: center;
		background: transparent url('../imgs/header.jpg') no-repeat bottom center;
		margin-bottom: 25px;
	}
	
		#menu {
			float: left;
			margin: 10px 0;
			padding: 0 10px;
			border-left: 1px solid #FFFFFF;
		}
		
		#menu a {
			float: left;
			display: block;
			width: 100px;
			font-size: 12px;
			text-decoration: none;
			color: #000000;
			text-align: left;
		}
		
		#menu a.seleccionat {
			font-weight: bold;
		}
		
		#menu select {
			float: left;
			margin-top: 10px;
			border: 1px solid #000000;
			width: 80px !important;

		}
		

	#central {
		text-align: left;
		height: 390px;
		border: 5px solid #FFFFFF;
	}

		#sfflogo {
			float: left;
			width: 320px;
			height: 390px;
			background: transparent url('../imgs/left.jpg') no-repeat center;
		}

		#bandes {
			float: right;
			width: 520px;
			min-height: 40px;
			padding: 20px;
		}

			#bandes a.titol {
				position: relative;
				background-color: #000000;
				color: #FFFFFF;
				font-size: 14px;
				font-weight: bold;
				padding: 1px;
				text-decoration: none;
			}
		
			#bandes a.banda {
				position: relative;
				color: #FFFFFF;
				font-size: 12px;
				text-decoration: none;
			}
		
				#bandes a.banda:hover {
					text-decoration: underline;
				}
				
			#bandes .info {
				height: 370px;
				margin-top: 20px;
				overflow: hidden;
				overflow-y: auto;
			}


		#noticies {
			float: right;
			width: 520px;
			height: 350px;
			padding: 20px;
			overflow: hidden;
			overflow-y: auto;
		}
		
		#noticies.portada {
			height: 231px;
		}
	
		#noticies a.titol {
			position: relative;
				background-color: #000000;
				color: #FFFFFF;
				font-size: 14px;
				font-weight: bold;
				padding: 1px;
				text-decoration: none;
		}
			
			#noticies a.noticia {
				color: #000000;
				font-size: 14px;
				font-weight: bold;
				margin: 20px 0 5px 0;
				text-decoration: none;
			}
			
			#noticies a.noticia:hover {
				text-decoration: underline;
			}

			#noticies p.portada {
				color: #FFFFFF;
				font-size: 12px;
				margin: 5px 0 0 5px;
				padding-left: 5px;
				border-left: 1px solid #FFFFFF;
			}
			
			#novetats .info {
				height: 370px;
				margin-top: 20px;
				overflow: hidden;
				overflow-y: auto;
			}
		

		form span {
			width: 150px;
			float: left;
			display: inline;
		}




	#peu {
		position: relative;
		text-align: center;
	}

		.links a {
			font-size: 12px;
			color: #FFFFFF;
			text-decoration: none;
			font-weight:normal;

		}

		.links a:hover {
			font-weight: bold;
		}
