if (navigator.userAgent.indexOf('Mac') != -1)
	{
	var extrasize = 2;
	}
else
	{
	var extrasize = 0;
	}	
	
//-------------------------------------EDITAR EL TAMAŅO DE LAS VARIABLES AQUI---------------------------------
var size1 = 8 + extrasize;
var size2 = 9 + extrasize;
var size3 = 10 + extrasize;
var size4 = 11 + extrasize;
var size5 = 12 + extrasize;
var size6 = 13 + extrasize;
var size7 = 14 + extrasize;
//-------------------------------------EDITAR EL TAMAŅO DE LAS VARIABLES AQUI---------------------------------


//-------------------------------------EDITAR EL COLOR DE LAS VARIABLES AQUI----------------------------------
var color1 = "#000000"; //black :: ficontent
var color2 = "#333333"; //dark grey :: promotional, tablecontent1 text color
var color3 = "##FFFF00"; //dark red :: subheader

var color4 = "#2483B3"; // link
var color5 = "#CC9900"; // visited, active, table subheader bgcolor
var color6 = "#30434D"; // hover, table header bgcolor, tablecontent2 text color

var color7 = "#FFFFCC"; //tablecontent 1 bgcolor
var color8 = "#000000"; //tablecontent 2 bgcolor
var color9 = "#FFFFFF"; //table header text, table subheader text

//-------------------------------------EDITAR EL COLOR DE LAS VARIABLES AQUI----------------------------------

//-----------------------LISTA DE METODOS QUE PUEDEN SER USADOS----------------------------------
/*
s1.setName(".stylename");
s1.setFont("Arial, Helvetica, sans-serif");
s1.setColor(variable);
s1.setBackgroundColor(variable);
s1.setSize(variable);
s1.setWeight("bold");
s1.setTextDecoration("underline");
s1.setBorder("1 solid #00589e");
s1.setScrollbarTrackColor("#000000");
s1.setScrollbar3dlightColor("#000000");
s1.setScrollbarDarkshadowColor("#000000");
s1.setScrollbarFaceColor("#000000");
*/
//-----------------------LISTA DE METODOS QUE PUEDEN SER USADOS----------------------------------

document.write("<style>");

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a:link");
s1.setColor(color4);
s1.setTextDecoration("none");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a:visited");
s1.setColor(color5);
s1.setTextDecoration("none");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a:hover");
s1.setColor(color6);
s1.setTextDecoration("underline");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a:active");
s1.setColor(color5);
s1.setTextDecoration("none");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".subnav, a.subnav:link, a.subnav:visited");
s1.setColor(color4);
s1.setSize(size1);
s1.setTextDecoration("none");
s1.writeStyle();
//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a.subnav:hover, a.subnav:active");
s1.setColor(color4);
s1.setSize(size1);
s1.setTextDecoration("underline");
s1.writeStyle();


//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".promo");
s1.setColor(color2);
s1.setSize(size1);
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".promoheader");
s1.setColor(color3);
s1.setSize(size1);
s1.setWeight("bold");
s1.writeStyle();


//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a.promo:link");
s1.setColor(color4);
s1.setTextDecoration("underline");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a.promo:visited");
s1.setColor(color5);
s1.setTextDecoration("underline");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a.promo:hover");
s1.setColor(color6);
s1.setTextDecoration("none");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("a.promo:active");
s1.setColor(color5);
s1.setTextDecoration("none");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".ficontent");
s1.setColor(color1);
s1.setSize(size3);
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".ficontentsmall");
s1.setColor(color2);
s1.setSize(size1);
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".ficontentrates");
s1.setColor(color4);
s1.setSize(size5);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------


var s1 = new style();
s1.setName(".header");
s1.setColor(color3);
s1.setSize(size5);
s1.setWeight("bold");
s1.writeStyle();


//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".pageheader");
s1.setColor(color3);
s1.setSize(size5);
s1.setWeight("bold");
s1.writeStyle();


//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".subheader");
s1.setColor(color3);
s1.setSize(size3);
s1.setWeight("bold");
s1.writeStyle();


//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".selected");
s1.setColor(color1);
s1.setSize(size5);
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".tableheader");
s1.setColor(color9);
s1.setBackgroundColor(color6);
s1.setSize(size2);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".tablesubheader");
s1.setColor(color9);
s1.setBackgroundColor(color5);
s1.setSize(size1);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".tablecontent1");
s1.setColor(color2);
s1.setBackgroundColor(color7);
s1.setSize(size1);
s1.setWeight("400");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".tablecontent2");
s1.setColor(color6);
s1.setBackgroundColor(color8);
s1.setSize(size1);
s1.setWeight("400");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".disclaimer");
s1.setColor(color2);
s1.setSize(size1);
s1.setWeight("400");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".Q");
s1.setColor(color6);
s1.setSize(size5);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".A");
s1.setColor(color3);
s1.setSize(size5);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".boldtext");
s1.setSize(size3);
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".required");
s1.setColor(color3);
s1.setSize(size3);
s1.setWeight("normal");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("strong");
s1.setWeight("bold");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("td");
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName("hr");
s1.setColor(color5);
s1.setBackgroundColor(color5);
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".selected");
s1.setColor(color1);
s1.setSize(size5);
s1.writeStyle();


