/* CSS Document */

/* PÀGINA SERVEIS */
/****************/
.separador_barra1px {
	float: left;
	height: 35em;
	margin: 0 1em 3em 0em;
	border:solid 1px #2E2E2F;
	}
	
#caixa_esquerra {
	margin-top: 1.5em;
	float: left;
	width: 49%;
}

#caixa_dreta{
	margin-top: 1.5em;
	float: left;
	width: 49%;
}
.seccio_serveis h1{
	background: url(../images/complements/barra_rosa.jpg) no-repeat 100%;
	background-position: left;
	font-size: 1.3em;
	color: #f5f696;
	margin-bottom: 0.6em;
}
.seccio_serveis h2{
	font-size: 1em;
	margin-top: 0.5em;
}
.seccio_serveis p{
	font-family: sans-serif;
}

.separador_seccio{
	margin-bottom: 4em;
}

