@charset "UTF-8";
/* CSS Document */
body, html {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-image:url(../img/piefondo2.jpg);
	width:100%;
	height:100%;
}

/*................................head...........................*/
#headEx {
	width:100%;
	height:370px;
	background-image:url(../img/degradat.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
#headInt {
	width:1024px;
	height:370px;
	background-image:url(../img/head03.jpg);
	background-position:top;
	margin:0 auto;
	padding:0;
}

/*................................contingut...........................*/
#contingut {
	width:100%;
	padding:0;
	background-color:#e7ddd0;
	margin:0 auto;
}
#contingutFons {
	width:1024px;
	background-image:url(../img/fondohtml.jpg);
	margin:0 auto;
}
#contingutInt {
	width:780px;
	background-image:url(../img/fondohtml.jpg);
	height:280px;
	margin:0 auto;
	text-align:center;
}
#contingutImg {
	width:1024px;
	height:20px;
	background-image:url(../img/head02.jpg);
	background-position:bottom;
	margin:0 auto;
}

/*...............................menu........................*/
a.Menu1 {
		display:block;
		width:130px;
		height:100px;
		float:left;
		background-color:#853396;
		border-bottom:20px solid #5b146a;
		margin:50px 5px 0px 0px;
		padding:10px;
		text-align:center;
		color:#FFF;
		text-decoration:none;
		line-height:16px;
}
.web {
	font-size:9px
	}
a:hover.Menu1 { background-color:#5b146a; border-bottom:20px solid #853396;}
a.Menu2 {
		display:block;
		width:130px;
		height:100px;
		float:left;
		background-color:#5d9647;
		border-bottom:20px solid #567226;
		margin:50px 5px 0px 0;
		padding:10px;
		text-align:center;
		color:#FFF;
		text-decoration:none;
		line-height:16px;
}
a:hover.Menu2 { background-color:#567226; border-bottom:20px solid #5d9647;}
a.Menu3 {
		display:block;
		width:130px;
		height:100px;
		float:left;
		background-color:#327ea6;
		border-bottom:20px solid #21457a;
		margin:50px 5px 0px 0;
		padding:10px;
		text-align:center;
		color:#FFF;
		text-decoration:none;
		line-height:16px;
}
a:hover.Menu3 { background-color:#21457a; border-bottom:20px solid #327ea6;}
a.Menu4 {
		display:block;
		width:130px;
		height:100px;
		float:left;
		background-color:#E56A00;
		border-bottom:20px solid #AE3101;
		margin:50px 5px 0px 0;
		padding:10px;
		text-align:center;
		color:#FFF;
		text-decoration:none;
		line-height:16px;
}
a:hover.Menu4 { background-color:#567226; border-bottom:20px solid #5d9647;}
a.Menu5 {
		display:block;
		width:130px;
		height:100px;
		float:left;
		background-color:#D52000;
		border-bottom:20px solid #A11B04;
		margin:50px 0px 0px 0;
		padding:10px;
		text-align:center;
		color:#FFF;
		text-decoration:none;
		line-height:16px;
}
a:hover.Menu5 { background-color:#567226; border-bottom:20px solid #5d9647;}


/*................................peu...........................*/
#peu {
		width:100%;
		height:50px;
		background-image:url(../img/piefondo2.jpg);
		margin:0;
		padding:0;
}
#peuImg {
		width:1024px;
		height:64px;
		background-image:url(../img/piefondo.jpg);
		margin:0 auto;
		padding:0;
}
#peu p {
		text-align:center;
		font-size:10px;
		letter-spacing:0.1em;
		margin:0;
		padding:10px 0 0 0;
}
#peu a {
		text-decoration:none;
		color:#000;
}
#peu a:hover {
		color:#FFF;
}
