@charset "UTF-8";
/* CSS Document */

/****************************************************************
****************************Reset CSS***************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************************************Fin del Reset*********/


/************************Layout general********************************/
body{
	background: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.container, .containerIndex{
	width:990px;
	min-height:175px;
	margin:0px auto 0px auto;
}
.containercv{
	width:95%;
	min-height:175px;
	margin:0px auto 0px auto;
}
.containerIndex{
	margin-top: 50px;
}
#WrapImageHead, #WrapImageHeadCV {
	display:table;
	width:100%;
	margin:0px;
	overflow:hidden;
	height:auto;
	min-height:110px;
}
#WrapImageHead{
	border-top: 4px solid #839f62;
}
#WrapImageCont{
	display:table;
	width:100%;
	margin:0px;
}
.titol{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
h3.titolSeccio{
	position: relative;
	float: left;
	color: #cdd0c7;
	font-size: 2.0em;
	letter-spacing: 0.1em;
	padding-left: 80px;
	font-weight: lighter;
}
.textSeccio, .textSeccioBig, .textSeccioSemiBig{
	position: relative;
	float: left;
	margin-left: 80px;
	width: 55%;
	text-align: justify;
	color: #a1a1a1;
	font-weight: lighter;
	font-size: 0.8em;
	line-height: 1.5em;
}
.textSeccioBig{
	width: 90%;
}
.textSeccioSemiBig{
	width: 75%;
}
	.textSeccio p, .textSeccioSemiBig p{
		margin-bottom: 20px;
	}
	
	.textSeccio a.cv{
		margin-top: 10px;
		color: #a7ca7a;
		text-decoration: none;
		font-size: 0.8em;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-left: 7px;
		position: relative;
		float: left;
	}
		.textSeccio a.cv:hover{
			cursor: pointer;
			text-decoration: underline;
		}
		font.big{
			font-size: 1.5em;
		}
/************************************Fin del layout general*******************/


/************************Header i menú********************************/
.logo{
	position: relative;
	float: left;
	width: 123px;
	height: 108px;
	margin-top: 10px;
}
	.logo a{
		width: 123x;
		height: 108px;
		position: relative;
		float: left;
	}
		.logo a:hover{cursor: pointer;}
		.logo object:hover{cursor: pointer;}
.logoDesc, .logoDescCV{
	position: relative;
	float: left;
	width: 283px;
	height: 53px;
	margin-top: 85px;
	margin-left: -50px;
}
.logoDescCV{
	margin-top: 125px;
}
.menu, .lang{
	position: relative;
	float: right;
	margin-right: 30px;
}
.lang{
	margin-right: 30px;
}
ul#navigation, ul#navigationLang{
	float:right;
	margin-top:26px;
	display:block;
}
ul#navigationLang{
	margin-top:28px;
}

	#navigation li, #navigationLang li{
		float:left;
		display:block;
		font-size: 0.8em;
		padding: 0 10px;
		border-right: 1px dotted #a1a1a1;
	}
	#navigationLang li{
		font-size: 0.6em;
		padding: 0 5px;
	}
		#navigation li.actiu a, #navigationLang li.actiu a{
			color: #a7ca7a;
		}
		#navigation li.last, #navigationLang li.last{
			border-right: none;
		}
		#navigation li a, #navigationLang li a{
			text-decoration: none;
			color: #a1a1a1;
		}
			#navigation li a:hover, #navigationLang li a:hover{
				color: #a7ca7a;
			}
/************************Fin Header i menú********************************/


/************************Content index********************************/
.colIndex{
	position: relative;
	float: left;
	width: 198px;
	height: 300px;
}
	.colIndex .img{
		width: 140px;
		height: 140px;
		margin: 0 auto;
	}
		.colIndex .img IMG{
			position:absolute;
		    top:0;
		    left:29px;
		    z-index:8;
		    opacity:0.0;
		}
			.colIndex .img IMG.active{
				z-index:10;
    			opacity:1.0;
			}
			.colIndex .img IMG.last-active{
				z-index:9;
			}
	.colIndex .titolIndex{
		width: 180px;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 10px;
		margin-top: 20px;
		border-bottom: 1px solid #d2e3dd;
		font-weight: bold;
		color: #839f62;
		font-weight: lighter;
		letter-spacing: 0.1em;
	}
	.colIndex .descripcio, .info{
		width: 80%;
		margin: 0 auto;
		text-align: justify;
		color: #a1a1a1;
		font-size: 0.8em;
		margin-top: 20px;
		line-height: 1.4em;
	}
	.titolIndex{
		font-size: 0.95em;
	}
	.descripcio{
		height: 240px;
	}
	.info{
		text-align: left;
		font-weight: bold;
		margin-bottom: 40px;
		font-size: 0.8em;
		margin-top: 10px;
	}
	.info a{
		text-decoration: none;
		color: #a1a1a1;
	}
	.info a:hover{
		color: #839f62;
		cursor: pointer;
	}
