body {
background-image: url(../img/bg.jpg);
background-repeat: repeat;
text-align: center;
font-family: trebuchet MS, Arial;
font-size: 13px;
}

img{
border: none;
}

h1{
font-size: 20px;
color: #9fb012;
margin-bottom: 5px;
}

h2{
font-size: 16px;
color: #9fb012;
margin-bottom: 5px;
}

h3{
margin: 0px;
font-size: 14px;
}

a {
color: #9fb012;
text-decoration: none;
}

p{
line-height: 170%;
}


#container{
text-align: left;
margin-left: auto;
margin-right: auto;
width: 1000px;
}

#menu {
width: 150px;
float: right;
margin-top: 75px;
background-color: black;
}





#containerLeft{
width: 848px;
float: left;
}

#head{
width: 100%;
padding-bottom: 0px;
background-color: white;
}


#content{
width: 100%;
overflow: hidden;
background-color: white;
border-bottom: 2px solid black;
margin-top: 0px;
padding-bottom: 20px;
}

#marges-content{
padding-left: 10px;
padding-right: 10px;
}

#logos{
width: 185px;
float: left;
margin-bottom: 20px;
margin-top: 10px;
}

#logos img{
margin-left: 40px;
margin-top: 10px;
}

#foot{
width: 100%;
text-align: center;
margin-top: 5px;
font-size: 11px;
color: #444444;
}

#noticiesLeft{
width: 190px;
float: left;
margin-bottom: 20px;
margin-top: 18px;
border-right: 1px dashed #9FB012;
}

#noticiesLeft p{
margin-top: 0px;
margin-bottom: 10px;
margin-right: 20px;
} 

#noticiesRight{
width: 620px; 
float: right;
padding-top: 15px;
text-align: justify;
}

#noticiesRight h2{
margin-top: 0px;
margin-bottom: 5px;
}

#documentacionLeft{
width: 245px;
float: left;
margin-bottom: 20px;
margin-top: 18px;
border-right: 1px dashed #9FB012;
}

#documentacionLeft ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}

#documentacionLeft li{
margin-bottom: 8px;
}

#documentacionLeft a{
color: white;
text-transform: uppercase;
padding: 2px 10px;
background-color: #3f4554;
font-weight: bold;
}

#documentacionLeft a:hover{
color: #9FB012;
}


#documentacionLeft p{
margin-top: 0px;
margin-bottom: 10px;
margin-right: 20px;
} 

#documentacionRight{
width: 560px; 
float: right;
padding-top: 15px;
text-align: justify;
}

#documentacionRight h2{
margin-top: 0px;
margin-bottom: 5px;
}

.tdesquerra{
text-align: right;
padding-right: 10px;
font-size: 12px;
}

input.forminputtext{
border: 1px solid #9FB012;
padding: 1px;
width: 250px;
margin-top: 5px;
margin-bottom: 5px;
}

textarea.forminputtext{
border: 1px solid #9FB012;
padding: 1px;
width: 250px;
margin-top: 5px;
margin-bottom: 5px;
}

#divIntroAct{
float: right; 
display: inline; 
margin-right: 0px; 
width: 395px;
/*background-color: #9fb012;*/
margin-bottom: 20px;
}

#divActivitats{
float: right; 
display: inline; 
margin-right: 0px; 
width: 395px;
background-color: #9fb012;
margin-bottom: 20px;
}

#divActivitats h3{
margin: 0px;
color: white;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
display: block;
padding-left: 3px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #525960;
}

#divActivitats p{
margin: 10px;
/*text-align: left;*/
text-align: justify;
}

#activitatsLeft{
float: left; 
width: 410px;
height: 380px;
}

#activitatsLeft ul{
padding: 0px;
display:inline;
list-style-image:none;
list-style-type:none;
margin: 0px;
}

#activitatsLeft ul li{
float: left;
width: 63px;
text-align: center;
margin: 0px;
text-transform: uppercase;
}

#activitatsLeft ul li a{
text-decoration: none;
color: black;
}

#activitatsLeft ul li a:hover{
color: red;
}


/*###################
CSS pel menu dinamic
###################*/

