/*
    Nombre: siac.css
    Autor: Julio Tuozzo
    Función: Archivo de estilos
    Fecha de creación: 20/06/2012.
    Ultima modificación: 23/03/2014.
*/

body
    {background: white; /*  background: Gainsboro; */
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color:navy;
     margin: 0;
 	 padding: 0;

    }

font, table, form {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    }

input, select, textarea {
 	border-radius:5px;
	padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:LemonChiffon;
    border: 1px silver solid;
    }

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, select:focus, textarea:focus {
	border-radius:3px;
	background:gold;
    }

iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-top: 1px solid black;
    }

th {color:aliceblue;
    background-color: steelblue;
    text-align:left;
    border-radius:3px;
   }

th a
    {text-decoration:none;
     font-weight:bold;
    }
    
th a:link
    {color:aliceblue; 
    }

th a:visited
    {color:aliceblue; 
    }
    
th a:hover
    {color:yellow; 
    }

sz14 {
     font-size:14px;
    }

sz18 {
     font-size:18px;
    }
    
h1 {
     font-size:22px;
    }

h2 {
     font-size:18px;
    }

h3 {
     font-size:14px;
    }

h4 {
     font-size:12px;
    }

h5 {
     font-size:10px;
    }

h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    color:navy;
    margin:1px;
    padding:1px;
    }

div#login
    { text-align:center;
      width: 300px;
      padding: 10px;
      height: 110px;
      background: WhiteSmoke;
      font-weight:bold;
      border: 1px solid navy;
      margin: 0 auto;
      line-height:1.3

   }

#contenido
    {position: absolute;
     top: 100px;
     left: 10px;
     right: 10px;
     z-index:90;
    }

.texto_pie
    { padding: 10px;
      color:gray;
      font-size:10px;
      text-align:center;
    }


.boton
    { background: gainsboro;
      color:navy;
      cursor:pointer;
      font-weight:bold;
    }


.boton_filtrar
    {height: 20px;
	 width: 84px;
	 font-weight:bold;
	 color:navy;
     text-align:right;
     cursor:pointer;
	 background: gainsboro url(./images/filtrar.png) no-repeat left;
    }

.boton_buscar
    {height: 20px;
	 width: 83px;
	 font-weight:bold;
	 color:navy;
     text-align:right;
     cursor:pointer;
	 background:gainsboro url(./images/buscar.png) no-repeat left;
    }

.boton_guardar
   {
    height: 20px;
	width: 82px;
	font-weight:bold;
	color:navy;
    text-align:right;
    cursor:pointer;
	background: gainsboro url(./images/guardar.png) no-repeat left;
    }

.boton_cancelar
    {height: 20px;
	 width: 84px;
	 font-weight:bold;
	 color:navy;
     text-align:right;
     cursor:pointer;
	 background: gainsboro url(./images/cancelar.png) no-repeat left;
    }

.boton_imprimir
    {height: 20px;
	 width: 84px;
	 font-weight:bold;
	 color:navy;
     text-align:right;
     cursor:pointer;
	 background: gainsboro url(./images/printer.png) no-repeat left;
    }


.boton_eliminar
    {height: 20px;
	 width: 116px;
	 font-weight:bold;
	 color:navy;
     text-align:right;
     cursor:pointer;
	 background: gainsboro url(./images/eliminar.png) no-repeat left;
    }

.boton_salir
    {
    height: 20px;
	width: 69px;
	font-weight:bold;
	color:navy;
    text-align:right;
    cursor:pointer;
    background: gainsboro url(./images/salir.png) no-repeat left;
    }

.boton_procesar
    {
    height: 20px;
	width: 129px;
	font-weight:bold;
	color:navy;
    text-align:right;
    cursor:pointer;
    background: gainsboro url(./images/procesar.png) no-repeat left;
    }

.boton_editar
    {
    height: 18px;
	width: 82px;
	font-weight:bold;
	color:navy;
	text-align:left;
    padding-left:20px;
    cursor:pointer;
	background: gainsboro url(./images/editar.png) no-repeat left;
    }

.boton_exportar
    {
    height: 20px;
	width: 82px;
	font-weight:bold;
	color:navy;
    text-align:right;
    cursor:pointer;
	background: gainsboro url(./images/excel.png) no-repeat left;
    }

.boton_clave
    {
    height: 20px;
	width: 105px;
	font-weight:bold;
	color:navy;
    text-align:right;
    cursor:pointer;
	background: gainsboro url(./images/candado.png) no-repeat left;
}

.boton_ok
{
    height: 20px;
	width: 50px;
	font-weight:bold;
	color:navy;
    text-align:right;
    background: gainsboro url(./images/ok.gif) no-repeat left;
    cursor:pointer;
}

