/************************************
 *
 *  Replace these colors as needed
 *  
 *  #000000 - default font
 *  #ffffff - background
 *  #ffffff - background shadow
 *  #ffffff - header main
 *  #C62045 - header shadow
 *  #ffffff	- left main
 *  #C62045 - left shadow
 *  #ffffff- left color
 *          - left links
 *  #ffffff - left hilite main
 *  #ffffff- left hilite shadow
 *  #000000 - body main
 *  #ffffff - body shadow
 *  #ffffff- mid modules main
 *  #ffffff - mid modules shadow
 *  #ffffff - right main
 *  #C62045 - right shadow
 *  #ffffff - right hilite main
 *  #ffffff- right hilite shadow
 *  #ffffff - footer main
 *  #ffffff - footer shadow
 *  #ffffff - footer color
 *   background: #ffffff; 
 ************************************/

/* font colors */

body {
  color: #000000;

  background:  url(../images/flor.jpg) repeat;

}

td.left {
  color: #000000;
}

div.botbox {
  color: #000000;
}

td.left a:link, 
td.left a:visited {

}

td.left a.mainlevel:hover {
  color: #fff;
}

a.mainlevel { 
	border-bottom:  1px solid #cdd1d7;
}

div.midbox a:link,
div.midbox a:visited,
div.botbox a:link,
div.botbox a:visited {
  color: #fff;
}

td.left div.moduletable h3 {
	color: #ffffff;
	background: #C62045;
}

td.right div.moduletable h3 {
	color: #ffffff;
	background: #C62045;
}

td.left div.moduletable-hilite {
	background: #ffffff;
	border-color: #C62045;
}

td.left div.moduletable-hilite h3 {
	color: #666;
	background: #ced3d9;
}

td.right div.moduletable-hilite {
	background: #ffffff;
	border-color: #C62045;
}

td.right div.moduletable-hilite h3 {
	color: #333;
	background: #c2c6cd;
}

td.middle div.moduletable h3 {
	color: #666;
	background: #ffffff;
}

div.midbox div.moduletable h3 {
	color: #fff;
	background: #ffffff;
}

div.moduletable h3 {
  background: #ffffff;
	color: #fff;
}

table.outer td.sectiontableheader {
  color: #000000;
  background: #ffffff;
}

div#outer-border {
	border-color: #ffffff;
}

div#top-head {
	border-color: #ffffff;
	background: #ffffff;
}

div#access-bar {
	background: #ffffff;
}

table.outer td.left {
	border-color:  #ffffff; 
	background:  #ffffff; 
}

table.outer td.middle {
	border-color:  #ffffff; 
	background:  #ffffff;
}

table.outer td.right {
	border-color:  #ffffff; 
	background:  #ffffff; 
}

div.midbox {
	border-color:  #ffffff; 
	background:  #a4a4a4;
	border-bottom:  6px solid #ffffff;
}

div#bot-footer{
	border-color:  #ffffff;
	background: #ffffff;
	color: #000000;
}

div#bot-footer a:link,
div#bot-footer a:visited {
	color: #000000;
}

span.rocket {
	background:  url(../images/light/cuadro_60.png) no-repeat;
}

#logo {
	background: url(../images/light/logo_60.png) no-repeat;
}

#nav li.active a,
#nav li.active a:hover {
	background: #cdd1d7;
	color: #333;
}

#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 #ffffff;
  border-bottom: 3px solid #ffffff;
}

pre {
  background: #ffffff;
}
