/* CSS Document */

/*
----------------------------------------------------------------------------- 
ESTILS GENERALS
-----------------------------------------------------------------------------*/
@import url(/include/funcions/font_variable.php);

.error{
	font-family:'Trebuchet MS', sans-serif;
	color:#CC0000;
}
img {
	border:0;
	padding: 0;
	margin: 0;
}
body {
	font-family:'Trebuchet MS', sans-serif;
	color:#333;
	background: #FFF;
	margin: 0;
	padding: 0;
}
#mare {
	margin:0 auto;
	/*width:765px;*/
	width:900px;
}
#home {
	background:  url(../imatges/home.gif) no-repeat top center; 
	width: 678px;
	height: 433px;
	border: 1px solid #65A3D8;
	margin: 40px 0px 0px 0px;
}
#homeCat {
	background:  url(../imatges/home_cat.gif) no-repeat top center; 
	width: 678px;
	height: 433px;
	border: 1px solid #65A3D8;
	margin: 40px 0px 0px 0px;
}
#homeEng {
	background:  url(../imatges/home_eng.gif) no-repeat top center; 
	width: 678px;
	height: 433px;
	border: 1px solid #65A3D8;
	margin: 40px 0px 0px 0px;
}
#home h2, #homeCat h2, #homeEng h2 {
	padding: 30px;
}
#nav {
    margin: 0; 
    padding: 0;
    width: 300px;
}
#nav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#nav a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height: 31px;
    overflow: hidden;
	padding: 8px 0px 0px 0px;
}
#nav a#catalan {
    background: url(../imatges/catalan.gif) top center no-repeat;
    width: 80px;
}
#nav a#espanol {
    background: url(../imatges/espanol.gif) top center no-repeat;
    width: 75px;
}
#nav a#ingles {
    background: url(../imatges/ingles.gif) top center no-repeat;
    width: 75px;
}

#nav a#catala {
    background: url(../imatges/catala.gif) top center no-repeat;
    width: 65px;
}
#nav a#castella {
    background: url(../imatges/castella.gif) top center no-repeat;
    width: 90px;
}
#nav a#angles {
    background: url(../imatges/angles.gif) top center no-repeat;
    width: 75px;
}

