* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif; /*si nomes fem servir una tipo, la definim aqui*/
	background: #CCCCCC;
	font-size: 62.5%;
	margin: 0px 0px 8px 0px; 
}

#wrapper { 
	margin: 8px auto 10px auto; 
	width: 940px; /*aqui definim la amplada de la pagina*/
	background: #FFFFFF;
}

#header {
	color: #333;
	width: 900px;
	float: left;
        text-align:right;
	padding: 0px 10px 0px 10px;
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	height: 234px;
	margin: 0px 0px 2px 0px;
	background: #000000;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
}

#header_cat {
	color: #333;
	width: 900px;
	float: left;
        text-align:right;
	padding: 0px 10px 0px 10px;
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	height: 234px;
	margin: 0px 0px 2px 0px;
	background: #000000;
	background-image: url('../img/header_Ca.jpg');
	background-repeat: no-repeat;
}

#menuidioma { 
	width: 700px;
	color: #FFFFFF;
	font-weight: bold;
	float:right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
        text-align:right;
}

#menuidioma p { 
	padding-right: 20px;
}

#menuidioma p a { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size:1.1em;
}

#menuidioma p a:hover { 
	text-decoration: underline;
}

#menuidioma p a.active { 
	color: #f08f02;
	font-weight: bold;
	text-decoration: none;
}

/* - formulari cap?alera ------------------------------------------------- */
#formulario {
        float:right;
        text-align: left;
        margin: 45px auto 0px auto; /*d'aquesta forma centrem tot el block en la pagina*/
 	width: 290px;
	padding-right: 5px;
}

#formulario p {
	font-size:1.1em;
	font-weight: bold;
	border: 0;
	margin-top:0;
	margin-bottom: 0;
	color: #cccccc;
	margin-bottom: 10px;
	padding: 0px 0px 0px 135px;
}

#formulario fieldset {
	border:0px;
 	padding-top:10px;
 	padding-bottom:10px;
 	padding-left:40px;
 	padding-right:10px;
}


#formulario label,input {
        float:right;
	font-family: Arial, sans-serif;
	font-weight: normal;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding:0px;
}

#formulario label {
	width:80px;
	color: #cccccc;
	font-weight:normal;
	text-align: right;
	font-size:1.1em;
	padding-right: 10px;
	clear:both
}

#formulario input {
	border: 1px solid #ffffff;
	color: #222222;
	font-size:1.1em;
	background:#ffffff;
        width: 140px;
}


#formulario .submit {
        width: 60px;
	background-color: #808080;
	border:0px;
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;
	color: #ffffff;
	font-size:1.0em;
	font-weight:normal;
	font-family: Verdana;
}

#formulario a {
        float:right;
        padding:0px;
        margin:0px;
        padding-right:14px;
        text-decoration:none;
        color: #cccccc;
        font-family:Arial;
        font-size:11px;
}
.inputhidden{
	display:none;
}
/* ----------------------------------------------------------------------- */

#navigation {
	float: left;
	width: 900px;
	height:30px;
	color: #333;
	padding: 0px 10px 0px 10px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	margin: 0px 0px 0px 0px;
	background: #fd9800;
	background-image: url('../img/fonsmenu.gif');
	background-repeat: repeat-x;
}

#navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 9px;
}

#navigation li { /*definim com volem que sigui els items del menu*/
	list-style-type: none;
	display: inline;
	padding-right: 1px;
	padding-left: 2px;
        float:left;
}

#navigation li a { /*definim com volem que sigui els items del menu*/
        float:left;
	color: #000000;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
        padding: 2px 8px 2px 8px;
        background:#ffffff;
	font-weight:bold;
	font-size:1.3em;
}

#navigation li#active a {
        float:left;
	color: #ffffff;
	text-decoration: none;
        background:#c17400;
	border-left: 1px solid #c17400;
	border-right: 1px solid #c17400;
	border-bottom: 1px solid #c17400;
}

#navigation a:hover {
        float:left;
	color: #ffffff;
	text-decoration: none;
        background:#000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


#cos {
	float: left;
	width: 880px;
	color: #333;
	padding: 25px 20px 10px 20px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	margin: 0px 0px 6px 0px;
	background: #f9f9f9;
}


#leftcolumn { 
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 60px 10px 0px;
	width: 500px;
	float: left;
}

#leftcolumn h1 {/*els h1,h2,h3,h4,h5, i h6 els podem utilitzar com a titulars*/
	font-size: 24px;
	padding: 0px 0px 15px 0px;
	color: #ffffff;
}

