@charset "utf-8";
/* CSS Document */
/* ************** BODY I TEXT ************** */   
body {
	behavior:url("../css/csshover.htc");
	margin:10px;
	background:#5e3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
}
strong {
	color:#CC4B02;
}
h1 {
	color:#CC4B02;
	font-size: x-large;
}
h2 {
	font-size: arge;
	color:#CC4B02;
}
h3 {
	font-size: medium;
	color:#CC4B02;
}
a:link {
	color:#000;
}
a:visited {
	color: #000;
}
a:hover {
	color:#CC4B02;
}
a:active {
	color: #990000;
}
.error {
	font-size:small;
	font-weight:bold;
	color:#990000;
}
#cos {
	margin:0 auto;
	width:900px;
	background: #FFF;
	height:auto;
}

/* **************** CAPÇALERA ***************** */
#masthead {
	position:relative;
	height:195px;
	background:#000 url("../imtgatzar.php?imtgatzar=./icones/header_&ext=jpg&a=1&b=6");
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
}
#masthead .titol {
	position: absolute;
	top:65px;
	left:20px;
	width:900px;
	font-size:1.7em;
	text-align:left;
	color:#82BF08;
	z-index:1;
}
#masthead .menu {
	position: absolute;
	top: 145px;
	height:45px;
	padding-left:20px;
	font-weight:bold;
}
#masthead .idioma {
	float: right;
	padding-top:155px;
	padding-right:20px;
	font-size:small;
	color:#ffffff;
}

/* //////////////      QUADRE DE TEXT PRINCIPAL   		/////////////// */
#dreta {
	float: right;
	width:680px;
	background: #fff;
	color:#000;
	padding:5px;
}
/* //////////////      BARRA LATERAL             ///////////////////*/
#esquerra {
	float:left;
	width:190px;
	background: #734E38;
	color:#000;
	background-color: #fff;
	padding-right:5px;
	font-size:small;
}
#esquerra  .p, .strong, .a {
	font-size:small;
}
#esquerra .cos {
	padding:0 5px 0 5px ;
	width:194px;
	background-color:#e0efc2;
	font-size:small;
}
#esquerra .baix {
	background-image:url(../icones/sidebar_bottom.gif);
	background-repeat:no-repeat;
	height:78px;
	width:204px;
	background-color:#ffffff;
}
#esquerra .dalt {
	background-image:url(../icones/sidebar_top.gif);
	background-repeat:no-repeat;
	height:78px;
	width:204px;
}
#esquerra .separador {
	background-image:url(../icones/sidebar_separador.gif);
	background-repeat:no-repeat;
	height:39px;
	width:204px;
	padding:0 -5px 0 -5px;
}

/* /////////////   PEU DE PÀGINA    ///////////////// */
#peu {
    clear:both;
	background:#000;
	background-image:url(../icones/peu.gif);
	background-repeat:no-repeat;
	width:900px;
	height:65px;
	margin:0 auto;
	color:#fff;
	font-size:small;
	text-align:center;
}

#peu a {
	color:#FFFFFF;
}#peu a:hover {
	color:#CC4B02;
}
/* ///////////// BOTONS ////////////////// */
.boto {    font-family: verdana, arial, sans-serif;
   font-size: 10pt;
   font-weight: bold;
   padding: 4px;
   background-color: #82BF08;
   color: #000;
   text-decoration: none;
	padding: 5px;
	line-height:18px;
}
.boto:link, .boto:visited {
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #666666;
	line-height:20px;
}
.boto:hover {
   border-bottom: 1px solid #cccccc;
   border-top: 2px solid #666666;
   border-right: 1px solid #cccccc;
   border-left: 2px solid #666666;
   color:#000;
   background-color: #CC4B02;
} 

