
/*
    Basic elements
------------------------------------------------------ */

body {
	margin: 0 0 0 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	height: 100%;
}

p.titol_noticia {
	margin: 4px 0;
}

/* heads */
h1, h2, h3 {
	margin: 0; 
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form {
	margin: 0; padding: 0;
}


/*
    Page Container
------------------------------------------------------ */

#container {
	width: 100%;
	margin: auto;
	padding: 0;
}


/*
    Page Content
------------------------------------------------------ */

#content-inici {
	width: 990px;
	height: 652px;
	background-image: url(../img/inici.jpg);
	text-align: left;
	margin: 2% auto 0;
}

#content {
	width: 990px;
	height: 652px;
	text-align: left;
	margin: 2% auto 0;
}


/*
    Div Pàgina i content-pagina
------------------------------------------------------ */

#pagina {
	background-image: url(../img/background.jpg);
	height: 652px;
}

#content-pagina,
#content-pagina-left, 
#content-pagina-center,
#content-pagina-right {
	float: left;
	height: 500px;
	margin-top: 8px;
	text-align: left;
	overflow: auto;
}

#content-pagina {
	width: 974px;
	background-image: url(../img/col_cont.jpg);
	margin-left: 9px;
	margin-right: 7px;
	_margin-left: 5px;
	_margin-right: 5px;
}


#content-pagina-left {
	width: 789px;
	background-image: url(../img/col_cont_left.jpg);
	margin-left: 9px;
	_margin-left: 5px;
}

#content-pagina-center {
	width: 605px;
	background-image: url(../img/col_cont_center.jpg);
}

#content-pagina-right {
	width: 789px;
	background-image: url(../img/col_cont_right.jpg);
}

#content-pagina-right ul, 
#content-pagina-right li {
	margin: 15px;
}

/*
    Footer
------------------------------------------------------ */ 

#footer {
	color: #FFFFFF;
	margin: 5px auto;
	width: 704px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
#footer a {
	color: #8CACA4;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}


/*
    Secció idiomes (inici)
------------------------------------------------------ */ 

#idiomes-inici {
	position: relative;
	top: 525px;
	right: 40px;
	color: #000000;
	font-size: 14px;
	text-align: right;
}

#idiomes-inici a, 
#idiomes-inici a:visited, 
#idiomes-inici a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#idiomes-inici a:hover {
	color: #007670;
}


/*
    meeting (inici)
------------------------------------------------------ */ 

#meeting {
	position: relative;
	top: 550px;
	left: 375px;
	color: #555555;
	font-size: 15px;
	width: 215px;
	background-color: #92BEB6;
	padding: 5px;
	text-align: center;
}

#meeting a, 
#meeting a:visited, 
#meeting a:active {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

#meeting a:hover {
	color: #007670;
}

#meeting span {
	font-size: 12px;
	font-weight: bold;
}


/*
    data actualitzacio (inici)
------------------------------------------------------ */ 

#actualitzacioWeb {
	position: relative;
	top: 560px;
	right: 40px;
	color: #555555;
	font-size: 13px;
	text-align: right;
}


/*
    Secció idiomes (global)
------------------------------------------------------ */

#idiomes {
	padding: 5px 10px;
	background-color: #333333;
	color: #FFFFFF;
	text-align: right;
}

#idiomes a, 
#idiomes a:visited, 
#idiomes a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#idiomes a:hover {
	color: #007670;
}

#idiomes a.selected {
	color: #86FAE4 !important;
	font-weight: bold;
}


/*
    Menu pàgines (inici)
------------------------------------------------------ */

#menu-inici {
	margin: 5px auto;
	padding: 5px 0;
	color: #FFFFFF;
	text-align: center;
}

#menu-inici ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-inici ul li {
	display: inline;
}

#menu-inici ul li a.selected {
	color: #CC6633 !important;
	font-weight: bold;
}

#menu-inici a, 
#menu-inici a:visited, 
#menu-inici a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu-inici a:hover {
	color: #007670;
}


/*
    Menu pàgines (global)
------------------------------------------------------ */

#menu-pagines {
	margin: 5px auto;
	_margin-top: 30px;
	padding: 5px 0;
	background-color: #1F1F1F;
	color: #FFFFFF;
	text-align: center;
}

#menu-pagines ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-pagines ul li {
	display: inline;
}

#menu-pagines ul li a.selected {
	color: #86FAE4 !important;
	font-weight: bold;
}

