/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* estilos admin visible */
a.admin:link {
	color: #026666;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size:8pt;
	font-weight:bold;
}
a.admin:visited {
	color: #026666;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size:8pt;
	font-weight:bold;
}
a.admin:hover {
	color: brown;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a.admin:active {
	color: red;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size:8pt;
	font-weight:bold;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* estilos admin visible */
a.admin_inv:link {
	color: #529A9C;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size:8pt;
	font-weight:bold;
}
a.admin_inv:visited {
	color: #529A9C;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size:8pt;
	font-weight:bold;
}
a.admin_inv:hover {
	color: #529A9C;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a.admin_inv:active {
	color: #529A9C;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size:8pt;
	font-weight:bold;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* para informe de carga de plantillas */
.debug {
	font-family: "Tahoma", sans-serif;
	font-size:8pt;
	font-weight:normal;
	color: #222222;
	text-align: left;
}
.debug_value {
	font-family: "Tahoma", sans-serif;
	font-size:8pt;
	font-weight:normal;
	color: blue;
	text-align: left;
}
.sys_error {
	font-family: "Arial", sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:red;
}
.bloque {
	font-family: "Tahoma", sans-serif;
	font-size:7pt;
	font-weight:normal;
	color: #222222;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
