body {	
	color: #333;
	background-color: #FFF;
	text-align: center;  /* per a que la pàgina quede centrada*/	
	font-size: 12px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
a{
	color: #690;
	text-decoration: underline;
	font-weight:normal;
}
#contenidor{
	width: 762px;
	height: auto !important; 
	min-height: 550px;	
	text-align: left;
    margin-top: 0px;
    margin-left: auto; /* centra la web amb FX */
    margin-right: auto; /* centra la web amb FX */
    padding:0px;
	background-color:#FFF;
	border: 1px solid #000;
	overflow: auto; /* per a que en FX la capa cresca en cas necessari */
}

/****************************/
/*	CAPÇALERA - CONTACTE	*/
/****************************/
#info_contacte{
	position: relative;
	height: 20px;
	background-color:#FC0;
}
#nom{
	float:left;
	padding-left: 3px;
}
#contacte{
	float:right;
	padding-right: 3px;
}
/************************/
/*	CAPÇALERA - MENU	*/
/************************/
#menu{
	margin-top:-2px; /* si no en IE apareix una linea en blanc */
}
#menu ul{	
	padding-top: 0px;
	margin-top:0px;
	margin-left: 0px;
	background-color: #fc0;
	height: 25px;
}
#menu li {
	display: inline;
	margin-top:0px;
}
#menu a { 
	color: #333;
	font-weight:normal;
	text-decoration: none;
	text-align: center;	
	float: left; 	/* per a que funcione en FX */
	border-right: 2px solid #fff;
	width: 110px;
	height: 25px;
	padding-top: 5px; /* centra el text */
}
#menu a:hover{
	text-decoration: underline;
}
#menu a.seleccionat{
	font-weight:bold;
}


/************************/
/*	NAV. DE LA ESQUERRA */
/************************/
#navegador_esq{
/*	position: relative; */
	width: 270px;
	top: 0px;
	left: 0px;
	text-align: center;
}
#navegador_esq a{
	color:#333;
	font-weight:bold;
	text-align: right;
}

/****************/
/*	CONTINGUT	*/
/****************/
#contingut{
	position: relative;
	width: 480px;
	top: 0px;
	float: right;
}
#contingut p{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
}
#contingut h1{
	color:  #fc0;
	font-size:18px;
	text-align: right;
	padding-right: 20px;
}
#contingut h2{
	color:  #fc0;
	font-size:12px;
	text-align: right;
	padding-right: 20px;
}
#contingut table{
	font-size:12px;
}

/************/
/* GALERÍA	*/
/************/
.galeria{
	list-style-type: none;
}
.galeria img{
	border: 2px solid #FC0;
	padding: 3px;
}


/***********/
/*	VIDEOS */
/***********/
.you_tube{
	width: 240px;
	border: 1px solid;
	text-align: center;
}

.video li{
	list-style-type: disc;
/*	height: 22px; */
}
.video a{
	color:#333333;
	text-decoration: underline;
	font-weight: normal;
}



#menu_sec{
	width:90%;
	font-size: 12px;
}
#menu_sec td{
	text-align:left;
}
#menu_sec a{	
	color:#333333;
	font-weight: normal;
	font-size: 12px;
}
#menu_sec a.seleccionat{
	font-weight: bold;
}