.boton_imprimir
    {
    height: 20px;
	width: 82px;
	font-weight:bold;
	color:navy;
    text-align:right;
    cursor:pointer;
	background: gainsboro url(./images/printer.png) no-repeat left;
    }

.boton_calendario
    {
    height: 20px;
	width: 140px;
	font-weight:bold;
	color:navy;
    text-align:right;
    cursor:pointer;
	background: gainsboro url(./images/calendario.png) no-repeat left;
    }

.boton_archivo
    {
    height: 20px;
	width: 120px;
	font-weight:bold;
	color:navy;
    text-align:right;
    cursor:pointer;
	background: gainsboro url(./images/listar.png) no-repeat left;
    }
.icono_eliminar
	{height: 16px;
	 width: 16px;
	 background:url(./images/eliminar.png) no-repeat; 
	 cursor:pointer; 
	 border:0;	
	 vertical-align:middle;			
	}

.icono_cancelar
	{height: 16px;
	 width: 16px;
	 background:url(./images/cancelar.png) no-repeat; 
	 cursor:pointer; 
	 border:0;		
	}

.icono_nuevo
{   height: 16px;
	width: 16px;
    border: 0;
    cursor:pointer;
	background: url(./images/agregar.png) no-repeat left;
}

.icono_ok
{   height: 16px;
	width: 16px;
    border: 0;
    cursor:pointer;
	background: url(./images/ok.gif) no-repeat left;
}

.icono_editar
	{height: 16px;
	 width: 16px;
	 background:url(./images/editar.png) no-repeat; 
	 cursor:pointer; 
	 border:0;	
	 vertical-align:middle;			
	}

.icono_imprimir
	{height: 16px;
	 width: 16px;
	 background:url(./images/printer.png) no-repeat; 
	 cursor:pointer; 
	 border:0;	
	 vertical-align:middle;			
	}

.icono_ver
	{height: 16px;
	 width: 16px;
	 background:url(./images/view.png) no-repeat; 
	 cursor:pointer; 
	 border:0;	
	 vertical-align:middle;			
	}


.icono_buscar
	{height: 16px;
	 width: 16px;
	 background:url(./images/buscar.png) no-repeat; 
	 cursor:pointer; 
	 border:0;	
	 vertical-align:middle;			
	}

.icono_calendario
	{height: 16px;
	 width: 20px;
	 background:url(./images/calendario.png) no-repeat; 
	 cursor:pointer; 
	 border:0;	
	 vertical-align:middle;			
	}
	
.error
    { text-align:center;
      color: red;
      font-weight:bold;
    }

.warning
    { text-align:center;
      color: orange;
      font-weight:bold;
    }

.st_error

    { background:LightSalmon;
      border: 1px red solid;
    }

.red24
    { text-align:center;
      color: red;
      font-size:24 px;
      font-weight:bold;
    }

.b_linea_1 {background:Gainsboro;}

.b_linea_2 {background:WhiteSmoke;}

.caja {padding:5px;
       border: 1px solid gray;
       line-height:2.3;
      }

.caja_texto {
    background:WhiteSmoke;
    border: 1px solid black;
  }

/* Clases para mostrar los niveles de acceso */

.n_0
    {color:red;
     font-weight:bold;
     margin-left: 90px;
    }
    
.n_10
    {color:black;
     font-weight:bold;
     margin-left: 60px;
    }    

.n_15
    { font-weight:bold;
      margin-left: 30px;
    }

.n_20
    {color:green;
     font-weight:bold;
    }

/* Fin clases niveles de acceso */


/* Estilo del menú */

div#menu
    {background: gray;
     position:absolute;
     width: 100%;
     z-index:990;
    }

div#menu ul
    {list-style-type:none;
     padding:0;
     margin:0;
     }

div#menu li
    {float:left;
     list-style-type:none;
    }

div#menu a
    {display:block;
     text-decoration:none;
     font-weight:bold;
     margin-top:0;
     padding: 4px 12px;
     background: gray;
     color: white;
    }

div#menu a:hover
    {color: yellow;
     background: navy;
    }

div#menu ul li ul
    {margin:0;
     padding:0;
     position:absolute;
     width:140px;
    }

div#menu ul li ul li
    {width:100%;
     border-bottom:1px solid navy;
     position:relative;
    }

body div#menu ul li ul
    {display:none;
    }
div#menu ul li:hover > ul
    {display:block;
     position:absolute;
    }


div#menu ul li ul li ul 
    {margin:0;
     padding:0;
     position:absolute;
     top: 2px;
     left: 140px;
     width:140px;
     
    }

/* Fin estilo del menú */


/* Hoja de estilo del Calendario
The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; z-index:990; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


/* FIN CALENDARIO */


