body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	background-image:url(imatges/fons3.png);
	background-repeat:repeat;
	/*background-color:black;*/
}
#contenedor {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	/*_width: 870px;*/
}

#cabecera {
	background-image:url(imatges/capcalera3.png);
	background-repeat:no-repeat;
	height:115px;
	width:830px;
}

#menu_horizontal {
	text-align:center;
	padding:5px;
	height:14px;
	/*margin:0px 180px 0px 180px;*/
	border-bottom:1px solid #CCCCCC;
	color:#CCCCCC;
	font-size:10px;
	font-weight:bold;
}

#menu_horizontal a:hover {
	font-size:1.2em;
	text-decoration:none;
}

a{
	text-decoration:none;
}
a:link, a:visited, a:active {
	color:#CC6666;
}
a:hover {
	color:red;
	text-decoration:underline;
}
#contenido {
	background-image:url(imatges/mig3.png);
	background-repeat:repeat-y;
	padding: 10px 25px 0px 25px;
	/*background-color:white;*/
}
#central {
	padding: 0px 5px 0px 5px;
	margin-left: 180px;
	margin-right: 180px ;
	border-bottom: 10px solid white;
	background-color:white;
	color:#333333;
}

#central img {
	border:0px solid black;
}

#lateralizq {
	float: left;
	width: 170px;
	margin-right:auto;
	margin-left:auto;
}

#lateralder {
	float: right;
	width: 170px;
	margin: 0;
	margin-left: ;
	padding: 0px;
}

#pie {
	clear: both;
	padding: 3px 30px 0px 30px;
	margin-top: ;
	font-size:0.9em;
	/*background-color: rgb(213, 219, 225);*/
	background-image:url(imatges/peu3.png);
	background-repeat:no-repeat;
	height:32px;
	width:770px;
	/*_width:830px;*/
	color:white;
}
.titolcaixadreta {
	/*
	background-image:url(imatges/titol_caixa_dreta_gris.png);
	background-repeat:no-repeat;
	*/
	background-color:#CCCCCC;
	color:black;
	padding:3px;
	text-align:center;
	letter-spacing:2px;
	font-size:1.1em;
	color:#666666;
}
.titolcaixaesquerra {
/*
	background-image:url(imatges/titol_caixa_esquerra_gris.png);
	background-repeat:no-repeat;
	*/
	background-color:#CCCCCC;
	color:black;
	padding:3px;
	/*height:14px;*/
	width:160;
	text-align:center;
	letter-spacing:2px;
	font-size:1.1em;
	color:#666666;
}

.contingutcaixa{
	/*
	color:#666666;
	padding:5px;
	*/
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}

.novisualizar {display:none;}

textarea.datos, input.datos {
	background-color:#FFFFCC;
	color:#FF6600;
	border:1px solid #999999;
	margin-bottom:5px;
	font-size:10px;
}

input.boton {
	background-color:#999999;
	color:white;
	border:2px solid #CCCCCC;
	margin-bottom:5px;
	cursor:pointer;
	font-size:10px;
}

label{
float:left;
position:relative;
margin-right:5px;
/*display:block;*/
text-align:right;
}
form {margin:0px;}



#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */
	
#menu {
	width: 146spx;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	background-color:#FFFFCC;
	font-size:10px;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #777;
	display: block;
	background: url(imatges/menu.gif);
	padding: 8px 10px 0px 10px;
	text-align: left;
	}
	
#menu li a:hover {
	color: #fff;
	background: url(imatges/menu.gif) 0 -32px;
	padding: 8px 10px 0px 10px;
	text-align: right;
	}
	
#menu li a:active {
	color: #fff;
	background: url(imatges/menu.gif) 0 -64px;
	padding: 8px 10px 0px 10px;
	text-align: right;
	}

.submenu {
	padding-left:0px;
	margin:5px 0px 5px 5px;
	display:block;
	color:#333333;
	font-size:0.9em;
}
