<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.TituloSolapaReporte {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.TituloReporte {
	font-size: 12px;
	font-weight: bold;
}
.CeldaTituloPrincipalTabla {
	font-size: 11px;
	font-weight: bold;
	background-color: #9CC5E9;
	text-align: center;
}
.CeldaTituloSecundarioTabla {
	font-size: 11px;
	font-weight: bold;
	background-color: #C9DFF1;
}
.CeldaTotalTabla {
	font-size: 10px;
	font-weight: bold;
	background-color: #E4EFF8;
}
.CeldaTotalGralTabla {
	font-size: 12px;
	font-weight: bold;
	background-color: #E4EFF8;
}
.CeldaDatosTabla {
	font-size: 10px;
	background-color: #F9F9F9;
}
.CeldaOpcionMenuReporte {
	font-size: 11px;
	font-weight: bold;
	background-color: #CCC;	
}
.CeldaOpcionMenuReporteOver {
	font-size: 11px;
	font-weight: bold;
	background-color: #999;
	cursor:pointer;
}
.TablaReporteCelda1 {
	background-image:url(../img/vertice_01.gif);
	width:5px;
 	height:17px;
}
.TablaReporteCelda2 {
	background-image:url(../img/top_.gif);
 	height:17px;
}
.TablaReporteCelda3 {
	background-image:url(../img/vertice_02.gif);
	width:5px;
 	height:17px;
}
.TablaReporteCelda4 {
	background-image:url(../img/izq.gif);
	width:5px;
}
.TablaReporteCelda5 {
	background-color:#FFF;
	padding:10px;
}
.TablaReporteCelda6 {
	background-image:url(../img/der.gif);
	width:5px;
	background-repeat: repeat-y;
}
.TablaReporteCelda7 {
	background-image:url(../img/vertice_03.gif);
	width:5px;
 	height:17px;
}
.TablaReporteCelda8 {
	background-image:url(../img/down.gif);
 	height:17px;
	background-repeat: repeat-x;
}
.TablaReporteCelda9 {
	background-image:url(../img/vertice_04.gif);
	width:5px;
 	height:17px;
}
</pre></body></html>