html.index {
 overflow-y: scroll;
}

body.index {
 margin: 0px 0px 0px 0px;
 background-color: #0e275f;
}



html.contingut {
 overflow: hidden;
}

body.contingut {
 margin: 0px 0px 25px 0px;
 background-color: #0e275f;
}




body.loading {
 margin: 0px 0px 0px 20px;
}




html.foto {
 overflow: hidden;
}

body.foto {
 margin: 0px 0px 0px 0px;
 background-color: #0e275f;
}





.txtNormal {
	font-family: "Lucida Grande", Geneva, Arial, Verdana;
	letter-spacing: 0px;
	color: #95ABD2;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.6em;
}

.titol {
	font-family: "Lucida Grande", Geneva, Arial, Verdana;
	letter-spacing: 0px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
}

.subtitol {
	font-family: "Lucida Grande", Geneva, Arial, Verdana;
	letter-spacing: 0px;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.7em;
}

.subtitolDiscret {
	font-family: "Lucida Grande", Geneva, Arial, Verdana;
	letter-spacing: 0px;
	color: #2150A4;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
}


.txtPetit {
	font-family: "Lucida Grande", Geneva, Arial, Verdana;
	letter-spacing: 0px;
	color: #2150A4;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.8em;
}

.titolPetit {
	font-family: "Lucida Grande", Geneva, Arial, Verdana;
	letter-spacing: 0px;
	color: #fff;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.5em;
}






.imgBorder {
	display: block;
	border: 1px solid #fff;
	background: #ddd;
}







a {
 color: #95ABD2;
 font-weight: bold;
 text-decoration:underline;
}

a:hover,active {
 color: #fff;
}





input.campText {
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 0.8em;
  background-color: #d6dff0;
  border-color: #2a58a8;
  border-style: solid;
  border-width: 1px;
  color: #0b1f4f;
  padding: 2px 3px 2px 3px;
}

textarea.campArea {
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 0.8em;
  background-color: #d6dff0;
  border-color: #2a58a8;
  border-style: solid;
  border-width: 1px;
  color: #0b1f4f;
  padding: 2px 3px 2px 3px;
}

input.boto {
  font-family: "Lucida Grande", Geneva, Arial, Verdana;
  font-size: 0.8em;
  background-color: #2a58a8;
  border-color: #0b1f4f;
  border-width: 1px;
  color: #fff;
  padding: 5px 10px 5px 10px;
}