#nav a#catalan2 {
    background: url(../imatges/catalan2.gif) top center no-repeat;
    width: 70px;
}
#nav a#spanish {
    background: url(../imatges/spanish.gif) top center no-repeat;
    width: 85px;
}
#nav a#english {
    background: url(../imatges/english.gif) top center no-repeat;
    width: 75px;
}
#navProject {
    margin: 0; 
    padding: 0;
    width: 400px;
}
#navProject li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
#navProject a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height: 40px;
    overflow: hidden;
	padding: 8px 0px;
}
#navProject a#quatro {
    background: url(../imatges/logo_quatro.gif) center center no-repeat;
	width: 130px;
}
#navProject a#medieq {
    background: url(../imatges/logo_medieq.gif) center center no-repeat;
	width: 150px;
}
#home span, #homeCat span, #homeEng span {
    display: none;
}
#peuHome {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	height: 53px;
	width: 678px;
}
#peuHome a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
#peuHome a:hover {
	color: #666;
	text-decoration: underline;
}
#leftPeuHome {
	float: left;
	margin-top: 6px;
}
#leftPeuHome img {
	padding-top: 2px; 
}
#rightPeuHome {
	margin-top: 6px;
}
#rightPeuHome img {
	padding-top: 2px; 
}
#idioma {
	padding: 169px 20px 20px 102px; 
}
#project {
	padding: 44px 20px 20px 120px; 
}
/*versió catalana*/
#cap {
	background: url(../imatges/capcalera.gif) left center no-repeat;
	height: 62px;
	margin-top: 20px;
	width: 520px;
	float: left;
	padding: 0;
}
#cap a {
	position: relative;
	display: block;
	width: 600px;
	height: 60px;
}
#cap h2{
	margin: 0;
}
#cap span{
	display: none;
}
#idiomaIn {
    float: right;
}
#idiomaIn ul {
    margin-top: 10px;
	margin-bottom: 10px;
    padding: 0;
}
#idiomaIn li {
    margin: 2px;
    padding: 0;
    list-style-type: none;
	width: 130px;
}
#idiomaIn li a{
    /*font: 10px Verdana, Arial, Helvetica, sans-serif;*/
	font: 11px 'Trebuchet MS', sans-serif;
	color: #FFF;
	background: #65A3D8;
	text-decoration: none;
	display: block;
}
#idiomaIn li a:hover{
	color: #FFF;
	text-decoration: none;
	background: #10315A;
}
#idiomaIn .data{
    /*font: 10px Verdana, Arial, Helvetica, sans-serif;*/
	font: 11px 'Trebuchet MS', sans-serif;
	color: #10315A;
	background: #FFF;
}
.linia{
	background: #FFF url(../imatges/blau.gif) repeat-x center center;
	width: 900px;
	clear: both;
	height: 10px;
}
.linia2{
	background: #FFF url(../imatges/blau2.gif) repeat-x center center;
	width: 100%;
	clear: both;
	height: 10px;
}
#contingut {
	margin: 20px 0 10px 0 ;
	padding: 0;
	background: #FFF url(../imatges/fonsmenu.gif) repeat-y top left;
	height: 10px;	
}
html>body #contingut {
	background: #FFF ;
	height: 10px;
	margin: 20px 0 10px 0 ;
	padding: 0;
}
#menu {
	width: 160px;
	margin: 0;
	padding: 0;
	background: #F4F4F4;
	float: left;
}
#menu #wma {
	background: #10315A;
	color: #FFF;
	/*font: 11px 'Trebuchet MS', sans-serif;
	/*font: 10px Verdana, Arial, Helvetica, sans-serif;*/
	padding: 2px 4px;
}
#menu #info, #menu #usuaris {
	background: #10315A;
	color: #FFF;
	/*font: 11px 'Trebuchet MS', sans-serif;
	/*font: 10px Verdana, Arial, Helvetica, sans-serif;*/
	padding: 2px 4px;
	margin-top: 10px;
}
#menu ul {
	margin: 2px 0;
    padding: 0;
}
#menu li {
	background: #E7E7E7 url(../imatges/inici_menu.gif) repeat-y left top;
	margin: 2px 0;
    padding: 0;
    list-style-type: none;	
}
#menu li a {
	color: #333;
	/*font: 11px 'Trebuchet MS', sans-serif;
	/*font: 10px Verdana, Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	padding: 4px 4px 4px 24px;
	line-height: 14px;
	display: block;
	width: 130px;
	margin: 0;
}
#menu li a:hover {
	color: #333;
	text-decoration: none;
	background: #CECFCE url(../imatges/inici_menu_roll.gif) repeat-y left top;
}
#menu p {
	padding-left: 8px
}
#menu p a {
	text-decoration: none;
	color: #333;
	font: 11px 'Trebuchet MS', sans-serif;
}
#centre {
	padding: 0px 10px 30px 10px;
	float: right;
	width: 715px;
	margin: 14px 0px 0px 4px; 
	line-height: 16px;
	font-family: 'Trebuchet MS', verdana , sans-serif;
	color: #333;
	background: none;
}
blockquote {
	padding: 0 0 0 20px;
	margin: 0;
}
#centre h3.pres {
	font: normal 14px 'Trebuchet MS', sans-serif;
	padding-left: 10px;
	background: #FFF url(../imatges/sota_tit.gif) repeat-y left top;
	color: #10315A;
	margin: 0 0 10px 0;
}
#centre h3.home {
	font: bold 14px 'Trebuchet MS', sans-serif;
	padding-left: 10px;
	background: #FFF url(../imatges/sota_tit.gif) repeat-y left top;
	color: #10315A;
	margin: 0 0 10px 0;
}
#centre h3 {
	font: bold 14px 'Trebuchet MS', sans-serif;
	padding-left: 10px;
	background: #FFF url(../imatges/sota_tit.gif) repeat-y left top;
	color: #10315A;
}
#centre h4 {
	font: bold 12px 'Trebuchet MS', sans-serif;
	padding-left: 10px;
	background: #FFF url(../imatges/sota_tit.gif) no-repeat left center;
	color: #10315A;
}
#centre h5 {
	font: bold 12px 'Trebuchet MS', sans-serif;
	padding-left: 10px;
	background: #FFF url(../imatges/sota_tit.gif) no-repeat left center;
	color: #10315A;
}
#centre .path {
	font: 10px 'Trebuchet MS', sans-serif;
	color: #10315A;
	background: #FFF;
}
#centre .upper {
	text-transform: uppercase;
}
#centre .actual {
	font: 10px verdana, sans-serif;
	color: #10315A;
	background: #FFF;
	clear:both;
}
.titles {  
	font-weight: bold; 
	color: #10315A; 
	background: #FFF;
	text-decoration: none
	}
.titles2 {  
	font-weight: bold; 
	color: #3385C8; 
	background: #FFF;
	text-decoration: none
	}
#centre .fonsGris {  
	/*background: #E5E5E5;*/
	border: 4px solid #E5E5E5;
	text-align: center;
	padding: 4px;
	}
