@charset "UTF-8";
/* CSS Document */

body 
{
	font-family: Courier New, Courier, Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

img
{
	border: 0px none;
}



a
{
	color: #000; /* algunes paraules subraiades links */
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color:#000
}


h1
{
	padding: 15px 15px 12px 15px;
	background: #00bbec url(../images/c_03_3.gif) no-repeat bottom left;/* color fons capçalera menu */
	border-left: 1px solid #ffffff;/* contorn capçalera */
	border-right: 1px solid #ffffff;/* contorn capçalera menu */
	text-transform: uppercase;
	font-size: 110%;
	font-weight: normal;
	margin: 0 11px 0 12px;
	color: #FFF;
}

h2
{
	padding: 15px 15px 12px 15px;
	background: #fff537 url(../images/c_01_1.gif) no-repeat bottom left;/* color fons capçalera menu */
	border-left: 1px solid #ffffff;/* contorn capçalera */
	border-right: 1px solid #ffffff;/* contorn capçalera menu */
	text-transform: uppercase;
	font-size: 110%;
	font-weight: normal;
	margin: 0 11px 0 12px;
	color: #FFF;
}

h3
{
	padding: 15px 15px 12px 15px;
	background: #ff4b5a url(../images/c_02_2.gif) no-repeat bottom left;/* color fons capçalera menu */
	border-left: 1px solid #ffffff;/* contorn capçalera */
	border-right: 1px solid #ffffff;/* contorn capçalera menu */
	text-transform: uppercase;
	font-size: 110%;
	font-weight: normal;
	margin: 0 11px 0 12px;
	color: #FFF;
}

.hr hr
{
	display: none;
}

.hr
{
	background: transparent url(../images/sep.gif) repeat-x bottom left;
	height: 2px;
	overflow: hidden;
	margin: 0 0 1em 0;
}

h1 span
{
	background: transparent url(../images/sep.gif) repeat-x bottom right;
	display: inline;
	padding: 0 13px 10px 0;
}

h2 span
{
	background: transparent url(../images/sep_.gif) repeat-x bottom right;
	display: block;
	padding: 0 15px 10px 0;
         width: 44px;
}

.container:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.container 
{ 
	display: inline-block; 
}

html[xmlns] .container
{ 
	display: block;
}

div#wrapper
{
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#navigation
{
	width: 273px;
	background: transparent url(../images/nav_bg.gif) repeat-y top left;
	float: left;
	display: inline;
	margin: 0 50px 0 0;
}

 
div.collapse
{
	margin: 0 11px 0 12px;
	padding: 0;
	list-style: none;
	display: block;
	border-bottom: 1px solid #ffffff;/* contorn menu */
}    

div.navigation-item
{
	border-top: 1px solid #ffffff; /*linies separació contorn menu */
	border-left: 1px solid #ffffff;/* linies contorn menu */
	display: block;
	position: relative;
	font-size: 92%;
	padding: 0;
	margin: 0;
}

div.collapse a.linkstate,  
div.collapse a.link
{        
	border-top: 1px solid #d0cfcb;/* linies volum menu apartats */
	border-right: 1px solid #ffffff;/* linies contorn menu apartats */
	background-color: #cccccc; /* interior blocs menu apartats */
	display: block; 
	color: #000000;/* ? */
	padding: 2px 5px 2px 15px; 
	text-decoration: none;
	text-transform: uppercase;
	height: 13px;
}    
               
div.collapse a.link:hover, div.navigation-item a.link:focus
{
	text-decoration: underline;
	color:#000;
}            

div.collapse div.content
{
	border-top: 1px solid #ffffff;/* contorn menu */
	left: -1px;
         width: 218px;
         height: auto;
	padding: 15px 15px 5px 15px;
	background-color: #ffffff;/* fons info menu */
	display: block;
}      

div#navigation div.collapse div.content a.close
{
	position: absolute;
	top: 6px;
	_top: 8px;
	left: 230px;
	width: 15px;
	height: 15px;
	text-align: center;
}

div#content div.collapse div.content a.close
{
	position: absolute;
	top: 6px;
	_top: 8px;
	left: 580px;
	width: 15px;
	height: 15px;
	text-align: center;
}

div#navigation div.base
{
	background: transparent url(../images/nav_base.gif) no-repeat bottom left;
	height: 14px;
	overflow: hidden;
}

div#content div.base
{
         float: left;
         width: 100%;
	background: transparent url(../images/content_base.gif) no-repeat bottom left;
	height: 14px;
	overflow: hidden;
}

