body
{
	font-size: 11pt;
	margin: 0px;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-color: #ffffff;
}

/****************		Zona Navegación		****************/

.TablaNavegacion
{
	border-top: none;
	border-left: #00497B 5px solid;
	border-right: none;
	border-bottom: #00497B 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.EnlaceNavegacion
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

.EnlaceNavegacionSeleccionado
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica;
}

/****************		Título			****************/

.TablaTitulo
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left: #00497B 5px solid;
	background-color: #ffffff;
	border-bottom-style: none;
	margin-top: 2px;
}

.Titulo
{
	font-weight: bold;
	font-size: 14pt;
	color: Black;
	font-family: Arial, Helvetica;
}

/****************		SubTítulo			****************/

.TablaSubTitulo
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-top-style: none;	
	border-right-style: none;
	border-left: #00497B 5px solid;
	border-bottom-style: none;
	background-color: #ffffff;
	margin-top: 2px;
}

.SubTitulo
{
	font-weight: bold;
	font-size: 12pt;
	color: Black;
	font-family: Arial, Helvetica;
}

/****************		Cabecera Sección			****************/

.TablaCabeceraSeccion
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left: none;
	background-color: #00497B;
	border-bottom-style: none;
	margin-bottom: 1px;
}

.CabeceraSeccion
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	font-family: Arial, Helvetica;
}

/****************		Tablas de Datos		****************/

.TablaDatos
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: #00497B 1px solid;
}

.TablaDatosCabecera
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #00497B;
	text-align: center;	
	border-left-width: 5px;	
	border-width: 0px;
}

.TablaDatosFilasPares
{
	font-size: 10px;
	vertical-align: text-top;
	color: black;
	font-family: Arial, Helvetica;
	background-color: #d9fffb;
}

.TablaDatosFilasParesResaltada
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: text-top;
	color: black;
	font-family: Arial, Helvetica;
	background-color: #d9fffb;
}

.TablaDatosFilasImpares
{
	font-size: 10px;
	vertical-align: text-top;
	color: black;
	font-family: Arial, Helvetica;
	background-color: white;
}

.TablaDatosFilasImparesResaltada
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: text-top;
	color: black;
	font-family: Arial, Helvetica;
	background-color: white;
}

.TablaDatosNavegacion
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.TablaDatosEnlaceNavegacion
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

/****************		Generales		****************/

.ControlSeleccion
{
	font-family: Arial, Helvetica;
    font-size: 8pt;
}

.Etiquetas
{
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica;
}

.EstiloEtiquetaTexto
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.EstiloEtiquetaTextoNegrita
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/****************		Enlaces		****************/

A
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A:visited
{
	color: black;
}

.linkEquipo {
text-decoration:none; 
font-size:10px; 
font-family:Arial, Helvetica;
color:black; 
}

A:hover.linkEquipo		
	{
		color: black;
		text-decoration: underline;
	} 
A:active.linkEquipo	
	{color: black;} 
A:visited.linkEquipo	
	{color: black;} 