@charset "utf-8";
/* estandarització */
* {
margin: 0;
padding: 0;
border: 0;
}
body {
	background-color: #FFFFFF;
	background-image: url(/images/fons_profunditat.jpg);
	background-repeat:  no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; /* 0.625 em */
	text-align: center;
}
a {
text-decoration: none;
color: #5F5F5F;
}
a:hover {
text-decoration: underline;
}
li {
list-style: none;
}
div.clear {
clear: both;
line-height: 1px;
height: 1px;
}
/* layout */
div#ombra {
	margin: 20px auto 0 auto;
	width: 1021px;
	height: 664px;
	background-image: url(/images/fons_principal_ombra.png);
	border: 1px solid transparent;
}
div#content {
	margin: 32px 20px 15px 20px;
	height: 616px;
	background-image: url(/images/fons_principal.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	position: relative;
	text-align: left;
}
h1 {
margin-left: 30px;
top: -18px;
position: relative;
}
div#idiomes {
  position: absolute;
  right: 88px;
  width: 200px;
  top: 77px;
  text-align: right;
  color: #5F5F5F;
  font-size: 1.2em;
}
h2 {
	height: 51px;
	padding-top: 12px;
	margin-top: -18px;
	margin-left: 17px;
	background-image: url(/images/barra_separador_header.png);
	background-repeat: no-repeat;
	padding-left: 806px;
	color: #B11B12;
	font-size: 2.25em;
	text-transform: lowercase;
}
h3 {
font-size: 1.7em;
color: #B11B12;
}
address {
font-style: normal;
}
div#lateral {
width: 158px;
float: right;
}

div#main {
width: 803px;
position: relative;
margin-top: -7px;
padding-left: 20px;
font-size: 1.05em;
	min-height: 401px;
	height: auto !important;
	height: 401px; 

}

/* elements dins del layout */

/* buscador */
#content form.buscador {
  text-align: right;
  width: 270px;
  height: 26px;
  position: absolute;
  right: 165px;
  top: 110px;
}
#content form.buscador label {
	margin-right: 6px;
	margin-top: 4px;
	color: #C4C4C4;
	font-size: 1.8em;
	float: left;
	width: 100px;
	display: block;
}
#content form.buscador input {
	height: 22px;
	border-color: #C4C4C4;
	border-bottom: 1px;
	border-top: 1px;
	border-style: solid;
	font-size: 11px;
	vertical-align: text-bottom;
	font-size: 1.5em;
	color: #797979;
    float: left;
}
#content form.buscador input.text {
	background-color: #F0F0F0;
	border-left: 1px;
	border-right: 0px;
	border-color: #C4C4C4;
	border-style: solid;
	width: 138px;

}
#content form.buscador input.image {
  border-right: 1px;
  border-left: 0px;
  border-color: #C4C4C4;
  border-style: solid;
  width: 22px;
}
/* menú lateral */
#lateral {
margin-top: -14px;
}
#lateral ul {
height: 203px;
}
#lateral ul a {
text-decoration: none;
color: #000;
font-size: 1.8em;
text-transform: lowercase;
}
#lateral li {
margin-bottom: 5px;
}
ul#segon_menu {
height: auto;
margin-top: 102px;
}
ul#segon_menu a {
color: #333333;
font-size: 1.2em;
text-transform: uppercase;
}