.contenedor
{
  left:0;
  bottom:0;
  position:fixed;
  margin-right:4px;
  margin-bottom:4px;
  border:none;
  outline:none;
  background-color: rgba(0,0,0,.9);

  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;
    cursor: pointer;
}
.contenedor1
{
  top: 80%;
  right: 0;
  bottom:0;
  position:fixed;
  margin-right:16px;
  margin-bottom:16px;
  border:none;
  outline:none;
  transition:.3s;
    cursor: pointer;
}
.contenedor:hover{
  transform:rotate(360deg);

}
.contenedor:active{
  transform:scale(1.1);
}

.botonF1{
    cursor:pointer;

}



.intranet
{


  bottom:0;
  position:fixed;
  left:16px;
  margin-bottom:16px;
   border:none;
  outline:none;


  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;
    cursor: pointer;
}
.intranet:hover{
  transform:scale(1.1);

}
.intranet:active{

}

.botonF1{
    cursor:pointer;

}
