/* Soporte técnico */
div#contingut p {
	margin-bottom:15px;
}

	div#contingut p a.titol {
		text-transform:uppercase; display:block; margin-bottom:5px; padding-bottom:1px;
		border-bottom:2px solid rgb(245,245,245)
	}
	

div#ficha img {
	visibility:hidden;
}

h3 {
	text-transform:uppercase; display:block; margin-bottom:5px; padding-bottom:1px;
	border-bottom:2px solid rgb(245,245,245)
}

div#altres-faq {
	border-top:1px dashed rgb(21,113,61); background-color:rgb(245,245,245); 
	padding:10px;
}

	 div#contingut div#altres-faq h3 {
		margin-bottom:15px; font-weight:bold; font-size:10px;
	 }
	 
	 div#contingut div#altres-faq p {
		margin-bottom:15px; font-size:10px;
	 }
	
		div#contingut div#altres-faq p a.titol {
			font-size:10px;text-transform:uppercase; display:inline; border-bottom:0px; padding:0px;
		}



/* TAULA D'ESPECIFICACIONS */
table.especificacions {
	width:100%; margin:0px 0 15px 0; 
}
	table.especificacions caption {
		border-bottom:2px solid rgb(21,113,61); font-weight:bold; text-align:left; padding:5px 5px;
		 text-transform:uppercase; color:rgb(21,113,61);
	}
	
	table.especificacions th {
		padding:5px 5px; line-height:11px; font-size:11px; background-color:transparent;
		text-transform:capitalize;
	}
	
	table.especificacions td {
		background-color:rgb(247,247,247); padding:2px 5px !important;
	}

	
/* TAULA DE CONNEXIONS */
table.conexions {
	margin:0px 0 15px 0;  border-collapse:collapse; 
}
	table.conexions caption {
		border-bottom:2px solid rgb(21,113,61); font-weight:bold; text-align:left; padding:5px 5px;
		 text-transform:uppercase; color:rgb(21,113,61);
	}
	
	table.conexions th {
		padding:5px 5px; line-height:11px; font-size:11px; background-color:transparent;
		text-transform:capitalize;
	}
	
	table.conexions td {
		background-color:rgb(247,247,247); padding:2px 5px !important;
		vertical-align:top; border-right:2px solid white;
	}