//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".appfield1");
s1.setColor(color2);
s1.setBackgroundColor(color7);
s1.setBorder("1 solid " + color5);
s1.setScrollbarTrackColor(color5);
s1.setScrollbar3dlightColor(color2);
s1.setScrollbarDarkshadowColor(color5);
s1.setScrollbarFaceColor(color6);
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------

var s1 = new style();
s1.setName(".appfield2");
s1.setColor(color2);
s1.setBackgroundColor(color8);
s1.setBorder("1 solid " + color1);
s1.setScrollbarTrackColor(color5);
s1.setScrollbar3dlightColor(color2);
s1.setScrollbarDarkshadowColor(color5);
s1.setScrollbarFaceColor(color6);
s1.writeStyle();

//-------------------------------------------NUEVO ESTILO------------------------------------------
var styles=""
styles+='ul';
styles+='{';
styles+='list-style-image: url("../images/li-arrow.gif");';
styles+='}';

//-------------------------------------------NUEVO ESTILO------------------------------------------

document.write(styles);

document.write("</style>");

//---------------------------------Las siguientes funciones por favor no editar--------------------------

function style()
{
this.name = null;
this.font = "Arial, Helvetica, sans-serif";
this.size = null;
this.weight = null;
this.color = "#000000";
this.background_color = null;
this.text_decoration = null;
this.border = null;
this.scrollbar_track_color = null;
this.scrollbar_3dlight_color = null;
this.scrollbar_darkshadow_color = null;
this.scrollbar_face_color = null;

this.setName = setName;
this.setFont = setFont;
this.setSize = setSize;
this.setWeight = setWeight;
this.setColor = setColor;
this.setBackgroundColor = setBackgroundColor;
this.setTextDecoration = setTextDecoration;
this.setBorder = setBorder;
this.setScrollbarTrackColor = setScrollbarTrackColor;
this.setScrollbar3dlightColor = setScrollbar3dlightColor;
this.setScrollbarDarkshadowColor = setScrollbarDarkshadowColor;
this.setScrollbarFaceColor = setScrollbarFaceColor;
this.writeStyle = writeStyle;
}

function setName(value)
{
this.name = value;
}

function setFont(value)
{
this.font = value;
}

function setSize(value)
{
this.size = value;
}

function setWeight(value)
{
this.weight = value;
}

function setColor(value)
{
this.color = value;
}

function setBackgroundColor(value)
{
this.background_color = value;
}

function setTextDecoration(value)
{
this.text_decoration = value;
}

function setBorder(value)
{
this.border = value;
}

function  setScrollbarTrackColor(value)
{
this.scrollbar_track_color = value;
}

function  setScrollbar3dlightColor(value)
{
this.scrollbar_3dlight_color = value;
}

function  setScrollbarDarkshadowColor(value)
{
this.scrollbar_darkshadow_color = value;
}

function  setScrollbarFaceColor(value)
{
this.scrollbar_face_color = value;
}


function writeStyle()
{
var whole = '';

if (this.name != null)
	{
	whole += this.name;
	whole += '{';
	if (this.font != null)
		{
		whole += 'font-family: ' + this.font + ';';
		}
	if (this.size != null)
		{
		whole += 'font-size: ' + this.size + 'pt;';
		}
	if (this.weight != null)
		{
		whole += 'font-weight: ' + this.weight + ';';
		}	
	if (this.color != null)
		{
		whole += 'color: ' + this.color + ';';
		}
	if (this.background_color != null)
		{
		whole += 'background-color: ' + this.background_color + ';';
		}
	if (this.text_decoration != null)
		{
		whole += 'text-decoration: ' + this.text_decoration + ';';
		}	
	if (this.border != null)
		{
		whole += 'border: ' + this.border + ';';
		}	
	if (this.scrollbar_track_color != null)
		{
		whole += 'scrollbar-track-color: ' + this.scrollbar_track_color + ';';
		}
	if (this.scrollbar_3dlight_color != null)
		{
		whole += 'scrollbar-3dlight-color: ' + this.scrollbar_3dlight_color + ';';
		}				
	if (this.scrollbar_darkshadow_color != null)
		{
		whole += 'scrollbar-darkshadow-color: ' + this.scrollbar_darkshadow_color + ';';
		}				
	if (this.scrollbar_face_color != null)
		{
		whole += 'scrollbar-face-color: ' + this.scrollbar_face_color + ';';
		}			
		
		
	whole += '}';
	}

document.write(whole);	
	
}
