/*==============================================================================*/
/* Importación */
/*==============================================================================*/
@import url("/intranet-unab/css/table-apuntes-notas.css");
@import url("/intranet-unab/css/apuntes.css");




/*==============================================================================*/
/* Generales */
/*==============================================================================*/
.cssAdmBody {
  background:#FFFFFF;
  margin:0px;
}
.cssAdmBarraTituloFondo {
  background:#400080;
  cursor:default;
}
.cssAdmBarraTituloFondoInactivo {
  background:#808080;
  cursor:default;
}
.cssAdmBarraTituloLabel {
  font-family:Verdana, Arial, Helvetica, MS Sans Serif;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
  padding-left:10px;
  letter-spacing:1px;
}
.cssAdmBarraTituloLabelInactivo {
  font-family:Verdana, Arial, Helvetica, MS Sans Serif;
  font-size:11px;
  font-weight:bold;
  color:#C0C0C0;
  padding-left:10px;
  letter-spacing:1px;
  text-decoration:none;
}
.cssAdmTexto {
  font-family:Arial;
  font-size:9pt;
  font-weight:normal;
  color:#000000;
}
.cssAdmOptionTodos {
  color:#400080;
}
.cssAdmMensajeError {
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:12pt;
  font-weight:bold;
  color:#800000;
}
.cssAdmPantallaErrorLabel {
  font-family:Arial;
  font-size:10pt;
  font-weight:bold;
  color:#1E5689;
}
.cssAdmPantallaErrorTexto {
  font-family:Courier New, Arial;
  font-size:10pt;
  color:#000000;
}
.cssAdmTexto A:link    { color:#000000; }
.cssAdmTexto A:active  { color:#000000; }
.cssAdmTexto A:visited { color:#000000; }
.cssAdmTexto A:hover   { color:#400080; }
.cssAdmBarraTituloLabelInactivo A:link    { color:#C0C0C0; text-decoration:none; }
.cssAdmBarraTituloLabelInactivo A:active  { color:#C0C0C0; text-decoration:none; }
.cssAdmBarraTituloLabelInactivo A:visited { color:#C0C0C0; text-decoration:none; }
.cssAdmBarraTituloLabelInactivo A:hover   { color:#FFFFFF; text-decoration:underline; }

/*
//En la libreria display.asp estan declaradas las constantes:
//- colorHojaFondo,
//- colorBotonNormal, y
//- colorBotonOver
//Estas sirven para crear los siguientes otros estilos:
//.cssAdmHojaFondo {
//  background:<colorHojaFondo>;
//}
//.cssAdmCampoInputButton {
//  color:<colorBotonNormal>;
//}
//
//Ademas se crea el siguiente estilo dependiendo de si se esta
//utilizando browser Explorer o no.
//.cssAdmFiltroInputButton {
//  padding-left:9px; padding-right:9px;
//}
//
*/


/*==============================================================================*/
/* Barra con nombre de Modulo y combo de Entidades a administrar */
/*==============================================================================*/
.cssAdmBarraModuloBody {
  margin:0px;
  margin-right:10px;
  cursor:default;
}
.cssAdmBarraModuloNombreModulo {
  font-family:Verdana, Arial;
  font-size:8pt;
  font-weight:bold;
  color:#DEDE21;
  background-color:#261A93;
}
.cssAdmBarraModuloTexto {
  font-family:Vedana, Arial;
  font-size:8pt;
  font-weight:normal;
  color:#261A93;
  text-align:right;
}
.cssAdmBarraModuloCombo {
  font-family:Arial, Courier New;
  font-size:8pt;
  font-weight:bold;
  color:#261A93;
  background-color:#FFFFFF;
}
.cssAdmBarraModuloBodyInferior {
  background-color:#FFFFFF;
  background-repeat:no-repeat;
  background-position:0% -25px;
}


/*==============================================================================*/
/* Formularios */
/*==============================================================================*/
.cssAdmTituloSeccion {
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:9pt;
  font-weight:bold;
  color:#505050;
}
.cssAdmCampoLabel {
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:9pt;
  font-weight:bold;
  color:#656299;
}
.cssAdmCampoLabelObligatorio {
  font-family:Courier New, Arial, Helvetica, MS Sans Serif;
  font-size:10pt;
  font-weight:bold;
  color:#FF0000;
  cursor:default;
}
.cssAdmCampoTexto {
  font-family:Arial,Courier New;
  font-size:9pt;
  font-weight:normal;
  color:#000000;
}
.cssAdmCampoInput {
  font-family:Courier New;
  font-size:9pt;
  font-weight:normal;
  background-color:#FFFFF0;
  color:#000000;
}
.cssAdmCampoInputButton {
  font-family:Verdana, Arial;
  font-size:7pt;
  font-weight:bold;
  background-color:#656299;
  width:86px;
  cursor:hand;
  letter-spacing:1px;
}


/*==============================================================================*/
/* Listados */
/*==============================================================================*/
.cssAdmListadoTabla {
  border:1px solid #004080;
}
.cssAdmListadoTabla TH {
  padding-top:2px;
  padding-bottom:2px;
}
.cssAdmListadoFilaImpar {
  background-color:#fdfaff;
}
.cssAdmListadoFilaConError {
  background-color:#F7FFBB;
}
.cssAdmListadoTitulo {
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:9pt;
  color:#333333;
  background:#d0d0d0;
  text-align:left;
  padding-left:6px;
}
.cssAdmListadoDato {
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:9pt;
  color:#000000;
}
.cssAdmListadoTitulo A:link    { color:#400080; text-decoration:none; }
.cssAdmListadoTitulo A:active  { color:#400080; text-decoration:none; }
.cssAdmListadoTitulo A:visited { color:#400080; text-decoration:none; }
.cssAdmListadoTitulo A:hover   { color:#FFFF33; text-decoration:none; }
.cssAdmListadoDato A:link    { color:#000000; }
.cssAdmListadoDato A:active  { color:#000000; }
.cssAdmListadoDato A:visited { color:#000000; }
.cssAdmListadoDato A:hover   { color:#004080; }


/*==============================================================================*/
/* Filtro de listados */
/*==============================================================================*/
.cssAdmFiltro {
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:9pt;
  color:#FFFFFF;
  background:#656299;
}
.cssAdmFiltroLabel {
  color:#FFFFFF;
}
.cssAdmFiltroInput {
  font-family:Courier New;
  font-size:9pt;
  font-weight:normal;
  color:#000000;
  background-color:#FFFFFF;
}
.cssAdmFiltroInputButton {
  font-family:Verdana, Arial, Helvetica, MS Sans Serif;
  font-size:8pt;
  font-weight:normal;
  color:#000000;
}


/*==============================================================================*/
/* Paginamiento de listados */
/*==============================================================================*/
.cssAdmPagBarra {
  background-color:transparent;
}
.cssAdmPagLineaTop {
  background-color:navy;
}
.cssAdmPagLineaBottom {
  background-color:navy;
}
.cssAdmPagSeccionRegistros {
  color:#000080;
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:8pt;
  font-weight:normal;
  text-align:left;
}
.cssAdmPagSeccionRegistrosNumeros {
  color:#000000;
  font-weight:normal;
}
.cssAdmPagSeccionPaginas {
  color:#000080;
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:8pt;
  font-weight:normal;
  text-align:right;
}
.cssAdmPagPagActual {
  color:#400080;
  font-weight:bold;
}
.cssAdmPagCombo {
  color:#606060;
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:8pt;
  font-weight:normal;
}
.cssAdmPagComboItemActual {
  color:#0000FF;
  font-weight:bold;
}
.cssAdmPagSeccionPaginas A:link    { color:#000000; }
.cssAdmPagSeccionPaginas A:active  { color:#000000; }
.cssAdmPagSeccionPaginas A:visited { color:#909090; }
.cssAdmPagSeccionPaginas A:hover   { color:#000080; }


/*==============================================================================*/
/* Atachador visualizador */
/*==============================================================================*/
.cssAtachadorVisualizadorBarra {
  background-color:#f0f0f0;
}
.cssAtachadorVisualizadorSeccionArchivo {
  color:#000080;
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:8pt;
  font-weight:normal;
  text-align:left;
}
.cssAtachadorVisualizadorSeccionArchivoFileName {
  color:#000000;
  font-weight:normal;
}
.cssAtachadorVisualizadorSeccionPaginas {
  color:#000080;
  font-family:Arial, Helvetica, MS Sans Serif;
  font-size:8pt;
  font-weight:normal;
  text-align:right;
}
.cssAtachadorVisualizadorSeccionPaginas A:link    { color:#000000; }
.cssAtachadorVisualizadorSeccionPaginas A:active  { color:#000000; }
.cssAtachadorVisualizadorSeccionPaginas A:visited { color:#909090; }
.cssAtachadorVisualizadorSeccionPaginas A:hover   { color:#000080; }


/*==============================================================================*/
/* Mantenedor jerarquico: treeview */
/*==============================================================================*/
.cssTreeviewCollapsed{
  font-family:Arial,Verdana;
  font-size:9pt;
  font-weight:normal; 
  text-decoration:none;
  color:#C0C0C0;
}
.cssTreeviewCollapsed A:link      {color:#000000; text-decoration:none}
.cssTreeviewCollapsed A:active    {color:#000000; text-decoration:none}
.cssTreeviewCollapsed A:visited   {color:#000000; text-decoration:none}
.cssTreeviewCollapsed A:hover     {color:#0000FF; text-decoration:none}

.cssTreeviewExpanded{
  font-family:Arial,Verdana;
  font-size:9pt;
  font-weight:normal;
  text-decoration: none;
  color:#C0C0C0;
}
.cssTreeviewExpanded A:link      {color:#000000; text-decoration:none}
.cssTreeviewExpanded A:active    {color:#000000; text-decoration:none}
.cssTreeviewExpanded A:visited   {color:#000000; text-decoration:none}
.cssTreeviewExpanded A:hover     {color:#0000FF; text-decoration:none}

.cssTreeviewSelected{
  font-family:Arial,Verdana;
  font-size:9pt;
  font-weight:normal;
  text-decoration: none;
  color:#C0C0C0;
}
.cssTreeviewSelected A:link      {color:#0000FF; text-decoration:none}
.cssTreeviewSelected A:active    {color:#0000FF; text-decoration:none}
.cssTreeviewSelected A:visited   {color:#0000FF; text-decoration:none}
.cssTreeviewSelected A:hover     {color:#0000FF; text-decoration:none}

.cssAdmTreeviewBody {
  margin-top:0px;
  margin-left:5px;
}
.cssAdmTreeviewBotones {
  font-family:Arial,Verdana, Arial;
  font-size:8pt;
  font-weight:bold;
  margin-top:3px;
}
.cssAdmTreeviewBotones A:link    {color:#A0A0A0;}
.cssAdmTreeviewBotones A:active  {color:#A0A0A0;}
.cssAdmTreeviewBotones A:visited {color:#A0A0A0;}
.cssAdmTreeviewBotones A:hover   {color:#400080;}


/*==============================================================================*/
/* Ventanas Popups */
/*==============================================================================*/
.cssAdmPopupBody {
  background:#FFFFFF;
  margin:0px;
}
.cssAdmPopupSeccionTitulo {
	font-family:"Trebuchet MS", Verdana, "Lucida Sans";
	font-size:12pt;
	font-weight:bold;
	color: #415F91;
	text-decoration: none;
}
.cssAdmPopupSeccionCuerpo {
	margin-top:2px;
	border:1px solid #333333;
	background-color:#DDE4F0;
}
.cssAdmPopupSubTitulo {
	font-family:"Trebuchet MS", Verdana, "Lucida Sans";
	font-size:10pt;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.cssAdmPopupArchivo {
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	cursor:default;
	color:#333333;
}
.cssAdmPopupTexto {
  font-family:Arial; 
  font-size:10pt;
  font-weight:normal;
}
.cssAdmPopupTextoDestacado {
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#415F91;
}
.cssAdmPopupBoton {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	background-color:#415F91;
	color:#FFFFFF;
	border: 1px solid #415F91;
	margin: 2px;
	padding: 1px;
	text-decoration: none;
}
.cssAdmPopupArchivo A:link    { color:#000000; }
.cssAdmPopupArchivo A:active  { color:#000000; }
.cssAdmPopupArchivo A:visited { color:#909090; }
.cssAdmPopupArchivo A:hover   { color:#0000FF; }
