/* CONTINGUT */

h1.contingut
{
	font-size: 15px;
	margin-top:0px;
	color: #3C4B7F;  
}

h2.entrada
{
	font-size: 10px;
	margin-top:10px;
	/*color: #DCD9D9;*/
	color: #AF9C1E;
	font-weight:normal;  
	font-style:italic;
}

.contingut
{
	font-size: 12px;
	margin-top:10px;
	color: #000000;  
}

.colabora
{
	font-size: 12px;
	margin-top:5px;
	color: #000000;  
}

.colabora a
{
	font-size: 10px;
	color: #000000;  
	text-decoration: none;
}

.colabora a:hover
{
	font-size: 10px;
	color: #000000;  
	text-decoration: underline;
}



A {

}

a:hover {

}


.novetats_ttl
{
	font-size:15pt;		
	font-family: Verdana, Arial, Helvetica;
	color: #3C4B7F;
}

.novetats_ttl_lnk
{
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	text-decoration: none;
}

.novetats_ttl_lnk:hover
{
	color: #000000;
	text-decoration: underline;
}


.novetats_dta{
	font-size:8pt;	
	padding: 10px 0px 0px 10px;
	color: #C4B58D;
}
.novetats_cnt{
	font-size:8pt;	
	padding: 0px 0px 0px 10px;
}

/* Menu Principal */

#menu_op1    /* menú */ 
{
 	padding: 0px 0px 5px 10px; 	
}

#menu_op1 a  /* menú */
{
        
	font-size: 16px;
	color: #DD7B36;
	font-weight: bold;
	text-decoration: none;
	
	
}

.menu_op2    /* entrada */ 
{
 	padding: 0px 0px 0px 10px;
	color: #DCD9D9;
	font-size: 10px;
  
}

#menu_op3    /* submenus */ 
{
        padding: 0px 0px 1px 50px;

	float: bottom;
}

#menu_op3 a   /* submenus */ 
{
	
	color: #000000;
	font-size: 11px;

}



/* FI Menu principal */ 


/* Formulari de Contacte */

#frm_contact table
{
	font-size: 11px;
}

#frm_contact #table1
{
	border:1px dashed #CCC;
}

	
#frm_contact input,textarea{
	font-size:11px;
	background-color:#F2F2F2;
	border:1px solid #363636;
	font-family:verdana;
}



/* FI Formulari de Contacte */



/* Destacats */


.destacats
{
	background:url(../img/disseny/destaca-box.png) top left repeat-y;
	width: 213px;
	height:46px;

	line-height:4em;	
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
}

.destacats a
{
	font-family: Verdana, Arial, Helvetica;
	font-size:15px;
	color: #3C4B7F; 
	font-weight:bold;  
	color: #3C4B7F;  
	text-decoration: none;	
}

.destacats a:hover
{
	text-decoration: none;    
}


.destacaTitle{
	font-size: 15px;
	padding: 0px 0px 0px 50px;
	line-height:2em;
	color: #3C4B7F; 
	font-weight: bold; 
	
}

.destacaCont{
	font-size: 12px;
	color: #000000; 
	line-height:1.5em;
	
}



.destacats_big
{
	background:url(../img/disseny/destaca-box-big.png) top left repeat-y;
	width: 207px;
	height:192px;

	/*line-height:1.5em;*/
	padding: 0px 0px 0px 10px;	
	/* text-align: center; */
	/* border-right:1px solid #000000;*/
	
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica;

}

/* FI Destacats Principal */



/* button styles */
	.specialButton {
		font-family: sans-serif;
		line-height: normal !important;
		font-size: 100% !important;
	}
	.specialButton a:hover, .specialButton a:active {
		color: #FF7200 !important;
	}
	a.button, a.buttonDis {
		display: block;
		background-color: transparent;
		background-image: url(/img/disseny/buttonBackground.gif);
		background-repeat: no-repeat;
		width: 132px;
		height: 28px;
		margin: 5px auto;
		padding: 5px 0 0 0;
		text-align: center;
		font-size: 100%;
		font-weight: bold;
		text-decoration: none;
	}
	a.button:link, a.button:visited {
		color: #002577;
	}
	a.button:hover, a.button:active {
		background-position: 0 -36px;
		color: #FF7200;
	}
	a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -72px;
		color: #5F5F5F !important;
		cursor: default;
	}
	.icon {
		background-repeat: no-repeat;
		padding: 0 8 5px 18px;
	}
	a.button:hover .icon, a.button:active .icon {
		background-position: 0 -28px;
	}
	a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
		background-position: 0 -56px;
	}
	/* list of button icons */
	#buttonOK .icon {
		background-image: url(ok.gif);
	}
	#buttonCancel .icon {
		background-image: url(cancel.gif);
	}
	#buttonImport .icon {
		background-image: url(import.gif);
	}
	
/* FI button styles */	