body	{ font-family: "Verdana"; font-size: 12px; margin:0px;}
h6		{ font-family: "Verdana"; font-size: 10px; }
h5		{ font-family: "Verdana"; font-size: 12px; }
h4		{ font-family: "Verdana"; font-size: 14px; }
h3		{ font-family: "Verdana"; font-size: 16px; }
h2		{ font-family: "Verdana"; font-size: 18px; }
h1		{ font-family: "Verdana"; font-size: 20px; }
.font_size_buscador	{ font-size:10px; }
.franja_titulo		{ font-weight:bold; color:#FFFF00; background-color:#000000; }
.franja_negra		{ font-weight:bold; color:#FFFFFF; background-color:#000000; }
.franja_negra a		{ color:#FFCC00; }
.franja_beige		{ font-weight:bold; color:#000000; background-color:#FFEC9E; }
.franja_gris_claro	{ font-weight:bold; color:#000000; background-color:#CCCCCC; }
.franja_amarillo_claro { font-weight:bold; color:#000000; background-color:#FFFF99; }
.fondo_beige		{ background-color:#FFEC9E; }
.fondo_guayaba		{ background-color:#FFB07B; }
.fondo_gris_claro	{ background-color:#CCCCCC; }
.fondo_amarillo_claro	{ background-color:#FFFF99; }
.fondo_campo		{ font-weight:bold; background-color:#FDC549; }
.fondo_textarea		{ background-color:#FDD476; }
.fondo_negro		{ background-color:#000000; }
input.estilo		{ background-color:#000000; border:#000000; color:#FFFFFF; font-weight:bold; height:25px; border-style:outset; }

/*<![CDATA[*/
@media screen {
/*\*//*/
}
/**/

/* demo 1: 'position: fixed' to top */

/* fallback */
* html div#fixme, * html div#fixme-bottom, * html div#fixme-middle {left: 92%; top: 100px; }

div#fixme {
position: fixed;
top: 0;
/*left: 85%;*/
right:0px;

width: 0;
height: 0;
z-index: 2;
}

/* Wrap the following in a 'conditional comment' if you like.
  It won't make it more valid. */
* html div#fixme {
position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
/*left: expression("85%");*/
right: expression("0px");
}

/* slight adjustment */
/*div#fixme img,div#fixme-bottom img  {
float: left;
margin: 4px -100px -100px 0;
position: relative;
}*/

/* not necessary, but... */
* html body {
position: relative;
}

/* demo 2: 'position: fixed' to bottom */

div#fixme-bottom {
position: fixed; 
bottom: 100px;
/*left: 73%;*/
left:85%;
/*width: 0;
height: 0;*/
z-index: 2;
}

* html div#fixme-bottom {position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight-100)
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight-100));
left: expression("85%");
}

/* slight adjustment */
/*div#fixme-bottom img {
float: left;
margin: -48px -100px -100px 0;
position: relative;
}*/

/* demo 3: 'position: fixed' to middle */

div#fixme-middle {
position: fixed;
top: 50%;

/*left: 81%;*/
right: 15%;

width: 0;
height: 0;
z-index: 2;
}

* html div#fixme-middle {position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+((documentElement.clientHeight-this.clientHeight)/2)
: document.body.scrollTop
+((document.body.clientHeight-this.clientHeight)/2));

left:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollLeft
+ (document.body.clientWidth /1.37 )
: document.body.scrollLeft
+ (document.body.offsetWidth /1.4 ));
}

/* slight adjustment */
div#fixme-middle img {
float: left;
margin: -22px -100px -100px 0;
position: relative;
}

}

/*]]>*/