#centre .fonsBlau {  
	background: #6BA2CC;
	padding: 4px;
	}

#centre .info {
	background: url(../imatges/fletxa2.gif) no-repeat left center;
	padding: 0px 0px 0px 30px;
}
#centre ul {
	padding: 0;
	margin-left: 5px;
}
#centre li {
	background: transparent url(../imatges/arrow.gif) no-repeat left 0.8em;
	padding: 4px 4px 2px 12px;
	list-style: none;
	color: #333;
}
#centre a {
	color: #3385C8;
	background: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#centre a:hover {
	text-decoration: none;
	background: #3385C8;
	color: #FFF;
}
#centre a.plain {
	font-weight: normal;
	color: #3385C8;
	background: inherit;
}
#centre a.plain:hover {
	text-decoration: none;
	background: #3385C8;
	color: #FFF;
}
#centreLeft {
	float: left;
	width: 45%;
}
#centreRight {
	float: right;
	width: 50%;
}
#centreLeft li a.clear {
	clear: both;
	font-weight: bold;
	background: #FFF;
}
A.enlaces {
	font: bold 11px 'Trebuchet MS', sans-serif;
	color: #377CB7;
	text-decoration: none;
}
#peu {
	margin-bottom: 10px;
	clear: both;
	background: #FFF;
}
#peuDreta {
	float: left;
	width: 300px;
	font: 11px 'Trebuchet MS', sans-serif;
	background: #FFF;
}
#peuDreta a, #peuEsq li a, #peuCentre a {
	text-decoration: none;
	color: #10315A;
	background: inherit;
}
#peuDreta a:hover, #peuEsq li a:hover, #peuCentre a:hover {
	text-decoration: none;
	color: #FFF;
	background: #65A3D8;
}
#peuEsq {
	float: right;
	font: 11px 'Trebuchet MS', sans-serif;
}
#peuEsq ul {
	padding: 0;
	margin: 0;
}
#peuEsq li {
	display: inline;
	padding: 0  0 0 10px;
	margin: 0;
}
#peuCentre {
	float: right;
	font: 11px 'Trebuchet MS', sans-serif;
	width: 260px;
}
/*form*/
form {  
	margin: 0;  
	padding: 15px 0 0 0;  
	}
form p {  
	clear: left;  
	margin: 0;  
	padding: 4px; 
	}
form p label {  
	float: left;  
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #333;
	width: 200px;
	text-align: right;
	padding: 3px;
	}
#modificar p label {  
	float: left;  
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #333;
	width: 150px;
	text-align: right;
	padding: 2px;
	}
legend {  
 	font: 11px 'Trebuchet MS', sans-serif;
	color: #4193CF;  
	background: #FFFFFF;
	}
input, textarea, select {  
	color: #666;  
	background: #FFF;  
	border: 1px solid #4193CF;  
	font: 11px 'Trebuchet MS', sans-serif;
	padding: 2px;
	}
button {  
	color: #666;  
	background: #EFEFEF;  
	border: 1px solid #4193CF;  
	font: 11px 'Trebuchet MS', sans-serif;
	padding: 2px;
	margin: 4px;
	cursor: pointer;
	}
.checkbox {  
	color: #666;  
	background: #FFF;  
	border:0;  
	font: 11px 'Trebuchet MS', sans-serif;
	padding: 2px;
	}

#contact fieldset {
  padding: 0;
  font: 11px 'Trebuchet MS', sans-serif;
  border: solid 1px #FFF;
  }
#contact label {
  float:left;
  width:40%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  clear: both;
  }
#contact button {
	font: bold 11px 'Trebuchet MS', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #4193CF;
	padding:1px;
	margin:0;
}
#contact legend {
	font: bold 12px 'Trebuchet MS', sans-serif;
	padding-left: 10px;
	background: url(../imatges/sota_tit.gif) no-repeat left center;
	color: #10315A;
	background: inherit;
}
#contact  input, #contact textarea, #contact  select {
	border: solid 1px #333;
	color: #333;
	padding: 0px 2px;
	margin: 0 0 3px 5px;
	font:  11px 'Trebuchet MS', sans-serif;
	clear: right;
	}
#FormCerca {
	margin: 20px 10px;
	}
