/* CSS Style Sheet*/

* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

body {
	background-color: #2E2E2E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F2F2F2;
	background-position: center;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:focus, a:hover, a:active { 
  color: #008f87; /*Blau turquesa*/
  text-decoration: none;
}

#fondo {
	background-image: url(../images/complements/backmain.jpg);
	background-repeat: repeat-y;
	z-index: -1;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	width: 1009px;
}

#header {
	background-image: url(../images/platges/born-port-head.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 937px;
	height: 192px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header #idioma {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0.25em;
	padding-right: 0.5em;
	font-style: normal;
}

#menu {
	width: 937px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 43px;
	background-repeat: repeat-x;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-position: bottom;
}

#contingut {
	width: 937px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	overflow: auto;
	position: static;
	padding-top: 1.5em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	background-image: url(../images/complements/backmain.png);
	background-repeat: repeat-y;
	background-position: center;
}

#contingut-fixat {
	width: 937px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	position: static;
	padding-top: 1.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	background-image: url(../images/complements/backmain.png);
	background-repeat: repeat-y;
	background-position: center;
}

#variableprincipal {
	text-align: center;
	clear: both;
	margin-right: 0.9em;
	margin-left: 0.9em;
	margin-top: 0em;
}

#variableprincipal-left {
	text-align: left;
	clear: both;
	margin-right: 0.9em;
	margin-left: 0.9em;
	margin-top: 0em;
}

#footer {
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #2e2e2e;
	font-size: small;
	font-style: italic;
	color: #999999;
	text-align: center;
	padding-top: 0em;
}
#backfoot {
	background-image: url(../images/complements/bottommain.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 1009px;
	height: 68px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contingut #variableprincipal img {
	margin: 1em;
}
#footer p {
	margin: 0 auto 0 auto;
	padding: 0.5em;
}

