body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial,sans;
	background-color: #f6f6f6;
}

#wrapper {
	background: #ffffff url(imatges/mainbg-2-v2.png) repeat-y top left;
	width: 760px;
	margin: auto;
	margin-top: 10px;
}

#rotul {
	background-color: #f6f6f6;
	font-family: sans-serif;
	font-size: 0.7em;
	text-align: right;
	padding-right: 20px;
	color: #666666;
}
#rotul a, #rotul a.active, #rotul a:hover {
	text-decoration: none;
	color: #ff8600;
}
.vermell {
	color: #ff0000;
}

#cap {
	/*background: #ffffff url(imatges/logo.gif) repeat-x top left;*/
	background: #ffffff url(imatges/personalheader-11-v3.png) no-repeat top left;
	height: 136px;
	/*margin-top: 10px;*/
	/*border-top: 2px solid #555555;
	text-align: center;*/
}

#menu {
	clear : both;
	margin: auto;
	padding: 0 16px 0 16px;
	background: #ffffff url(imatges/menubg-marc.png) repeat-y top left;
	color: #555555;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 1em;
}

#menu ul {
	margin: 0;
	padding: 5px;
	/*background: #ffffff url(imatges/menubg.png) repeat-x top left;*/
	/*border-top: #ff8644 1px solid;	*/
	border-bottom: #ff8644 2px solid;
	height: 20px;
	/*list-style-type: none ;*/
	text-align: center;
	clear: left;
}
#menu li {
	margin: 10px 10px 15px 10px;
	padding: 10px;
  	display: inline;
  	/*list-style-type: none;*/
	text-align: center;
}

#menu a {
	line-height: 14px;
	margin: 0px 5px 0px 5px;
	font-size: 90%;
	text-decoration: none;
	text-align: left;
	/*color: #ed8f83;*/
	/*font-weight: bold;*/
	color: #90ae3c;
}
#menu a.active, #menu a:hover {
	line-height: 14px;
	margin: 0px 5px 0px 5px;  	
  	padding-bottom: 0px;
	text-decoration: none;
	text-align: left;
	font-size: 90%;  
  	border-bottom: 3px solid #b8df4d;
  /*font-weight: bold;*/
  	color: #777777;
  }
  	
#cos {
	margin: 0px;
	padding: 0px;

}

#esquerra {
	display:inline; /* evitam que IE dupliqui es marge */
	/*border: 1px solid #000000;*/
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 505px;
}

#esquerra h2 {
	font-size: 1.3em;
	color: #b8df4d;
	border-bottom: 1px solid #b8df4d;
}

.exp {
	margin-top: 10px;
}

.exp p{
	margin: auto;
	border: 0px;
	width: 95%;
	/*font-family: sans-serif;*/
	font: 0.9em/1.4em Arial, sans;
	text-align: left;
	color: #555555;
}

#dreta {
	display:inline; /* evitam que IE dupliqui es marge */
	/*border: 1px solid #000000;*/
	float: right;
	margin-right: 20px;
	width: 210px;
}

#dreta h4 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	color: #90ae3c;
	border-bottom: 1px solid #ccc;
}

#dreta img {
	border: 0px;
	margin-top: 10px;
}
#dreta a, #dreta a.active, #dreta a:hover {
	border: 0px;
	text-decoration: none;
}
#logos {
	text-align: center;
}

.contacte {
	margin: auto;
	background: #FFC; 
	border: 1px solid #FB7A31;
	width: 90%;
	text-align: left;
}

.mail {
	border: 0px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #0000cb;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.docubox {
	margin: auto;
	width: 95%;
}

.docubox h3 {
	color: #888888;
	font-size: 0.9em;
}

.docubox p {
	margin-top: -5px;
	margin-left: 10px;
	color: #aaaaaa;
	font-size: 0.7em;
}

.separador {
	border-bottom: 1px solid #999999;
}

#peus {
	clear : both;
	margin-top: 0px;
	background: #ffffff url(imatges/footer.png) no-repeat top left;
	height: 63px;
}

#sub-peus {
	background-color: #f6f6f6;
	color: #0000ff;
	font-family: sans-serif;
	font-size: 0.5em;
	text-align: center;
}

.exp table {
	margin: auto;
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 95%;
}

.exp th {
	padding: 0 0.5em;
	text-align: left;
	color: #b8df4d;
}

.exp tr.groc td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

.exp td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

.exp td+td {
	border-left: 1px solid #CCC;
	text-align: center;
}
	
.mediabox {
	position:relative; 
	width:480px; 
	height:285px;
	border: 1px solid #a90215;
	padding: 3px;
}