body {background-color: white;}
A {color: green;}
A:hover {color: red;}

/* Subtitulo */
.etiquetaSubTitulo
{
	font-family: Arial Narrow;
	font-size: 13;
	color: #414C6A;
	font-weight: normal;
	text-decoration: none;
}

/* Cabecera Tabla General */
.cabeceraTablaGeneral
{
	font-family: Arial Narrow;
	font-size: 20;
	font-weight: normal;
	color: black;
	text-decoration: none;
	background-color: #DEECDE;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
}
