/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
	/*background-color: #FFF;*/
	}
/* Hack para la tipografía de Todd Fahrner y Tantek Çelik*/
body, body div, body p, body th, body td, body li, body dd {
   font-family: "trebuchet MS", geneva, Arial, Helvetica, sans-serif;
   font-size: x-small; /* winIE4/5 */
   voice-family: "\"}\"";
   voice-family: inherit;
   /*font-size: small;*/ /* navegadores modernos */
   font-size: 13px;
}
h2 {
	font-family: "trebuchet MS", geneva, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	/*font-size: large;*/
	font-size:18px;
	font-weight: bold;
	color: #FF8000;
	margin-bottom: 0;
}
.taula {
	background-color:#fffaed;
	border: 1px solid #ffe59b;
}
.taulaFosca {
	background-color:#FFC080;
	border: 1px solid #B34700;
}
a, a:visited, a:active {
	color:#FF8000;
	text-decoration:underline;
}
a:hover, .seleccionat {
	color:#ffffff;
	background-color:#FF8000;
	text-decoration:none;
}
.menu {
	background-color:#FF8000;
}
a.dinsMenu, a.dinsMenu:visited, a.dinsMenu:active {	
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
a.dinsMenu:hover, .marcat{
	/*background-color:#fff2cd;*/
	color:#000000;
	text-decoration:overline;
	text-align:center;
	font-family: "trebuchet MS", geneva, Arial, Helvetica, sans-serif;
	font-size: 12 px;
}
.petit{
	font-size:4px;
}
.textpetit {
	font-size:11px;
}
input, select, textarea {
	background-color:#FFC080; 
	border: 1px solid #FF8000;
}
input.check {
	background-color:#F6E5D4;
	border:none;
}


