
A  {
	font-family : Arial;
	color : blue;
	list-style-type : none;
	font-size : x-small;
	font-weight : bold;
}

A:Visited  {
	font-family : Arial;
	color:blue;
	list-style-type : none;
	font-size : x-small;
	font-weight : bold;
}

A:Active  {
	font-family : Arial;
	color : red;
	list-style-type : none;
	font-size : x-small;
	font-weight : bold;
}

A:Hover  {
	font-family : Arial;
	color : red;
	list-style-type : none;
	font-size : x-small;
	font-weight : bold;
}


<!--ESTRUCTURA GENERAL DE LA PAGINA			-->

<!--Cabecera								-->
<!--		Anagrama	TituloFormulario			-->	
<!--			Menu							-->
<!--				Enlace					-->
<!--CuadroDatos							-->
<!--	CuadroRegistro							-->
<!--		TituloRegistro						-->
<!--		TablaEscalar						-->
<!--			TituloCampo	CampoSalida		-->

BODY  { 
	background-color :silver;
	font-family:Verdana; 
	font-size : small;
	color:black;
}

div.Cabecera{
}

td.TituloFormulario{
     color : white;	
	background:teal;
     margin:  0pt 0pt 0pt 0pt;
     padding: 0pt 0pt 0pt 0pt;
	border-style:outset;
	border-width: thin;
     border-color: white;
     font-size : 120%;
	text-align: center;

}

div.Menu{
	margin: 10pt 0pt 0pt 0pt;
}

td.Enlace{

}


div.CuadroDatos 
{
     
}

div.CuadroRegistro
{
     border-width: thin;
     border-style: solid;
     border-color: teal;
     margin:10pt;
}

p.TituloRegistro
{
     color : blue;	
	font-weight : bold;
     margin:  0pt 0pt 5pt 0pt;
     padding: 10pt 0pt 0pt 5pt;
}

table.TablaEscalar
{
}

TD.TituloCampo  {
	color:white;
	text-align : left;
	background-color : navy;
	font-size:x-small;
	
}
TD.CampoSalida  {
	color : black;
	
	font-size:xx-small;
	
	
}

<!-- EL REGISTRO PUEDE SER TABULAR EN VEZ DE ESCALAR. 		-->
<!--	SE EMPLEAN EN ESE CASO ESTAS CLASES				-->
<!--	DE LAS TABLAS ESCALARES SE REUTILIZAN LAS CLASES		-->
<!--		TituloCampo y CampoSalida PARA LAS ETIQUETAS		-->
<!--		DE COLUMNA Y FORMATO DE LA CELDA RESPECTIVAMENTE	-->


table.TablaTabular{
		
}
TR.Filapar
{
 background-color : silver;
}

TR.FilaImpar
{
 background-color : white;
}

TR.FilaSeleccionada
{
 background-color : aqua;
}


<!-- CLASES PARA USOS ESPECIALES		-->

table.TablaMensaje
{
   margin:10;
}

TD.AspectoGrande  {
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	color : white;
	text-align : right;
	background-color : navy;
	
}

TD.AnchoFijo
{
	font-family: courier;
	
}

table.CampoMemo{
	color:black;
	margin: 10pt 0pt 0pt 0pt;
	border-style: inset;
	border-width: thin;
     border-color: white;
	width: 650;
}

td.CampoMemo{
	padding: 5pt 0pt 0pt 0pt;
	font-size:x-small;
}


<!-- ESTRUCTURA DE LA PAGINA DE INFORME JERARQUICO				-->
<!-- La cabecera es igual que en la pagina general				-->

<!-- CuadroDatos (Indice)									-->
<!--		TituloSeccion										-->
<!--		EnlaceIndice										-->
<!--	CuadroDatos (Lista)										-->
<!--		TituloSeccion										-->
<!--			N1Cabecera									-->
<!--				N1Detalle									-->									
<!--				N2Cabecera								-->									
<!--					N2Detalle								-->									
<!--					N3Cabecera							-->									
<!--						N3Detalle							-->									
<!--						N4Cabecera						-->									
<!--							N4Detalle						-->									
<!--						N4pie							-->									
<!--					N3pie								-->									
<!--				N2pie									-->									
<!--			N1pie										-->									

td.TituloSeccion{
	font-size:large;
	margin: 0pt 0pt 0pt 0pt;
     color : white;	
	background:teal;
	border-style:outset;
	border-width: thin;
     border-color: white;
	
}


table.N1cabecera{
	font-size:medium;
	margin: 10pt 0pt 0pt 0pt;
     color : white;	
	background:teal;
	border-style:outset;
	border-width: thin;
     border-color: white;

}

table.N1linea{
	margin: 0pt 0pt 0pt 20pt;
}

table.N1pie{
	margin: 0pt 0pt 0pt 0pt;
	width:650px;
}

table.N2cabecera{
	margin: 5pt 0pt 5pt 20pt;
	color:blue;
}

table.N2linea{
	margin: 0pt 0pt 0pt 40pt;
}

table.N2pie{
	margin: 0pt 0pt 0pt 20pt;
}

table.N3cabecera{
	margin: 0pt 0pt 0pt 40pt;
}

table.N3linea{
	margin: 0pt 0pt 0pt 60pt;
}

table.N3pie{
	margin: 0pt 0pt 0pt 40pt;
}

table.N4cabecera{
	margin: 0pt 0pt 0pt 60pt;
}
table.N4linea{
	margin: 0pt 0pt 0pt 80pt;
	font-size: x-small;
}

table.N4pie{
	margin: 0pt 0pt 0pt 60pt;
}



