/*********** Estils generals******************/

HTML {
	margin: 0px;
	padding:0px;
}
BODY {
	margin: 0px;
	padding:0px;	

	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	* font-size:10px;
	width:100%;
	background-color:#293565; 
	color: #293565;
	overflow:auto;
/*
	background-image:url("imatges/fons.jpg");
	background-position: top left;	
	background-repeat: repeat-x;
*/
}


ul {
	margin:0px;

	padding-top:30px;
	padding-left:15px;

	list-style-type:none;

	text-align:left;


}

li {
	margin-bottom:1px;
}

a {
	color:#000000;
	text-decoration: none;
}

a:hover{
	color:#000000;
	text-decoration: underline;	
}

a.llista_dreta {
	color:#ffffff;
	text-decoration: none;
}

a.llista_dreta:hover{
	color:#ffffff;
	text-decoration: underline;	
}


h1 {
	font-family:Arial;
	font-size:30px;
	color:#000000;
	margin-bottom:0px;
	margin-left:4px;
}

h2 {
	font-family:Arial;
	font-size:22px;
	color:#000000;
	margin-bottom:0px;
}

h3 {
	font-family:Arial;
	font-size:15px;
	color:#000000;
	margin-bottom:0px;
	margin-left:15px;
}

h4 {
	font-family:Arial;
	font-size:15px;
	color:#000000;
	text-align:center;

}


/* formularis */


input, select, textarea, checkbox  {
	border:1px solid #b7b5b5;
	background-color:#ffffff;
	color: #000000;

}
input:hover, select:hover, textarea:hover {
	border:1px solid #b7b5b5;
	background-color:#b7b5b5;
	color:#000000;	

}
	
input:focus, select:focus, textarea:focus {
	border:1px solid #b7b5b5;
	background-color:#b7b5b5;
	color:#000000;

}

input.button {
	background-color:#8ed300;
	color:#ffffff;

}

input.button:hover {
/*	border:1px solid #000000; */
	background-color:#8ed300;
	color:#ffffff;	

}



img {
	border:0px;
	padding:0px;
	margin:0px;

}


/*********** Estructura ******************/



#tot{

	width:900px;

	margin-left: auto;
	margin-right: auto;

}


/* part superior */

#cap{
	width:900px;
	height:126px;

}	


#titol {
	width:631px;
	height:126px;	
	
	float:left;

	background-image:url("imatges/cap.jpg");
	background-position: top left;	
	background-repeat: no-repeat;

}

#cercador {

	width:255px;
	height:126px;	

	float:left;

	background-image:url("imatges/cercador.jpg");
	background-position: top left;	
	background-repeat: no-repeat;

}

#contingut_cercador {

	width:240px;
	height:96px;

	margin-top:30px;
	margin-left:15px;

	text-align:left;
	color:white;
	
	overflow:hidden;

}

#botocercarinvisible {
	
	display:none;
	_display:block;
	*display:block;

	width:0px;
	height:0px;

}



/* fi part superior */

/* part central */


#esquerra {

	_margin-top:-2px;

	float:left;
	width:157px;
	height:474px;
}

#menu_esq {

	width:157px;
	height:159px;


	background-image:url("imatges/menu.jpg");
	background-position: top left;	
	background-repeat: no-repeat;

}

.guio_menu {

	display:inline;
	color: #293565;
	font-weight:bold;

}

a.color_menu {

	color:#293565;
	text-decoration:none;
	font-weight:bold;

}

a.color_menu:hover {

	color:#8ed300;
	text-decoration:none;
	font-weight:bold;

}

#noticies_esq {

	width:157px;
	height:158px;

	background-image:url("imatges/noticies.jpg");
	background-position: top left;	
	background-repeat: no-repeat;



}


#situat_esq {

	width:157px;
	height:158px;

	background-image:url("imatges/situat.jpg");
	background-position: top left;	
	background-repeat: no-repeat;

}


#central {
	
	_margin-top:-2px;
	
	float:left;
	width:474px;
	height:475px;

	background-image:url("imatges/centre.jpg");
	background-position: top left;
	background-repeat:no-repeat;

	text-align:left;

}


#associats {
	
	_margin-top:-2px;

	
	float:left;
	width:255px;
	height:475px;
	
	background-image:url("imatges/associats.jpg");
	background-position: top left;

	
}

#contingut_associats {

	width:233px;
	height:434px;
	margin-top:30px;
	margin-left:13px;
	margin-right:9px;
	margin-bottom:11px;

	text-align:left;

	overflow:auto;
}


.associat_dreta {
	white-space: nowrap;
}

#sota {

	clear:both;
	width:900px;
	height:36px;
	_height:33px;
	font-size:10px;
	color:white;
}





/***********  Fi  Estructura ******************/


