body
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 16px;
	border-bottom: 2px solid #CCC;
}
h2
{
	font-size: 14px;
}

p
{
	font-size: 14px;
}

a,a:visited
{
	margin: 0;
	padding: 0;
}

/******************MAQUETACIO************************/

#container
{
	width: 780px;
	margin: 0 auto;
	font-family: sans-serif;
	background: url(../images/bg_container.png);
}
#header
{
	width: 780px;
	height: 161px;
	background: url(../images/header.jpg);
	
}

/******************SIDEBAR************************/

#sidebar
{
	width: 210px;
	float:left;
}
#sidebar ul
{
	list-style: none;
	margin: 30px 0 50px 0;
	padding: 0;
	
}

#sidebar li
{
	margin: 0;
	padding: 0;
}
#sidebar a
{
	font-weight: bold;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none;
	color: #000;
	margin: 0 0 0 20px;
	padding: 0;
	display: block;
	height: 30px;
}
#sidebar a:hover
{
	color: #d93527;
}
#sidebar a.active,#sidebar a.active:visited
{
	font-weight: bold;
	font-size: 11px;
	font-family: sans-serif;
	display: block;
	background: #d93527;
	color: #fff;
	padding: 5px 0 0 20px;
	margin: 0 0 10px 0;
	height: 20px;
}
#sidebar a.active:hover
{
	color: #fff;
}


/******************CONTENT************************/

#content
{
	margin: 0 0 0 220px;
	padding: 20px;
}
#content p
{
	text-align: justify;
}
#content li
{
	font-size: 14px;
	margin-bottom: 7px;
	text-align: justify;
}
/******************FOOTER************************/

#footer
{
	width: 780px;
	height: 5px;
	background: #fff url(../images/footerlinies.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

/******************ALTRES ESTILS************************/
.clear
{
	clear: both;
}

p.couldix
{
	font-size: 10px;
	text-align: right;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	width: 100px;
	display: block;
}

p.couldix a,p.couldix a:visited
{
	color: #d93527;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

p.couldix a:hover
{
	text-decoration: underline;
}

#contacte a,#contacte a:visited
{
	font-size: 12px;
	color: #d93527;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#contacte a:hover
{
	text-decoration: underline;
}

#idioma
{
	text-align:right;
	padding: 10px 15px 0 0;
	margin:0;
	font-size: 10px;
	font-weight: bold;
	background:#fff;
}

#idioma a,#idioma a:visited
{
	color: #d93527;
	font-size: 10px;
	text-decoration: none;

}
#idioma a:hover
{
	text-decoration: underline;
}
#idioma img
{
	border: 1px solid black;
	margin-left: 10px;
}

/*******************MENU DESPLEGABLE**************/
/*
bullet  --> mercantil
bullet2 --> civil
bullet3 --> civil amb mercantil desplegat
*/
img.bullet
{
	border:none;
	position:absolute;
	margin: 35px 0 0 190px;
	cursor: pointer;
	
}
img.bullet2
{
	border:none;
	position:absolute;
	margin: 65px 0 0 190px;
	cursor: pointer;
}
img.bullet3
{
	border:none;
	position:absolute;
	margin: 245px 0 0 190px;
	cursor: pointer;
}			

#submenu{margin:0;padding:0}
#submenu2{margin:0;padding:0}
#footer p{
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	font-size:12px;	
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#d93527;
}
#footer a:hover {
	text-decoration:underline;
	color:#d93527;
}
