/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	background-image: url(fdegrde.gif);
	background-repeat: repeat-x;

}
a{
	color: #999999;
	text-decoration: underline;
	
}
.flotante {
    display:scroll;
    position:fixed;
    bottom:320px;
    right:0px;
}
.flotante1 {
    display:scroll;
    position:fixed;
    bottom:200px;
    right:0px;
}
html
    {
    overflow-y: hidden;
    }
  html body
    {
    height: 100%;
    overflow: auto;
    }
