@charset "utf-8";
/* CSS per a la PAC3 */

body {
	width: 90%;
	max-width: 980px;
	margin: 0px auto; /*centrem el contingut horitzontalment*/
	font: 16px/1.6 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}



header {
	align:left;
}

nav{
	font: bold, Cabria;
	font-size: 1.2em;
	color:white;
	background-color: green;
	height:500px;
    width:200px;
    margin-right: 20px;
	float:left;
    padding:15px;
}

section {
    width:700px;
    float:right;
    padding:15px;

}

nav ul li{
    float: left;
	padding-top: 40px;
}

h1 {
	color: #CC0066;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:24px;	
	border-bottom: 3px dotted;
	border-color: #CC0066;
}

h2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:21px;
	border-bottom: 3px solid;
	border-color: #CC0066;
}

h3 {
	font: bold, 16px/1.6 Georgia, "Times New Roman", Times, serif;
}


}

span.en {
}
span.es {
	text-decoration:bold;
		
	
}
span.ca {
		color: green;
}
a {
    color: white;
	text-decoration: none;
}
a:hover {
    color:black;
	
}
table {
    border-collapse: collapse;
}
th,  tfoot, td {
	padding: 3px;
    text-align: left;
    border-bottom: 3px solid  #4CAF50;
}
th {
    background-color: #4CAF50;
    color: white;

