/* estil pagina */
html,body{line-height: 1.5em;}
body {	color: #000;	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;	margin: 0 auto;	padding: 0;	font-size: 80%;	background: #fff url('../imatges/fons.jpg') top left repeat-x;}
/* estil pagina */

/* estil text */
h1	{	font-size: 1.5em;	font-weight: bolder;}	 /* subtitular en noticies portada en negre */
h2	{	font-size: 2em;	font-weight: bolder;	line-height: 1em;} /* titular en noticies portada en blanc */
h3	{	font-size: 1.2em;	} /* subtitular */
p	{	font-size: 1.1em;	}
b	{	font-size: 110%;}
em	{	color: red;}
a	{ 	color: blue; text-decoration:none;}
a:visited {	color: #00f;}
.lletrapetita	{ font-size: 0.7em;	}
.blanca {   color: #fff;	text-decoration:	none;}
/* estil text */

/* estil forms i llistats */
.noobligatori {	font-weight: bold;	color: #666;}
.obligatori {	font-weight: bold;	color: #000;}

.llistat ul{margin: 0;	padding: 0;	list-style-type:none;}
.llistat li {margin-left: 15px; padding-left: 10px; background: url(../imatges/vinyeta.png) center left no-repeat;}
.llistat a, .llistat span {display: block; padding: 2px 2px 2px 24px; width: 80%;	text-align:left;}
.llistat a:link, .llistat a:visited{color: #000; text-decoration: none;}
.llistat a:hover{ text-decoration: underline;}
.llistat .titol_llistat {	font-weight:bold;	margin-top: 10px;	padding-left: 5px;	background-color: #00F;	color: #fff;	width: 80%;}
.active a:link, .active a:visited, .active a:hover{text-decoration: underline;}
.paginacio {	text-align: center;	}
/* estil forms i llistats */

/* posicions divs */
#maincontainer{width: 950px;margin: 0 auto;}
#topsection{width: 900px;height: 300px; margin: 0;}
#capsalera{width: 950px;height: 300px; position: absolute; top:0px; z-index: 0;	background: transparent url(../imatges/capsalera.jpg) no-repeat top center;	margin: 0;	padding: 0;	}
#contentwrapper{float: left;width: 100%; margin-top:300px;}
#contentcolumn{margin-right: 450px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/	padding: 10px;	}
#leftcolumn{float: left;	width: 200px; /*Width of left column in pixel*/margin-left: -450px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/	height: 100%; text-align: center; border-left-style: dashed;	border-left-width: thin;	border-left-color: #00f;	margin-top: 300px;}
#rightcolumn{float: left;	width: 250px; /*Width of right column in pixels*/margin-left: -250px; /*Set margin to -RightColumnWidth*/ text-align: center; display: inline;	margin-top: 300px;}
<!--#footer{clear: left;	width: 100%;	margin: 0 auto;	text-align: center;	padding: 4px 0;}-->

#footer {	width: 100%;	height: 100px;	margin: 0 auto;	}
#peuenllasos	{ float: left; width:367px;	height: 100px;	padding-top: 25px;	text-align:center;}


.innertube{/*margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/margin-top: 0;}
/* posicions divs */

/*menu*/
#nav {	position: relative;	top: 200px;	z-index: 900; margin-left: 200px;}
.boto_menu_capsalera {  float: left;}
/*menu*/

/*noticies*/
.content {	margin: 0 0px;}
.content a {	color: #fff;}
.content p.linkage {	margin-top: 2em;	text-align: right;	font-size: 1.7em;	color: #ddd;}
.content p.linkage a { color: #fff; }
#myGallery {	text-align: left;	margin: 0 auto;}
/*noticies*/

/*activitatsportada*/
#activitatsportada	{	background-color: #000; height: 160px;	width: 480px;	margin-top: 10px;}
/*activitatsportada*/

/*plantilla petit*/
.plantillapetit {
    width: 100%;
    margin:0px auto;
    margin-top: 5px;
    color:#fff;
}
.plantillapetit td {border:blue 1px dotted; margin:0 auto; overflow: auto;}
.fitxeta, #fitxeta {text-decoration: none; top: 5px; font-size: 10px;	font-weight: bold;	color: #fff;}
.fitxeta:hover, #fitxeta:hover { background: #fc0;	text-decoration:none; cursor: pointer;}
/*plantilla petit*/


/*darrer proper*/
#darrerproper {
    width: 100%;
    border-right: 1px solid #000;
    padding: 0px;
    margin-bottom: 1em;
    font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    background-color: #03C;
    color: #333;
}
#darrerproper h1 { color: #fff; margin: 0 auto; padding: 5px;}

#darrerproper ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

#darrerproper li
{
    border-bottom: 1px solid #90bade;
    margin: 0;
	color: #fc0;
	font-size: smaller;
	font-size: bold;
	background-color: #36C;
}

#darrerproper li a
{
    display: block;
    padding: 5px;
    border-left: .7em solid #06C;
    border-right: .7em solid #06c;
    background-color: #69f;
    color: #fff;
    text-decoration: none;
    text-align: left;
    /*width: 9.6em;*/}

#darrerproper li a:hover
{
    border-left-color: #06c;
    border-right-color: #06c;
    background-color:  #39F;
    color: #fff;
}

#darrerproper li li
{
    border-top: 1px solid #90bade;
    border-bottom: 0;
    margin: 0;
    
}

#darrerproper li li a
{
    padding: 5px;
    background-color: #36F;
    width: 172px;
    font-size: small;
    font-weight: normal;
}

#darrerproper li li li a
{
    padding: 3px .5em 3px 1.9em;
    background-color: #73b2e8;
    width: 70%
}


/*darrer proper*/

/*----COL·LABORADORS----*/
.sponsors {	width: 210px;	margin: 0 auto;	text-align: center;	text-align:center}
.sponsors h1,.sponsors p { margin:0px; /* margins will blow out backgrounds, leaving whitespace. */ padding:0em 0px 0.5em 0px;	color:#fff;}
.sponsors img	{		margin: 4px;	margin-left: -3px;}
.roundedcornr_box_590115 {   background: #99cccc url(../imatges/roundedcornr_590115_grad.gif) repeat-x top left;}
.roundedcornr_top_590115 div {   background: url(../imatges/roundedcornr_590115_tl.gif) no-repeat top left;}
.roundedcornr_top_590115 {   background: transparent url(../imatges/roundedcornr_590115_tr.gif) no-repeat top right;}
.roundedcornr_bottom_590115 div {   background: url(../imatges/roundedcornr_590115_bl.gif) no-repeat bottom left;}
.roundedcornr_bottom_590115 {   background: transparent url(../imatges/roundedcornr_590115_br.gif) no-repeat bottom right;}
.roundedcornr_top_590115 div, .roundedcornr_top_590115,.roundedcornr_bottom_590115 div, .roundedcornr_bottom_590115 {   width: 100%;   height: 20px;   font-size: 1px;}
.roundedcornr_content_590115 { margin: 0 20px; }
/*----/COL·LABORADORS----*/

/*mascota*/
#mascota { margin-top: 15px; margin-bottom: 15px;}
/*mascota*/



/* noticies */
#noticia #firma	{	font-size: 1.2em;	color: #000;	width: 100%;	text-align: right;}
.comentari h1 {	padding-left: 10px;}
div.comentari {	width: auto;	margin-bottom: 24px;}
div.comentari blockquote {	margin: 0px;	padding: 0px;	border: 1px solid #c9c2c1;	background-color: #fff;}
div.comentari blockquote p {	margin: 10px;	padding: 0px;}
div.comentari cite {	position: relative;	margin: 0px;	padding: 7px 0px 0px 15px;	top: 4px;	background: transparent url(../imatges/tip.gif) no-repeat 20px 0;}
/* noticies */

/* plantilla */
#plantilla ul	{	list-style: none;	} 
.fitxa, #fitxa	{	width: 80%;	height: 150px;	margin: 5px;  text-decoration: none; padding: 5px; }

.fitxa_gran	{	margin:	10px;	}
.foto_fitxa	{	float:	left;	margin: 10px;}
.fitxetagran	{	margin:	10px;	padding-top: 50px; }

.foto	{float: left; margin: 5px;}
.dades_fitxa	{	position: relative;	top: -105px;	left: 95px;	}
.fitxa:hover, #fitxa:hover { background: #ffcc00;	text-decoration: none;}
/* plantilla */

/* fotos */
#fotos	{	text-align: center;	margin-top:	50px;	margin-bottom: 50px;	}
#fotos h1	{		width: 100%;	text-align: left;	}
.galeria	{	width: 100%;	margin: 0 auto;}
.album {   float:left;   width:180px;   height:250px;   margin: 10px;   padding:5px;   text-align:left;   font-size: 0.8em;	background-color: #36f; border: thin #000 solid;} 
.album a	{	color: #fff;	text-decoration: none;	}
.album a:hover	{	color: #fff;	text-decoration: overline;	}
#contenidor_carpetes	{	width: 450px;	}
#carpetes	{ float: left;	margin: 10px;		}



/* fotos */

/*highslide*/
.highslide {	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;    outline: none;}
.highslide-active-anchor img {	visibility: hidden;}
.highslide img {	border: 2px solid gray;}
.highslide:hover img {	border: 2px solid white;}
.highslide-wrapper {	background: white;}
.highslide-image {    border: 2px solid white;}
.highslide-image-blur {}
.highslide-caption {    display: none;   border: 2px solid white;    border-top: none;    font-family: Verdana, Helvetica;    font-size: 10pt;    padding: 5px;    background-color: white;}
.highslide-loading {    display: block;	color: black;	font-size: 8pt;	font-family: sans-serif;	font-weight: bold;    text-decoration: none;	padding: 2px;	border: 1px solid black;    background-color: white;        padding-left: 22px;    background-image: url(../js/highslide/graphics/loader.white.gif);    background-repeat: no-repeat;    background-position: 3px 1px;}
a.highslide-credits, a.highslide-credits i {    padding: 2px;    color: silver;    text-decoration: none;	font-size: 10px;}
a.highslide-credits:hover, a.highslide-credits:hover i {    color: white;    background-color: gray;}
.highslide-move {    cursor: move;}
.highslide-overlay {	display: none;}
a.highslide-full-expand {	background: url(../js/highslide/graphics/fullexpand.gif) no-repeat;	display: block;	margin: 0 10px 10px 0;	width: 34px;	height: 34px;}
/* Controlbar example */
.controlbar {	background: url(../js/highslide/graphics/controlbar4.gif);	width: 167px;	height: 34px;	z-index: 1000;}
.controlbar a {		display: block;	float: left;	/*margin: 0px 0 0 4px;*/		height: 27px;}
.controlbar a:hover {	background-image: url(../js/highslide/graphics/controlbar4-hover.gif);}
.controlbar .previous {	width: 50px;}
.controlbar .next {	width: 40px;	background-position: -50px 0;}
.controlbar .highslide-move {	width: 40px;	background-position: -90px 0;}
.controlbar .close {	width: 36px;	background-position: -130px 0;}
/* Necessary for functionality */
.highslide-display-block {    display: block;}
.highslide-display-none {    display: none;}
/*highslide*/


/* Switch estils */
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../imatges/switch.gif) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }

/* fi admin */



/* PEU */
#peu {
	float: left;
	clear: left;
	background-image: url(../imatges/fonspeu.jpg);
	width: 100%;
}
#peu .peucontingut {
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;
	color: #fff;
	background: url(../imatges/escutpeu.png) right top no-repeat;
	float: none;
}
#peu .peucontingut .enllasos {
	margin-top: 30px;
}
#peu .peucontingut .copyright {
	height: 150px;
}
#peu .peucontingut h1 {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	text-align: left;
}

/* PEU */


#mothers-little-helper ul{display: block;} 