#leftcolumn p {
	font-size:1.1em;
        font-weight:bold;
	line-height: 14px;	
        color: #333333;
        text-align:justify;
	padding: 0px 0px 12px 0px;
}

#leftcolumn ul {
        list-style:none;
	font-size:1.1em;
        padding: 0px 0px 10px 10px;
        font-weight:bold;
}

#leftcolumn_white { 
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 60px 10px 0px;
	width: 500px;
	float: left;
}

#leftcolumn_white h1 {/*els h1,h2,h3,h4,h5, i h6 els podem utilitzar com a titulars*/
	font-size: 24px;
	padding: 0px 0px 15px 0px;
	color: #ff9900;
}

#leftcolumn_white p {
	font-size:1.1em;
        font-weight:normal;
	line-height: 14px;	
        color: #333333;
        text-align:justify;
	padding: 0px 0px 12px 0px;
}

#leftcolumn_white #formulari {
        float:left;
        width:300px;
        padding-left: 120px;
        padding-top:20px;
        font-family:Arial;
        font-size:11px;
}

#leftcolumn_white #formulari form input{
        width:300px;
        background:#e0e0e0;
        border:solid 0px #0f0f0f;
        font-size:11px;
        padding:0px 0px 0px 0px;
}


#leftcolumn_white #formulari .submit {
        float:left;
        margin:5px 8px 0px 0px;
        width:60px        
}

#leftcolumn_white #formulari .boto{
        float:left;
        margin:5px 8px 0px 0px;
        width:60px;
}

#leftcolumn_white #formulari textarea{
        width:300px;
        background:#e0e0e0;
        border:solid 0px #0f0f0f;
}

#rightcolumn { 
	float: right;
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 10px 25px;
	width: 250px;
	display: inline;
	background: #E7DBD5;
	min-height: 475px;
	height: auto !important;
	height: 475px;
}

#llista_serveis {
        float:left;
        padding:20px 0px 20px 0px;
}


#llista_noticies {
        float:left;
        padding:20px 0px 20px 0px;
}


#mail {
        float:left;
        padding:20px 0px 10px 20px;
}

#mail p{
        float:left;
        padding:0px;
        font-family:Arial;
        font-size:11px;
}

.item_noticia {
        float:left;
        width:260px;
        padding:0px 0px 25px 0px;
}

.item_noticia h3 {
	font-size:1.4em;
        font-weight:bold;
	line-height: 16px;	
        color: #000000;
	padding: 0px 0px 3px 0px;
}

.item_noticia p.datanoticia {
	font-size:1.0em;
        font-weight:bold;
	line-height: 16px;	
        color: #ffffff;
	padding: 0px 0px 2px 0px;
}

.item_noticia p.descnoticia {
	font-size:1.1em;
        font-weight:normal;
	line-height: 14px;	
        color: #000000;
	padding: 0px 0px 2px 0px;
}

.item_noticia p a {
	font-size:1.0em;
        font-weight:bold;
        color: #333333;
}

.item_noticia img{
        float:left;
        border:0px;
        width:252px;
        padding:10px 0px 10px 0px;
}



#footer { 
	width: 920px;
	clear: both;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}


#footer p { 
        text-align:center;
	border-top: 1px solid #cccccc;
	font-size:1.1em;
        font-weight:normal;
	line-height: 16px;	
        color: #333333;
	padding: 5px 5px 0px 5px;
}

#footer p a { 
        font-weight:normal;
	line-height: 16px;	
        color: #333333;
	text-decoration:underline;
}
/* ---------------------------------------------- pop-up fitxa activitat agenda --- */
#activitat_view{
	display:none;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-275px;
	width:550px;
	background-color:#ffffff;
	padding:20px;
	/* border:8px solid #FFE3BF; */
	border:8px solid #CCCCCC;
	overflow:auto;
	overflow-x:hidden;
}
#activitat_view h1 { 
	font-size: 24px;
	padding: 0px 0px 15px 0px;
	color: #ff9900;
}

#activitat_view h2 { 
	width:95%;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top:0px;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 1.7em;
	font-weight: bold;
	color: #ff9409;
	clear:left;
}



#activitat_view p { 
	width:100%;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 1.1em;
	font-weight: normal;
	color: #555555;
        line-height:16px;
}

#activitat_view #idFormactivitat h1 {
        float:left;
        width:550px;
}

#activitat_view #idFormactivitat img {
        float:right;
        border:0px;
        width:140px;
}

#activitat_view #idFormactivitat input {
        float:left;
        margin: 10px 0px 0px 0px;
        width:60px;
}


#mail {
      padding:100px 100px 300px 100px;
}


/* ---------------------------------------------------------------------------------*/
