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

/*................................head...........................*/
#headEx {
	width:100%;
	height:250px;
	background-image:url(../img/degradat.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
#headInt {
	width:1024px;
	height:250px;
	background-image:url(../img/head02-B.jpg);
	margin:0 auto;
	padding:0;
}
#headInt a {
	display:block;
	width:1024px;
	height:250px;
}

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

/*................................menu...........................*/

a.Menu1 {
	display:block;
	width:150px;
	height:55px;
	float:left;
	background-color:#853396;
	border-bottom:5px solid #5b146a;
	margin:5px 0 30px 0;
	padding:6px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:13px;
}
a:hover.Menu1 { background-color:#5b146a; border-bottom:5px solid #853396;}
a.Menu2 {
	display:block;
	width:150px;
	height:55px;
	float:left;
	background-color:#5d9647;
	border-bottom:5px solid #567226;
	margin:5px 0 30px 0;
	padding:6px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:13px;
}
a:hover.Menu2 { background-color:#567226; border-bottom:5px solid #5d9647;}
a.Menu3 {
	display:block;
	width:150px;
	height:55px;
	float:left;
	background-color:#327ea6;
	border-bottom:5px solid #21457a;
	margin:5px 0 30px 0;
	padding:6px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:13px;
}
a:hover.Menu3 { background-color:#21457a; border-bottom:5px solid #327ea6;}
a.Menu4 {
	display:block;
	width:150px;
	height:55px;
	float:left;
	background-color:#E56A00;
	border-bottom:5px solid #AE3101;
	margin:5px 0 30px 0;
	padding:6px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:13px;
}
a:hover.Menu4 { background-color:#AE3101; border-bottom:5px solid #E56A00;}
a.Menu5 {
	display:block;
	width:150px;
	height:55px;
	float:left;
	background-color:#D52000;
	border-bottom:5px solid #A11B04;
	margin:5px 0 30px 0;
	padding:6px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:13px;
}
a:hover.Menu5 { background-color:#A11B04; border-bottom:5px solid #D52000;}

/*...............................contingut........................*/
h1 {
	font-size:16px;
	color:#60004F;
	text-transform:uppercase;
	line-height:20px;
	margin:0;
}
h2 {
	font-size:14px;
	color:#60004F;
	line-height:20px;
	margin-top:40px;
}
h3 {
	font-size:13px;
	color:#60004F;
	margin:20px 0 10px 0;
	padding:5px;
	background-color:#C4B5C2;
}
h4 {
	font-size:13px;
	color:#000;
	margin:20px 0 10px 0;
	background-color:#DCBEC9;
	padding:4px 0 4px 5px;
}
h5 {
	font-size:13px;
	text-transform:uppercase;
	color:#000;
	margin:20px 0 10px 0;
}
h6 {
	font-size:13px;
	color:#000;
	margin:40px 0 10px 0;
}
#texte p {
	font-size:14px;
	line-height:20px;
	max-width:800px;
	text-align:left;
	padding:0;
}
#texte a {
	color:#909;
	font-weight:bold;
	text-decoration:none;
}
#texte a:hover {
	text-decoration:underline;
}
.color {
	color:#60004F;
	font-style:italic;
}
.color2 {
	color:#60004F;
}
.color3 {
	color:#909;
	font-weight:bold;
}
.colorLila {
	color:#909;
	font-weight:bold;
}
img {
	border:none;
}
#peli {
	text-align:center;
}
#texte li {
	list-style:none;
	padding-bottom:3px;
	text-align:left;
	line-height:20px;
	font-size:13px;
}

#esquerra {
	float: left;
	width: 400px;
	margin-top: 25px;
}

/*................................peu...........................*/
#peu {
	width:100%;
	height:70px;
	margin:0;
	padding:9px 0 0 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;
}
