.ContenedorPrimario
{
	background-color: Transparent;
	position: relative;
	text-align: center;	
}

.TituloPrincipal
{	
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana;
	background-color: Transparent;
	text-align: right;
	width: 87%;
	color: black;
}

.TableContainer
{
	overflow:auto;
	width:100%;
	text-align: center;
	position: Relative;
	top: -20px;
	left: -5px;
	overflow: hidden;
}

.BarraNavegacion
{
	font-weight: bold;	
	font-family: Helvetica, Arial;
	background-color: transparent;
	text-align: right;
	width: 87%;
	color: #9D0909;
	position: relative;
	top: -15px;
	
}

.Celda
{
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	background-color: white;
	text-align: center;
}

.Imagen
{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 100px;
	height: 100px;
}

.TextosCC
{
	font-size: 10px;
	color: #3a75af;
	font-family: Helvetica, Arial;
	text-decoration: none;
	height: 3px;
	cursor: pointer;
}

.TextosAA
{
	font-size: 12px;
	color: black;
	font-family: Tahoma;	
	height: 3px;
	text-align: center;
}
.TextosCC
{
	font-size: 12px;
	color: black;
	font-family: Tahoma;	
	height: 3px;
	text-align: left;
	font-weight:bold;
}

.TextosBB
{
	font-size: 12px;
	color: #3a75af;
	font-family: Tahoma;	
	height: 3px;
	 text-align: left;
	 height: 32px;
	 overflow: auto;
}

.Vinculo
{
	border-right: navy thin;
	border-top: navy thin;
	border-left: navy thin;
	border-bottom: navy thin;
	text-decoration: underline;
	background-color: white;	
}



.Navegacion
{
	display: inline;
	font-size: 12px;
	color: #3A75AF;
	font-family: Tahoma, Arial;
}
