
/*links del menu, header*/
a.lheader:link {
	font-family:"Times New Roman", Times, serif;
	font-size: 15x;
    font-weight:bold;
	color: #CDCD99; 
	text-decoration : none;
}

a.lheader:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 15x;
	font-weight:bold;
	color: #CDCD99; 
	text-decoration : none;
}
	
a.lheader:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 15x;
	font-weight:bold;
	color: #EFF0E0;
	text-decoration : none;
}

a:lheader:active {
	font-family:"Times New Roman", Times, serif;
	font-size: 15x;
	font-weight:bold;
	color: #CDCD99;
	text-decoration : none;
}

.textverd{
color: #CDCD99;
}

/*per indicar la zona on estem al link */

.aqui{
	font-family:"Times New Roman", Times, serif;
	font-size: 15x;
	font-weight:bold;
	color: #EFF0E0;
	text-decoration : none;
}


/*links menu esquerra */
a.lesq:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399; 
	text-decoration : none;
}

a.lesq:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399; 
	text-decoration : none;
}
	
a.lesq:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4796E5;
	text-decoration : none;
}

a:lesq:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration : none;
}





.aquiesq{
font-weight:bold;
}

/*textos*/

.txt_blau{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

.negreta{
font-weight:bold;
}

/* formularis */


.fonsclar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #003466;
	color: #070095;
	background-color: #C2D6E9;
	
}

.buto{
        font-size:12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:#EFF0E0;
        background:#003466;
        border:1px;
        width:80px;
        height:19px;
}

.breceptes{
		font-size:12px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:#EFF0E0;
        background:#003466;
        border:1px;
        width:150px;
        height:19px;

}

/********* taules *************/

.titoltaula{
	color:  #003399;
	background-color: #C2D6E9;
	font-weight:bold;
	
}


