/*------------CAPES--------------*/
#centrador {
	top: 20px;
	margin: auto;
	position: relative;
}
#contenidor {
	position:relative;
	top:0px;
	width:965px;
	background-image: url(2006-2007/images/img_12.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#header {
	width:965px;
	height:108px;
}
#botonera {
	left:228px;
	width:965px;
	height:34px;
	background-repeat:no-repeat;
	margin-left: 8px;
}
#sidebar {
	width: 300px;
	float: left;
	padding-top: 20px;
	/*padding-left: 20px;*/
}
#continguts {
	width: 602px;
	float: right;
	padding: 20px;
}
#footer {
	width:965px;
	height:17px;
	background-image:url(2006-2007/images/img_13.gif);
	position: relative;
}
/*-----------------------------------*/
/*------------CONTINGUT--------------*/
.grafic {
	text-decoration: underline;
	color: #CD0067;
}
/*-----------------------------------*/
/*-----------ETIQUETES----------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	margin-left: 9px;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
}
h2 {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	text-align: justify;
}
p {
	text-align: justify;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: none;
	color: #CD0067;
}
/*--------------------------------*/

/*----------SIDEBAR---------------*/
.menu:link{
	text-decoration: none;
	color: #333333;

}
.menu:visited{
	text-decoration: none;
	color: #333333;
}
.menu:hover{
	background-color:#CD0067;
	text-decoration: underline;
}
.submenu:link{
	text-decoration: none;
	color: #999999;

}
.submenu:visited{
	text-decoration: none;
	color: #999999;
}
.submenu:hover{
	color:#CD0067;
	text-decoration: underline;
}
/*---------------------------------------------*/
a:link {
	color: #CC6666;
}
a:hover {
	color: #FF3300;
}
a:visited {
	color: #CC0000;
}

