@charset "utf-8";
/* CSS Document */
#imatge{
	text-align:center;
}
#ruta{
	position : relative;
}
#general{
	border: double;
	border-color: #36393D;
	border-width: 10px;
	}
#llops{
	border: double;
	border-color: #EDDC05;
	border-width: 10px;
	}
#exploradors{
	border: double;
	border-color: #4279A5;
	border-width: 10px;
	}
#expedicio{
	border: double;
	border-color: #CC0000;
	border-width: 10px;
	}
#ruta{
	border: double;
	border-color: #008C00;
	border-width: 10px;
	}

#general h2{
	color: #36393D;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#llops h2{
	color: #EDDC05;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#exploradors h2{
    color: #4279A5;
*	color: #3F4C6B;
	font-family:Geneva, Arial, Helvetica, sans-serif;

}

#expedicio h2{
	color: #CC0000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#ruta h2{
	color: #008C00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-size: 18px;
	color: #4096EE;
*	font-family: Arial, Helvetica, sans-serif;
*	font-family: Georgia, Helvetica, sans-serif;
}

h3{
	text-decoration:underline;
	color: #FF9933;
	}
	
