/*  ck 23 dic***********************************
 *
 *  Replace these colors as needed
 *  
 *  #3a393e - default font
 *  #666666 - background
 *  #5a5a5a - background shadow
 *  #d8dce3 - header main
 *  #bec1c7 - header shadow
 *  #e9eef5	- left main
 *  #cdd1d7 - left shadow
 *  #a4a4a4 - left color
 *          - left links
 *  #ebf0f7 - left hilite main
 *  #ced3d9 - left hilite shadow
 *  #ffffff - body main
 *  #e0e0e0 - body shadow
 *  #a4a4a4 - mid modules main
 *  #909090 - mid modules shadow
 *  #d8dce3 - right main
 *  #bec1c7 - right shadow
 *  #dde1e9 - right hilite main
 *  #c2c6cd - right hilite shadow
 *  #babfc7 - footer main
 *  #a3a8af - footer shadow
 *  #74777c - footer color
 *
 ************************************/

/* font colors */

body {
  color: #4A598D; /*color fuente general*/
  background: #43747C; 
}

td.left {
  color: #4A598D;
}

div.botbox {
  color: red;
}

td.left a:link, 
td.left a:visited {
color: #43747C; /*color fuente menư vertical*/
}

td.left a.mainlevel:hover {
  color: white;
  background-color: #FCA465; /*agregado..colorfondo menu vertical*/
}

a.mainlevel { 
	border-left:  3px solid #FCA465; /*borde inferior menu vertical..ahora en 0*/
        padding-left: 10px;
}

td.right a:link,
td.right a:visited,
div.midbox a:link,
div.midbox a:visited,
div.botbox a:link,
div.botbox a:visited {
  color: #fff;
}

td.left div.moduletable h3 { /* formulario de acceso*/
	color: #749F81;
	background: #F8F8F8; 
        border: 1px solid #749F81;/* agregado*/
}

.button { /* agregado colores y formato botưn!!*/
color: #589AA5;
background-color: #F8F8F8;
border: 1px solid #589AA5;
margin-top: 3px;
margin-bottom: 3px;
}

td.right div.moduletable h3 { /* quien esta en linea etc*/
	color: #749F81; 
        border: 1px solid #749F81;/* agregado*/
	background: #F8F8F8;
}

td.left div.moduletable-hilite {
	background: #ebf0f7;
	border-color: #cdd1d7;
}

td.left div.moduletable-hilite h3 {
	color: #666;
	background: #ced3d9;
}

td.right div.moduletable-hilite {
	background: #dde1e9;
	border-color: #bec1c7;
}

td.right div.moduletable-hilite h3 {
	color: #333;
	background: #c2c6cd;
}

td.middle div.moduletable h3 { /*nuevos programas*/
	color: #749F81;
	background: white;
        font-size: 11px;
        font-weight: bold;
}

div.midbox div.moduletable h3 {
	color: #fff;
	background: #909090;
}

div.moduletable h3 {
  background: #e0e0e0;
	color: #fff;
}

th.pagenav_prev a { /* agregado "anterior"*/
color: #749F81;
}

div.back_button a {
color: #749F81;
}

table.outer td.sectiontableheader {/* agregado "volver*/
  color: #a3a8af;
  background: #e0e0e0;
  border-top: 5px solid white;
  border-bottom: 5px solid white; /* unica forma de ponerle margen a "tiulo"*/
}

div#outer-border {
	border-color: #43747C;
}

div#top-head { /*colores cabecera*/
	border-color: #bec1c7;
	background: #FDBD8D;
}

div#access-bar {
	background: #bec1c7;
}

table.outer td.left { /*colores columna izquierda*/
	border-color:  #cdd1d7; 
	background:  #e9eef5; 
}

table.outer td.middle {/*colores columna central*/
	border-color:  #e0e0e0; 
	background:  #ffffff;
}

table.outer td.right {/*colores columna derecha*/
	border-color:  #bec1c7; 
	background:  #e9eef5; 
}

div.midbox { /*colores boton buscar..*/
	border-color:  #bec1c7; 
	background:  #e9eef5;
	border-width:  1px 0px 1px 0px;
        padding-top:5px; /*agregado*/
}

div#bot-footer{
	border-color:  #a3a8af;
	background: #babfc7;
	color: #74777c;
}

div#bot-footer a:link,
div#bot-footer a:visited {
	color: #74777c;
}

span.rocket {
	background:  url(../images/light/rocket.png) no-repeat;
}

#logo {
	background: url(../images/light/pixel_logo.gif) no-repeat;
}

#nav li.active a, /* colores menư "activo" horizontal"*/
#nav li.active a:hover {
	background: #589AA5;
	color:  #FCFAD8;
        border: 1px solid #FCA465;
}

#nav li.active li a:hover {
	color: #fff;
}

/* medium accessibility */
a.light .button {
	background:  url(../images/light/access_light.png);
}

a.med .button {
	background:  url(../images/light/access_med.png);
}

a.dark .button {
	background:  url(../images/light/access_dark.png);
}

a.red .button {
	background:  url(../images/light/access_red.png);
}

a.blue .button {
	background:  url(../images/light/access_blue.png);
}

a.green .button {
	background:  url(../images/light/access_green.png);
}

a.orange .button {
	background:  url(../images/light/access_orange.png);
}

a.large .button {
	background: url(../images/light/access_large.png);
}

a.small .button {
	background: url(../images/light/access_small.png);
}

a.default .button {
	background: url(../images/light/access_normal.png);
}

a.thin .button {
	background: url(../images/light/access_thin.png);
}

a.wide .button {
	background: url(../images/light/access_wide.png);
}

a.fluid .button {
	background: url(../images/light/access_fluid.png);
}

/* typography */
h2 {
  color: #666;
}

blockquote {
  background: #fcfcfc;
  border-top: 6px solid #E0E0E0;
  border-bottom: 6px solid #E0E0E0;
}

pre {
  background: #E9EEF5;
}
