#DIV_FIJO_TOOLS  /*IE*/
{
	position: absolute; left: 0px; top: 0px;
	width:100%;
	z-index:100;
}
body > div#DIV_FIJO_TOOLS /*FIREFOX*/
{
	position: fixed;
	width:100%;
	z-index:100;
}

.texto
{
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.texto_txt
{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.texto_btn
{
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #333333;
background:#666666
}
.IMGs
{
border:1px solid #999999;
margin:1px
}