/************************Content index********************************/


/************************Content serveis********************************/
.llistaServeis, .llistaDesc{
	position: relative;
	float: left;
	width: 35%;
}
.llistaDesc{
	width: 100%;
}
	.llistaServeis li, .llistaDesc li{
		position: relative;
		float: left;
		width: 100%;
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	.llistaDesc li{
		font-size: 1.0em;
	}
		.llistaServeis li:hover{
			cursor: pointer;
			color: #839f62;
		}
.serveiDesc{
	position: relative;
	float: left;
	width: 60%;
	padding-right: 5px;
}
	.serveiDesc .head{
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 10px;
		color: #839f62;
	}
	.serveiDesc p{
		position: relative;
		float: left;
		width: 100%;
		text-align: justify;
		margin-bottom: 10px;
	}
/************************Fi Content serveis********************************/


/************************Content contacta********************************/

.capaForm, .capaMapa{
	position: relative;
	float: left;
}
.capaForm{
	width: 35%;
}
.capaMapa{
	width: 65%;
	margin-top: -60px;
	
}
.capaMapa iframe, .capaMapa small{
	margin-left: 66px;
}
.filaForm{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
	.capaForm input, .capaForm textarea{
		margin-bottom: 10px;
		width: 220px;
		border-color: #dddddd;
		border-width: 1px; 
		border-style: solid;
		border-left: none;
		border-right: none;
		font-size:1.0em; 
		letter-spacing : 1px;
		height: 20px;
	}
	.capaForm textarea{
		height: 100px;
	}
	.capaForm span{
		position: relative;
		color: #a1a1a1;
		font-size: 0.7em;
		margin-right: 40px;
	}
.clearFieldBlurred { color: #666; font-style: italic; }
.clearFieldActive { color: #000; }
input.myActiveClass, textarea.myActiveClass{
	border-color: #A6D06A;
	border-width: 1px; 
	border-style: solid;
	border-left: none;
	border-right: none;
}
.myBlurredClass{
	border-width: 1px; 
	border-style: solid;
	border-left: none;
	border-right: none;
}
.enviaForm{
	color: #a6d06a;
	text-decoration: none;
	position: relative;
	float: left;
	font-size: 1.0em;
	text-align: left;
	width: 40px;
}
.enviaForm:hover{
	text-decoration: underline;
}
input.error, textarea.error{
	border-color: red;
	border-width: 1px; 
	border-style: solid;
	border-left: none;
	border-right: none;
}
#alerta{
	width: 350px; 
	color: #a1a1a1;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2em;
}
.infoContacte{
	position: relative;
	float: left;
	width: 350px;
	margin-left: 66px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #a1a1a1;
}
	.filaInfoContacte{
		position: relative;
		float: left;
		width: 100%;
		height: 19px;
	}
		.filaInfoContacte a{
			text-decoration: none;
			color: #839f62;
		}
		.filaInfoContacte a:hover{
			text-decoration: none;
			cursor: pointer;
		}
/************************Fi Content contacta********************************/


/************************Content cv********************************/
.fotoCV{
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.titolcv{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}
.secciocv{
	position: relative;
	float: left;
	width: 100%;
}
h3.titolSecciocv{
	position: relative;
	float: left;
	color: #cdd0c7;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	font-weight: lighter;
}
h3.titolsubSecciocv{
	position: relative;
	float: left;
	color: #a1a1a1;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-left: 37px;
	margin-bottom: 20px;
}
.containercv p{
	position: relative;
	float: left;
	text-align: left;
	color: #a1a1a1;
	font-weight: lighter;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 37px;
	width: 90%;
}
.spacer{
	position: relative;
	float: left;
	height: 20px;
	width: 100%;
}
.minispacer{
	position: relative;
	float: left;
	height: 10px;
	width: 100%;
}
.foto_trajectoria{
	position: relative;
	float: left;
	width: 154px;
	height: 306px;
	margin-left: 35px;
}
/************************FI Content cv********************************/


/************************Agenda********************************/
.volverAgenda{
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
}
	.volverAgenda a{
		text-decoration: none;
		color: #A7CA7A;
		font-weight: lighter;
		font-size: 0.8em;
		line-height: 1.5em;
	}
		.volverAgenda a:hover{
			text-decoration: none;
			color: #a1a1a1;
			cursor: pointer;
		}
.categoriaContainer{
	position: relative;
	float: right;
	width: 21%;
	margin-top: -10px;
}
	.categoriaContent{
		float: right;
		position: relative;
		width: 150px;
		margin-top: 10px;
		border-top: dashed 1px #CDD0C7;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		margin-right: 20px;
	}
		.categoriaContent h4{
			position: relative;
			float: left;
			color: #919191;
			font-weight: lighter;
			font-size: 0.8em;
			line-height: 1.5em;
			text-align: left;
			margin-left: 20px;
			width: 80%;
			
		}
		.categoriaContent h4 span{
			font-size: 0.9em;
			position: relative;
			float: left;
			margin-top: -1px;
			color: #A7CA7A;
			margin-right: 7px;
		}
		.categoriaContent a{
			text-decoration: none;
			color: #a1a1a1;
		}
			.categoriaContent a:hover{
				text-decoration: none;
				color: #A7CA7A;
				cursor: pointer;
			}
	.categoriaContainer h3{
		position: relative;
		float: left;
		color: #919191;
		font-weight: lighter;
		font-size: 0.8em;
		line-height: 1.5em;
		width: 100%;
		text-align: center;
		font-size: 1.2em;
	}
.postsContainers{
	position: relative;
	float: left;
	padding-left: 80px;
	width: 70%;
	margin-bottom: 50px;
}
.post{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
	.postHeader, .postBody, .postFooter{
		position: relative;
		float: left;
	}
		.postBody, .postFooter{
			margin-top: 20px;
			width: 100%;
		}
		.postFooter{
			float: right;
		}
		.postFooter a{
			text-decoration: none;
			color: #919191;
			font-size: 0.9em;
			letter-spacing: 0.1em;
			font-weight: lighter;
		}
			.postFooter a:hover{
				text-decoration: none;
				cursor: pointer;
				color: #A7CA7A;
			}
		.postBody img{
			position: relative;
			float: left;
			margin-right: 20px;
			margin-bottom: 20px;
			margin-top: 6px;
		}
		.postBody p{
			position: relative;
			float: left;
			color: #a1a1a1;
			font-weight: lighter;
			font-size: 0.8em;
			line-height: 1.5em;
			text-align: justify;
		}
		.postHeader h3{
			position: relative;
			float: left;
			font-size: 1.2em;
			letter-spacing: 0.1em;
			font-weight: lighter;
			width: 100%;
		}
			.postHeader h3 a{
				text-decoration: none;
				color: #A7CA7A;
			}
				.postHeader h3 a:hover{
					text-decoration: none;
					cursor: pointer;
					color: #919191;
				}
		.postHeader span{
			position: relative;
			float: left;
			color: #919191;
			font-size: 0.8em;
			margin-bottom: 5px;
		}
		.postHeader .categoria{
			margin-left: 5px;
		}
			.postHeader .categoria a{
				text-decoration: none;
				color: #A7CA7A;
			}
				.postHeader .categoria a:hover{
					cursor: pointer;
					text-decoration: none;
				}
.controls{
	position: relative;
	float: left;
	width: 100%;
}
	.controls span.anterior a, .controls span.posterior a{
		color: #919191;
		font-size: 0.9em;
		letter-spacing: 0.1em;
		font-weight: lighter;
		text-decoration: none;
	}
		.controls span.anterior a:hover, .controls span.posterior a:hover{
			cursor: pointer;
			text-decoration: none;
			color: #A7CA7A;
		}
	.controls span.anterior{
		float: left;
	}
	.controls span.posterior{
		float: right;
	}
/************************Fi Agenda********************************/





/************************Parametres generals********************************/
.hide{
	display: none;
}
.bold{
	font-weight: bold;
}
.left{
	float: left;
}
.right{
	float: right;
}
.black{
	color: black;
}
.verd{
	color: #839f62;
}
/************************Fi Parametres generals********************************/