div.sdmenu {
	width: 100%;
	font-size: 11px;
	color: #fff;
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 21px;
}
div.sdmenu div span {
  text-transform: uppercase;
	display: block;
	padding-left: 5px;
	font-weight: bold;
	color: white;
	background-color: #000;
	cursor: default;
	cursor: pointer;
	background-image: url(../img/bg-menu.jpg);
	background-repeat: repeat-x;
	height: 21px;
}

div.sdmenu div span.actiu {
color: #a0aa3a;
}

div.sdmenu div span p{
padding-top: 2px;
padding-bottom: 0px;
margin: 0px;
line-height: 150%;
}

div.sdmenu div.collapsed span {
	/*background-image: url(collapsed.gif);*/
	color: white;
}
div.sdmenu div a {
	text-transform:none;
	padding: 2px 5px;
	background: #7c7c7c;
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div.sdmenu div a.current {
	background : #a0aa3a;
	color: #fff;
}
div.sdmenu div a:hover {
	/*background : #8e5e4a url(../img/linkarrow.gif) no-repeat right center;*/
	background : #a0aa3a;
	color: #fff;
	text-decoration: none;
}

div.sdmenu a {
	padding: 2px 5px;
	text-transform: uppercase;
	background: #000;
	display: block;
	border-bottom: 1px solid #fff;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
div.sdmenu a.current {
	background : #000;
	color: #a0aa3a;
}
div.sdmenu a:hover {
	/*background : #8e5e4a url(../img/linkarrow.gif) no-repeat right center;*/
	background : #000;
	color: #a0aa3a;
	text-decoration: none;
}

/*###################
fi CSS pel menu dinamic
###################*/


#divEmpresas{
float: left; 
width: 210px; 
border-left: 1px dashed #003d78;
margin-bottom: 20px;
}

#divEmpresas h3{
margin-bottom: 10px;
color: #003d78;
}

#divEmpresas h4{
margin-bottom: 0px;
color: #003d78;
font-size: 13px;
text-transform: uppercase;
}

#divEmpresas a{
color: black;
text-transform: uppercase;
display: block;
}

#divEmpresas a:hover{
color: #003d78;
}


#divOrganismos{
float: left; 
width: 220px; 
border-left: 1px dashed #8f970e;
margin-bottom: 20px;
}

#divOrganismos h3{
margin-bottom: 10px;
color: #8f970e;
}

#divOrganismos h4{
margin-bottom: 0px;
color: #8f970e;
font-size: 13px;
text-transform: uppercase;
}

#divOrganismos a{
color: black;
text-transform: uppercase;
display: block;
}

#divOrganismos a:hover{
color: #8f970e;
}

#descripcioCentres{
width: 350px;
float: right;
margin-right: 20px;
margin-left: 5 px;
border-left: 1px dashed black;
}

#descripcioCentres h4{
margin-bottom: 0px;
margin-top: 0px;
font-size: 13px;
color: #8f970e;
text-transform: uppercase;
}

#descripcioCentres2 {
padding-left: 10px;
}

#descripcioCentres h4.h4empreses{
color: #003D78;
}

.numactivitats{
font-weight: bold; 
color: white;
}

.destacatActivitats{
background-color: #bccb35;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
}

table.tactivitats{
font-family: trebuchet MS, Arial;
font-size: 12px;
margin-top: 10px;
margin-bottom: 5px;
}

.tactivitats th{
font-weight: bold;
text-align: left;
border-bottom: 1px solid #999999;
}

.tactivitats td{
vertical-align: top;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #999999;
}

td.tarea{
font-weight: bold;
}

table.tcalendario{
font-family: trebuchet MS, Arial;
font-size: 11px;
margin-top: 10px;
margin-bottom: 5px;
}

.tcalendario th{
font-weight: bold;
text-align: left;
border-bottom: 1px solid #999999;
width: 35px;
text-align: center;
padding: 2px 0px;
}

.tcalendario td{
text-align: center;
background-image: url(../img/border-calendario.jpg);
background-repeat: repeat-y;
background-position: 100% 0%;
border-bottom: 1px solid #999999;
padding: 0px;
padding: 2px 0px;
}

.tcalendario td a{
color: black;
}

.tcalendario td a:hover{
color: #ff8822;
}

#descripciocalendari h4{
margin-bottom: 0px;
color: #ff8822;
}



