/* Basiques */
body {
	margin: 0 0 0 0;
	font-family:Verdana, Helvetica;
	font-size:11px;
	color:#000000;
	text-align:justify;
	background-color:#000000;
}

p {
margin:0;
padding:0;
}

a {
color: #3939FF;
background-color:inherit;
text-decoration:none;
}

.apartat a{
color: #000000;
background-color:inherit;
text-decoration:none;
}

#inferior a{
color: #ffffff;
background-color:inherit;
text-decoration:underline;
}

a:hover {
color: #993333;
background-color:inherit;
text-decoration:none;
}

img { border:0; }

/* General */

#contenidor {
z-index:3;
position:relative;
margin: 0 auto;
width:755px;
height:auto;
padding: 0 0 0 0; 
}

	#idioma {
	position:relative;
	height:15px;
	width:100%;
	background-color: #000000;
	background-repeat:no-repeat;
	padding: 2px 0 0 0; 
	}
	
	#superior {
	position:relative;
	height:120px;
	width:100%;
	background-color: #ffffff;
	background-image:url(../img/logo.png);
	padding: 0 0 0 0; 
	}
	
	#contingut { 
	margin: 0;
	padding: 0 0 0 0; 
	float: left;
	width: 755px;
	float:left;
	background: #B5B5DE;
	}
	
		#esquerra {
		width:135px;
		float:left;
		padding: 0 5px 0 5px;
		}
		
		.apartat {
			margin: 5px 0 10px 0;
			width: 133px;
			background-color: #ffffff;
			border: 0px solid #E1E3E5;
			text-align:left;
			color: #000000;
			}
			
				.apartat_top { 
				margin: 0;
				height:16px;
				padding: 4px 18px 4px 18px; 
				background-image:url(../img/apartat_top.png);
				background-repeat:repeat;
				font-size: 11px;
				font-weight: bold;
				}
				
				.apartat_content { 
				margin: 0;
				padding: 4px 5px 4px 5px; 
				font-size: 10px;
				background-image:url(../img/apartat_content.png);
				background-repeat:repeat;
				font-size: 10px;
				font-weight: bold;
				}
				
				.apartat_bottom { 
				height:17px;
				margin: 0;
				padding: 0; 
				background-image:url(../img/apartat_bottom.png);
				background-repeat:repeat;
				}
				
		.menu {
			margin: 5px 0 10px 0;
			width: 133px;
			background-color: #ffffff;
			border: 0px solid #E1E3E5;
			text-align:left;
			color: #000000;
			}
			
				.menu_top { 
				margin: 0;
				height:16px;
				padding: 4px 10px 4px 10px; 
				background-image:url(../img/menu_top.png);
				background-repeat:repeat;
				font-size: 11px;
				font-weight: bold;
				}
				
				.menu_content { 
				margin: 0;
				padding: 4px 5px 4px 5px; 
				font-size: 10px;
				background-image:url(../img/menu_content.png);
				background-repeat:repeat;
				}
				
				.menu_bottom { 
				height:17px;
				margin: 0;
				padding: 0; 
				background-image:url(../img/menu_bottom.png);
				background-repeat:repeat;
				}
				
				
		.usuari {
			margin: 5px 0 10px 0;
			width: 133px;
			background-color: #ffffff;
			border: 0px solid #E1E3E5;
			}
			
				.usuari_top { 
				margin: 0;
				height:16px;
				padding: 4px 18px 4px 18px; 
				background-image:url(../img/usuari_top.png);
				background-repeat:repeat;
				color: #09254C;
				font-size: 11px;
				font-weight: bold;
				}
				
				.usuari_content { 
				margin: 0;
				padding: 4px 11px 4px 11px; 
				font-size: 10px;
				background-image:url(../img/usuari_content.png);
				background-repeat:repeat;
				}
				
				.usuari_bottom { 
				height:17px;
				margin: 0;
				padding: 0; 
				background-image:url(../img/usuari_bottom.png);
				background-repeat:repeat;
				}
		
		#centre { 
		margin: 0;
		padding: 0 0 50px 0; 
		float: left;
		width: 465px;
		}
		
		#centre_gran { 
		margin: 0;
		padding: 0 0 50px 0; 
		float: left;
		width: 603px;
		}
		
			.noticia {
			margin: 0;
			margin: 5px 0 10px 0;
			width: 460px;
			background-color: #ffffff;
			border: 1px solid #000000;
			}
			
			.noticia_gran {
			margin: 0;
			margin: 5px 0 10px 0;
			width: 600px;
			background-color: #ffffff;
			border: 1px solid #E1E3E5;
			}
			
				.noticia_top { 
				margin: 0;
				padding: 3px 5px 4px 5px; 
				background-image:url(../img/noticia_top.png);
				background-repeat:repeat;
				color: #09254C;
				font-size: 11px;
				font-weight: bold;
				}
				
				.noticia_content { 
				margin: 0;
				padding: 4px 17px 4px 17px; 
				background-image:url(../img/noticia_content.png);
				background-repeat:repeat;
				}
				
				.noticia_bottom {
				height:13px;
				margin: 0;
				padding: 0 17px 0 17px;
				background-image:url(../img/noticia_bottom.png);
				background-repeat:repeat;
				text-align: right;
				}
		
		#dreta {
		width:135px;
		float:left;
		padding: 0 5px 0 5px;
		}
	
	#inferior {
	font-size:8px;
	position:relative;
	clear:both;
	width:100%;
	height:20px;
	background-color: #000000;
	color: #ffffff;
	padding: 0 0 0 0; 
	}
	
