


* {margin:0; padding:0;}

div#site{
	
	padding: 1%;
	padding-top:0;
}



/*       Classes per al logo    */

div#LOGO{

	width:1024px;
	background-image: url(./imgs/bglogo.png);
	
}

/*       FI classes per al logo    */




/*       Classes per al menú horitzontal    */

div#menuhorizontal{
	
	background-image: url(./imgs/menubg.png);
	width:1024px;
	height:35px;
	font: 9px, verdana, sans-serif;
	text-align: center;
}


#menuTI li {
	list-style:none;
	width: 132px;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	text-decoration: none;
	float:left;
	border:none;
}

#menuTI li a{

	display: inline;
	text-decoration:none;
	width: 120px;
	height: 20px;
	color: #000;
	float: left;
	padding-top: 8px;
	padding:12px;

}

#menuTI li a:hover {

	color: #474739;
	background:  url(./imgs/boton.png) 0 -40px;
	width: 120px;
	height: 20px;
	padding-top: 8px;
}

/*       Fi classes per al menú horitzontal    */



div#content{
	
	text-align:center;
	font-size: 12px; 
	font-family: "Trebuchet MS";
	width:1024px;

}

div#content h1{
	text-align:center;
	font: 18px, Arial, sans-serif; 
	color: #666;
	padding: 0;
	margin: 10px 0 0 0

}


/* GOOGLE */
div#navigation{
	margin-top:30px;
	float:left;
	margin-left:50px;
	margin-bottom:20px;
}

/* FI GOOGLE */



/*  CAIXA CENTRAL */		
.CAIXA{
	margin-top:20px;	
	float:left;
	width:600px;
			
}
		
.caixeta{
	background:#E5E6E5;
	padding:5px 5px 5px 5px;
	
}


div.centrado{
	text-align: center;
}
div.centrado table {
	margin: 0 auto;
	text-align: left;
}

/* FI CAIXA CENTRAL */




div#pub{
	margin-top:20px;
	float:right;
	width: 10px;
	padding:10px 10px 10px 10px;
	margin-right:20px;
}





div#PEU{
	width:1024px;
	text-align:center;
	font-size: 10px; 
	font-family:"Trebuchet MS";
	clear:both;
	margin-top:10px;

}




div#footer{
	background: #333;
	color: #FFF;
	text-align: center
	}

div#footer p{
	float: center;
	margin: 0;
	padding: 0px 0px
	}

div#menubottom {
	float: center;
	width: 100%;
	background: #ccc;
	text-align: center
	}

div#menubottom p{
	display: inline;
	margin:0 0px 0px;
	font: 10px, verdana, sans-serif
}



img{
	border:none;

}


a:link, a:visited {
	font: 10px, verdana, sans-serif;
	padding: 5px;
	color: #222
}

a:hover {
	font: 10px, verdana, sans-serif;
	padding: 5px;
	text-decoration: underline;
	color: #666
}


/*   BOTONS  */

input.button, textarea { 
 border:1px solid #000 
} 
 

input.button:focus, textarea:focus { 
 background:#F1F1F1
}

input.exp {
 
  font-weight:bold;
  font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}


.buscar {
	background-image: url(./imgs/botonbg.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 138px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand
}

/*  FI BOTONS  */



/* CSS ROUNDED CORNERS */



.rbroundbox { background: url(./imgs/nt.gif) repeat; }
.rbtop div { background: url(./imgs/tl.gif) no-repeat top left; }
.rbtop { background: url(./imgs/tr.gif) no-repeat top right; }
.rbbot div { background: url(./imgs/bl.gif) no-repeat bottom left; }
.rbbot { background: url(./imgs/br.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {width: 100%;height: 7px;font-size: 1px;}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 80%; margin: 1em auto; }



/* FI CSS ROUNDED CORNERS */