button {
	border: 0;
	background: #FFF; 
	margin: 0;
	}	
#cse-search-box {
	margin: 0;  
	padding: 0;  
	}	
#cse-search-box input {
	color: #666;  
	background: #FFF;  
	border: 1px solid #4193CF;  
	font: 11px 'Trebuchet MS', sans-serif;
	padding: 0;
	}	
/*mapa web*/
#mapa {
	width: 400px;
	margin-left: 40px;
}
#mapa ul {
	margin: 2px 0;
    padding: 0;
}
#mapa li {
	margin: 4px 0;
    padding: 0;
    list-style-type: none;	
}
#mapa li .blanc {
	background: #F4F4F4 url(../imatges/full_blanc.gif) no-repeat left center;
	margin: 4px 0;
    padding: 0 0 0 14px;
    list-style-type: none;
	width: 300px;
	display:block;	
}
#mapa li .negre {
	background: #F4F4F4 url(../imatges/full1.gif) no-repeat left center;
	margin: 4px 0;
    padding: 0 0 0 14px;
    list-style-type: none;
	width: 300px;
	display:block;	
}
#mapa #in ul {
	padding: 0;
	margin-left: 5px;
}
#mapa #in li {
	background: #FFF;
	padding: 4px 4px 2px 12px;
	list-style: none;
	color: #10315A;
}
.bold_white {  
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	background: #65A3D8;
	padding: 2px;
	}
#pop {
	padding: 10px;
	margin: 6px;
	width: 337px;
	line-height: 14px;
	font: 11px 'Trebuchet MS', verdana , sans-serif;
	color: #333;
	border: solid 1px #10315A;
}
#recomana ul {
	margin: 10px 0;
    padding: 0 20px;
}
#recomana ul li {
	background: #F4F4F4 url(../imatges/recomana.gif) repeat-y top left;
	padding: 4px 4px 2px 18px;
	margin: 2px 0;
	list-style: none;
	color: #333;
}
/*tamany lletra*/
.petit{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.mitja{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
.gran{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
}
#text {
	font: 11px 'Trebuchet MS', sans-serif;
	margin:0;
	padding:0;
}
#text a {
	color: #65A3D8;
	background-color: inherit; 
	text-decoration: none;
}
#text a:hover { 
	text-decoration: underline;
}
#curt {
	width:400px;
}
.bold {
	font-weight:bold;
}
/*seal.php*/
#seal {
	width:489px;
	background: #EFEFEF;
	margin:0 auto;
	padding: 10px;
}
#capSeal img, #peuSeal img{
	border: 0;
	margin: 0;
	padding: 0;
}
#peuSeal, #capSeal {
	background: #EFEFEF;
	width:509px;
	margin:0 auto;
	padding: 0;
}
#seal a {
	color: #3385C8;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
#seal a:hover {
	background: #65A3D8;
	text-decoration: none;
	color: #FFF;
}
#seal thead {
	border-bottom: 1px solid #65A3D8;
	background: #65A3D8;
	border-collapse: collapse;
	color: #10315A;
}
#seal td {
	border-bottom: 1px solid #65A3D8;
	background: #EFEFEF;
	border-collapse: collapse;
}
#data thead td {
	border: 0;
	background: #EFEFEF;
	border-collapse: collapse;
	color: #10315A;
}
#data td {
	border-bottom: 1px solid #65A3D8;
	background: #65A3D8;
	border-collapse: collapse;
	color: #FFF;
}
#dreta {
	float: right;
	/*width: 280px;*/
	width: 345px;
	margin-top: 0;
}
#esquerra {
	float: left;
	/*width: 280px;*/
	width: 345px;
	padding-right: 10px;
	border-right: dotted 1px #65A3D8;
	margin-top: 0;
}
#segells a:hover {
	background: #FFF;
}
#web1, #web2, #web3 {
	margin: 0 0 0 14px;
	padding:0px;
	width: 680px;
	height: 80px;
	background:url(../imatges/fons_webs.gif) no-repeat top left;
	}
#ColaDreta {
	float: right;
	/*width: 280px;*/
	width: 345px;
	margin-top: 14px;
}
#ColaEsquerra {
	float: left;
	/*width: 280px;*/
	width: 345px;
	padding-right: 10px;
	border-right: dotted 1px #65A3D8;
	margin-top: 14px;
}
#web1 img, #web2 img, #web3 img, #ColaDreta img, #ColaEsquerra img {
	margin: 2px 14px 0 2px;
	padding:0px;
	border: 0;
	float: left;
	}