var nav_type = navigator.appName; 				//cojo el navegador del cliente
var nav_ver = parseInt(navigator.appVersion); 	//cojo la versión
//CSS
var esMac = false
if (navigator.platform.indexOf("Mac") > -1 || navigator.platform.indexOf("mac") > -1)
{esMac = true}

var incFuente=0;
if (nav_type=="Netscape"&&nav_ver<=4){incFuente=1;}
document.write("<style type='text/css'>\n");

document.write("BODY {SCROLLBAR-FACE-COLOR: #EDE6DE; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #A8A6A8; SCROLLBAR-3DLIGHT-COLOR: #A8A6A8; SCROLLBAR-ARROW-COLOR: #A8A6A8; SCROLLBAR-TRACK-COLOR: #EDE6DE; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #A8A6A8; }\n");
document.write(".a {color:#000000;padding:1px;}\n");
document.write(".fecha {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight:bold; color: #EDE6DD; text-decoration: none;}\n");
document.write(".ayuda {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color: #C6BEB0; text-decoration: none;}\n");
document.write(".ayuda:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color: #C6BEB0; text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".ayudaon {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color: #FFF; text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".menu {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;font-weight:bold;color: #98837F;text-decoration: none;}\n");
document.write(".menu:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight:bold; color: #734E44; text-decoration: none;}\n");
document.write(".menuon {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight:bold; color: #734E44; text-decoration: none;}\n");
document.write(".tx {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #555;text-decoration: none;}\n");
document.write(".tx:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #AFAFAC;text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".txon {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #AFAFAC;text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".txon:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #AFAFAC;text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".txb {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #555;text-decoration: none; font-weight:bold;}\n");
document.write(".titu {font-family: Terminal, Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #EDE6DD;font-weight:bold;text-decoration: none;}\n");
document.write(".titu:hover {font-family: Terminal, Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #734E44;font-weight:bold;text-decoration: none;}\n");
document.write(".titu2 {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #98837F;font-weight:bold;text-decoration: none;}\n");
document.write(".txnov {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #EDE6DD;text-decoration: none;}\n");
document.write(".txnov:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #734E44;text-decoration: none;}\n");
document.write(".txinfo {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #B69E98;text-decoration: none;}\n");
document.write(".txinfo:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #734E44;text-decoration: none;}\n");
document.write(".tel {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px;color: #000;text-decoration: none;}\n");
document.write(".zoom {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #6D5D4D;text-decoration: none;}\n");
document.write(".zoom:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: #ECE5DC;text-decoration: none;}\n");

//si da problemas en explorer o Netscape aquí podemos crear estilos únicos para cada uno de ellos, primer caso Netscape y segundo Explorer
if (esMac){	//MAC
	if (incFuente!=0){	//para NS 4 o inferior
//		document.write(".ar8azbn {color:#0C479D; font-family:  Arial,Verdana, Helvetica, sans-serif; font-size: " + (9 + incFuente) + "pt; font-weight:bold;text-decoration:none}\n");	
	incFuente += 2;
	
document.write("BODY {SCROLLBAR-FACE-COLOR: #EDE6DE; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #A8A6A8; SCROLLBAR-3DLIGHT-COLOR: #A8A6A8; SCROLLBAR-ARROW-COLOR: #A8A6A8; SCROLLBAR-TRACK-COLOR: #EDE6DE; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #A8A6A8; }\n");
document.write(".fecha {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: "+ (10+incFuente) +"px; font-weight:bold; color: #EDE6DD; text-decoration: none;}\n");
document.write(".ayuda {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: "+ (10+incFuente) +"px; font-weight:bold; color: #C6BEB0; text-decoration: none;}\n");
document.write(".ayuda:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: "+ (10+incFuente) +"px; font-weight:bold; color: #C6BEB0; text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".ayudaon {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: "+ (10+incFuente) +"px; font-weight:bold; color: #FFF; text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".menu:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: "+ (9+incFuente) +"px; font-weight:bold; color: #734E44; text-decoration: none;}\n");
document.write(".menuon {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: "+ (9+incFuente) +"px; font-weight:bold; color: #734E44; text-decoration: none;}\n");
document.write(".tx {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (11+incFuente) +"px;color: #555;text-decoration: none;}\n");
document.write(".tx:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (11+incFuente) +"px;color: #AFAFAC;text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".txon {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (11+incFuente) +"px;color: #AFAFAC;text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".txon:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (11+incFuente) +"px;color: #AFAFAC;text-decoration: none; BACKGROUND-COLOR: #E0D7C7;}\n");
document.write(".txb {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (9+incFuente) +"px;color: #555;text-decoration: none; font-weight:bold;}\n");
document.write(".titu {font-family: Terminal, Verdana, Arial, Helvetica, sans-serif;font-size: "+ (10+incFuente) +"px;color: #EDE6DD;font-weight:bold;text-decoration: none;}\n");
document.write(".titu:hover {font-family: Terminal, Verdana, Arial, Helvetica, sans-serif;font-size: "+ (10+incFuente) +"px;color: #734E44;font-weight:bold;text-decoration: none;}\n");
document.write(".titu2 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (11+incFuente) +"px;color: #98837F;font-weight:bold;text-decoration: none;}\n");
document.write(".txnov {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (10+incFuente) +"px;color: #EDE6DD;text-decoration: none;}\n");
document.write(".txnov:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (10+incFuente) +"px;color: #734E44;text-decoration: none;}\n");
document.write(".txinfo {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (11+incFuente) +"px;color: #B69E98;text-decoration: none;}\n");
document.write(".txinfo:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (11+incFuente) +"px;color: #734E44;text-decoration: none;}\n");
document.write(".tel {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (16+incFuente) +"px;color: #000;text-decoration: none;}\n");
document.write(".zoom {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (9+incFuente) +"px;color: #6D5D4D;text-decoration: none;}\n");
document.write(".zoom:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: "+ (9+incFuente) +"px;color: #ECE5DC;text-decoration: none;}\n");

	}else{	//para el resto
	document.write(".input{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #FFF; font-size: "+ (10+incFuente) +"px; font-weight:300;  padding-left:1px;height:16px;width:110px; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px;BORDER-color:#A8A6A8}\n");
	document.write(".inputp{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #F7F3EA; font-size: "+ (10+incFuente) +"px; font-weight:300;  padding-left:1px;height:16px;width:40px; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px;BORDER-color:#A8A6A8}\n");
	document.write(".textarea{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #FFF; font-size: "+ (10+incFuente) +"px; font-weight:300;  padding-left:1px;height:51px;width:180px; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px; BORDER-color:#A8A6A8 }\n");
	document.write(".boton {color:#FFFFFF; font-family:  Arial,Verdana, Helvetica, sans-serif; background-color: #3566AE; font-size: "+ (8+incFuente) +"pt; font-weight:bold;width:130px;height:20px;vertical-align:middle}\n");
	document.write(".select {color:#004898; font-family:  Arial,Verdana, Helvetica, sans-serif; background-color: #DAE3F0; font-size: "+ (8+incFuente) +"pt; font-weight:500}\n");
	document.write(".checkbox {background-color: #A4BADA}\n");
	document.write(".formulario {font-family:Arial, Verdana, Helvetica, sans-serif; font-size: "+ (11+incFuente) +"px; color:#BA1A29; font-weight:500; text-decoration:none; border: #BA1A29; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; height:20px; padding:2px;width:75px}\n");
	}
}
else if (incFuente!=0){ 	//No MAC y NS
	document.write(".input{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #FFF; font-size:"+ (10+incFuente) +"px; font-weight:300;  padding-left:1px;height:16px;width:110px; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px; BORDER-color:#cccccc}\n");
	document.write(".inputp{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #F7F3EA; font-size: "+ (10+incFuente) +"px; font-weight:300;  padding-left:1px;height:16px;width:40px; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px;BORDER-color:#A8A6A8}\n");
	document.write(".textarea{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #FFF; font-size: "+ (10+incFuente) +"px; font-weight:300;  padding-left:1px;height:51px;width:180px; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px; BORDER-color:#A8A6A8 }\n");
	document.write(".boton {color:#FFFFFF; font-family:  Arial,Verdana, Helvetica, sans-serif; background-color: #3566AE; font-size: "+ (8+incFuente) +"pt; font-weight:bold;width:130px;height:20px;vertical-align:middle}\n");
	document.write(".select {color:#004898; font-family:  Arial,Verdana, Helvetica, sans-serif; background-color: #DAE3F0; font-size: "+ (8+incFuente) +"pt; font-weight:500}\n");
	document.write(".checkbox {background-color: #A4BADA}\n");
	document.write(".formulario {font-family:Arial, Verdana, Helvetica, sans-serif; font-size: "+ (11+incFuente) +"px; color:#BA1A29; font-weight:500; text-decoration:none; border: #BA1A29; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; height:20px; padding:2px;width:75px}\n");

		
}else{	//para el resto de navegadores
	document.write(".input{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #FFFFFF; font-size:10px; font-weight:300;  padding-left:1px;height:16px;width:110px;BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px; BORDER-color:#cccccc}\n");
	document.write(".inputp{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #F7F3EA; font-size: 10px; font-weight:300;  padding-left:1px;height:16px;width:40px; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px;BORDER-color:#A8A6A8}\n");
	document.write(".boton {color:#FFFFFF; font-family:  Arial,Verdana, Helvetica, sans-serif; background-color: #3566AE; border: 1px #0C479D outset; font-size: 8pt; font-weight:bold;width:130px;height:18px}\n");	
	document.write(".select {color:#004898; font-family:  Arial,Verdana, Helvetica, sans-serif; background-color: #DAE3F0; border: 1px #DAE3F0 outset; font-size: 8pt; font-weight:500}\n");
	document.write(".textarea{font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color: #FFFFFF; font-size: 10px; font-weight:300;  padding-left:1px;height:51px;width:180px; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH:1px; BORDER-RIGHT-WIDTH: 1px; BORDER-color:#A8A6A8 }\n");
	document.write(".checkbox {color:#004898; font-family:  Arial,Verdana, Helvetica, sans-serif}\n");
	document.write(".formulario {font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color:#BA1A29; font-weight:500; text-decoration:none; border: #BA1A29; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; height:20px; padding:2px;width:75px}\n");
	}


//document.write(""+ (11+incFuente) +"\n");
document.write("</STYLE>\n");
//Fin CSS