/* center tables */
body {
  text-align:center;
  background-color:#c6d7cf
}
table {
  margin-left:auto;
  margin-right:auto
}

/* background table */
table.bg {
  background-color:#c6d7cf;		/* A ser reemplazado */
  border:2px solid #e4f5ef;    /* A ser reemplazado */
}

/* coloured foreground table */
table.fg {
  border-collapse:collapse;
  width:100%;
  background-color:#c6d7cf;
}

/* non-bordered table - center content */
table.nb {
  width:100%;
  text-align:center;
  background-color:#c6d7cf;
}

/* standard cell - keep alignment to left in case browse forms are very wide */

td {
  font-family:verdana,helvetica,arial,sans-serif;
  font-size:10px;
  padding:3px;
  vertical-align:top;
  background-color:#e4f5ef;
}

td.head {
  font-weight:bold;
  white-space:nowrap;
  border: 1px solid black;
}


/* title cell - keep alignment to left in case browse forms are very wide */
td.title {
  font-weight:bold;
  background-color:#c6d7cf;
  font-size:12px;color:#3f7c5f;
  white-space:nowrap;
  }

/* field label cell */
td.label {
  font-weight:bold;
  text-align:right;
  width:40%;
  white-space:nowrap;
  border: 1px solid black;
}

td.label_izq {
  font-weight:bold;
  text-align:left;
  width:40%;
  white-space:nowrap;
  border: 1px solid black;
}

/* field content cell */
td.field {
  text-align:left;
  white-space:nowrap;
  border: 1px solid black;  
}

/* bold - used for column headings in browse tables and bold text */
td.bold {
  font-weight:bold;
  white-space:nowrap;
}

/* errors */
td.error {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

/* form elements */
input{background-color:#EBEBEB}
select{background-color:#EBEBEB}
textarea{background-color:#EBEBEB}

/* links */
a {font-family:verdana,helvetica,arial,sans-serif;font-size:10px;color:#000000;font-weight:bold;color: #CC0000;}
/* links in browse table cells */
a2 {font-family:verdana,helvetica,arial,sans-serif;font-size:10px;color:#000000;font-weight:bold}

/* Estilos para el programa sisadm/index.php - INICIO */

.titulo {
  	font-weight:bold;
  	background-color:#c6d7cf;
  	width:100%;
 	font-size:16px;color:#000;
  	white-space:nowrap;
}

/* Estilos para el programa sisadm/index.php - FIN */