/*html #taula {width: 1200px;
width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : document.body.clientWidth) 
> 1218 ? "1200px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : document.body.clientWidth) < 570 ? "552px" : "99.7%")); 
}

#taula {width: 99%;
max-width: 1200px; 
min-width: 550px;}
*/
p { 
	text-indent: 30px;
	text-align:justify;
}

img {border : 0px;} 

#llista {
	list-style-type:circle;
}

div.transOFF, img.transOFF {
background-color: silver;
}

div.transON, img.transON  {
background-color: silver;
opacity:.80;
filter: alpha(opacity=50); 
-moz-opacity: 0.5;

}


.text {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 15px;
	color: #42382F;
}

.text a {
	color: #FF3366;

}


.textBotons {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 15px;
	color: #42382F;
}

.textBotons a {
	color: #42382F;

}

.textPetit {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 12px;
	color: #42382F;	
	
}

.textPetitRessaltat {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 12px;
	color: #42382F;	

}


.titol {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 15px;
	color: #42382F;
	font-weight:bold;
}

.titolsGrisos {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 15px;
	color: #42382F;
	background-color:#DDD3CA;
}

.botoEnviar {
	border:1px solid #FF6699;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 15px;
	color: #42382F;
	background-color:#FFFFFF;
}


input[type=file] {
 	border: thin ridge #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 15px;
	color: #42382F;
	background-color:#FFFFFF;
}

.botoEnviarDis {
background-color:#cccccc;
}

.marcRosa {
	border: thin solid #FF6699;
}

.marcGris {
	border: thin solid #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	color: #42382F;
}

.marcGrisFort {
	border: thin solid #666666;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
}

.links {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	color: #FF3366;
}

#buttons {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
}

#buttons li {
	margin-top: 5px;
	border:1px solid #FF6699;
	background-color:#FFFFFF;
}

#buttons li a {
	display:block;
	vertical-align: middle;
	padding:7px;
	text-align:center;
	width: 130;
}

#buttons li a:hover {
	background-color:#DDD3CA;
}

#subbuttons {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1em;
	padding-right:1em;
	text-indent: 0em;
	width:100%;
	background-image: url(Templates/imatgesWeb/ratlleta.jpg);
}

#subbuttons li {
	margin-top:10px;
	border:1px solid #DDD3CA;
	background-color:#FFFFFF;
}

#subbuttons li a {
	display:block;
	vertical-align: middle;
	padding:8px;
	text-align:center;
}

#subbuttons li a:hover {
	background-color:#DDD3CA;
}

.campError {
	border: thin solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	color: #FF6699;
}

/*
#subllista {
	list-style-type:circle;
	margin-left: 10;
}

#subllista li {
	margin-top:15px;
	padding:7px;
}



#subllista li a:hover {
	color:#FF6699;
}


#llistaVisites {
	list-style-type: none;
}
#llistaVisites table {
	border-width: thin 0px 0px 0px;
	border-spacing: 1px;
	border-style: dotted dotted dotted dotted;
	border-color: #FF6699;
	border-collapse: separate;
	background-color: white;

}

#llistaVisites table td{
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
}

#llistaVisites table:hover {
	background-color:#DDD3CA;
}


#llistaVisites li a {
	display:block;
	overflow:hidden;
	vertical-align: middle;
	padding-bottom:2px;
	padding:2px;
}*/