/* links */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover {
	text-decoration: none;
	background-color:#968164;
	}
a:active { 
	text-decoration: none;
	color: red;
	}

/* logo_position */

img.x
{
position:absolute;
left:5px;
top:25px;
z-index:1;
}

/* posicio_menu */

ul
{
float:both;
width:100%;
padding:0;
margin:0;
margin-top: 85px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

a
{
float:both;
width:6em;
font: normal 10pt georgia;
margin-left: auto;
margin-right: auto;
text-align:center;
color:#968164;
background-color:#ded2c1;
padding:0.1em 0.6em;
}

li {
display:inline;
}

/* varis */
body { 
	color: #555753; 
	background: #e9e1cd;
	background-image:url(/images/fons_titol.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	margin: 0px; 
	}

p {
	color:black;
	}	

pn {
	color:black;
	font-weight:bold;
	}

pl{
	color:black;
	font-weight:lighter;
	}

pe {
	font-size:small;
	color:black;
	font-style:oblique;
	}	

ga {
	font-size:medium;
	color:black;
	font-style:normal;
	line-height: 20pt;
	font-family:sans-serif;
	}
small{
	font-stretch:narrower;
	font-size:small;
	}

/* specific divs */


#container { 
	padding: 56px 5px 5px 5px;  
	margin: 0px;
	min-width: 700px;
	height:auto;
	}

#cos_dreta {
	float:right;
	margin-top: 10px;
	width: 79% ;
	}

#cos_esquerra {
	float:left;
	margin-top: 10px;
	width: 19% ;
	}

#titol {
	border-top:2px solid black;
	margin-left: auto;
	margin-right: auto;
	background-color: #968164;
	color: #000000;
	text-align:center;
	font-weight:normal;
	font-style:oblique;
	}

#texte_dreta{
	margin-top:10px;
	padding: 40px 40px 40px 60px;
	background-color: #ded2c1;
	text-align:justify;
	min-height:250px;
	}

#texte_esquerra{
	margin-top:10px;
	padding: 40px 5px 40px 5px;
	background-color: #ded2c1;
	font-family:sans-serif;
	text-align:center;
	min-height:250px;
	}

#marcas {
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
	}

#peu {
	margin-top:10px;
	float:right;
	text-align:center;
	width: 100%;
	border-top:2px solid black;
	background-color: #968164;
	}

