* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html, body {
	height: 100%;
}

body {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	background: white;
	color: grey;
}

strong {
	color: black;
	font-weight: 100;
}

#contingut {
	width: 100%;
	height: 100%;
	display:inline-block;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity  1s ease-in-out;
	-o-transition: opacity  1s ease-in-out;
	-ms-transition: opacity  1s ease-in-out;
}

/* capcalera ***************************************************************************/

header {
	width: 95%;
	height: 4%;
	min-height: 4em;
	padding: 2em 0 0 2em;
}

#logo {
	width: 4.5em;
	height: auto;
	-webkit-transition: .25s ease-in;
	-moz-transition: .25s ease-in;
	-o-transition: .25s ease-in;
	-ms-transition: .25s ease-in;
}

#logo:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);

	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}

/* menu *********************************************************************************/

#menu {
	width: 8.5em;
	float: left;
	text-align: left;
	position: relative;
}

#menu li {
	margin: 0 1em 1em 2em;
	list-style: none;
	cursor: pointer;
}

.menu_actual {
	color: black;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: grey;
}

a:hover {
	font-weight: 600;
}

#menu_obres {
	overflow: hidden;
	cursor: pointer;
	/*transicio desplegament */
	height: 2.3em;
	-webkit-transition: height 1s ease-out;
	-moz-transition: height 1s ease-out;
	-o-transition: height 1s ease-out;
	-ms-transition: height 1s ease-out;
	transition: height 1s ease-out;
}

#submenu_obres {
	height: auto;
	margin: -.4em 0 0 .55em;
	font-size: 0.8em;
	overflow: hidden;
}

/* index ********************************************************************************/

#index #contingut {
	opacity: 1;
}

#index_logo img {
	width: 100%;
	height: auto;
}

#info_site {
	width: 1em;
	height: auto;
	opacity: .5;
	position: absolute;
	bottom: 1em;
	left: 1em;
}

#info_site img {
	width: 100%;
	height: auto;
}

#info_site:hover {
	opacity: 1;
}

#arquitectura {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

/* obres ********************************************************************************/


#obres_slideshow {
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: top;
	position: relative;
}

#obres_slideshow img {
	position:absolute;
	width: 100%;
	height: auto;
	left:0;
	top:0;
	border-radius: 0.25em;
	z-index:1;
}

#obres_slideshow img.active {
	z-index:3;
}

iframe {
	width: 100%;
	height: 100%;
	border-style: none;
}

/* biografia *******************************************************************/

#bio_slideshow {
	width: 30%;
	height: auto;
	margin: 0 1em .4em 0;
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
	cursor: pointer;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
}

#bio_slideshow img {
	position:absolute;
	width: 100%;
	height: auto;
	left:0;
	top:0;
	z-index:1;
}

#bio_slideshow img.active {
	z-index:3;
}

#bio article {
	vertical-align: top;
	text-align: justify;
}

#bio_nom {
	color: black;
}

#bio p {
	margin-bottom: 1em;
}

#firma_olga {
	text-align: right;
	color: black;
}

/* noticies *****************************************************************************/

.noticia {
	display: inline-block;
	width: 100%;
	margin-bottom: 2em;
}

.noticia_data, .negre {
	color: black;
}

.noticia img {
	width: 15%;
	min-width: 5em;
	float: left;
	margin-right: 1em;
	border: solid rgb(240,240,240) .1em;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
}

.noticia_foto:hover {
	cursor: pointer;
}

.noticia_text {
	min-height: 8em;
	text-align: justify;
}

.noticia a {
	color: black;
}

/* contacte ****************************************************************************/ 

form {
	color: black;
	background: rgb(224,224,224);
	border-style: none;
	border-radius: 0.25em;
	padding: 1em;
}

label {
	display: inline-block;
	vertical-align: top;
	font-size: .9em;
}

input[type="text"], input[type="email"] {
	color: black;
	background: rgb(240,240,240);
	border-radius: 0.25em;
	width: 100%;
	height: 2em;
	border: 0.1em black;
	text-align: left;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	color: black;
	background: white;
}

input[type="text"]:hover, input[type="email"]:hover, textarea:hover {
	background: white;
}

textarea {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: black;
	background: rgb(240,240,240);
	width: 100%;
	border: 0.1em black;
}

#boto_enviar {
	float: left;	
	width: 3em;
}

#boto_enviar:hover {
	color: black;
	font-weight: 600;
	cursor: pointer;
}

#avis_missatge {
	font-size: .7em;
	color: grey;
}
