.texto_menu {
	font-family: Times New Roman;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.contido {
	font-family: Times New Roman;
	font-size: 16px;
	color: #000000;
}

.contido_menos_destacado {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.contido_destacado {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}

.aclaracions {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #000000;
	height: 5px;
	width: 5px;
	border-top: thin none #333333;
	border-right: thin none #333333;
	border-bottom: thin dotted #333333;
	border-left: thin none #333333;
	text-decoration: none;
}

.texto_menu_destacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}

.pe_de_paxina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
}

.enlaces {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}
.borde_tabla_punteada{
	border: thin dotted #999999;
}