#menu-pagines a, 
#menu-pagines a:visited, 
#menu-pagines a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu-pagines a:hover {
	color: #007670;
}


/*
    Columna esquerra (Sub-Pàgines)
------------------------------------------------------ */

#leftCol {
	float: left;
	width: 175px;
	height: 500px;
	margin: 8px 9px 0;
	_margin-left: 5px;
	text-align: left;
	background-image: url(../img/col_menu.jpg);
}

#leftCol li {
	list-style: none;
	margin-bottom: 2px;
}

#leftCol a, #leftCol a:visited, #leftCol a:active {
	color: #000000;
	text-decoration: none;
}

#leftCol a:hover {
	color: #007670;
	font-weight: bold;
}

#leftCol a.selected {
	color: #007670 !important;
	font-weight: bold;
}

#leftCol-content {
	margin: 10px;
}


/*
    Columna dreta (Diapositives / Documents / Enllaços)
--------------------------------------------------------------------------- */

#rightCol {
	float: right;
	width: 175px;
	height: 500px;
	margin: 8px 7px 0 9px;
	_margin-left: 8px;
	_margin-right: 4px;
	background-image: url(../img/col_docs.jpg);
	overflow: auto;
}

#rightCol-content {
	color: #000000;
	margin: 10px;
}

#rightCol-content h3 {
	margin-bottom: 10px;
	font-size: 13px;
}

#rightCol-content a {
	text-decoration: none;
	color: #3F3F3F;
}

#rightCol-content a:hover {
	color: #007670;
	text-decoration: underline;
}


#diapositives, #imatges_noticia {
	margin-bottom: 15px;
	border: 1px solid #999999;
}

#diapositives .carousel, #imatges_noticia .carousel {
	margin: 10px auto 10px;
	_padding-top: 10px;
}

.prev {
	visibility: hidden;
}

.next {
	visibility: hidden;
}

#documents {}

#noticies {}


/*
    Text pàgina
------------------------------------------------------ */

.text-pagina {
	margin: 15px;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}


/*
	Noticia
------------------------------------------------------ */

.noticia_menu {
	border: 1px solid #111111;
	background-color: #FFFFFF;
	/*padding-left: 8px;*/
	padding: 0 8px;
}

.noticia {}

.noticia a {
	text-decoration: none;
	color: #3F3F3F;
}

.noticia a:hover {
	color: #007670;
	text-decoration: underline;
}


/*
    Cercador
------------------------------------------------------ */ 

#cercador {
	width: 265px;
	margin-top: 35px;
	_margin-top: 50px;
	margin-left: 687px;
	text-align: left;
}

#cercador span.titol {
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	margin-right: 197px;
}

#cercador input.caixa {
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #539C8E;
	border: 1px solid #999999;
	color: #FFFFFF;
}

#cercador input.submit {
	height: 20px;
	background-color: #EFEFEF;
	border: 1px solid #999999;
}


/*
    Resultats Cerca
------------------------------------------------------ */

#resultats-cerca {
	margin: 10px;
	color: #000000;
}

#resultats-cerca h2 {
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

#resultats-cerca h3 {
	margin-bottom: 10px;
	font-size: 13px;
}

#resultats-cerca a {
	text-decoration: none;
	color: #3F3F3F;
}

#resultats-cerca a:hover {
	color: #007670;
	text-decoration: underline;
}


/*
    Popup (imatges)
------------------------------------------------------ */

#body-popup {
	background-color: #EFEFEF;
}

#content-popup {
	text-align: center;
	margin: 20px;
}

#content-popup img {
	border: 2px solid #999999;
}

#peuImatge {
	width: 530px; /* 550 - 20 padding */
	height: 65px;
	margin-top: 15px;
	padding: 5px 10px;
	border: 1px solid #999999;
	text-align: justify;
	overflow: auto;
	background-color: #FFFFFF;
}

.botons {
	margin-top: 15px;
}

.botons img {
	border: 0 !important;
}

.submit-popup {
	background-color: #DFDFDF;
	border: 1px solid #999999;
	height: 20px;
}


/*
    Altres
------------------------------------------------------ */

.bold {
	font-weight: bold;
}

.noborder {
	border: none !important;
}

#avis_legal {
	text-align: right;
	padding: 10px;
}

#avis_legal  a {
	color: #FFFFFF;
}
