.tablaPagina
{
	background-color: #f5fafa;
	border: 0;
	border-spacing: 0;             
}

.seleccion {
	background-color: #FFCC66;
	font-size: 14px;
}

.menuOpcion:link
{
	font-size: 14px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	color: navy;
	font-family: 'Arial Black';
	text-decoration: none;
}

.menuOpcion:active
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	font-size: 14px;
	color: red;
	font-family: 'Arial Black';
	text-decoration: none;
}

.menuOpcion:visited
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	font-size: 14px;
	color: black;
	font-family: 'Arial Black';
	text-decoration: none;
}

.menuOpcion:hover
{
	border-right: orange thin solid;
	border-top: orange thin solid;
	font-size: 14px;
	border-left: orange thin solid;
	color: red;
	border-bottom: orange thin solid;
	font-family: 'Arial Black';
	text-decoration: none;
	background-color: white;
}

.texto
{
	font-size: 12px;
	line-height: 16px;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
}

.capApartat
{
	font-weight: bold;
	font-size: 16px;
	color: #e14900;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
}

.taulaCapColumna
{
	font: 12px sans-serif, Arial, Helvetica;
	font-weight: bold;
}

.tipotabla
{
	border-right: #e14900 3px solid;
	border-top: orange 3px solid;
	font: 12px sans-serif, Arial, Helvetica;
	border-left: orange 3px solid;
	border-bottom: #e14900 3px solid;
	padding-left: 4px;
}

.taulaCapcelera
{
	font-weight: bold;
	font-size: 16px;
	color: #e14900;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
	background-color: #BADADA;
}

.celda1
{
	background-color: #e8f3fa;
	font-size: 12px;
	line-height: 16px;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
}

.celda2
{
	background-color: #d9e4f2;
	font-size: 12px;
	line-height: 16px;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
}

.capFilaTaula
{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	font-family: Sans-Serif, Serif, 'Microsoft Sans Serif';
}

.textoNota:link
{
	color: navy;
	font-size: 10px;
	font-family: Serif,Sans-Serif,  'Microsoft Sans Serif';
	text-decoration: none;
}

.textoNota:visited
{
	color: black;
	font-size: 10px;
	font-family: Serif,Sans-Serif,  'Microsoft Sans Serif';
	text-decoration: none;
}

.textoNota:hover
{
	color: orange;
	background-color: white;
	font-size: 10px;
	font-family: Serif,Sans-Serif,  'Microsoft Sans Serif';
	text-decoration: none;
}