body{height: 100%;min-height: 100%;max-height: 100%;overflow: auto;margin:0px;padding:0px;   
   background:#FFFFFF;background-color: #FFFFFF;border: none;
   font-family: Arial, sans-serif, serif, Verdana;font-size: 15px;font-style:normal;font-weight: normal;
   background-image:url('imagens/Fundo1.jpg');background-size: 100% 100%;}
html{height: 100%;min-height: 100%;max-height: 100%;}
p{margin:0px; line-height: 1;}

a:link {color:black;text-decoration: none;}
a:visited {color:black;text-decoration: none;}
a:hover {color:black;text-decoration: underline;}
a:active {color:black;text-decoration: none;}

div {
   -webkit-user-select: none; /* Safari 3.1+ */
   -moz-user-select: none; /* Firefox 2+ */
   -ms-user-select: none; /* IE 10+ */
   user-select: none; /* Standard syntax */
}

#GscNetWork {position: fixed;display: block;overflow: visible;z-index:1;float: none;
               top:0px;right:1%;margin: 0px;
               width: 170px;min-width: auto;max-width: 170px;height: 60px;min-height: auto;max-height: 60px;
               background: #FFFFFF;background-color: #FFFFFF;opacity: 1;border: none;
               background-image:url('imagens/gscnetwork.png');background-size: 100% 100%;}

#GscColeta {position: fixed;display: block;overflow: visible;z-index:1;float: none;
   top:15%;right:10%;margin: 0px;
   width: 340px;min-width: auto;max-width: auto;height: 221px;min-height: auto;max-height: auto;
   background: #FFFFFF;background-color: #FFFFFF;opacity: 1;border: none;
   background-image:url('imagens/Coleta.jpg');background-size: 100% 100%;}

#GscRota {position: fixed;display: block;overflow: visible;z-index:1;float: none;
   top:55%;right:10%;margin: 0px;
   width: 340px;min-width: auto;max-width: auto;height: 221px;min-height: auto;max-height: auto;
   background: #FFFFFF;background-color: #FFFFFF;opacity: 1;border: none;
   background-image:url('imagens/rota.jpg');background-size: 100% 100%;}

@media screen and (max-width: 1024px) {

   #GscColeta {top:15%;right:5%;width: 280px;height: 220px;}
   
   #GscRota {right:5%;width: 280px;height: 220px;}
   
}
   
   
@media screen and (max-width: 900px) {

   #GscColeta {top:20%;right:5%;width: 200px;height: 140px;}
   
   #GscRota {right:5%;width: 200px;height: 140px;}
   
}
   