@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5c5c5c;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;	
}

/* Textos */

span.sur {
        color: #435058;
        font-size:1.0em;
        font-weight:bold;
}

span.vet {
        color: #009AD1;
        font-size:1.3em;
        font-weight:bold;
}

#content h2, #subnav li a:link, #subnav li a:visited, #nav strong a:link, #nav strong a:visited {
	color: #333333; //gris fosc
}

#banner h1, #banner p, #nav a:link, #nav a:visited, #subnav h1 a, .highlight h1 a, #subnav li h1 a:link, #subnav li h1 a:visited, button {
	color: #FFFFFF; //blanc
}

#subnav li ul li a:link, #subnav li ul li a:visited {
	color: #5c5c5c; //gris
}

a:hover, a:active, h1, em, em a:link, em a:visited, #nav li a:hover strong, a:hover .highlight p, #subnav li a:hover, #subnav li h1 a:hover, #subnav li ul li a:hover {
	color: #007ba7; //verd
}

#nav a:hover, #nav strong a:hover, em a:hover {
	color: #999999; //gris clar
}

a, button {
	font-weight: bold;
	cursor: pointer;
}

html {
	font-size: 0.7em;
}

small {
	font-size: 0.9em;
}

big, #content h1 {
	font-size: 1.2em;
}

#content h2 {
	font-size: 1.1em;
}

#banner h1 {
	font-size: 1.3em;
}

#content {
	line-height: 1.7em;
}

#content p {
	text-align: justify;
}

#content h1, #content h2, #content h3, #content hr {
	margin: 20px 0 5px 0;
}

#content p {
	margin: 10px 0;
}

/* Llistes */
#content li, #content dt {
	margin-left: 20px;
}

/* Formularis */
input, select, textarea {
	border: solid 1px #7F9DB9;
}

input:focus, select:focus, textarea:focus {
	background-color: #EEEEEE;
}
label {
	height:1.1em;
}
input, textarea {
	width:190px;
}
button {
	background-color: #007ba7;
	padding:2px;
	float:right;
}
/* Taules */
table {
	 border-spacing: 0px;
}

table td {
	border: solid 1px #EEEEEE;
	padding: 5px;
}

/* Regla horitzontal */
hr {
	clear: both;
	border: solid 1px #CCCCCC;
}

/* MAQUETACIÃ? */
html>body #container { /* hack navegadors moderns */
	overflow: auto;
}

html, body {
	background-color: #CCCCCC;
	height: 100%;
}

#container {
	background-color: #FFFFFF;
	min-height: 100%;
	padding: 0 2px;
	position: relative;
	width: 760px;
	margin: auto;
}

* html #container {
	height: 100%;
}

#header {
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: 0 2px;
	padding: 10px;
}

#idiomes {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
	height: 20px;
}

#banner {
	background-image: url(../images/bg-banner.gif);
	background-repeat: repeat-x;
	height: 145px;
	position: relative;
	text-align:right;
}

#banner div {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 350px;
	text-align:left;
}

#nav {
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 557px;
	float: right;
	margin: 2px 0;
}

#nav li {
	line-height: 20px;
	list-style-type: none;
	float: left;
	padding: 0 0 0 25px;
}

#nav strong {
	background-image: url(../images/bg-nav-strong.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-right: 2px;
}

#subnav {
	background-color: #ebebeb;
	list-style-type: none;
	width: 200px;
	float: left;
	margin: 2px 0;
}

#subnav li {
	line-height: 20px;
	margin-bottom: 5px;
}

#subnav li ul li {
	line-height: 20px;
	margin-top: 5px;
	padding-left: 5px;
	list-style-type: none;
}

#subnav li ul li a {
	font-weight: normal;
}

#subnav h1 {
	font-size: 1em;
	background-image: url(../images/bg-subnav.gif);
	background-repeat: repeat-x;
	margin: 0;
}

#subnav li h1 a {
	background-image: url(../images/bg-subnav-h1.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
}

#subnav li h1 a {
	padding-left: 20px;
}

#subnav li a {
	padding-left: 10px;
}

#content {
	width: 530px;
	float: right;
	padding: 15px;
	padding-top: 0;
	_width:524px;
}

.left {
	width: 350px;
	float: left;
}


.right {
	width: 160px;
	float: right;
}
.right img {
	border: solid 2px #CCC;
}

#footer {
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-top: 20px;
	padding: 15px;
	clear: both;
}

fieldset {
	width:200px;
	margin:auto;
}

/* CLASSES */
fieldset, #content .highlight {
	//background-image: url(../images/bg-header.gif);
	background-image:url(../images/bg-highlight.png);
	_background:none;
	background-repeat: repeat-x;
	//border: solid 1px #CCC;
	border: solid 2px #CCC;
	padding: 10px;
	margin: 5px 2px;
	//margin: 5px 1px;
	_margin: 5px 0px;
	background-color: #F6F6F6;
	margin-bottom: 20px;
}
.highlight {
	background-color: #F6F6F6;
	border-color: #CCCCCC;
	opacity:0.8;
}
.inactive {
	background-color: #F6F6F6;
	border-color: #CCCCCC;
}
.active {
	background-color: #FFFFFF;
	border-color: #007ba7;
	opacity:1;	
}

#content .highlight h1 {
	margin: 0;
}
a:hover .highlight {
	border: solid 1px #007ba7;
}
#content .highlight p {
	margin:0;
}
#content h2 {
	border-bottom: solid 2px #CCC;
}
.sifr strong, .sifr big {
	font-size: 16px;
	font-weight: bold;
	color: #007ba7;
}
.sifr big {
	font-size: 17px;
}

/*
#container {
	width: 955px;
}
body {
	font-size: 1.1em;
}
#banner p {
	width:400px;
}
#banner img {

}
#nav {
	width: 728px;
}
#nav li {
	padding: 0 40px 0 15px;
	font-size: 1.0em;
}
#subnav {
	width: 225px;
}
#subnav li a {
	font-size: 1.0em;
	color: #333333;
	padding-left: 20px;
}
#subnav li h1 a {
	font-size: 1.0em;
	color: #FFFFFF;
}

#subnav li ul li a {
	font-size: 0.9em;
	color: #555555;
}
#content {
	width: 700px;
}
.left {
	width: 450px;
}
.right {
	width: 215px;
}
.right img {
	width: 215px;
}
/**/